Update Changes
[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 [ 31554] By: rgs                                   on 2007/07/07  08:07:58
33         Log: Subject: [PATCH] MAD: disable constant subs when PL_madskills
34              From: Gerard Goossen <gerard@tty.nl>
35              Date: Wed, 27 Jun 2007 13:04:00 +0200
36              Message-ID: <20070627110400.GC11336@ostwald>
37      Branch: perl
38            ! mad/t/p55.t op.c toke.c
39 ____________________________________________________________________________
40 [ 31553] By: rgs                                   on 2007/07/07  08:05:24
41         Log: Subject: [PATCH] p55: add 'declarator' to listop. Fixes 'pipe my ($r, $w)'
42              From: Gerard Goossen <gerard@tty.nl>
43              Date: Wed, 27 Jun 2007 11:58:28 +0200
44              Message-ID: <20070627095828.GB11336@ostwald>
45      Branch: perl
46            ! mad/Nomad.pm mad/t/p55.t
47 ____________________________________________________________________________
48 [ 31552] By: rgs                                   on 2007/07/07  08:03:49
49         Log: Subject: [PATCH] p55: correctly translate things like s//$#foo/ge
50              From: Gerard Goossen <gerard@tty.nl>
51              Date: Tue, 26 Jun 2007 20:33:50 +0200
52              Message-ID: <20070626183350.GA11336@ostwald>
53      Branch: perl
54            ! mad/Nomad.pm mad/P5AST.pm mad/t/p55.t
55 ____________________________________________________________________________
56 [ 31551] By: rgs                                   on 2007/07/07  07:46:58
57         Log: Subject: Re: [PATCH] Final Draft - pod/perlcommunity.pod - (was [PATCH] Draft - pod/perlcommunity.pod - Patches welcome)
58              From: "Edgar Bering" <trizor@gmail.com>
59              Date: Wed, 4 Jul 2007 11:51:53 +0200
60              Message-ID: <e54ba1c30707040251o6814c0e4r64929702dc3b0eb7@mail.gmail.com>
61      Branch: perl
62            + pod/perlcommunity.pod
63            ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod
64            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
65 ____________________________________________________________________________
66 [ 31550] By: rgs                                   on 2007/07/07  07:29:08
67         Log: Add a note in perldelta about undefining *ISA
68      Branch: perl
69            ! pod/perl595delta.pod
70 ____________________________________________________________________________
71 [ 31549] By: rgs                                   on 2007/07/07  07:12:01
72         Log: Subject: [patch]  add verbose mode to -DU debugging option
73              From: Jim Cromie <jim.cromie@gmail.com>
74              Date: Thu, 05 Jul 2007 10:17:24 -0600
75              Message-ID: <468D1994.1090909@gmail.com>
76      Branch: perl
77            ! perl.h pod/perlrun.pod
78 ____________________________________________________________________________
79 [ 31548] By: rgs                                   on 2007/07/07  07:02:21
80         Log: Make Perl_find_runcv a member of the public API
81              (so Sub::Current works on Windows)
82      Branch: perl
83            ! embed.fnc embed.h global.sym pod/perlapi.pod
84            ! pod/perlintern.pod
85 ____________________________________________________________________________
86 [ 31547] By: rgs                                   on 2007/07/07  06:56:48
87         Log: Remove 5.10.0 section from perltodo
88      Branch: perl
89            ! pod/perltodo.pod
90 ____________________________________________________________________________
91 [ 31546] By: rgs                                   on 2007/07/07  06:52:39
92         Log: Subject: [PATCH] Fix commented out function names in proto.h
93              From: "Jan Dubois" <jand@activestate.com>
94              Date: Fri, 6 Jul 2007 17:59:38 -0700
95              Message-ID: <058b01c7c032$18a6a260$49f3e720$@com>
96      Branch: perl
97            ! embed.h embed.pl proto.h
98 ____________________________________________________________________________
99 [ 31545] By: rgs                                   on 2007/07/07  05:05:50
100         Log: base.pm is belong to me
101      Branch: perl
102            ! Porting/Maintainers.pl
103 ____________________________________________________________________________
104 [ 31544] By: craigb                                on 2007/07/06  20:39:46
105         Log: Fix the case of $Config{perl_patchlevel} on VMS.
106      Branch: perl
107            ! configure.com
108 ____________________________________________________________________________
109 [ 31543] By: steveh                                on 2007/07/06  16:24:07
110         Log: Subject: Re: Beyond 5.10
111              From: Abigail <abigail@abigail.be>
112              Date: Thu, 5 Jul 2007 21:55:20 +0200
113              Message-ID: <20070705195520.GB1314@abigail.nl>
114              
115              Cleans up Porting/checkAUTHORS.pl and adds missing alias mappings
116              to it, and adds missing entries to AUTHORS.
117      Branch: perl
118            ! AUTHORS Porting/checkAUTHORS.pl
119 ____________________________________________________________________________
120 [ 31542] By: rgs                                   on 2007/07/06  16:00:57
121         Log: Add test preambles
122      Branch: perl
123            ! lib/base/t/base.t lib/base/t/fields-base.t lib/base/t/fields.t
124            ! lib/base/t/warnings.t
125 ____________________________________________________________________________
126 [ 31541] By: rgs                                   on 2007/07/06  15:52:40
127         Log: Make this new test be skipped with 5.8.x
128      Branch: perl
129            ! lib/base/t/fields-base.t
130 ____________________________________________________________________________
131 [ 31540] By: rgs                                   on 2007/07/06  13:58:58
132         Log: Upgrade to base and fields 2.12, mostly by Michael G Schwern
133      Branch: perl
134            + lib/base/Changes lib/base/t/sigdie.t lib/base/t/version.t
135            + lib/base/t/warnings.t t/lib/Dummy.pm t/lib/HasSigDie.pm
136            ! MANIFEST lib/base.pm lib/base/t/base.t
137            ! lib/base/t/fields-base.t lib/base/t/fields.t lib/fields.pm
138 ____________________________________________________________________________
139 [ 31539] By: steveh                                on 2007/07/06  11:08:37
140         Log: Add Borland linker option to not generate .map files
141              (They are not generated by default by VC++ or MinGW, and there
142              doesn't seem to be any need for them.)
143      Branch: perl
144            ! win32/makefile.mk
145 ____________________________________________________________________________
146 [ 31538] By: rgs                                   on 2007/07/06  08:09:12
147         Log: Subject: [PATCH] Archive::Extract - small pod update
148              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
149              Date: Thu, 5 Jul 2007 16:01:02 +0100
150              Message-ID: <00ee01c7bf15$57bdbf60$3a3c140a@myopwv.com>
151      Branch: perl
152            ! lib/Archive/Extract.pm
153 ____________________________________________________________________________
154 [ 31537] By: davem                                 on 2007/07/04  23:09:02
155         Log: clarify what text 'warn' appends to a newline-less string
156      Branch: perl
157            ! pod/perlfunc.pod
158 ____________________________________________________________________________
159 [ 31536] By: davem                                 on 2007/07/04  22:39:08
160         Log: really fix S_emulate_eaccess compiler warning (#31418 didn't)
161      Branch: perl
162            ! embed.fnc
163 ____________________________________________________________________________
164 [ 31535] By: craigb                                on 2007/07/04  16:27:16
165         Log: New File::Path tests require unix syntax on VMS.
166      Branch: perl
167            ! lib/File/Path.t
168 ____________________________________________________________________________
169 [ 31534] By: craigb                                on 2007/07/04  16:07:33
170         Log: VMS syntax nit in new MakeMaker test.
171      Branch: perl
172            ! lib/ExtUtils/t/cd.t
173 ____________________________________________________________________________
174 [ 31533] By: craigb                                on 2007/07/04  15:35:56
175         Log: Replace C<shrplib='define'> with C<useshrplib='true'> on VMS.
176      Branch: perl
177            ! configure.com
178 ____________________________________________________________________________
179 [ 31532] By: craigb                                on 2007/07/04  15:18:06
180         Log: Remove vms/genconfig.pl and references to it; it was made obsolete way back
181              in change #1084.  Remove references to vms/config.vms, which was removed in
182              change #1084.
183      Branch: perl
184            - vms/genconfig.pl
185            ! MANIFEST README.vms configure.com vms/myconfig.com
186 ____________________________________________________________________________
187 [ 31531] By: rgs                                   on 2007/07/04  14:13:55
188         Log: Adapt perlivp to the ext/ reorganisation for Compress modules
189      Branch: perl
190            ! utils/perlivp.PL
191 ____________________________________________________________________________
192 [ 31530] By: rgs                                   on 2007/07/04  13:38:42
193         Log: Subject: [perl #3589] [BUG#3589 bleadperl] 
194              From: "Reini Urban via RT" <perlbug-followup@perl.org>
195              Date: Mon, 02 Jul 2007 14:59:08 -0700
196              Message-ID: <rt-3.6.HEAD-20473-1183413546-187.3589-15-0@perl.org>
197      Branch: perl
198            ! t/op/re_tests
199 ____________________________________________________________________________
200 [ 31529] By: rgs                                   on 2007/07/04  13:32:06
201         Log: Subject: RE: [PATCH] lib/Net/Ping/t/500_ping_icmp.t requires admin
202              From: "Jan Dubois" <jand@activestate.com>
203              Date: Mon, 2 Jul 2007 14:21:06 -0700
204              Message-ID: <007901c7bcee$e7b5d400$b7217c00$@com>
205      Branch: perl
206            ! lib/Net/Ping/t/500_ping_icmp.t
207 ____________________________________________________________________________
208 [ 31528] By: rgs                                   on 2007/07/04  08:20:47
209         Log: Don't require to have at least DB_File or *DBM_File
210      Branch: perl
211            ! t/lib/commonsense.t
212 ____________________________________________________________________________
213 [ 31527] By: rgs                                   on 2007/07/04  08:11:36
214         Log: regexp flags =~ s/k/p/
215      Branch: perl
216            ! pod/perlre.pod
217 ____________________________________________________________________________
218 [ 31526] By: steveh                                on 2007/07/03  16:13:58
219         Log: Correct a couple more cases of $Config{useshrplib}
220      Branch: perl
221            ! hints/uts.sh lib/ExtUtils/MM_Unix.pm vms/genconfig.pl
222 ____________________________________________________________________________
223 [ 31525] By: rgs                                   on 2007/07/03  14:34:05
224         Log: More tests for \g errors in regular expressions
225      Branch: perl
226            ! t/op/re_tests
227 ____________________________________________________________________________
228 [ 31524] By: rgs                                   on 2007/07/03  14:26:13
229         Log: Forbid \g0. (tests coming later)
230      Branch: perl
231            ! pod/perldiag.pod regcomp.c
232 ____________________________________________________________________________
233 [ 31523] By: steveh                                on 2007/07/03  14:16:23
234         Log: $Config{useshrplib} should be 'true' rather than 'yes' when using
235              a shared perl library
236      Branch: perl
237            ! NetWare/config.wc win32/config.bc win32/config.ce
238            ! win32/config.gc win32/config.vc win32/config.vc64
239 ____________________________________________________________________________
240 [ 31522] By: stevep                                on 2007/07/03  13:51:08
241         Log: Upgrade to ExtUtils-MakeMaker-6.36
242      Branch: perl
243            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/prereq.t
244 ____________________________________________________________________________
245 [ 31521] By: stevep                                on 2007/07/02  18:23:50
246         Log: Include file missed from change #31519.
247      Branch: perl
248            ! lib/ExtUtils/MakeMaker.pm
249 ____________________________________________________________________________
250 [ 31520] By: stevep                                on 2007/07/02  16:52:30
251         Log: Subject: [PATCH] compression modules update to version 2.005
252              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
253              Date: Sun, 1 Jul 2007 00:50:01 +0100
254              Message-ID: <000c01c7bb71$6189ae20$6601a8c0@myopwv.com>
255      Branch: perl
256            + ext/IO_Compress_Zlib/t/110encode-deflate.t
257            + ext/IO_Compress_Zlib/t/110encode-gzip.t
258            + ext/IO_Compress_Zlib/t/110encode-rawdeflate.t
259            + ext/IO_Compress_Zlib/t/110encode-zip.t
260            + t/lib/compress/encode.pl
261            ! MANIFEST ext/Compress/Raw/Zlib/Changes
262            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
263            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
264            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
265            ! ext/Compress/Zlib/README
266            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
267            ! ext/Compress/Zlib/t/08encoding.t ext/IO_Compress_Base/Changes
268            ! ext/IO_Compress_Base/README
269            ! ext/IO_Compress_Base/lib/IO/Compress/Base.pm
270            ! ext/IO_Compress_Base/lib/IO/Compress/Base/Common.pm
271            ! ext/IO_Compress_Base/lib/IO/Uncompress/AnyUncompress.pm
272            ! ext/IO_Compress_Base/lib/IO/Uncompress/Base.pm
273            ! ext/IO_Compress_Zlib/Changes ext/IO_Compress_Zlib/Makefile.PL
274            ! ext/IO_Compress_Zlib/README
275            ! ext/IO_Compress_Zlib/examples/unzip
276            ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Deflate.pm
277            ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Identity.pm
278            ! ext/IO_Compress_Zlib/lib/IO/Compress/Deflate.pm
279            ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip.pm
280            ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip/Constants.pm
281            ! ext/IO_Compress_Zlib/lib/IO/Compress/RawDeflate.pm
282            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip.pm
283            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip/Constants.pm
284            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Constants.pm
285            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Extra.pm
286            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Identity.pm
287            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
288            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/AnyInflate.pm
289            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Gunzip.pm
290            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Inflate.pm
291            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/RawInflate.pm
292            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Unzip.pm
293            ! ext/IO_Compress_Zlib/t/004gziphdr.t
294            ! ext/IO_Compress_Zlib/t/005defhdr.t t/lib/compress/generic.pl
295            ! t/lib/compress/oneshot.pl t/lib/compress/tied.pl
296 ____________________________________________________________________________
297 [ 31519] By: stevep                                on 2007/07/02  15:39:52
298         Log: Upgrade to ExtUtils-MakeMaker-6.35
299      Branch: perl
300            + lib/ExtUtils/t/WriteEmptyMakefile.t lib/ExtUtils/t/cd.t
301            + lib/ExtUtils/t/fixin.t lib/ExtUtils/t/prereq.t
302            ! MANIFEST lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Unix.pm
303            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
304            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/t/basic.t
305            ! lib/ExtUtils/t/parse_version.t lib/ExtUtils/t/recurs.t
306            ! lib/ExtUtils/t/writemakefile_args.t
307            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
308            ! t/lib/MakeMaker/Test/Utils.pm
309 ____________________________________________________________________________
310 [ 31518] By: rgs                                   on 2007/07/02  13:35:06
311         Log: Subject: [PATCH] Add add-package.pl to the core (was Re: Why no (XML|DBI|WWW|Template) modules in the core?)
312              From: "Jos I. Boumans" <kane@dwim.org>
313              Date: Mon, 2 Jul 2007 15:20:37 +0200
314              Message-Id: <A819F8C7-19C9-4ECE-8CF5-80FAAF54F890@dwim.org>
315      Branch: perl
316            + Porting/add-package.pl
317            ! MANIFEST
318 ____________________________________________________________________________
319 [ 31517] By: rgs                                   on 2007/07/02  13:28:50
320         Log: Subject: [PATCH-revised] Address 250_ping_hires.t failure
321              From: "Jerry D. Hedden" <jdhedden@cpan.org>
322              Date: Sun, 1 Jul 2007 15:23:37 -0400
323              Message-ID: <1ff86f510707011223u7557fc53m9df980815479892a@mail.gmail.com>
324      Branch: perl
325            ! lib/Net/Ping/t/250_ping_hires.t
326 ____________________________________________________________________________
327 [ 31516] By: rgs                                   on 2007/07/02  13:17:26
328         Log: Subject: [PATCH] Fixes to threads tests
329              From: "Jerry D. Hedden" <jdhedden@cpan.org>
330              Date: Sun, 1 Jul 2007 15:03:41 -0400
331              Message-ID: <1ff86f510707011203qc90c31he6f6b86d08d34e39@mail.gmail.com>
332      Branch: perl
333            ! ext/threads/Changes ext/threads/t/stack.t
334            ! ext/threads/t/stack_env.t ext/threads/t/stress_cv.t
335            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
336 ____________________________________________________________________________
337 [ 31515] By: steveh                                on 2007/07/02  12:25:46
338         Log: Apply win32/Makefile changes from #31102 and #31506 to win32/makefile.mk
339      Branch: perl
340            ! win32/makefile.mk
341 ____________________________________________________________________________
342 [ 31514] By: nicholas                              on 2007/07/01  14:45:47
343         Log: Restore a comment from 30501 unintentionally deleted with change 31513.
344      Branch: perl
345            ! mro.c
346 ____________________________________________________________________________
347 [ 31513] By: nicholas                              on 2007/07/01  14:23:45
348         Log: Avoid copying the AV in Perl_mro_get_linear_isa_dfs()
349      Branch: perl
350            ! mro.c
351 ____________________________________________________________________________
352 [ 31512] By: nicholas                              on 2007/07/01  12:33:39
353         Log: Add some information to the comments describing SV flag bits.
354      Branch: perl
355            ! sv.h
356 ____________________________________________________________________________
357 [ 31511] By: davem                                 on 2007/07/01  12:30:50
358         Log: test that localised tieing of a hash or array remains local
359              (tests for change #31505)
360      Branch: perl
361            ! t/op/tie.t
362 ____________________________________________________________________________
363 [ 31510] By: demerphq                              on 2007/07/01  12:03:35
364         Log: char is not a good type to use for array indexes;
365              should have been U8 in the first place. 
366              
367              Originally noticed by Jerry Hedden in 
368              Subject: [PATCH] Compiler warning in regcomp.c
369              From: "Jerry D. Hedden" <jdhedden@cpan.org>
370              Date: Sat, 30 Jun 2007 16:34:06 -0400
371              Message-ID: <1ff86f510706301334t337903a0k46abc6d2d25c68a5@mail.gmail.com>
372      Branch: perl
373            ! regcomp.c
374 ____________________________________________________________________________
375 [ 31509] By: demerphq                              on 2007/06/30  16:44:16
376         Log: Subject: FYI: Math::BigInt v1.87 released [PATCH]
377              From: Tels <nospam-abuse@bloodgate.com>
378              Date: Sat, 30 Jun 2007 13:14:05 +0200
379              Message-Id: <200706301314.07075@bloodgate.com>
380      Branch: perl
381            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
382 ____________________________________________________________________________
383 [ 31508] By: demerphq                              on 2007/06/30  16:19:33
384         Log: Subject: [PATCH pp_hot.c]  Comment typo fix
385              From: Abigail <abigail@abigail.be>
386              Date: Fri, 29 Jun 2007 22:49:35 +0200
387              Message-ID: <20070629204935.GA13919@abigail.nl>
388      Branch: perl
389            ! pp_hot.c
390 ____________________________________________________________________________
391 [ 31507] By: demerphq                              on 2007/06/30  15:48:55
392         Log: Subject: [PATCH regcomp.c] regclass on EBCDIC platforms
393              From: Benjamin Carter <q.eibcartereio.=~m-b.{6}-cgimosx@gumdrop.flyinganvil.org>
394              Date: Fri, 29 Jun 2007 23:42:59 -0500
395              Message-ID: <20070630044259.GB22566@egg>
396      Branch: perl
397            ! regcomp.c
398 ____________________________________________________________________________
399 [ 31506] By: demerphq                              on 2007/06/30  15:37:41
400         Log: Subject: /p vs (?p)
401              From: Abigail <abigail@abigail.be>
402              Date: Fri, 29 Jun 2007 23:38:07 +0200
403              Message-ID: <20070629213807.GA14454@abigail.nl>
404              
405              Subject: [PATCH pod/perlre.pod] Keeping up with the changes.
406              From: Abigail <abigail@abigail.be>
407              Date: Sat, 30 Jun 2007 01:24:36 +0200
408              Message-ID: <20070629232436.GA15326@abigail.nl>
409              
410              Plus tweaks, and debug enahancements.
411      Branch: perl
412            ! embed.fnc embed.h ext/re/re.pm globvar.sym pod/perlre.pod
413            ! proto.h regcomp.c regcomp.h regcomp.pl regexp.h regnodes.h
414            ! t/op/reg_pmod.t win32/Makefile
415 ____________________________________________________________________________
416 [ 31505] By: rgs                                   on 2007/06/29  16:28:34
417         Log: Removes the code that is supposed to restore magic on leaving the
418              localization of an array or a hash. This fixes some memory leaks.
419              Basically we were overwriting the magic of the outer value (value
420              from the outer scope) by the magic of the inner value (therefore making
421              that outer magic leaking in memory). But that inner magic was created
422              by mg_localize() by copying *some* of the outer magic. Consequently the
423              outer value already has that magic. So just keep it and don't bother.
424              
425              That change might introduce obscure bugs. On the other hand, it might
426              also cure obscure bugs, related to the inner value acquiring container
427              magic during its lifetime, or to the outer value loosing non-container
428              magic. No test in the test suite seems to test that.
429      Branch: perl
430            ! scope.c
431 ____________________________________________________________________________
432 [ 31504] By: stevep                                on 2007/06/29  16:10:13
433         Log: Subject: [PATCH] Fix up change 31494
434              From: "Jerry D. Hedden" <jdhedden@cpan.org>
435              Date: Fri, 29 Jun 2007 12:02:17 -0400
436              Message-ID: <1ff86f510706290902k57b540a5n446fad22c1afdab0@mail.gmail.com>
437      Branch: perl
438            ! t/op/goto.t
439 ____________________________________________________________________________
440 [ 31503] By: rgs                                   on 2007/06/29  09:09:39
441         Log: Update Changes
442      Branch: perl
443            ! Changes
444 ____________________________________________________________________________
445 [ 31502] By: rgs                                   on 2007/06/29  09:00:32
446         Log: Revert change #31489.
447              That change was adding a hook to cope with the case when one was
448              undef'ining *ISA globs, in order to clean up correctly. However, this
449              broke the case where one was assiging an array ref to @ISA, which
450              is likely to be more common.
451              Conclusion: don't undef *ISA. (or more generally don't undef globs
452              that contain magical variables)
453      Branch: perl
454            ! embed.fnc embed.h hv.c mg.c mro.c perl.h proto.h sv.c
455            ! t/mro/basic.t
456 ____________________________________________________________________________
457 [ 31501] By: rgs                                   on 2007/06/29  08:29:09
458         Log: Subject: Re: valgrind findings
459              From: "Brandon Black" <blblack@gmail.com>
460              Date: Thu, 28 Jun 2007 15:58:32 -0500
461              Message-ID: <84621a60706281358o3b379b20k2c1e53566587d79b@mail.gmail.com>
462      Branch: perl
463            ! mro.c
464 ____________________________________________________________________________
465 [ 31500] By: rgs                                   on 2007/06/29  07:58:19
466         Log: Being tired of adjusting the test count of concise-xs.t
467              all the time. Use no_plan instead.
468      Branch: perl
469            ! ext/B/t/concise-xs.t
470 ____________________________________________________________________________
471 [ 31499] By: rgs                                   on 2007/06/29  06:28:07
472         Log: Small pod fix
473      Branch: perl
474            ! pod/perlreapi.pod
475 ____________________________________________________________________________
476 [ 31498] By: demerphq                              on 2007/06/29  00:05:57
477         Log: fix overzealous search and replace
478      Branch: perl
479            ! regexp.h
480 ____________________________________________________________________________
481 [ 31497] By: demerphq                              on 2007/06/28  23:14:39
482         Log: Rename various regex defined so that they have distinct prefixes based on their usage.
483              
484              RXf_ => flags used in pm_flags argument to regcomp 
485              and stored in the regex via rx->extflags
486              PREGf_ => flags stored in rx->intflags
487              RXapif_ => argument flags for regex named capture api
488              RX_BUFF_IDX_ => special indexes to represent $` $' $&
489              used in the numeric capture buffer api
490              
491              PREGf is untouched by this change, but RXf_ is split into RXapif and RX_BUFF_IDX_.
492      Branch: perl
493            ! mg.c perl.h pod/perlreapi.pod regcomp.c regexp.h universal.c
494 ____________________________________________________________________________
495 [ 31496] By: demerphq                              on 2007/06/28  22:14:14
496         Log: Replace pattern parsing logic with optree "parsing" logic.
497      Branch: perl
498            ! regcomp.c
499 ____________________________________________________________________________
500 [ 31495] By: demerphq                              on 2007/06/28  22:09:07
501         Log: Subject: [PATCH] Move the RXf_WHITE logic for split " " into the regex engine
502              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" 
503              Date: Thu, 28 Jun 2007 20:06:50 +0000
504              <avarab@gmail.com>
505              Message-ID: <51dd1af80706281306i4dbba39em3eeb8da1d67ea27c@mail.gmail.com>
506              
507              (with tweaks)
508      Branch: perl
509            ! ext/B/t/concise-xs.t op.c op.h pod/perlreapi.pod regcomp.c
510            ! regexp.h
511 ____________________________________________________________________________
512 [ 31494] By: stevep                                on 2007/06/28  20:33:32
513         Log: Add a TODO test cases RT# 43403.
514      Branch: perl
515            ! t/op/goto.t
516 ____________________________________________________________________________
517 [ 31493] By: rgs                                   on 2007/06/28  15:05:42
518         Log: Fix tests so they actually test $@. like() demands a qr//.
519      Branch: perl
520            ! t/op/vec.t
521 ____________________________________________________________________________
522 [ 31492] By: rgs                                   on 2007/06/28  10:55:04
523         Log: New valgrind suppressions.
524      Branch: perl
525            ! t/perl.supp
526 ____________________________________________________________________________
527 [ 31491] By: steveh                                on 2007/06/28  10:46:39
528         Log: Re-enable the setlocale() tests for Windows XP onwards
529              since they seem to work OK. Not sure about older flavours
530              of Windows, so leave them alone.
531      Branch: perl
532            ! lib/locale.t
533 ____________________________________________________________________________
534 [ 31490] By: steveh                                on 2007/06/28  10:11:15
535         Log: Subject: RE: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32
536              From: "Jan Dubois" <jand@activestate.com>
537              Date: Wed, 27 Jun 2007 15:34:12 -0700
538              Message-ID: <02bd01c7b90b$49863720$dc92a560$@com>
539              
540              Rearranges the initialization of Win32CORE. The Perl interpreter isn't
541              fully initialized when Perl_init_os_extras() in win32/win32.c is called,
542              so it is not safe to use the Perl calling mechanism yet. Fixes a problem
543              building PAR-Packer on Win32.
544      Branch: perl
545            ! cygwin/cygwin.c ext/Win32CORE/Win32CORE.c
546            ! ext/Win32CORE/Win32CORE.pm makedef.pl win32/win32.c
547 ____________________________________________________________________________
548 [ 31489] By: rgs                                   on 2007/06/28  06:32:01
549         Log: Subject: Re: [perl #43357] *DESTROY = sub {} at runtime
550              From: "Brandon Black" <blblack@gmail.com>
551              Date: Wed, 27 Jun 2007 10:07:54 -0500
552              Message-ID: <84621a60706270807r7af65546x8d959b131ffa28e6@mail.gmail.com>
553      Branch: perl
554            ! embed.fnc embed.h hv.c mg.c mro.c perl.h proto.h sv.c
555            ! t/mro/basic.t
556 ____________________________________________________________________________
557 [ 31488] By: rgs                                   on 2007/06/28  06:17:04
558         Log: Subject: [PATCH-revised] Move tests under 'threads' module
559              From: "Jerry D. Hedden" <jdhedden@cpan.org>
560              Date: Wed, 27 Jun 2007 14:15:16 -0400
561              Message-ID: <1ff86f510706271115n6c816334nbde6774792743a54@mail.gmail.com>
562      Branch: perl
563            ! ext/threads/t/thread.t t/op/threads.t
564 ____________________________________________________________________________
565 [ 31487] By: rgs                                   on 2007/06/28  06:13:31
566         Log: Subject: Re: [PATCH-revised] ext/Win32/t/Unicode.t failures on FAT32 under Cygwin
567              From: "Jerry D. Hedden" <jdhedden@cpan.org>
568              Date: Wed, 27 Jun 2007 20:46:39 -0400
569              Message-ID: <1ff86f510706271746r62f921f4s3770df0b92cdf201@mail.gmail.com>
570      Branch: perl
571            ! ext/Win32/t/Unicode.t
572 ____________________________________________________________________________
573 [ 31486] By: rgs                                   on 2007/06/28  06:10:45
574         Log: Subject: Math::BigFloat - fix bpi() and A [PATCH]
575              From: Tels <nospam-abuse@bloodgate.com>
576              Date: Wed, 27 Jun 2007 18:34:14 +0200
577              Message-Id: <200706271834.14904@bloodgate.com>
578      Branch: perl
579            + lib/Math/BigInt/t/big_pi_e.t
580            ! MANIFEST lib/Math/BigFloat.pm
581 ____________________________________________________________________________
582 [ 31485] By: rgs                                   on 2007/06/28  06:03:32
583         Log: Subject: Re: Broken bignum tests [PATCH]
584              From: Tels <nospam-abuse@bloodgate.com>
585              Date: Wed, 27 Jun 2007 19:15:45 +0200
586              Message-Id: <200706271915.46068@bloodgate.com>
587      Branch: perl
588            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/big_e_pi.t
589            ! lib/bignum/t/bii_e_pi.t lib/bignum/t/bir_e_pi.t lib/bigrat.pm
590 ____________________________________________________________________________
591 [ 31484] By: rgs                                   on 2007/06/28  05:42:49
592         Log: Subject: [PATCH] bring File-Path up to 2.01
593              From: David Landgren <david@landgren.net>
594              Date: Wed, 27 Jun 2007 21:46:39 +0200
595              Message-ID: <4682BE9F.6080502@landgren.net>
596      Branch: perl
597            ! lib/File/Path.pm lib/File/Path.t
598 ____________________________________________________________________________
599 [ 31483] By: demerphq                              on 2007/06/28  00:01:54
600         Log: Free memory in case of error/failure to compile.
601              
602              Hopefully valgrind will notice and like. :-)
603      Branch: perl
604            ! regcomp.c
605 ____________________________________________________________________________
606 [ 31482] By: steveh                                on 2007/06/27  17:08:01
607         Log: Fix POSIX::setlocale(): the CRT function returns a pointer to a
608              buffer that may be overwritten by subsequent calls to the CRT
609              function, so we must make a safe copy of that buffer for our own
610              use. This fixes lib/locale.t on Win32 with the Borland compiler,
611              but presumably could affect other compilers too.
612      Branch: perl
613            ! ext/POSIX/POSIX.xs
614 ____________________________________________________________________________
615 [ 31481] By: rgs                                   on 2007/06/27  16:40:10
616         Log: Revert change #31480. The PI and e functions can accept an argument.
617      Branch: perl
618            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
619 ____________________________________________________________________________
620 [ 31480] By: rgs                                   on 2007/06/27  13:02:02
621         Log: Add an empty prototype to functions PI and e
622      Branch: perl
623            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
624 ____________________________________________________________________________
625 [ 31479] By: rgs                                   on 2007/06/27  12:57:52
626         Log: Subject: Re: RFC: bigint et. al exporting PI method? [PATCH]
627              From: Tels <nospam-abuse@bloodgate.com>
628              Date: Tue, 26 Jun 2007 20:56:45 +0200
629              Message-Id: <200706262056.47311@bloodgate.com>
630      Branch: perl
631            + lib/bignum/t/big_e_pi.t lib/bignum/t/bii_e_pi.t
632            + lib/bignum/t/bir_e_pi.t
633            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bigrat.pm
634 ____________________________________________________________________________
635 [ 31478] By: rgs                                   on 2007/06/27  12:51:22
636         Log: Subject: Math::BigInt take 12 [PATCH]
637              From: Tels <nospam-abuse@bloodgate.com>
638              Date: Tue, 26 Jun 2007 21:00:53 +0200
639              Message-Id: <200706262100.54138@bloodgate.com>
640      Branch: perl
641            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
642            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
643            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
644            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
645            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
646            ! lib/Math/BigInt/t/with_sub.t
647 ____________________________________________________________________________
648 [ 31477] By: rgs                                   on 2007/06/27  09:59:11
649         Log: Subject: [PATCH-revised] threads 1.63
650              From: "Jerry D. Hedden" <jdhedden@cpan.org>
651              Date: Tue, 26 Jun 2007 21:17:52 -0400
652              Message-ID: <1ff86f510706261817o52ad2e23kbd4efb16b5bed98b@mail.gmail.com>
653      Branch: perl
654            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
655            ! ext/threads/t/thread.t ext/threads/threads.pm
656 ____________________________________________________________________________
657 [ 31476] By: rgs                                   on 2007/06/27  08:53:02
658         Log: Subject: [PATCH] B::Deparse cleanups
659              From: Chia-liang Kao <clkao@bestpractical.com>
660              Date: Wed, 27 Jun 2007 00:06:56 +0100
661              Message-Id: <1182899216.22414.32.camel@localhost>
662      Branch: perl
663            ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t ext/B/t/deparse.t
664 ____________________________________________________________________________
665 [ 31475] By: davem                                 on 2007/06/26  21:25:15
666         Log: avoid double-free of the thread function
667      Branch: perl
668            ! ext/threads/threads.xs t/op/threads.t
669 ____________________________________________________________________________
670 [ 31474] By: davem                                 on 2007/06/26  21:07:02
671         Log: make sure PL_Parser is NULL during early stage of thread clone
672      Branch: perl
673            ! sv.c
674 ____________________________________________________________________________
675 [ 31473] By: rgs                                   on 2007/06/26  16:12:27
676         Log: Second patch from:
677              Subject: Re: [perl #43357] *DESTROY = sub {} at runtime
678              From: "Brandon Black" <blblack@gmail.com>
679              Date: Tue, 26 Jun 2007 11:05:31 -0500
680              Message-ID: <84621a60706260905x2da6eaf1x4bd7d5223951e52@mail.gmail.com>
681              
682              Fix MRO behaviour when one undefs @ISA
683      Branch: perl
684            ! av.c t/mro/basic.t
685 ____________________________________________________________________________
686 [ 31472] By: rgs                                   on 2007/06/26  16:10:11
687         Log: First patch from:
688              Subject: Re: [perl #43357] *DESTROY = sub {} at runtime
689              From: "Brandon Black" <blblack@gmail.com>
690              Date: Tue, 26 Jun 2007 11:05:31 -0500
691              Message-ID: <84621a60706260905x2da6eaf1x4bd7d5223951e52@mail.gmail.com>
692              
693              Fix problem recently introduced with loosing a DESTROY when redefined
694              at runtime.
695      Branch: perl
696            ! gv.c t/mro/basic.t
697 ____________________________________________________________________________
698 [ 31471] By: rgs                                   on 2007/06/26  15:48:51
699         Log: Subject: [PATCH] Add TODO tests for refcount issues related to threads
700              From: "Jerry D. Hedden" <jdhedden@cpan.org>
701              Date: Tue, 26 Jun 2007 11:26:25 -0400
702              Message-ID: <1ff86f510706260826h79124373y51d899e53c96b50e@mail.gmail.com>
703      Branch: perl
704            ! t/op/threads.t
705 ____________________________________________________________________________
706 [ 31470] By: steveh                                on 2007/06/26  09:10:24
707         Log: Upgrade to Win32-0.30
708      Branch: perl
709            + ext/Win32/t/GetShortPathName.t
710            ! MANIFEST ext/Win32/Makefile.PL ext/Win32/Win32.pm
711            ! ext/Win32/Win32.xs ext/Win32/t/Unicode.t
712 ____________________________________________________________________________
713 [ 31469] By: steveh                                on 2007/06/26  07:38:05
714         Log: Subject: [PATCH] Remove dead code from win32/win32sck.c
715              From: "Jan Dubois" <jand@activestate.com>
716              Date: Mon, 25 Jun 2007 17:13:04 -0700
717              Message-ID: <02bb01c7b786$c42099c0$4c61cd40$@com>
718              
719              Subject: RE: [PATCH] Remove dead code from win32/win32sck.c
720              From: "Jan Dubois" <jand@activestate.com>
721              Date: Mon, 25 Jun 2007 17:26:15 -0700
722              Message-ID: <02c801c7b788$9bf7ebe0$d3e7c3a0$@com>
723      Branch: perl
724            ! win32/win32sck.c win32/wincesck.c
725 ____________________________________________________________________________
726 [ 31468] By: steveh                                on 2007/06/26  07:31:13
727         Log: Subject: [PATCH] Win32 is dual-lived on CPAN
728              From: "Jan Dubois" <jand@activestate.com>
729              Date: Mon, 25 Jun 2007 17:02:24 -0700
730              Message-ID: <02a501c7b785$4774f890$d65ee9b0$@com>
731      Branch: perl
732            ! Porting/Maintainers.pl
733 ____________________________________________________________________________
734 [ 31467] By: rgs                                   on 2007/06/26  07:22:36
735         Log: Subject: [PATCH] Porting/corecpan.pl -f option doesn't work
736              From: "Jan Dubois" <jand@activestate.com>
737              Date: Mon, 25 Jun 2007 16:55:01 -0700
738              Message-ID: <02a101c7b784$3f79c720$be6d5560$@com>
739      Branch: perl
740            ! Porting/corecpan.pl
741 ____________________________________________________________________________
742 [ 31466] By: steveh                                on 2007/06/25  15:10:34
743         Log: Revert #30197 and #30219, which #31464 has just made redundant
744      Branch: perl
745            ! win32/Makefile win32/makefile.mk
746 ____________________________________________________________________________
747 [ 31465] By: rgs                                   on 2007/06/25  14:26:37
748         Log: Subject: [PATCH] Accept file exists error in ext/Win32API/File/t/file.t
749              From: "Jerry D. Hedden" <jdhedden@cpan.org>
750              Date: Mon, 25 Jun 2007 10:23:15 -0400
751              Message-ID: <1ff86f510706250723r4d6c5f5dg203b3f61cdeaa14d@mail.gmail.com>
752      Branch: perl
753            ! ext/Win32API/File/t/file.t
754 ____________________________________________________________________________
755 [ 31464] By: rgs                                   on 2007/06/25  14:20:04
756         Log: Rename README and Changes for more readability
757      Branch: perl
758           +> lib/Net/Changes lib/Net/README
759            - lib/Net/Changes.libnet lib/Net/README.libnet
760            ! MANIFEST Porting/Maintainers.pl
761 ____________________________________________________________________________
762 [ 31463] By: rgs                                   on 2007/06/25  14:16:28
763         Log: Upgrade to libnet 1.21
764      Branch: perl
765            + lib/Net/Hostname.pm.eg
766            - lib/Net/Hostname.eg
767            ! MANIFEST lib/Net/Changes.libnet lib/Net/Cmd.pm
768            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
769            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
770            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
771            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
772            ! lib/Net/libnetFAQ.pod
773 ____________________________________________________________________________
774 [ 31462] By: rgs                                   on 2007/06/25  12:10:10
775         Log: Apply doc suggestion from:
776              Subject: [perl #43287] perluniintro inaccurate answer to testing encoding validity 
777              From: Danny Rathjens (via RT) <perlbug-followup@perl.org>
778              Date: Thu, 21 Jun 2007 17:35:26 -0700
779              Message-ID: <rt-3.6.HEAD-1276-1182472526-1129.43287-75-0@perl.org>
780      Branch: perl
781            ! pod/perluniintro.pod
782 ____________________________________________________________________________
783 [ 31461] By: rgs                                   on 2007/06/25  11:41:35
784         Log: Subject: [PATCH] remove op_static
785              From: Paul Johnson <paul@pjcj.net>
786              Date: Fri, 22 Jun 2007 02:13:20 +0200
787              Message-ID: <20070622001320.GD20560@pjcj.net>
788              
789              Plus version bumps
790      Branch: perl
791            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm op.c
792            ! op.h
793 ____________________________________________________________________________
794 [ 31460] By: rgs                                   on 2007/06/25  10:23:47
795         Log: That test too should be skipped in the core on EBCDIC platforms
796              (because it requires Convert::EBCDIC)
797      Branch: perl
798            ! lib/Net/t/datasend.t
799 ____________________________________________________________________________
800 [ 31459] By: rgs                                   on 2007/06/25  09:45:21
801         Log: Subject: [Caffeine-Patch] Math::BigInt 1.87 take 11 (add batan2, fix batan, speedup bpi()
802              From: Tels <nospam-abuse@bloodgate.com>
803              Date: Sat, 23 Jun 2007 15:30:49 +0200
804              Message-Id: <200706231530.49865@bloodgate.com>
805      Branch: perl
806            - lib/Math/BigInt/t/fallback.t
807            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
808            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
809            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/sub_mbf.t
810            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigInt/BareCalc.pm
811 ____________________________________________________________________________
812 [ 31458] By: rgs                                   on 2007/06/25  09:08:53
813         Log: Remove now-irrelevant comment
814      Branch: perl
815            ! ext/Win32API/File/t/file.t
816 ____________________________________________________________________________
817 [ 31457] By: rgs                                   on 2007/06/25  09:08:04
818         Log: Subject: [perl #43285] Win32API::File tests language specific 
819              From: "Reini Urban via RT" <perlbug-followup@perl.org>
820              Date: Sat, 23 Jun 2007 11:15:07 -0700
821              Message-ID: <rt-3.6.HEAD-1276-1182622506-790.43285-15-0@perl.org>
822      Branch: perl
823            ! ext/Win32API/File/t/file.t
824 ____________________________________________________________________________
825 [ 31456] By: rgs                                   on 2007/06/25  09:02:18
826         Log: PerlFAQ sync.
827      Branch: perl
828            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq4.pod
829            ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfaq8.pod
830 ____________________________________________________________________________
831 [ 31455] By: nicholas                              on 2007/06/24  15:46:40
832         Log: s/\bunicode\b/Unicode/; # For everything not dual life
833      Branch: perl
834            ! dump.c ext/Data/Dumper/Dumper.pm pod/perlapi.pod
835            ! pod/perldiag.pod pod/perlhack.pod pod/perlpacktut.pod
836            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod regcomp.c
837            ! regcomp.h regexec.c utf8.c vms/vms.c
838 ____________________________________________________________________________
839 [ 31454] By: nicholas                              on 2007/06/24  13:32:42
840         Log: Also get copy on write working with ithreads. It hadn't been working
841              since change 26684 (which uses sv_setsv_flags to copy a value from an
842              SV in one interpreter context to an SV in another), despite what
843              change 31120 thought. ext/Compress/Raw/Zlib/t/07bufsize.t still fails.
844      Branch: perl
845            ! sv.c sv.h
846 ____________________________________________________________________________
847 [ 31453] By: demerphq                              on 2007/06/23  19:53:53
848         Log: Rename test files starting with regexp_ that do not
849              wrap regexp.t (and thus use re_tests) to reg_ to make
850              it clear they are standalone.
851      Branch: perl
852           +> t/op/reg_email.t t/op/reg_mesg.t t/op/reg_namedcapture.t
853           +> t/op/reg_nc_tie.t t/op/reg_pmod.t
854            - t/op/regexp_email.t t/op/regexp_namedcapture.t
855            - t/op/regexp_nc_tie.t t/op/regexp_pmod.t t/op/regmesg.t
856            ! MANIFEST
857 ____________________________________________________________________________
858 [ 31451] By: demerphq                              on 2007/06/23  19:04:04
859         Log: Resolve 
860              http://www.nntp.perl.org/group/perl.perl5.porters/2007/06/msg125667.html
861              by reverting part of change #29354. 
862              
863              Unfortunately match vars after a /g match in scalar context will be
864              unsafe (again) after this, but such matches on long strings won't be
865              as diabolically slow.
866              
867              Question: why does the new test in t/op/pat.t pass, but the same test
868              in t/op/reg_unsafe.t fail? (Latter is TODO for now)
869      Branch: perl
870            + t/op/reg_unsafe.t
871            ! MANIFEST pp_hot.c t/op/pat.t
872 ____________________________________________________________________________
873 [ 31450] By: rgs                                   on 2007/06/23  10:14:43
874         Log: Tels' patch to defer overloading of hex and oct,
875              to avoid magic leaking and smoke failures under
876              utf-8 locales
877      Branch: perl
878            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm lib/charnames.pm
879            ! lib/utf8.pm lib/utf8_heavy.pl
880 ____________________________________________________________________________
881 [ 31449] By: rgs                                   on 2007/06/23  09:19:03
882         Log: Subject: [PATCH] Math::BigInt v1.87 take 10
883              From: Tels <nospam-abuse@bloodgate.com>
884              Date: Fri, 22 Jun 2007 19:02:22 +0200
885              Message-Id: <200706221902.22487@bloodgate.com>
886      Branch: perl
887            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
888            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
889            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/fallback.t
890            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
891 ____________________________________________________________________________
892 [ 31448] By: davem                                 on 2007/06/23  00:08:44
893         Log: remove the test added by change #31447
894              (I couldn't get a test that worked, and accidentally included my
895              failed attempt in the patch).
896      Branch: perl
897            ! t/op/closure.t
898 ____________________________________________________________________________
899 [ 31447] By: davem                                 on 2007/06/22  23:46:36
900         Log: safely handle cloning a stale lexical var
901              This code:
902              my $x if ...; sub { $x}
903              could attempt to clone $x even if $x is stale.
904      Branch: perl
905            ! pad.c t/op/closure.t
906 ____________________________________________________________________________
907 [ 31446] By: rgs                                   on 2007/06/22  15:17:23
908         Log: Subject: [PATCH] Remove orphaned (and unused) Test::Simple test
909              From: "Jerry D. Hedden" <jdhedden@cpan.org>
910              Date: Thu, 21 Jun 2007 14:28:12 -0400
911              Message-ID: <1ff86f510706211128h58cd5e98s49ec897bbdcce2a2@mail.gmail.com>
912      Branch: perl
913            - lib/Test/Simple/t/strays.t
914            ! MANIFEST
915 ____________________________________________________________________________
916 [ 31445] By: merijn                                on 2007/06/22  14:55:47
917         Log: Subject: [perl #43291] perl-5.8.8 - AIX 5.3 64bit build issues 
918              From: Niklas Edmundsson (via RT) <perlbug-followup@perl.org>
919              Date: Fri, 22 Jun 2007 00:30:36 -0700
920              Message-ID: <rt-3.6.HEAD-1276-1182497436-1446.43291-75-0@perl.org>
921      Branch: perl
922            ! hints/aix.sh
923 ____________________________________________________________________________
924 [ 31444] By: merijn                                on 2007/06/22  10:21:12
925         Log: Subject: [PATCH] perlopentut
926              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
927              Date: Fri, 22 Jun 2007 10:30:50 +0200
928              Message-ID: <3852726AFA94DE4F87E616F13F416A5FB66C78@naimucu1.ffz00k.rootdom.net>
929      Branch: perl
930            ! pod/perlopentut.pod
931 ____________________________________________________________________________
932 [ 31443] By: demerphq                              on 2007/06/21  22:57:20
933         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.
934      Branch: perl
935            ! AUTHORS
936 ____________________________________________________________________________
937 [ 31442] By: demerphq                              on 2007/06/21  22:23:20
938         Log: Correct my email address. (My very first commit!)
939      Branch: perl
940            ! AUTHORS
941 ____________________________________________________________________________
942 [ 31441] By: rgs                                   on 2007/06/21  14:54:32
943         Log: Subject: [PATCH] Remove unused Module::Build tests
944              From: "Jerry D. Hedden" <jdhedden@cpan.org>
945              Date: Thu, 21 Jun 2007 10:24:01 -0400
946              Message-ID: <1ff86f510706210724v5ccd24d0md024fd5a941ee769@mail.gmail.com>
947      Branch: perl
948            - lib/Module/Build/t/par.t lib/Module/Build/t/signature.t
949            ! MANIFEST
950 ____________________________________________________________________________
951 [ 31440] By: rgs                                   on 2007/06/21  08:34:35
952         Log: Subject: [PATCH] File::Spec::Cygwin more tests and silence warning
953              From: Reini Urban <rurban@x-ray.at>
954              Date: Wed, 20 Jun 2007 21:10:05 +0200
955              Message-ID: <46797B8D.8040002@x-ray.at>
956      Branch: perl
957            ! lib/File/Spec/Cygwin.pm lib/File/Spec/t/Spec.t
958 ____________________________________________________________________________
959 [ 31439] By: rgs                                   on 2007/06/21  08:28:13
960         Log: Subject: [perl #43265] cygwin/Makefile.SHs: miniperl -Ilib for a clean @INC 
961              From: cygwin@cygwin.com (via RT) <perlbug-followup@perl.org>
962              Date: Wed, 20 Jun 2007 09:39:31 -0700
963              Message-ID: <rt-3.6.HEAD-1276-1182357570-46.43265-75-0@perl.org>
964      Branch: perl
965            ! cygwin/Makefile.SHs
966 ____________________________________________________________________________
967 [ 31438] By: rgs                                   on 2007/06/21  08:26:18
968         Log: Subject: [PATCH] cloexec.t works under Cygwin
969              From: "Jerry D. Hedden" <jdhedden@cpan.org>
970              Date: Wed, 20 Jun 2007 09:39:20 -0400
971              Message-ID: <1ff86f510706200639t13f58ecbi286015713765c403@mail.gmail.com>
972      Branch: perl
973            ! t/run/cloexec.t
974 ____________________________________________________________________________
975 [ 31437] By: rgs                                   on 2007/06/21  08:24:26
976         Log: Subject: [PATCH] Remove Archive::Test POD check
977              From: "Jerry D. Hedden" <jdhedden@cpan.org>
978              Date: Wed, 20 Jun 2007 09:43:27 -0400
979              Message-ID: <1ff86f510706200643s50cb5028ted455f52497f6af5@mail.gmail.com>
980      Branch: perl
981            - lib/Archive/Tar/t/99_pod.t
982            ! MANIFEST
983 ____________________________________________________________________________
984 [ 31436] By: rgs                                   on 2007/06/21  08:18:54
985         Log: Subject: [perl #40103] File::Spec->case_tolerant() should return true on Cygwin 
986              From: "Reini Urban via RT" <perlbug-followup@perl.org>
987              Date: Wed, 20 Jun 2007 11:50:21 -0700
988              Message-ID: <rt-3.6.HEAD-1276-1182365420-145.40103-15-0@perl.org>
989      Branch: perl
990            ! lib/File/Spec/Cygwin.pm lib/File/Spec/t/Spec.t
991 ____________________________________________________________________________
992 [ 31435] By: rgs                                   on 2007/06/21  08:15:24
993         Log: Subject: [perl #43273] Enable lib/User/*.t on cygwin 
994              From: Reini Urban (via RT) <perlbug-followup@perl.org>
995              Date: Wed, 20 Jun 2007 16:22:48 -0700
996              Message-ID: <rt-3.6.HEAD-1276-1182381767-470.43273-75-0@perl.org>
997      Branch: perl
998            ! lib/User/grent.t lib/User/pwent.t
999 ____________________________________________________________________________
1000 [ 31434] By: rgs                                   on 2007/06/21  08:13:37
1001         Log: Subject: [PATH] AUTHORS rurban
1002              From: Reini Urban <rurban@x-ray.at>
1003              Date: Wed, 20 Jun 2007 23:35:03 +0200
1004              Message-ID: <46799D87.50906@x-ray.at>
1005      Branch: perl
1006            ! AUTHORS
1007 ____________________________________________________________________________
1008 [ 31433] By: rgs                                   on 2007/06/21  08:12:09
1009         Log: Subject: [PATCH] pod/perlhack.pod where to go for information about smoke testing
1010              From: "Gabor Szabo" <szabgab@gmail.com>
1011              Date: Thu, 21 Jun 2007 08:19:33 +0300
1012              Message-ID: <d8a74af10706202219n4f4659eenef064752bd0a6954@mail.gmail.com>
1013      Branch: perl
1014            ! pod/perlhack.pod
1015 ____________________________________________________________________________
1016 [ 31432] By: craigb                                on 2007/06/21  03:24:02
1017         Log: Skip a test that causes list assignment to %ENV errors on VMS.
1018      Branch: perl
1019            ! lib/File/Spec/t/tmpdir.t
1020 ____________________________________________________________________________
1021 [ 31431] By: craigb                                on 2007/06/21  03:15:59
1022         Log: Make File::Spec::VMS->splitdir stop returning an empty first directory
1023              when passed a relative path.  Also, don't split on escaped directory 
1024              delimiters.
1025      Branch: perl
1026            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
1027 ____________________________________________________________________________
1028 [ 31430] By: steveh                                on 2007/06/20  16:26:01
1029         Log: Silence "signed/unsigned mismatch" warning from VC++ when building
1030              with -DPERL_DEBUGGING_MSTATS
1031      Branch: perl
1032            ! ext/Devel/Peek/Peek.xs
1033 ____________________________________________________________________________
1034 [ 31429] By: steveh                                on 2007/06/20  16:07:06
1035         Log: Stop the VC++ warning "'HUF_func_2mode' undefined; assuming extern
1036              returning int" by shuffling the functions around so that that
1037              function is defined before it is called (since there are no forward
1038              declarations of functions in this file)
1039      Branch: perl
1040            ! ext/Hash/Util/FieldHash/FieldHash.xs
1041 ____________________________________________________________________________
1042 [ 31428] By: steveh                                on 2007/06/20  16:03:10
1043         Log: Change #31426 should also be applied to the PERL_IMPLICIT_SYS
1044              version of ioctl()
1045      Branch: perl
1046            ! win32/perlhost.h
1047 ____________________________________________________________________________
1048 [ 31427] By: rgs                                   on 2007/06/20  14:36:19
1049         Log: Change #31426 should also be applied to the windows CE version
1050      Branch: perl
1051            ! win32/wincesck.c
1052 ____________________________________________________________________________
1053 [ 31426] By: rgs                                   on 2007/06/20  13:30:14
1054         Log: Subject: Re: Net::SMTP can't send large messages with bleadperl
1055              From: demerphq <demerphq@gmail.com>
1056              Date: Wed, 20 Jun 2007 15:22:31 +0200
1057              Message-ID: <9b18b3110706200622o344c417apbd50468c6e5eb533@mail.gmail.com>
1058      Branch: perl
1059            ! win32/win32sck.c
1060 ____________________________________________________________________________
1061 [ 31425] By: rgs                                   on 2007/06/20  07:45:43
1062         Log: A first stab at making perlreref.pod up to date
1063      Branch: perl
1064            ! pod/perlreref.pod
1065 ____________________________________________________________________________
1066 [ 31424] By: rgs                                   on 2007/06/20  07:41:15
1067         Log: Fix docs for \u ; plus a POD formatting nit
1068      Branch: perl
1069            ! pod/perlrebackslash.pod
1070 ____________________________________________________________________________
1071 [ 31423] By: nicholas                              on 2007/06/19  20:38:36
1072         Log: Subject: Re: Net::SMTP can't send large messages with bleadperl
1073              Message-ID: <9b18b3110706180943y22c0eaa7yf34565d87689dd9e@mail.gmail.com>
1074              From: demerphq <demerphq@gmail.com>
1075              Date: Mon, 18 Jun 2007 18:43:17 +0200
1076      Branch: perl
1077            ! ext/IO/lib/IO/Socket.pm
1078 ____________________________________________________________________________
1079 [ 31422] By: nicholas                              on 2007/06/19  18:32:59
1080         Log: Work on getting B compiling outside of the perl source tree.
1081      Branch: perl
1082            ! ext/B/Makefile.PL ext/B/defsubs_h.PL
1083 ____________________________________________________________________________
1084 [ 31421] By: craigb                                on 2007/06/19  12:29:32
1085         Log: Better handling of escapes in filenames when converting between VMS
1086              and Unix syntax.
1087      Branch: perl
1088            ! vms/vms.c
1089 ____________________________________________________________________________
1090 [ 31420] By: rgs                                   on 2007/06/19  12:13:20
1091         Log: Subject: [perl #43242] "use base" breaks code containing peculiarly named constant 
1092              From: Martin Becker (via RT) <perlbug-followup@perl.org>
1093              Date: Mon, 18 Jun 2007 09:48:54 -0700
1094              Message-ID: <rt-3.6.HEAD-7948-1182185333-640.43242-75-0@perl.org>
1095              
1096              plus a test case
1097      Branch: perl
1098            ! lib/base.pm lib/base/t/base.t
1099 ____________________________________________________________________________
1100 [ 31419] By: rgs                                   on 2007/06/19  09:43:21
1101         Log: Update list of files that need crlf line endings
1102      Branch: perl
1103            ! Porting/curliff.pl
1104 ____________________________________________________________________________
1105 [ 31418] By: davem                                 on 2007/06/18  22:48:25
1106         Log: fix S_emulate_eaccess compiler warning
1107      Branch: perl
1108            ! embed.fnc embed.h proto.h
1109 ____________________________________________________________________________
1110 [ 31417] By: davem                                 on 2007/06/18  15:10:32
1111         Log: 5.9.4 regexp capturing wrongly
1112              change #28398 accidently made the last branch of an alternation
1113              not restore the paren state after failure backtrack. Fix this by
1114              removing the last-branch-skips-pushing-a-state optimisation.
1115      Branch: perl
1116            ! regexec.c t/op/re_tests
1117 ____________________________________________________________________________
1118 [ 31416] By: rgs                                   on 2007/06/18  13:20:50
1119         Log: R stands for Report, not Reporting.
1120      Branch: perl
1121            ! META.yml Porting/makemeta
1122 ____________________________________________________________________________
1123 [ 31415] By: rgs                                   on 2007/06/18  13:19:23
1124         Log: Regenerate META.yml.
1125              Put MAD in Maintainers.pl.
1126      Branch: perl
1127            ! META.yml Porting/Maintainers.pl
1128 ____________________________________________________________________________
1129 [ 31414] By: rgs                                   on 2007/06/18  11:39:04
1130         Log: Regen pods
1131      Branch: perl
1132            ! pod/perlmodlib.pod pod/perltoc.pod
1133 ____________________________________________________________________________
1134 [ 31413] By: steveh                                on 2007/06/18  08:49:30
1135         Log: Subject: Re: Math::BigInt 1.87 problems? Re: FAIL DBI-1.56 i686-linux 2.4.27-3-686 [PATCH]
1136              From: Tels <nospam-abuse@bloodgate.com>
1137              Date: Fri, 15 Jun 2007 19:56:10 +0200
1138              Message-Id: <200706151956.11861@bloodgate.com>
1139      Branch: perl
1140            ! ext/Math/BigInt/FastCalc/FastCalc.xs
1141            ! ext/Math/BigInt/FastCalc/t/bigintfc.t
1142 ____________________________________________________________________________
1143 [ 31412] By: rgs                                   on 2007/06/18  08:27:59
1144         Log: Remove PERL_MAGIC_mutex
1145      Branch: perl
1146            ! dump.c perl.h pod/perlguts.pod
1147 ____________________________________________________________________________
1148 [ 31411] By: rgs                                   on 2007/06/18  07:53:05
1149         Log: Subject: [PATCH] perlreapi.pod documentation for flags & cleanup
1150              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
1151              Date: Sun, 17 Jun 2007 18:09:25 +0000
1152              Message-ID: <51dd1af80706171109r37c294c4h78a51083c3b851ba@mail.gmail.com>
1153      Branch: perl
1154            ! pod/perlreapi.pod
1155 ____________________________________________________________________________
1156 [ 31410] By: rgs                                   on 2007/06/18  07:48:56
1157         Log: Subject: [PATCH] POD Alignment for the magic table in perlapi.pod
1158              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
1159              Date: Sun, 17 Jun 2007 18:41:29 +0000
1160              Message-ID: <51dd1af80706171141w48cb717fr71ce7f214daebe36@mail.gmail.com>
1161      Branch: perl
1162            ! pod/perlguts.pod
1163 ____________________________________________________________________________
1164 [ 31409] By: rgs                                   on 2007/06/18  07:39:35
1165         Log: Subject: [PATCH] SvRX() and SvRXOK() macros
1166              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
1167              Date: Mon, 18 Jun 2007 03:33:34 +0000
1168              Message-ID: <51dd1af80706172033h1908aa0ge15698204e0b79ed@mail.gmail.com>
1169      Branch: perl
1170            ! embed.fnc ext/re/re.xs pod/perlapi.pod pod/perlreapi.pod
1171            ! proto.h regexp.h universal.c util.c
1172 ____________________________________________________________________________
1173 [ 31408] By: davem                                 on 2007/06/18  00:00:30
1174         Log: add test for, and update comments for, old defined($1) oddity.
1175              
1176              Some code in regexec.c had a comment to the effect that without
1177              this code, Dynaloader failed (this is back at 5.6.0). Replace the
1178              comments with something more specific, and add a test for it
1179              (basically without the code $1 is '' rather than undefined
1180              sometimes).
1181      Branch: perl
1182            ! regexec.c t/op/re_tests
1183 ____________________________________________________________________________
1184 [ 31407] By: rgs                                   on 2007/06/17  17:14:12
1185         Log: POD fixes in Hash::Util and Hash::Util::FieldHash
1186      Branch: perl
1187            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
1188            ! ext/Hash/Util/lib/Hash/Util.pm
1189 ____________________________________________________________________________
1190 [ 31406] By: rgs                                   on 2007/06/17  16:58:55
1191         Log: Subject: [patch] Hash::Util::FieldHash v1.01
1192              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
1193              Date: Sun, 17 Jun 2007 17:13:06 +0200
1194              Message-Id: <1750E68D-4F6E-48B9-A255-BCC0DA5C886E@mailbox.tu-berlin.de>
1195      Branch: perl
1196            ! ext/Hash/Util/FieldHash/Changes
1197            ! ext/Hash/Util/FieldHash/FieldHash.xs
1198            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
1199            ! ext/Hash/Util/FieldHash/t/02_function.t
1200            ! ext/Hash/Util/lib/Hash/Util.pm
1201 ____________________________________________________________________________
1202 [ 31404] By: rgs                                   on 2007/06/17  14:48:11
1203         Log: Patches to compile perl on Cray XT4 Catamount/Qk, by Jarkko
1204      Branch: perl
1205            + hints/catamount.sh
1206            ! Configure MANIFEST Makefile.SH doio.c ext/util/make_ext
1207            ! hints/linux.sh lib/ExtUtils/MM_Unix.pm perl.c perl.h pp_sys.c
1208            ! sv.c util.c
1209 ____________________________________________________________________________
1210 [ 31403] By: rgs                                   on 2007/06/17  13:28:00
1211         Log: Subject: bignum 0.22 take 4 (hex()/oct() overloading)
1212              From: Tels <nospam-abuse@bloodgate.com>
1213              Date: Sat, 16 Jun 2007 14:33:47 +0200
1214              Message-Id: <200706161433.47489@bloodgate.com>
1215      Branch: perl
1216            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
1217            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
1218            ! lib/bignum/t/in_effect.t lib/bignum/t/scope_f.t
1219            ! lib/bignum/t/scope_i.t lib/bignum/t/scope_r.t lib/bigrat.pm
1220 ____________________________________________________________________________
1221 [ 31402] By: rgs                                   on 2007/06/17  12:54:12
1222         Log: Subject: [PATCH] EBCDIC fixes for gzip
1223              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
1224              Date: Sun, 17 Jun 2007 01:43:11 +0100
1225              Message-ID: <004001c7b078$7cc2e520$6701a8c0@myopwv.com>
1226      Branch: perl
1227            ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip/Constants.pm
1228            ! ext/IO_Compress_Zlib/t/004gziphdr.t
1229 ____________________________________________________________________________
1230 [ 31401] By: rgs                                   on 2007/06/17  12:51:30
1231         Log: Subject: [PATCH] CPANPLUS 0.80
1232              From: "Jos I. Boumans" <kane@dwim.org>
1233              Date: Sun, 17 Jun 2007 14:39:29 +0200
1234              Message-Id: <45B1EC67-D34B-404D-9801-449FAC1D75BA@dwim.org>
1235      Branch: perl
1236            ! MANIFEST lib/CPANPLUS.pm lib/CPANPLUS/Internals.pm
1237            ! lib/CPANPLUS/Shell/Default.pm
1238            ! lib/CPANPLUS/t/01_CPANPLUS-Configure.t
1239            ! lib/CPANPLUS/t/02_CPANPLUS-Internals.t
1240            ! lib/CPANPLUS/t/04_CPANPLUS-Module.t
1241            ! lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t
1242            ! lib/CPANPLUS/t/08_CPANPLUS-Backend.t
1243            ! lib/CPANPLUS/t/10_CPANPLUS-Error.t
1244            ! lib/CPANPLUS/t/19_CPANPLUS-Dist.t
1245            ! lib/CPANPLUS/t/20_CPANPLUS-Dist-MM.t
1246            ! lib/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t
1247            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
1248            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
1249            ! r-0.01.tar.gz.packed
1250            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
1251            ! tar.gz.packed
1252            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
1253            ! tar.gz.packed
1254            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
1255            ! r.gz.packed
1256            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
1257            ! tar.gz.packed
1258            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
1259            ! r.gz.packed
1260            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
1261            ! cked
1262            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
1263            ! lib/CPANPLUS/t/inc/conf.pl
1264 ____________________________________________________________________________
1265 [ 31400] By: rgs                                   on 2007/06/17  08:46:13
1266         Log: Subject: Math::BigInt take 9 (CORE::hex() vs. hex() in Calc.pm)
1267              From: Tels <nospam-abuse@bloodgate.com>
1268              Date: Sat, 16 Jun 2007 13:43:45 +0200
1269              Message-Id: <200706161343.47110@bloodgate.com>
1270      Branch: perl
1271            ! lib/Math/BigInt/Calc.pm
1272 ____________________________________________________________________________
1273 [ 31399] By: rgs                                   on 2007/06/17  08:10:59
1274         Log: Subject: [DOC PATCH] Pod nits in doc/perlpodspec.pod
1275              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
1276              Date: Sat, 16 Jun 2007 14:30:16 -0300
1277              Message-ID: <73ddeb6c0706161030nb489b0cx746daddc55b95987@mail.gmail.com>
1278      Branch: perl
1279            ! pod/perlpodspec.pod
1280 ____________________________________________________________________________
1281 [ 31398] By: rgs                                   on 2007/06/17  08:08:45
1282         Log: Subject: [PATCH] Test::Builder tickles Pod::Html parsing stupidity bug
1283              From: demerphq <demerphq@gmail.com>
1284              Date: Sat, 16 Jun 2007 18:47:22 +0200
1285              Message-ID: <9b18b3110706160947x5d3521b3kca1edf2d9ba65f37@mail.gmail.com>
1286      Branch: perl
1287            ! lib/Test/Builder.pm
1288 ____________________________________________________________________________
1289 [ 31397] By: rgs                                   on 2007/06/17  08:06:08
1290         Log: Subject: [DOC PATCH] MANIFEST: t/op/exec.t tests exec, system AND qx
1291              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
1292              Date: Sat, 16 Jun 2007 15:03:41 -0300
1293              Message-ID: <73ddeb6c0706161103oe4afe43i941223debc00543@mail.gmail.com>
1294      Branch: perl
1295            ! MANIFEST
1296 ____________________________________________________________________________
1297 [ 31396] By: rgs                                   on 2007/06/16  06:10:19
1298         Log: More portability nits by Jarkko
1299      Branch: perl
1300            ! ext/util/make_ext gv.h hv.c
1301 ____________________________________________________________________________
1302 [ 31395] By: merijn                                on 2007/06/16  05:56:15
1303         Log: Subject: [PATCH] Re: [perl #43216] Perl 5.8.8 does not compile on Solaris 8 with-Dusethreads
1304              From: Andy Dougherty <doughera@lafayette.edu>
1305              Date: Fri, 15 Jun 2007 12:05:36 -0400 (EDT)
1306              Message-ID: <Pine.LNX.4.64.0706151203200.14068@fractal.phys.lafayette.edu>
1307      Branch: perl
1308            ! Configure
1309 ____________________________________________________________________________
1310 [ 31393] By: craigb                                on 2007/06/15  21:21:25
1311         Log: Subject: [PATCH] Show warning bits on failure in t/op/caller.t
1312              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1313              Date: Fri, 15 Jun 2007 16:05:36 -0400
1314              Message-ID: <1ff86f510706151305j1ce8c46eib165ee9fad10b538@mail.gmail.com>
1315      Branch: perl
1316            ! t/op/caller.t
1317 ____________________________________________________________________________
1318 [ 31392] By: rgs                                   on 2007/06/15  15:29:53
1319         Log: Subject: [PATCH] checkAUTHORS.pl once more
1320              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1321              Date: Fri, 15 Jun 2007 10:54:28 -0400
1322              Message-ID: <1ff86f510706150754g59703eabs7072fb750e160a31@mail.gmail.com>
1323      Branch: perl
1324            ! Porting/checkAUTHORS.pl
1325 ____________________________________________________________________________
1326 [ 31391] By: rgs                                   on 2007/06/15  14:29:28
1327         Log: Subject: [PATCH] checkAUTHORS.pl again
1328              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1329              Date: Fri, 15 Jun 2007 10:16:38 -0400
1330              Message-ID: <1ff86f510706150716r5aef08fw12c9ea5d401f5f9a@mail.gmail.com>
1331      Branch: perl
1332            ! Porting/checkAUTHORS.pl
1333 ____________________________________________________________________________
1334 [ 31390] By: rgs                                   on 2007/06/15  13:59:55
1335         Log: Subject: [PATCH] I have a name
1336              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1337              Date: Fri, 15 Jun 2007 09:54:57 -0400
1338              Message-ID: <1ff86f510706150654t24817135t67803e81f444305b@mail.gmail.com>
1339      Branch: perl
1340            ! Porting/checkAUTHORS.pl
1341 ____________________________________________________________________________
1342 [ 31389] By: rgs                                   on 2007/06/15  13:52:34
1343         Log: Subject: [PATCH] Warning bit fixes to t/op/caller.t
1344              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1345              Date: Fri, 15 Jun 2007 09:49:47 -0400
1346              Message-ID: <1ff86f510706150649l320d629cl8820bfbf938c9f4d@mail.gmail.com>
1347      Branch: perl
1348            ! t/op/caller.t
1349 ____________________________________________________________________________
1350 [ 31388] By: rgs                                   on 2007/06/15  11:17:50
1351         Log: Subject: [PATCH] miscellanea
1352              From: Jarkko Hietaniemi <jhi@iki.fi>
1353              Date: Thu, 14 Jun 2007 22:32:49 -0400
1354              Message-ID: <4671FA51.4070001@iki.fi>
1355      Branch: perl
1356            ! Makefile.SH embed.fnc hv.h op.c proto.h sv.c util.c
1357 ____________________________________________________________________________
1358 [ 31387] By: rgs                                   on 2007/06/15  09:52:07
1359         Log: Subject: [PATCH] Re: vsprintf
1360              From: Andy Dougherty <doughera@lafayette.edu>
1361              Date: Thu, 14 Jun 2007 13:12:57 -0400 (EDT)
1362              Message-ID: <Pine.LNX.4.64.0706141312510.31762@fractal.phys.lafayette.edu>
1363      Branch: perl
1364            ! util.c
1365 ____________________________________________________________________________
1366 [ 31386] By: rgs                                   on 2007/06/15  08:55:38
1367         Log: Forgot to regen warnings
1368      Branch: perl
1369            ! lib/warnings.pm warnings.h
1370 ____________________________________________________________________________
1371 [ 31385] By: craigb                                on 2007/06/15  03:19:46
1372         Log: Don't let the home-grown readdir() on VMS return results with
1373              ODS-5 escapes (i.e., report foo.tar.gz, not foo^.tar.gz).
1374      Branch: perl
1375            ! vms/vms.c
1376 ____________________________________________________________________________
1377 [ 31384] By: craigb                                on 2007/06/14  18:23:18
1378         Log: Fix missing PerlIO_releaseFILE in VMS::Stdio::getname().
1379      Branch: perl
1380            ! vms/ext/Stdio/Stdio.xs
1381 ____________________________________________________________________________
1382 [ 31383] By: rgs                                   on 2007/06/14  15:36:16
1383         Log: Update Changes.
1384              Mention the removal of -A and assertions.pm in perldelta.
1385      Branch: perl
1386            ! Changes pod/perl595delta.pod
1387 ____________________________________________________________________________
1388 [ 31382] By: rgs                                   on 2007/06/14  14:12:35
1389         Log: Upgrade to PathTools 3.25
1390      Branch: perl
1391            ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/Cwd.pm
1392            ! lib/File/Spec.pm lib/File/Spec/OS2.pm lib/File/Spec/t/tmpdir.t
1393 ____________________________________________________________________________
1394 [ 31381] By: rgs                                   on 2007/06/14  13:12:56
1395         Log: Upgrade to ExtUtils::CBuilder 0.19
1396      Branch: perl
1397            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
1398            ! lib/ExtUtils/CBuilder/Changes
1399            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
1400            ! lib/ExtUtils/CBuilder/Platform/os2.pm
1401 ____________________________________________________________________________
1402 [ 31380] By: rgs                                   on 2007/06/14  13:06:13
1403         Log: Sync Archive::Extract with CPAN
1404      Branch: perl
1405            ! lib/Archive/Extract.pm
1406 ____________________________________________________________________________
1407 [ 31379] By: rgs                                   on 2007/06/14  12:38:16
1408         Log: Subject: [PATCH] Less sed'ing in Cygwin Makefile.SHs
1409              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1410              Date: Thu, 14 Jun 2007 08:13:29 -0400
1411              Message-ID: <1ff86f510706140513v5d3bb0e0l89dff31da83abfb9@mail.gmail.com>
1412      Branch: perl
1413            ! cygwin/Makefile.SHs
1414 ____________________________________________________________________________
1415 [ 31378] By: rgs                                   on 2007/06/14  12:27:41
1416         Log: assertions has been removed
1417      Branch: perl
1418            ! Porting/Maintainers.pl
1419 ____________________________________________________________________________
1420 [ 31377] By: rgs                                   on 2007/06/14  11:06:02
1421         Log: Fix [perl #43207] lc() or uc() inside sort affect the return value.
1422      Branch: perl
1423            ! pp.c t/op/lc.t
1424 ____________________________________________________________________________
1425 [ 31376] By: davem                                 on 2007/06/13  22:41:33
1426         Log: change #31134 broke DEBUG_LEAKING_SCALARS builds
1427      Branch: perl
1428            ! sv.c
1429 ____________________________________________________________________________
1430 [ 31375] By: merijn                                on 2007/06/13  20:15:28
1431         Log: Subject: Re: vsprintf
1432              From: Andy Dougherty <doughera@lafayette.edu>
1433              Date: Wed, 13 Jun 2007 14:41:44 -0400 (EDT)
1434              Message-ID: <Pine.LNX.4.64.0706131434120.18715@fractal.phys.lafayette.edu>
1435      Branch: perl
1436            ! Configure
1437 ____________________________________________________________________________
1438 [ 31373] By: merijn                                on 2007/06/13  20:11:10
1439         Log: Subject: [PATCH] Configure: Erroneous C++ message
1440              From: Andy Dougherty <doughera@lafayette.edu>
1441              Date: Wed, 13 Jun 2007 14:33:54 -0400 (EDT)
1442              Message-ID: <Pine.LNX.4.64.0706131428510.18715@fractal.phys.lafayette.edu>
1443      Branch: perl
1444            ! Configure
1445 ____________________________________________________________________________
1446 [ 31371] By: steveh                                on 2007/06/13  17:12:21
1447         Log: Fix random failures in CPANPLUS tests on Win32
1448              
1449              The failures were a result of calling Win32::GetShortPathName with
1450              the program argument " /nologo" appended to the path. Program
1451              arguments should not be passed to Win32::GetShortPathName.
1452              
1453              (The randomness occurred because random garbage was being produced
1454              due to a separate bug in that Win32 function, for which a fix is
1455              forthcoming...).
1456      Branch: perl
1457            ! lib/CPANPLUS/Config.pm
1458 ____________________________________________________________________________
1459 [ 31370] By: rgs                                   on 2007/06/13  13:24:09
1460         Log: Subject: yet another mro.c patch
1461              From: "Brandon Black" <blblack@gmail.com>
1462              Date: Wed, 13 Jun 2007 08:19:11 -0500
1463              Message-ID: <84621a60706130619g17c9d2fbi111cca567da3d500@mail.gmail.com>
1464      Branch: perl
1465            ! mro.c
1466 ____________________________________________________________________________
1467 [ 31369] By: rgs                                   on 2007/06/12  08:43:55
1468         Log: Subject: mad-const patch
1469              From: Jim Cromie <jim.cromie@gmail.com>
1470              Date: Mon, 11 Jun 2007 13:49:06 -0600
1471              Message-ID: <466DA732.3010608@gmail.com>
1472      Branch: perl
1473            ! dump.c embed.fnc proto.h
1474 ____________________________________________________________________________
1475 [ 31368] By: rgs                                   on 2007/06/12  08:39:00
1476         Log: Subject: Re: integer vs. bigint [PATCH]
1477              From: Tels <nospam-abuse@bloodgate.com>
1478              Date: Mon, 11 Jun 2007 19:31:16 +0200
1479              Message-Id: <200706111931.17616@bloodgate.com>
1480      Branch: perl
1481            ! lib/bigint.pm
1482 ____________________________________________________________________________
1483 [ 31367] By: rgs                                   on 2007/06/12  08:33:40
1484         Log: Subject: [PATCH] perltodo: more vtable musings
1485              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
1486              Date: Tue, 12 Jun 2007 03:15:26 +0300 (EEST)
1487              Message-Id: <200706120015.l5C0FQH7512295@kosh.hut.fi>
1488      Branch: perl
1489            ! pod/perltodo.pod
1490 ____________________________________________________________________________
1491 [ 31366] By: rgs                                   on 2007/06/12  08:32:26
1492         Log: Subject: Re: [PATCH-at-31365] (was - configpm frustrations)
1493              From: Vadim <vadim@vkonovalov.ru>
1494              Date: Mon, 11 Jun 2007 19:19:31 +0400
1495              Message-ID: <466D6803.1020808@vkonovalov.ru>
1496      Branch: perl
1497            ! Makefile.SH configpm
1498 ____________________________________________________________________________
1499 [ 31365] By: rgs                                   on 2007/06/11  15:20:38
1500         Log: Subject: Math::BigInt v1.87 take 8
1501              From: Tels <nospam-abuse@bloodgate.com>
1502              Date: Sat, 9 Jun 2007 14:07:34 +0200
1503              Message-Id: <200706091407.36659@bloodgate.com>
1504      Branch: perl
1505            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1506            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
1507            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
1508            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
1509            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
1510            ! lib/Math/BigInt/t/with_sub.t
1511 ____________________________________________________________________________
1512 [ 31364] By: rgs                                   on 2007/06/11  15:18:27
1513         Log: Subject: pidigits benchmark and bpi() method in Math::BigFloat/Math::BigInt, take 7 [PATCH]
1514              From: Tels <nospam-abuse@bloodgate.com>
1515              Date: Fri, 8 Jun 2007 19:29:41 +0200
1516              Message-Id: <200706081929.44888@bloodgate.com>
1517      Branch: perl
1518            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1519            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
1520            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
1521            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
1522            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
1523            ! lib/Math/BigInt/t/with_sub.t
1524 ____________________________________________________________________________
1525 [ 31363] By: rgs                                   on 2007/06/11  14:27:40
1526         Log: Doc adjustments for the number localization and setlocale().
1527              See debian bug #379463.
1528      Branch: perl
1529            ! pod/perllocale.pod
1530 ____________________________________________________________________________
1531 [ 31362] By: rgs                                   on 2007/06/11  08:28:57
1532         Log: Subject: [PATCH] cross-compilation for linux
1533              From: "Konovalov, Vadim Vladimirovich \(Vadim\)** CTR **" <vkonovalov@alcatel-lucent.com>
1534              Date: Sat, 9 Jun 2007 19:41:44 +0200
1535              Message-ID: <D16F05D0CAAA234BA2B753B80DE6100D278EBC@DEEXC1U02.de.lucent.com>
1536      Branch: perl
1537            + Cross/README.new
1538            ! Cross/Makefile-cross-SH Cross/README Cross/build-arm-n770-sh
1539            ! MANIFEST README.ce win32/Makefile.ce
1540 ____________________________________________________________________________
1541 [ 31361] By: craigb                                on 2007/06/08  18:43:10
1542         Log: A couple of File::Path tests require unix syntax on VMS.
1543      Branch: perl
1544            ! lib/File/Path.t
1545 ____________________________________________________________________________
1546 [ 31360] By: craigb                                on 2007/06/08  15:28:29
1547         Log: Make pipe shutdown on VMS care about whether PerlIO has already
1548              shut down.
1549      Branch: perl
1550            ! vms/vms.c
1551 ____________________________________________________________________________
1552 [ 31359] By: craigb                                on 2007/06/08  15:25:22
1553         Log: Avoid multiply defined symbols in re extension following #31341.
1554      Branch: perl
1555            ! ext/re/re_top.h
1556 ____________________________________________________________________________
1557 [ 31358] By: craigb                                on 2007/06/08  15:21:24
1558         Log: Make symbols short enough for VMS after #31341.
1559      Branch: perl
1560            ! universal.c
1561 ____________________________________________________________________________
1562 [ 31357] By: steveh                                on 2007/06/08  10:35:34
1563         Log: Fix lib/File/Path.t failure on Win32
1564              (Create a 'ZZ' directory instead of 'Z' because we already have a 'z'
1565              which is the same as 'Z' on Win32's case-insensitive filesystem)
1566      Branch: perl
1567            ! lib/File/Path.pm lib/File/Path.t
1568 ____________________________________________________________________________
1569 [ 31356] By: steveh                                on 2007/06/08  09:07:46
1570         Log: Change 31347 should also have removed win32_free_argvw()
1571              because it now isn't used anywhere.
1572      Branch: perl
1573            ! win32/win32.c win32/wince.c
1574 ____________________________________________________________________________
1575 [ 31355] By: steveh                                on 2007/06/08  08:50:09
1576         Log: Remove dead Perl_sys_intern_clear() from wince.c
1577      Branch: perl
1578            ! win32/wince.c
1579 ____________________________________________________________________________
1580 [ 31354] By: steveh                                on 2007/06/08  08:36:05
1581         Log: Move win32_create_message_window() out of #ifdef HAVE_INTERP_INTERN
1582              section, where it didn't belong. (That section should (currently)
1583              only contain sys_intern_init(), sys_intern_clear() and
1584              sys_intern_dup() and related functionality such as
1585              win32_csighandler().)
1586      Branch: perl
1587            ! win32/win32.c
1588 ____________________________________________________________________________
1589 [ 31353] By: rgs                                   on 2007/06/08  08:30:25
1590         Log: encoding.pm doesn't give any details about ${^ENCODING},
1591              so don't mention it in perlvar
1592      Branch: perl
1593            ! pod/perlvar.pod
1594 ____________________________________________________________________________
1595 [ 31352] By: rgs                                   on 2007/06/07  16:09:54
1596         Log: Plug a memory leak (noticed by Yves)
1597      Branch: perl
1598            ! regcomp.c
1599 ____________________________________________________________________________
1600 [ 31351] By: rgs                                   on 2007/06/07  14:05:11
1601         Log: Subject: Re: [perl #43082] "$_[0]->method" interpolation 
1602              From: Father Chrysostomos <sprout@cpan.org>
1603              Date: Tue, 5 Jun 2007 13:25:39 -0700
1604              Message-Id: <064E3238-D26D-446D-9B7E-0DB8CEFDE0AD@cpan.org>
1605      Branch: perl
1606            ! t/comp/parser.t toke.c
1607 ____________________________________________________________________________
1608 [ 31350] By: steveh                                on 2007/06/07  13:49:04
1609         Log: Stop VC++ from warning "'getenv' : inconsistent dll linkage.
1610              dllexport assumed." when building with -DDEBUGGING by declaring
1611              getenv() with the same __declspec as in Microsoft's <stdlib.h>.
1612              MinGW/GCC is happy with that too, but Borland doesn't understand
1613              _CRTIMP so don't bother for Borland since it doesn't warn anyway.
1614      Branch: perl
1615            ! x2p/a2p.c
1616 ____________________________________________________________________________
1617 [ 31349] By: rgs                                   on 2007/06/07  13:23:07
1618         Log: Subject: Re: [PATCH] Update File-Path to 2.00
1619              From: David Landgren <david@landgren.net>
1620              Date: Thu, 07 Jun 2007 14:02:36 +0200
1621              Message-ID: <4667F3DC.9070203@landgren.net>
1622      Branch: perl
1623            ! lib/File/Path.pm
1624 ____________________________________________________________________________
1625 [ 31348] By: rgs                                   on 2007/06/07  12:12:39
1626         Log: Subject: [PATCHES] Silence compiler warnings
1627              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1628              Date: Wed, 6 Jun 2007 14:45:06 -0400
1629              Message-ID: <1ff86f510706061145r540c7f02kba96c04bc9dcf8b0@mail.gmail.com>
1630      Branch: perl
1631            ! mro.c pp_sys.c universal.c
1632 ____________________________________________________________________________
1633 [ 31347] By: steveh                                on 2007/06/07  11:48:47
1634         Log: Stop VC++ from warning "all references to 'SHELL32.dll' discarded
1635              by /OPT:REF" by removing the only reference to a SHELL32.dll function
1636              (namely, CommandLineToArgvW(), called from win32_argv2utf8(), which
1637              isn't actually used anywhere so delete it).
1638              
1639              That then caused the warning "/DELAYLOAD:shell32.dll ignored; no
1640              imports found from shell32.dll", so remove that /DELAYLOAD option too.
1641      Branch: perl
1642            ! win32/Makefile win32/makefile.mk win32/win32.c win32/win32.h
1643            ! win32/wince.c
1644 ____________________________________________________________________________
1645 [ 31346] By: rgs                                   on 2007/06/07  08:51:15
1646         Log: Subject: [patch] fix small errors in sv.c commentary
1647              From: Jim Cromie <jim.cromie@gmail.com>
1648              Date: Wed, 06 Jun 2007 23:38:53 -0600
1649              Message-ID: <466799ED.3090705@gmail.com>
1650      Branch: perl
1651            ! sv.c
1652 ____________________________________________________________________________
1653 [ 31345] By: rgs                                   on 2007/06/07  08:01:18
1654         Log: Subject: Re: [PATCH] Update File-Path to 2.00
1655              From: David Landgren <david@landgren.net>
1656              Date: Wed, 06 Jun 2007 23:57:34 +0200
1657              Message-ID: <46672DCE.2080508@landgren.net>
1658      Branch: perl
1659            ! lib/File/Path.pm lib/File/Path.t
1660 ____________________________________________________________________________
1661 [ 31344] By: steveh                                on 2007/06/06  16:48:46
1662         Log: Stop VC7 and VC8 warning about overriding /DPERLDLL with /UPERLDLL
1663              when compiling perlmain.c, and don't supply /DPERLDLL twice when
1664              compiling perlmainst.c
1665      Branch: perl
1666            ! win32/Makefile win32/makefile.mk
1667 ____________________________________________________________________________
1668 [ 31343] By: steveh                                on 2007/06/06  16:33:42
1669         Log: Stop VC7 and VC8 complaining about the DESCRIPTION statement
1670              in perldll.def (it isn't supported any more).
1671      Branch: perl
1672            ! makedef.pl
1673 ____________________________________________________________________________
1674 [ 31342] By: rgs                                   on 2007/06/06  14:58:27
1675         Log: Adjust test count (it shouldn't have changed with last patch)
1676      Branch: perl
1677            ! ext/B/t/concise-xs.t
1678 ____________________________________________________________________________
1679 [ 31341] By: rgs                                   on 2007/06/06  14:42:01
1680         Log: Subject: Re: [PATCH] Callbacks for named captures (%+ and %-)
1681              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
1682              Date: Sun, 3 Jun 2007 20:24:59 +0000
1683              Message-ID: <51dd1af80706031324y5618d519p460da27a2e7fe712@mail.gmail.com>
1684      Branch: perl
1685            + ext/re/t/qr.t t/op/regexp_nc_tie.t
1686            ! MANIFEST embed.fnc embed.h ext/B/t/concise-xs.t ext/re/re.pm
1687            ! ext/re/re.xs ext/re/re_top.h ext/re/t/re_funcs.t global.sym
1688            ! gv.c lib/Tie/Hash/NamedCapture.pm mg.c perl.h
1689            ! pod/perlreapi.pod proto.h regcomp.c regcomp.h regexp.h
1690            ! t/op/pat.t t/op/readdir.t universal.c
1691 ____________________________________________________________________________
1692 [ 31340] By: rgs                                   on 2007/06/06  12:27:36
1693         Log: Upgrade to encoding::warnings 0.11
1694      Branch: perl
1695            ! lib/encoding/warnings.pm
1696 ____________________________________________________________________________
1697 [ 31339] By: rgs                                   on 2007/06/06  12:07:13
1698         Log: A test file was removed from the latest Unicode::Normalize
1699      Branch: perl
1700            - ext/Unicode/Normalize/t/short.t
1701            ! MANIFEST
1702 ____________________________________________________________________________
1703 [ 31338] By: rgs                                   on 2007/06/06  12:03:00
1704         Log: Upgrade to Unicode::Normalize 1.02
1705      Branch: perl
1706            ! ext/Unicode/Normalize/Changes
1707            ! ext/Unicode/Normalize/Normalize.pm
1708            ! ext/Unicode/Normalize/Normalize.xs
1709            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
1710            ! ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/func.t
1711            ! ext/Unicode/Normalize/t/test.t
1712 ____________________________________________________________________________
1713 [ 31337] By: steveh                                on 2007/06/06  08:20:32
1714         Log: Subject: Re: [PATCH] Update File-Path to 2.00
1715              From: Joshua Juran <jjuran@gmail.com>
1716              Date: Wed, 6 Jun 2007 01:14:31 -0700
1717              Message-Id: <5F26D98D-8B6D-4F4A-B2E9-168F71B963DD@gmail.com>
1718              
1719              Fixes typo in the POD.
1720      Branch: perl
1721            ! lib/File/Path.pm
1722 ____________________________________________________________________________
1723 [ 31336] By: steveh                                on 2007/06/06  08:16:44
1724         Log: Subject: Re: [PATCH] Update File-Path to 2.00
1725              From: David Landgren <david@landgren.net>
1726              Date: Tue, 05 Jun 2007 23:21:40 +0200
1727              Message-ID: <4665D3E4.2030809@landgren.net>
1728              
1729              Silences some unnecessary carping (e.g. from ExtUtils::Command line 109
1730              when building perl).
1731      Branch: perl
1732            ! lib/File/Path.pm lib/File/Path.t
1733 ____________________________________________________________________________
1734 [ 31335] By: steveh                                on 2007/06/05  12:51:07
1735         Log: Silence another VC++ compiler warning (signed/unsigned mismatch in ==)
1736      Branch: perl
1737            ! regexec.c
1738 ____________________________________________________________________________
1739 [ 31334] By: rgs                                   on 2007/06/05  10:23:24
1740         Log: There is no more a ~~ feature, noticed by Moritz Lenz
1741      Branch: perl
1742            ! pod/perlsyn.pod
1743 ____________________________________________________________________________
1744 [ 31333] By: rgs                                   on 2007/06/05  10:10:33
1745         Log: Remove support for assertions and -A
1746      Branch: perl
1747            - lib/assertions.pm lib/assertions/activate.pm
1748            - lib/assertions/compat.pm t/comp/assertions.t
1749            - t/comp/asstcompat.t t/run/switch_A.t
1750            ! MANIFEST cv.h dump.c ext/B/B.xs ext/B/B/Concise.pm
1751            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL ext/B/t/concise-xs.t
1752            ! lib/perl5db.pl op.c perl.c perl.h pod/perl.pod
1753            ! pod/perldiag.pod pod/perllexwarn.pod pod/perlrun.pod
1754            ! pod/perltodo.pod pp_hot.c sv.c t/op/attrs.t toke.c warnings.pl
1755            ! xsutils.c
1756 ____________________________________________________________________________
1757 [ 31332] By: rgs                                   on 2007/06/04  08:04:13
1758         Log: Subject: another mro patch
1759              From: "Brandon Black" <blblack@gmail.com>
1760              Date: Mon, 4 Jun 2007 00:55:15 -0500
1761              Message-ID: <84621a60706032255g6702cd81ube1f582a1e07cf8a@mail.gmail.com>
1762      Branch: perl
1763            + t/mro/next_goto.t
1764            ! MANIFEST lib/mro.pm mro.c
1765 ____________________________________________________________________________
1766 [ 31331] By: craigb                                on 2007/06/03  22:26:20
1767         Log: cando_by_name again: work harder to identify directories 
1768              for fileification, plus a nit missed in #31326.
1769      Branch: perl
1770            ! vms/vms.c
1771 ____________________________________________________________________________
1772 [ 31330] By: rgs                                   on 2007/06/03  16:23:03
1773         Log: Subject: [PATCH] Math::BigInt v1.87 take 6
1774              From: Tels <nospam-abuse@bloodgate.com>
1775              Date: Sat, 2 Jun 2007 13:40:45 +0000
1776              Message-Id: <200706021340.46806@bloodgate.com>
1777      Branch: perl
1778            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1779 ____________________________________________________________________________
1780 [ 31329] By: rgs                                   on 2007/06/03  16:19:37
1781         Log: Subject: Re: [PATCH] Update File-Path to 2.00
1782              From: David Landgren <david@landgren.net>
1783              Date: Sat, 02 Jun 2007 20:58:16 +0200
1784              Message-ID: <4661BDC8.6040102@landgren.net>
1785      Branch: perl
1786            ! lib/File/Path.pm lib/File/Path.t
1787 ____________________________________________________________________________
1788 [ 31328] By: rgs                                   on 2007/06/03  15:36:25
1789         Log: Subject: [PATCH] Re: BBC(Bleadperl Breaks CPAN) Today: String::Multibyte
1790              From: demerphq <demerphq@gmail.com>
1791              Date: Sun, 3 Jun 2007 17:21:55 +0200
1792              Message-ID: <9b18b3110706030821u39460f96ic342dda8ba9fcdf7@mail.gmail.com>
1793      Branch: perl
1794            ! regcomp.c t/op/pat.t
1795 ____________________________________________________________________________
1796 [ 31327] By: craigb                                on 2007/06/02  17:47:37
1797         Log: In File::Path::_rmtree, we want a list of files, not directories (some of them 
1798              may be directory files, which is ok).
1799      Branch: perl
1800            ! lib/File/Path.pm
1801 ____________________________________________________________________________
1802 [ 31326] By: craigb                                on 2007/06/02  16:02:03
1803         Log: Assorted fixes for VMS version of cando_by_name:
1804              -- Restore pre-5.9.x behavior of expanding logical names and fileifying
1805              directory specs regardless of whether input spec is in VMS syntax.
1806              -- VMSify input spec unless explicitly told we don't need to (this was
1807              backwards since introduced in #27733).
1808              -- Various memory handling robustifications.
1809      Branch: perl
1810            ! vms/vms.c
1811 ____________________________________________________________________________
1812 [ 31325] By: rgs                                   on 2007/06/01  09:14:24
1813         Log: Subject: [perl #43094] Doc patch to perlre: modifiers => quantifiers 
1814              From: Brad Baxter (via RT) <perlbug-followup@perl.org>
1815              Date: Thu, 31 May 2007 15:04:55 -0700
1816              Message-ID: <rt-3.6.HEAD-1668-1180649095-1834.43094-75-0@perl.org>
1817      Branch: perl
1818            ! pod/perlre.pod
1819 ____________________________________________________________________________
1820 [ 31324] By: steveh                                on 2007/06/01  07:32:52
1821         Log: Subject: [PATCH] Fix DynaLoader::dl_findfile() to locate .so files again
1822              From: "Jan Dubois" <jand@activestate.com>
1823              Date: Thu, 31 May 2007 13:17:22 -0700
1824              Message-ID: <00a501c7a3c0$b2d880d0$18898270$@com>
1825      Branch: perl
1826            ! ext/DynaLoader/DynaLoader_pm.PL
1827 ____________________________________________________________________________
1828 [ 31323] By: merijn                                on 2007/06/01  06:39:32
1829         Log: Subject: [PATCH] Configure: O_NONBLOCK test uses fork() and pipe()
1830              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
1831              Date: Fri, 1 Jun 2007 04:31:03 +0300 (EEST)
1832              Message-Id: <200706010131.l511V3kv417484@kosh.hut.fi>
1833      Branch: perl
1834            ! Configure
1835 ____________________________________________________________________________
1836 [ 31321] By: merijn                                on 2007/06/01  06:32:38
1837         Log: Subject: Updated email address for AUTHORS.txt
1838              From: perl@cadop.com
1839              Date: Thu, 31 May 2007 19:33:08 -0600 (MDT)
1840              Message-Id: <20070601013308.3B6A314ECA82@noop.cadop.com>
1841      Branch: perl
1842            ! AUTHORS
1843 ____________________________________________________________________________
1844 [ 31320] By: craigb                                on 2007/05/31  22:17:17
1845         Log: Maintain UAF context across calls to sys$check_access in cando_by_name.
1846      Branch: perl
1847            ! vms/vms.c
1848 ____________________________________________________________________________
1849 [ 31319] By: rgs                                   on 2007/05/31  16:13:07
1850         Log: Dave remarks that I have been too terse here.
1851      Branch: perl
1852            ! pod/perl595delta.pod
1853 ____________________________________________________________________________
1854 [ 31318] By: rgs                                   on 2007/05/31  16:09:22
1855         Log: Subject: [PATCH] Remove threads/typemap from Porting/Maintainers.pl
1856              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1857              Date: Thu, 31 May 2007 11:59:31 -0400
1858              Message-ID: <1ff86f510705310859y6c101c15t6d823d00ef25309b@mail.gmail.com>
1859      Branch: perl
1860            ! Porting/Maintainers.pl
1861 ____________________________________________________________________________
1862 [ 31317] By: rgs                                   on 2007/05/31  15:52:28
1863         Log: Actually, Log::Message::Simple comes from Jos, not Tels.
1864      Branch: perl
1865            ! Porting/Maintainers.pl
1866 ____________________________________________________________________________
1867 [ 31316] By: rgs                                   on 2007/05/31  12:11:40
1868         Log: Subject: [PATCH] minor assertions improvements
1869              From: Ricardo SIGNES <rjbs-perl-p5p@lists.manxome.org>
1870              Date: Wed, 30 May 2007 21:47:15 -0400
1871              Message-ID: <20070531014715.GA26562@knight.manxome.org>
1872      Branch: perl
1873            ! lib/assertions.pm lib/assertions/activate.pm
1874            ! t/comp/assertions.t
1875 ____________________________________________________________________________
1876 [ 31315] By: rgs                                   on 2007/05/31  09:42:05
1877         Log: Subject: [PATCH] Update File-Path to 2.00
1878              From: David Landgren <david@landgren.net>
1879              Date: Wed, 30 May 2007 19:50:38 +0200
1880              Message-ID: <465DB96E.1020106@landgren.net>
1881      Branch: perl
1882            ! lib/File/Path.pm lib/File/Path.t
1883 ____________________________________________________________________________
1884 [ 31314] By: rgs                                   on 2007/05/31  08:28:02
1885         Log: Subject: [PATCH] Gooder English
1886              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1887              Date: Wed, 30 May 2007 17:12:32 -0400
1888              Message-ID: <1ff86f510705301412v75fc5810vf28f5b62c0077585@mail.gmail.com>
1889      Branch: perl
1890            ! lib/Log/Message/Simple.pm
1891 ____________________________________________________________________________
1892 [ 31313] By: nicholas                              on 2007/05/31  08:25:57
1893         Log: blead segfaults on local *@; eval {1} because ERRSV assumes that
1894              GvSV(PL_errgv) is always non-NULL. That stopped being the case with
1895              change 25009 (ish) - when we stopped automatically creating a(n unused)
1896              SV at GV creation time.
1897      Branch: perl
1898            ! scope.c t/op/local.t
1899 ____________________________________________________________________________
1900 [ 31312] By: rgs                                   on 2007/05/30  15:21:10
1901         Log: Subject: Re: HvMROMETA
1902              From: "Brandon Black" <blblack@gmail.com>
1903              Date: Tue, 29 May 2007 19:08:13 -0500
1904              Message-ID: <84621a60705291708m3f106d74r473f3d91c780163d@mail.gmail.com>
1905      Branch: perl
1906            ! hv.h mro.c
1907 ____________________________________________________________________________
1908 [ 31311] By: rgs                                   on 2007/05/30  13:59:17
1909         Log: Subject: Re: localising hash element by variable 
1910              From: hv@crypt.org
1911              Date: Wed, 30 May 2007 13:21:15 +0100
1912              Message-Id: <200705301221.l4UCLFwf010411@zen.crypt.org>
1913      Branch: perl
1914            ! t/op/local.t
1915 ____________________________________________________________________________
1916 [ 31310] By: rgs                                   on 2007/05/30  10:45:08
1917         Log: Upgrade to Encode 2.23
1918      Branch: perl
1919            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
1920            ! ext/Encode/Makefile.PL ext/Encode/Unicode/Unicode.pm
1921 ____________________________________________________________________________
1922 [ 31309] By: steveh                                on 2007/05/30  07:38:30
1923         Log: Silence a couple of VC++ compiler warnings
1924      Branch: perl
1925            ! ext/Math/BigInt/FastCalc/FastCalc.pm
1926            ! ext/Math/BigInt/FastCalc/FastCalc.xs
1927 ____________________________________________________________________________
1928 [ 31308] By: nicholas                              on 2007/05/29  19:57:34
1929         Log: DBL_EPSILON DBL_MIN FLT_EPSILON FLT_MIN are not C constant expressions
1930              on z/OS, so move them to the list of non const constants.
1931      Branch: perl
1932            ! ext/POSIX/Makefile.PL
1933 ____________________________________________________________________________
1934 [ 31307] By: rgs                                   on 2007/05/29  15:48:27
1935         Log: Plug a memory leak in Encode
1936      Branch: perl
1937            ! ext/Encode/Encode.xs
1938 ____________________________________________________________________________
1939 [ 31306] By: stevep                                on 2007/05/29  14:42:24
1940         Log: Upgrade to CPAN-1.9102
1941      Branch: perl
1942            ! lib/CPAN.pm lib/CPAN/Kwalify.pm lib/CPAN/t/10version.t
1943 ____________________________________________________________________________
1944 [ 31305] By: rgs                                   on 2007/05/29  09:33:52
1945         Log: Upgrade to Encode 2.22
1946      Branch: perl
1947            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
1948            ! ext/Encode/t/fallback.t ext/Encode/t/mime-name.t
1949 ____________________________________________________________________________
1950 [ 31304] By: rgs                                   on 2007/05/29  08:59:05
1951         Log: Revert change #30530, following Jan's advice
1952      Branch: perl
1953            ! Makefile.SH
1954 ____________________________________________________________________________
1955 [ 31303] By: rgs                                   on 2007/05/29  08:49:06
1956         Log: Subject: Re: [perl #43015] regex /.*\z/ doesn't matches strings ending with \n
1957              From: demerphq <demerphq@gmail.com>
1958              Date: Mon, 28 May 2007 19:46:04 +0200
1959              Message-ID: <9b18b3110705281046ib37acb4i7960fe415325270f@mail.gmail.com>
1960      Branch: perl
1961            ! regcomp.c regexec.c t/op/re_tests
1962 ____________________________________________________________________________
1963 [ 31302] By: rgs                                   on 2007/05/29  08:43:29
1964         Log: Mention that last bugfix in perldelta
1965      Branch: perl
1966            ! pod/perl595delta.pod
1967 ____________________________________________________________________________
1968 [ 31301] By: rgs                                   on 2007/05/29  08:41:09
1969         Log: Subject: Re: localising hash element by variable
1970              From: Bo Lindbergh <blgl@hagernas.com>
1971              Date: Mon, 28 May 2007 20:26:00 +0200
1972              Message-Id: <BC2C451F-B286-4D38-923E-E3B473F7B5E1@hagernas.com>
1973      Branch: perl
1974            ! scope.c t/op/local.t
1975 ____________________________________________________________________________
1976 [ 31300] By: steveh                                on 2007/05/29  08:09:38
1977         Log: win32/makefile.mk doesn't support GSAR's old dmake (because of
1978              the use of || and && in conditional expressions, which that old
1979              dmake doesn't understand), so stop with a helpful error message
1980              if such a dmake is being used.
1981              
1982              There is now no need to have all the clutter of trying to support
1983              different backslash and newline semantics, so ditch that too.
1984      Branch: perl
1985            ! win32/makefile.mk
1986 ____________________________________________________________________________
1987 [ 31299] By: rgs                                   on 2007/05/29  07:57:33
1988         Log: Subject: Re: [PATCH] Update CPANPLUS to 0.79_03
1989              From: "Jos I. Boumans" <jos@dwim.org>
1990              Date: Tue, 29 May 2007 09:00:53 +0200
1991              Message-Id: <551932A2-91F8-4E7C-8939-4B71216976BA@dwim.org>
1992              
1993              Removed a fatal debug statement from cpan2dist.
1994      Branch: perl
1995            ! lib/CPANPLUS.pm lib/CPANPLUS/Internals.pm
1996            ! lib/CPANPLUS/Shell/Default.pm lib/CPANPLUS/bin/cpan2dist
1997            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
1998            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
1999            ! r-0.01.tar.gz.packed
2000            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
2001            ! tar.gz.packed
2002            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
2003            ! tar.gz.packed
2004            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
2005            ! r.gz.packed
2006            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
2007            ! tar.gz.packed
2008            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
2009            ! r.gz.packed
2010            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
2011            ! cked
2012            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
2013 ____________________________________________________________________________
2014 [ 31298] By: steveh                                on 2007/05/29  07:25:22
2015         Log: Silence the warning "Can't locate auto/POSIX/autosplit.ix in @INC"
2016              when building the POSIX extension
2017      Branch: perl
2018            ! lib/ExtUtils/Install.pm
2019 ____________________________________________________________________________
2020 [ 31297] By: merijn                                on 2007/05/29  06:12:06
2021         Log: Subject: [PATCH] perltodo tweak on virtualizing OS/FS access
2022              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2023              Date: Tue, 29 May 2007 06:50:57 +0300 (EEST)
2024              Message-Id: <200705290350.l4T3ovWG275103@kosh.hut.fi>
2025      Branch: perl
2026            ! pod/perltodo.pod
2027 ____________________________________________________________________________
2028 [ 31296] By: nicholas                              on 2007/05/28  21:35:45
2029         Log: Subject: Re: Cross patch 31287 broke blead
2030              From: Vadim <vadim@vkonovalov.ru>
2031              Message-ID: <465B11AB.8000608@vkonovalov.ru>
2032              Date: Mon, 28 May 2007 21:30:19 +0400
2033      Branch: perl
2034           +> Cross/Makefile-cross-SH Cross/build-arm-n770-sh
2035            - Cross/Makefile-cross.SH Cross/build-arm-n770.sh
2036            ! MANIFEST
2037 ____________________________________________________________________________
2038 [ 31295] By: nicholas                              on 2007/05/28  18:50:23
2039         Log: Avoid calling SvEND() when SvPOKp() is not true.
2040              Remove an unneeded dupliate SvCUR_set() in Perl_sv_2pv_flags().
2041      Branch: perl
2042            ! sv.c
2043 ____________________________________________________________________________
2044 [ 31294] By: rgs                                   on 2007/05/28  13:36:43
2045         Log: Several POD fixes by Jonathan Stowe
2046      Branch: perl
2047            ! ext/B/B/Concise.pm ext/B/B/Lint.pm pod/perldebguts.pod
2048            ! symbian/PerlBase.pod
2049 ____________________________________________________________________________
2050 [ 31293] By: rgs                                   on 2007/05/28  13:21:23
2051         Log: Subject: [PATCH] Add /nologo to nmake in CPANPLUS::Dist::Build too
2052              From: "Jos I. Boumans" <kane@xs4all.nl>
2053              Date: Mon, 28 May 2007 15:06:52 +0200
2054              Message-Id: <90E1CAA6-8529-4DD1-9D42-A377538E9320@xs4all.nl>
2055      Branch: perl
2056            ! lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t
2057            ! lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed
2058            ! lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed
2059 ____________________________________________________________________________
2060 [ 31292] By: rgs                                   on 2007/05/28  13:17:54
2061         Log: Subject: [PATCH] Update CPANPLUS to 0.79_03
2062              From: "Jos I. Boumans" <jos@dwim.org>
2063              Date: Mon, 28 May 2007 14:59:11 +0200
2064              Message-Id: <DDD60952-6B63-4AA5-9862-FAE3456AB7CA@dwim.org>
2065      Branch: perl
2066            ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm
2067            ! lib/CPANPLUS/Configure.pm lib/CPANPLUS/Dist.pm
2068            ! lib/CPANPLUS/Dist/MM.pm lib/CPANPLUS/Internals.pm
2069            ! lib/CPANPLUS/Internals/Constants.pm
2070            ! lib/CPANPLUS/Internals/Constants/Report.pm
2071            ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell/Default.pm
2072            ! lib/CPANPLUS/bin/cpan2dist
2073            ! lib/CPANPLUS/t/02_CPANPLUS-Internals.t
2074            ! lib/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t
2075            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
2076            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
2077            ! r-0.01.tar.gz.packed
2078            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
2079            ! tar.gz.packed
2080            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
2081            ! tar.gz.packed
2082            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
2083            ! r.gz.packed
2084            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
2085            ! tar.gz.packed
2086            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
2087            ! r.gz.packed
2088            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
2089            ! cked
2090            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
2091            ! lib/CPANPLUS/t/inc/conf.pl
2092 ____________________________________________________________________________
2093 [ 31291] By: rgs                                   on 2007/05/28  12:52:08
2094         Log: Mention new lexical pragmas big* in perldelta
2095      Branch: perl
2096            ! pod/perl595delta.pod
2097 ____________________________________________________________________________
2098 [ 31290] By: rgs                                   on 2007/05/28  12:47:32
2099         Log: Update Changes
2100      Branch: perl
2101            ! Changes
2102 ____________________________________________________________________________
2103 [ 31289] By: rgs                                   on 2007/05/28  12:44:29
2104         Log: Update outdated example
2105      Branch: perl
2106            ! pod/perlpod.pod
2107 ____________________________________________________________________________
2108 [ 31288] By: rgs                                   on 2007/05/28  12:33:05
2109         Log: Update to Archive::Extract 0.20, and re-apply patch #31158
2110      Branch: perl
2111            + lib/Archive/Extract/t/src/x.Z.packed
2112            ! MANIFEST lib/Archive/Extract.pm
2113            ! lib/Archive/Extract/t/01_Archive-Extract.t
2114            ! lib/Archive/Extract/t/src/double_dir.zip.packed
2115            ! lib/Archive/Extract/t/src/x.bz2.packed
2116            ! lib/Archive/Extract/t/src/x.gz.packed
2117            ! lib/Archive/Extract/t/src/x.jar.packed
2118            ! lib/Archive/Extract/t/src/x.par.packed
2119            ! lib/Archive/Extract/t/src/x.tar.gz.packed
2120            ! lib/Archive/Extract/t/src/x.tar.packed
2121            ! lib/Archive/Extract/t/src/x.tgz.packed
2122            ! lib/Archive/Extract/t/src/x.zip.packed
2123            ! lib/Archive/Extract/t/src/y.jar.packed
2124            ! lib/Archive/Extract/t/src/y.par.packed
2125            ! lib/Archive/Extract/t/src/y.tar.bz2.packed
2126            ! lib/Archive/Extract/t/src/y.tar.gz.packed
2127            ! lib/Archive/Extract/t/src/y.tar.packed
2128            ! lib/Archive/Extract/t/src/y.tbz.packed
2129            ! lib/Archive/Extract/t/src/y.tgz.packed
2130            ! lib/Archive/Extract/t/src/y.zip.packed
2131 ____________________________________________________________________________
2132 [ 31287] By: rgs                                   on 2007/05/28  12:03:25
2133         Log: Subject: linux arm cross-compilation
2134              From: Vadim <vadim@vkonovalov.ru>
2135              Date: Mon, 28 May 2007 01:23:46 +0400
2136              Message-ID: <4659F6E2.3090805@vkonovalov.ru>
2137              
2138              with adjustments to the MANIFEST
2139      Branch: perl
2140            + Cross/Makefile-cross.SH Cross/build-arm-n770.sh
2141            + Cross/cflags-cross-arm Cross/config.sh-arm-linux-n770
2142            + ext/util/make_ext_cross
2143            ! MANIFEST configpm
2144 ____________________________________________________________________________
2145 [ 31286] By: rgs                                   on 2007/05/28  11:14:32
2146         Log: Bump version number
2147              
2148              Subject: [PATCH] Update log::message::simple to 0.02
2149              From: "Jos I. Boumans" <jib@ripe.net>
2150              Date: Mon, 28 May 2007 12:04:02 +0200
2151              Message-Id: <EB397A0C-713C-4E42-92DB-DD8B808AE34C@ripe.net>
2152      Branch: perl
2153            ! lib/Log/Message/Simple.pm
2154 ____________________________________________________________________________
2155 [ 31285] By: rgs                                   on 2007/05/28  10:17:22
2156         Log: Subject: Re: [PATCH] Math::BigInt v1.87 take 5
2157              From: Tels <nospam-abuse@bloodgate.com>
2158              Date: Sun, 27 May 2007 15:54:29 +0000
2159              Message-Id: <200705271554.32054@bloodgate.com>
2160      Branch: perl
2161            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2162            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
2163 ____________________________________________________________________________
2164 [ 31284] By: rgs                                   on 2007/05/28  09:45:39
2165         Log: Subject: [PATCH] Math::BigInt::FastCalc v0.15
2166              From: Tels <nospam-abuse@bloodgate.com>
2167              Date: Sun, 27 May 2007 14:43:15 +0000
2168              Message-Id: <200705271443.16138@bloodgate.com>
2169      Branch: perl
2170            ! ext/Math/BigInt/FastCalc/FastCalc.pm
2171            ! ext/Math/BigInt/FastCalc/FastCalc.xs
2172            ! ext/Math/BigInt/FastCalc/Makefile.PL
2173            ! ext/Math/BigInt/FastCalc/t/leak.t
2174 ____________________________________________________________________________
2175 [ 31283] By: craigb                                on 2007/05/27  01:54:45
2176         Log: In the stat() wrapper for VMS, always allow extended characters
2177              (such as multiple dots) in the filename regardless of environment
2178              setting.
2179      Branch: perl
2180            ! vms/vms.c
2181 ____________________________________________________________________________
2182 [ 31282] By: craigb                                on 2007/05/27  01:50:46
2183         Log: In the homegrown readdir() for VMS, always treat unix-style paths
2184              appropriately regardless of environment setting, and also remove
2185              the escape characters from escaped dots.
2186      Branch: perl
2187            ! vms/vms.c
2188 ____________________________________________________________________________
2189 [ 31281] By: rgs                                   on 2007/05/26  06:54:40
2190         Log: Bad orientation in doc, noticed by Jan Dubois.
2191      Branch: perl
2192            ! pod/perl595delta.pod
2193 ____________________________________________________________________________
2194 [ 31280] By: davem                                 on 2007/05/25  23:26:33
2195         Log: delete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbg
2196              the first two aren't used, and the last two are just place holders
2197              to ensure that both runops functions get linked in; so make them
2198              global rather than per-interpeter
2199      Branch: perl
2200            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
2201 ____________________________________________________________________________
2202 [ 31279] By: craigb                                on 2007/05/25  22:19:40
2203         Log: Subject: Re: argproc.c license Re: [perl #43037] Bad license in perl distribution
2204              From: Mark Pizzolato <mark@infocomm.com>
2205              Date: Fri, 25 May 2007 13:31:17 -0700 (PDT)
2206              Message-ID: <288163.41670.qm@web83606.mail.sp1.yahoo.com>
2207      Branch: perl
2208            ! vms/vms.c
2209 ____________________________________________________________________________
2210 [ 31278] By: davem                                 on 2007/05/25  19:16:50
2211         Log: fix coredump in S_varname (tickled by Devel::Profile)
2212              a 'Use of uninitialized value' warning within a DB sub
2213              attempted to use the pad of the caller to locate the offending
2214              lexical
2215      Branch: perl
2216            ! sv.c
2217 ____________________________________________________________________________
2218 [ 31277] By: rgs                                   on 2007/05/25  13:29:34
2219         Log: \R can't be used in a char class
2220      Branch: perl
2221            ! pod/perlre.pod
2222 ____________________________________________________________________________
2223 [ 31276] By: rgs                                   on 2007/05/25  13:28:39
2224         Log: Document new escapes in perldelta
2225      Branch: perl
2226            ! pod/perl595delta.pod
2227 ____________________________________________________________________________
2228 [ 31275] By: steveh                                on 2007/05/25  10:15:54
2229         Log: Change #31270 should have updated proto.h to match
2230      Branch: perl
2231            ! embed.fnc proto.h
2232 ____________________________________________________________________________
2233 [ 31274] By: rgs                                   on 2007/05/25  09:57:33
2234         Log: Upgrade to Archive::Tar 1.32.
2235      Branch: perl
2236            ! lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
2237            ! lib/Archive/Tar/File.pm
2238            ! lib/Archive/Tar/t/src/long/bar.tar.packed
2239            ! lib/Archive/Tar/t/src/long/foo.tgz.packed
2240            ! lib/Archive/Tar/t/src/short/bar.tar.packed
2241            ! lib/Archive/Tar/t/src/short/foo.tgz.packed
2242 ____________________________________________________________________________
2243 [ 31273] By: rgs                                   on 2007/05/25  09:29:12
2244         Log: Document that ptardiff needs Text::Diff
2245      Branch: perl
2246            ! pod/perlutil.pod
2247 ____________________________________________________________________________
2248 [ 31272] By: rgs                                   on 2007/05/25  09:20:45
2249         Log: Document cpanp and cpan2dist
2250      Branch: perl
2251            ! pod/perl595delta.pod pod/perlutil.pod
2252 ____________________________________________________________________________
2253 [ 31271] By: steveh                                on 2007/05/25  09:18:45
2254         Log: Fix the ext/IO/t/io_sock.t failure when built with VC++ 2005
2255              
2256              Unknown to me win32/win32.h was defining USE_FIXED_OSFHANDLE, which
2257              arranged for a black magic fix to MSVCRT.DLL's _open_osfhandle() to
2258              be used. It seems that this is inappropriate for VC++ versions later
2259              than 6.x, since they don't use that DLL: simply not defining that
2260              symbol makes the io_sock.t failure go away.
2261              
2262              (Compare change #29233, which similarly disabled the fix to
2263              MSVCRT.DLL's read() for VC++ versions later than 6.x.)
2264      Branch: perl
2265            ! README.win32 win32/win32.h
2266 ____________________________________________________________________________
2267 [ 31270] By: rgs                                   on 2007/05/25  07:46:08
2268         Log: Subject: [PATCH] Consting dump.c
2269              From: Andy Lester <andy@petdance.com>
2270              Date: Thu, 24 May 2007 13:25:43 -0500
2271              Message-Id: <B46A083E-A133-4D38-9BE8-BE1EB0AAA326@petdance.com>
2272      Branch: perl
2273            ! XSUB.h doop.c dump.c
2274 ____________________________________________________________________________
2275 [ 31269] By: rgs                                   on 2007/05/24  17:18:24
2276         Log: Subject: Re: perl pragma [PATCH]
2277              From: Tels <nospam-abuse@bloodgate.com>
2278              Date: Wed, 23 May 2007 21:35:58 +0000
2279              Message-Id: <200705232135.59546@bloodgate.com>
2280      Branch: perl
2281            + lib/bignum/t/in_effect.t lib/bignum/t/scope_f.t
2282            + lib/bignum/t/scope_i.t lib/bignum/t/scope_r.t
2283            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bigrat.pm
2284 ____________________________________________________________________________
2285 [ 31268] By: rgs                                   on 2007/05/24  16:12:58
2286         Log: Subject: [perl #43010] [PATCH] Deparse, ''->(), ::(), sub :: {}, etc. 
2287              From: Father Chrysostomos (via RT) <perlbug-followup@perl.org>
2288              Date: Sun, 20 May 2007 21:44:42 -0700
2289              Message-ID: <rt-3.6.HEAD-4015-1179722682-636.43010-75-0@perl.org>
2290      Branch: perl
2291            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
2292 ____________________________________________________________________________
2293 [ 31267] By: rgs                                   on 2007/05/24  15:37:40
2294         Log: Adjustment to the test for importing feature bundles,
2295              found by Hugo
2296      Branch: perl
2297            ! lib/feature.pm
2298 ____________________________________________________________________________
2299 [ 31266] By: rgs                                   on 2007/05/24  15:12:41
2300         Log: Subject: [PATCH] update CPANPLUS::Dist::Build to 0.06_01
2301              From: "Jos I. Boumans" <kane@dwim.org>
2302              Date: Tue, 22 May 2007 14:45:19 +0200
2303              Message-Id: <208F4537-CCF8-401B-9F97-EF1902EA2FB6@dwim.org>
2304      Branch: perl
2305            ! lib/CPANPLUS/Dist/Build.pm
2306            ! lib/CPANPLUS/Dist/Build/t/01_CPANPLUS-Dist-Build-Constants.t
2307            ! lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t
2308            ! lib/CPANPLUS/Dist/Build/t/inc/conf.pl
2309            ! lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed
2310            ! lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed
2311 ____________________________________________________________________________
2312 [ 31265] By: rgs                                   on 2007/05/24  13:29:01
2313         Log: It suddendly annoyed me that corelist returned sometimes two
2314              spaces in a row.
2315      Branch: perl
2316            ! lib/Module/CoreList/bin/corelist
2317 ____________________________________________________________________________
2318 [ 31264] By: rgs                                   on 2007/05/24  11:17:31
2319         Log: Doc nits by Steven Schubiger
2320      Branch: perl
2321            ! pod/perlintro.pod
2322 ____________________________________________________________________________
2323 [ 31263] By: rgs                                   on 2007/05/24  08:25:52
2324         Log: perldelta additions suggested by Steve Hay
2325      Branch: perl
2326            ! pod/perl595delta.pod
2327 ____________________________________________________________________________
2328 [ 31262] By: rgs                                   on 2007/05/24  08:18:31
2329         Log: Subject: [PATCH revised] threads::shared 1.12
2330              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2331              Date: Wed, 23 May 2007 09:28:28 -0400
2332              Message-ID: <1ff86f510705230628n73c16e2gc67a3ec05d57c5f3@mail.gmail.com>
2333      Branch: perl
2334            ! ext/threads/shared/Changes ext/threads/shared/README
2335            ! ext/threads/shared/shared.pm ext/threads/shared/t/wait.t
2336            ! ext/threads/shared/t/waithires.t
2337 ____________________________________________________________________________
2338 [ 31260] By: rgs                                   on 2007/05/23  10:20:29
2339         Log: Perldelta nit by Brandon Black
2340      Branch: perl
2341            ! pod/perl595delta.pod
2342 ____________________________________________________________________________
2343 [ 31259] By: steveh                                on 2007/05/23  08:12:14
2344         Log: Subject: RE: [PATCH] Skip ext/Win32/t/Unicode.t under Cygwin
2345              From: "Jan Dubois" <jand@activestate.com>
2346              Date: Tue, 22 May 2007 16:35:27 -0700
2347              Message-ID: <06dd01c79cc9$e101ce60$a3056b20$@com>
2348              
2349              Reinstates the test under Cygwin and fixes it.
2350      Branch: perl
2351            ! ext/Win32/t/Unicode.t
2352 ____________________________________________________________________________
2353 [ 31258] By: stevep                                on 2007/05/23  01:58:07
2354         Log: Subject: [PATCH] Forgotten Cygwin patch
2355              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2356              Date: Tue, 22 May 2007 20:58:04 -0400
2357              Message-ID: <1ff86f510705221758p71418517ncb89fac289d74c35@mail.gmail.com>
2358      Branch: perl
2359            ! cygwin/perlld.in
2360 ____________________________________________________________________________
2361 [ 31257] By: rgs                                   on 2007/05/22  14:12:18
2362         Log: Add MidnightBSD to the list of Unix-like OSes
2363      Branch: perl
2364            ! lib/Module/Build.pm
2365 ____________________________________________________________________________
2366 [ 31256] By: rgs                                   on 2007/05/22  10:07:09
2367         Log: Update perldelta
2368      Branch: perl
2369            ! pod/perl595delta.pod
2370 ____________________________________________________________________________
2371 [ 31255] By: davem                                 on 2007/05/21  22:35:15
2372         Log: move PL_error_count into the PL_parser struct
2373      Branch: perl
2374            ! embedvar.h intrpvar.h op.c parser.h perl.c perlapi.h pp_ctl.c
2375            ! sv.c toke.c
2376 ____________________________________________________________________________
2377 [ 31254] By: davem                                 on 2007/05/21  21:02:50
2378         Log: move PL_multi_end into the PL_parser struct
2379      Branch: perl
2380            ! embedvar.h intrpvar.h op.c parser.h perlapi.h sv.c toke.c
2381 ____________________________________________________________________________
2382 [ 31253] By: stevep                                on 2007/05/21  20:52:10
2383         Log: Subject: Re: Smoke failures with blead@31225 (Linux) [PATCH]
2384              From: Tels <nospam-abuse@bloodgate.com>
2385              Date: Mon, 21 May 2007 20:17:20 +0000
2386              Message-Id: <200705212017.23224@bloodgate.com>
2387      Branch: perl
2388            ! lib/Math/BigInt/Calc.pm
2389 ____________________________________________________________________________
2390 [ 31252] By: davem                                 on 2007/05/21  19:57:24
2391         Log: move PL_tokenbuf into the PL_parser struct
2392      Branch: perl
2393            ! embedvar.h intrpvar.h parser.h perlapi.h sv.c toke.c utf8.c
2394 ____________________________________________________________________________
2395 [ 31251] By: rgs                                   on 2007/05/21  16:46:04
2396         Log: Update Changes
2397      Branch: perl
2398            ! Changes
2399 ____________________________________________________________________________
2400 [ 31250] By: rgs                                   on 2007/05/21  14:29:02
2401         Log: Subject: [PATCH] Skip ext/Win32/t/Unicode.t under Cygwin
2402              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2403              Date: Sat, 19 May 2007 11:56:40 -0400
2404              Message-ID: <1ff86f510705190856o2a98f1a5sd6f316f863e60c87@mail.gmail.com>
2405      Branch: perl
2406            ! ext/Win32/t/Unicode.t
2407 ____________________________________________________________________________
2408 [ 31249] By: rgs                                   on 2007/05/21  14:27:03
2409         Log: Subject: [PATCH] Skip win32core.t under Cygwin
2410              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2411              Date: Sat, 19 May 2007 08:43:47 -0400
2412              Message-ID: <1ff86f510705190543r505cfc2fua18e87cd665b8f6e@mail.gmail.com>
2413      Branch: perl
2414            ! ext/Win32CORE/t/win32core.t
2415 ____________________________________________________________________________
2416 [ 31248] By: merijn                                on 2007/05/21  06:26:31
2417         Log: Subject: [PATCH] pp_sys.c: gethostbyaddr
2418              From: Jarkko Hietaniemi <jhi@iki.fi>
2419              Date: Mon, 21 May 2007 00:02:38 -0400
2420              Message-ID: <465119DE.6040208@iki.fi>
2421      Branch: perl
2422            ! pp_sys.c
2423 ____________________________________________________________________________
2424 [ 31247] By: craigb                                on 2007/05/21  04:33:27
2425         Log: VMSify uupacktool.pl and run it during VMS build.
2426      Branch: perl
2427            ! uupacktool.pl vms/descrip_mms.template
2428 ____________________________________________________________________________
2429 [ 31246] By: davem                                 on 2007/05/20  23:56:30
2430         Log: delete unused vars PL_av_fetch_sv, PL_hv_fetch_sv
2431              and fix 'duplicate symbol' warnings from embed.pl
2432              for utf8cache and sh_path
2433      Branch: perl
2434            ! embedvar.h intrpvar.h perlapi.h perlvars.h
2435 ____________________________________________________________________________
2436 [ 31245] By: davem                                 on 2007/05/20  23:10:15
2437         Log: delete thrdvar.h and move its contents to intrpvar.h
2438      Branch: perl
2439            - thrdvar.h
2440            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
2441            ! embed.pl embedvar.h global.sym intrpvar.h
2442            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm makedef.pl
2443            ! perl.c perl.h perlapi.c perlapi.h pod/perlapi.pod
2444            ! pod/perlintern.pod pod/perltodo.pod proto.h sv.c
2445            ! vms/descrip_mms.template win32/Makefile win32/Makefile.ce
2446            ! win32/makefile.mk
2447 ____________________________________________________________________________
2448 [ 31244] By: rgs                                   on 2007/05/20  12:58:53
2449         Log: Subject: [PATCH] Minor perlreapi.pod cleanup
2450              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
2451              Date: Wed, 16 May 2007 16:38:44 +0000
2452              Message-ID: <51dd1af80705160938w13789b63m6d5f4710441ceac@mail.gmail.com>
2453      Branch: perl
2454            ! pod/perlreapi.pod regexp.h
2455 ____________________________________________________________________________
2456 [ 31243] By: rgs                                   on 2007/05/20  12:55:20
2457         Log: Update Archive::Tar to 1.31
2458      Branch: perl
2459            + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b
2460            + lib/Archive/Tar/t/src/long/bar.tar.packed
2461            + lib/Archive/Tar/t/src/long/foo.tgz.packed
2462            + lib/Archive/Tar/t/src/short/b
2463            + lib/Archive/Tar/t/src/short/bar.tar.packed
2464            + lib/Archive/Tar/t/src/short/foo.tgz.packed
2465            - lib/Archive/Tar/t/00_setup.t lib/Archive/Tar/t/99_clean.t
2466            ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/File.pm
2467            ! lib/Archive/Tar/t/02_methods.t
2468 ____________________________________________________________________________
2469 [ 31242] By: rgs                                   on 2007/05/20  12:50:02
2470         Log: Subject: RE: When is -DPERL_CORE required?
2471              From: "Jan Dubois" <jand@activestate.com>
2472              Date: Fri, 18 May 2007 10:57:35 -0700
2473              Message-ID: <044601c79976$046691d0$0d33b570$@com>
2474      Branch: perl
2475            ! win32/win32.h
2476 ____________________________________________________________________________
2477 [ 31241] By: rgs                                   on 2007/05/20  12:48:01
2478         Log: Subject: [PATCH] Don't use a regex match in lib/feature.pm
2479              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
2480              Date: Fri, 18 May 2007 20:16:53 +0000
2481              Message-ID: <51dd1af80705181316r15f65e45n55903de294565aa1@mail.gmail.com>
2482      Branch: perl
2483            ! lib/feature.pm
2484 ____________________________________________________________________________
2485 [ 31240] By: craigb                                on 2007/05/20  01:00:31
2486         Log: Make VMS's home-grown glob() recognize a directory even without
2487              tell-tale punctuation.
2488      Branch: perl
2489            ! vms/vms.c
2490 ____________________________________________________________________________
2491 [ 31239] By: craigb                                on 2007/05/19  01:00:15
2492         Log: Various mro updates from Brandon Black. References:
2493              <84621a60705111347q40f9dd9ciefa9468e9ff9ca6c@mail.gmail.com>
2494              <84621a60705121458i34ff361fh9166e8558781df41@mail.gmail.com>
2495              <84621a60705141111q70ed307r9181dfc2834a8f5c@mail.gmail.com>
2496              <84621a60705160937h53946fcfg70635908302724e8@mail.gmail.com>
2497      Branch: perl
2498            + t/mro/pkg_gen.t
2499            ! MANIFEST hv.h lib/mro.pm mg.c mro.c sv.c t/mro/basic.t
2500 ____________________________________________________________________________
2501 [ 31238] By: craigb                                on 2007/05/18  22:48:12
2502         Log: Subject: [PATCH] threads 1.62
2503              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2504              Date: Thu, 17 May 2007 12:21:46 -0400
2505              Message-ID: <1ff86f510705170921g77d87898ye2c081fc0df53a9e@mail.gmail.com>
2506      Branch: perl
2507            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
2508            ! ext/threads/t/free.t ext/threads/t/free2.t
2509            ! ext/threads/t/kill.t ext/threads/t/thread.t
2510            ! ext/threads/threads.pm ext/threads/threads.xs
2511 ____________________________________________________________________________
2512 [ 31237] By: craigb                                on 2007/05/18  22:01:51
2513         Log: Subject: [PATCH] Unicode::UCD: add general category and bidi type interfaces
2514              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2515              Date: Fri, 18 May 2007 03:45:29 +0300 (EEST)
2516              Message-Id: <200705180045.l4I0jTeI221780@kosh.hut.fi>
2517      Branch: perl
2518            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
2519 ____________________________________________________________________________
2520 [ 31236] By: craigb                                on 2007/05/18  21:42:56
2521         Log: When trimming long XS symbols on VMS, avoid warnings from operator
2522              precedence mistakes, but for now give the same symbol mangling
2523              results as before.
2524      Branch: perl
2525            ! vms/ext/XSSymSet.pm
2526 ____________________________________________________________________________
2527 [ 31235] By: steveh                                on 2007/05/18  10:46:57
2528         Log: Upgrade to Win32-0.29
2529      Branch: perl
2530            + ext/Win32/longpath.inc ext/Win32/t/CreateFile.t
2531            + ext/Win32/t/GetCurrentThreadId.t ext/Win32/t/Unicode.t
2532            ! MANIFEST ext/Win32/Makefile.PL ext/Win32/Win32.pm
2533            ! ext/Win32/Win32.xs ext/Win32/t/GetFileVersion.t
2534 ____________________________________________________________________________
2535 [ 31234] By: steveh                                on 2007/05/17  09:19:01
2536         Log: Subject: [PATCH] todos for perl 5.12
2537              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2538              Date: Thu, 17 May 2007 04:25:19 +0300 (EEST)
2539              Message-Id: <200705170125.l4H1PJNi198465@kosh.hut.fi>
2540              
2541              (plus a fix for 1 unescaped <>)
2542      Branch: perl
2543            ! pod/perltodo.pod
2544 ____________________________________________________________________________
2545 [ 31233] By: merijn                                on 2007/05/16  21:32:56
2546         Log: Subject: [PATCH] Re: Thread fail/hang on HP-UX 10.20
2547              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2548              Date: Wed, 16 May 2007 14:18:05 -0400
2549              Message-ID: <1ff86f510705161118x55e9d18crdf376ca469f97dc7@mail.gmail.com>
2550      Branch: perl
2551            ! ext/threads/shared/Changes ext/threads/shared/shared.pm
2552            ! ext/threads/shared/t/stress.t
2553 ____________________________________________________________________________
2554 [ 31232] By: merijn                                on 2007/05/16  17:36:15
2555         Log: Subject: [PATCH] Configure (and Makefile.SH): remove ODBM_File early if c++ (this time even with the Configure bits)
2556              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2557              Date: Wed, 16 May 2007 05:33:14 +0300 (EEST)
2558              Message-Id: <200705160233.l4G2XEET143034@kosh.hut.fi>
2559      Branch: perl
2560            ! Configure Makefile.SH
2561 ____________________________________________________________________________
2562 [ 31230] By: steveh                                on 2007/05/16  16:41:48
2563         Log: DynaLoader doesn't seem to need -DPERL_CORE, and no other extensions
2564              are compiled with it, so let's see if we can get away with removing
2565              it. Revert this change if it causes black smoke!
2566      Branch: perl
2567            ! ext/DynaLoader/Makefile.PL
2568 ____________________________________________________________________________
2569 [ 31229] By: steveh                                on 2007/05/16  08:26:09
2570         Log: A more general fix to non-threaded static extension build problems
2571              than #31220 was.
2572      Branch: perl
2573            ! ext/Win32CORE/Makefile.PL lib/ExtUtils/MM_Win32.pm
2574 ____________________________________________________________________________
2575 [ 31228] By: steveh                                on 2007/05/16  07:32:20
2576         Log: Remove comment added by #31218 since the rest of that change was
2577              reverted by #31224
2578      Branch: perl
2579            ! op.h
2580 ____________________________________________________________________________
2581 [ 31227] By: stevep                                on 2007/05/16  03:39:44
2582         Log: Subject: [PATCH] DBM_Filter test: use std test preamble
2583              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2584              Date: Wed, 16 May 2007 05:29:17 +0300 (EEST)
2585              Message-Id: <200705160229.l4G2THSE421947@kosh.hut.fi>
2586      Branch: perl
2587            ! lib/DBM_Filter/t/01error.t
2588 ____________________________________________________________________________
2589 [ 31226] By: craigb                                on 2007/05/16  03:08:51
2590         Log: Better suppression of Threads build (probably still needed on 5.8.x)
2591      Branch: perl
2592            ! configure.com
2593 ____________________________________________________________________________
2594 [ 31225] By: davem                                 on 2007/05/15  21:51:03
2595         Log: change 31200 broke src filters used within an eval
2596              eg BEGIN { eval q(use MyFilter) } would ignore the filter
2597      Branch: perl
2598            ! toke.c
2599 ____________________________________________________________________________
2600 [ 31224] By: stevep                                on 2007/05/15  18:56:23
2601         Log: Move pmop.op_pmflags back to its previous location.  The move in
2602              change #31218 was causing segfaults in miniperl on 32-bit
2603              environments.
2604      Branch: perl
2605            ! op.h
2606 ____________________________________________________________________________
2607 [ 31222] By: stevep                                on 2007/05/15  17:21:30
2608         Log: Subject: [PATCH] Math::BigInt v1.87
2609              From: Tels <nospam-abuse@bloodgate.com>
2610              Date: Sun, 13 May 2007 14:34:11 +0000
2611              Message-Id: <200705131434.11992@bloodgate.com>
2612              
2613              Subject: Re: [PATCH] Math::BigInt v1.87 (take 2)
2614              From: Tels <nospam-abuse@bloodgate.com>
2615              Date: Mon, 14 May 2007 15:41:36 +0000
2616              Message-Id: <200705141541.40678@bloodgate.com>
2617              
2618              Subject: Re: [PATCH] Math::BigInt v1.87 (take 3)
2619              From: Tels <nospam-abuse@bloodgate.com>
2620              Date: Tue, 15 May 2007 19:02:54 +0000
2621              Message-Id: <200705151902.57372@bloodgate.com>
2622      Branch: perl
2623            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2624            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
2625            ! lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/config.t
2626 ____________________________________________________________________________
2627 [ 31221] By: steveh                                on 2007/05/15  15:45:50
2628         Log: Subject: [PATCH] Win32CORE.c needed windows.h
2629              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2630              Date: Tue, 15 May 2007 09:10:00 -0400
2631              Message-ID: <1ff86f510705150609l1c178629i97091adbd02b6463@mail.gmail.com>
2632              
2633              (plus a #define to save windows.h pulling in so much stuff.)
2634              
2635              Fixes a build error on Cygwin caused by #31214.
2636      Branch: perl
2637            ! ext/Win32CORE/Win32CORE.c
2638 ____________________________________________________________________________
2639 [ 31220] By: steveh                                on 2007/05/15  08:19:56
2640         Log: Subject: RE: Smoke summary results for maint and current on Win32
2641              From: "Jan Dubois" <jand@activestate.com>
2642              Date: Mon, 14 May 2007 14:58:19 -0700
2643              Message-ID: <013401c79672$fbbdb320$f3391960$@com>
2644              
2645              Fixes non-threaded builds on Win32 (which had warnings with VC and
2646              errors with GCC) by compiling the statically linked extension
2647              Win32CORE with -DPERLDLL.
2648              
2649              The same fix should be applied more generally to all statically
2650              linked extensions so a further change may be forthcoming, but this
2651              at least gets the standard non-threaded build working again.
2652      Branch: perl
2653            ! ext/Win32CORE/Makefile.PL
2654 ____________________________________________________________________________
2655 [ 31219] By: steveh                                on 2007/05/15  08:15:32
2656         Log: Subject: RE: [perl #42925] Win32::GetLastError fails when first called
2657              From: "Jan Dubois" <jand@activestate.com>
2658              Date: Mon, 14 May 2007 15:18:22 -0700
2659              Message-ID: <014e01c79675$c8bfc6e0$5a3f54a0$@com>
2660              
2661              Improved test: make sure that Win32 isn't already loaded when you call
2662              Win32::GetLastError()
2663      Branch: perl
2664            ! ext/Win32CORE/t/win32core.t
2665 ____________________________________________________________________________
2666 [ 31218] By: nicholas                              on 2007/05/15  07:36:57
2667         Log: BASEOP isn't an exact multiple of 8 bytes, so reordering pmop and cop
2668              to put a 32 bit member first elimiates structure padding on LP64.
2669      Branch: perl
2670            ! cop.h op.h
2671 ____________________________________________________________________________
2672 [ 31217] By: nicholas                              on 2007/05/14  22:32:16
2673         Log: PERL_IMPLICIT_CONTEXT is usually defined for threads, so assume that
2674              its int needs a friend under LP64.
2675              gcc -Wpaddedspotted padding I'd missed in thrdvar.h
2676      Branch: perl
2677            ! intrpvar.h thrdvar.h
2678 ____________________________________________________________________________
2679 [ 31216] By: nicholas                              on 2007/05/14  22:16:04
2680         Log: Subject: [PATCH] threads::shared 1.11
2681              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2682              Message-ID: <1ff86f510705140517n1c140d96nca36667bcbbc27f@mail.gmail.com>
2683              Date: Mon, 14 May 2007 08:17:51 -0400
2684      Branch: perl
2685            ! ext/threads/shared/Changes ext/threads/shared/README
2686            ! ext/threads/shared/shared.pm
2687 ____________________________________________________________________________
2688 [ 31215] By: steveh                                on 2007/05/14  16:56:22
2689         Log: Test for [perl #42925], which was fixed by #31214
2690      Branch: perl
2691            ! ext/Win32CORE/t/win32core.t
2692 ____________________________________________________________________________
2693 [ 31214] By: steveh                                on 2007/05/14  16:54:30
2694         Log: Subject: RE: [perl #42925] Win32::GetLastError fails when first called 
2695              From: "Jan Dubois" <jand@activestate.com>
2696              Date: Fri, 11 May 2007 16:55:17 -0700
2697              Message-ID: <02bd01c79427$d36140b0$7a23c210$@com>
2698      Branch: perl
2699            ! ext/Win32CORE/Win32CORE.c
2700 ____________________________________________________________________________
2701 [ 31213] By: steveh                                on 2007/05/14  16:22:04
2702         Log: Older versions of windres interpret "-I" as the input format,
2703              so use the long option name "--include-dir" instead.
2704      Branch: perl
2705            ! win32/makefile.mk
2706 ____________________________________________________________________________
2707 [ 31212] By: stevep                                on 2007/05/13  16:47:40
2708         Log: Upgrade to Encode-2.21
2709      Branch: perl
2710            + ext/Encode/lib/Encode/MIME/Name.pm ext/Encode/t/mime-name.t
2711            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Encode.xs
2712            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
2713            ! ext/Encode/lib/Encode/Encoding.pm
2714 ____________________________________________________________________________
2715 [ 31211] By: stevep                                on 2007/05/13  16:35:02
2716         Log: Subject: [PATCH] Restore Windows NT support
2717              From: "Jan Dubois" <jand@activestate.com>
2718              Date: Fri, 11 May 2007 18:25:39 -0700
2719              Message-ID: <02d101c79434$743be100$5cb3a300$@com>
2720      Branch: perl
2721            ! win32/perllib.c win32/vdir.h win32/win32.c
2722 ____________________________________________________________________________
2723 [ 31209] By: davem                                 on 2007/05/13  01:17:42
2724         Log: fix some (mostly MAD) compiler warnings
2725      Branch: perl
2726            ! perly.act perly.tab perly.y toke.c
2727 ____________________________________________________________________________
2728 [ 31208] By: davem                                 on 2007/05/12  22:44:02
2729         Log: Give the 'local' declarator a new key, such that 'local our'
2730              declaration don't have multiple 'd' keys.
2731              
2732              Subject:  [PATCH] mad: different key for the locale declarator
2733              From:  Gerard Goossen <gerard@tty.nl>
2734              Date:    Tue May 8 17:42:45 2007 +0200
2735              Message-Id:  <20070508171125.GI17043@ostwald>
2736      Branch: perl
2737            ! mad/Nomad.pm op.h perly.act perly.y
2738 ____________________________________________________________________________
2739 [ 31207] By: davem                                 on 2007/05/12  22:43:01
2740         Log: move the logic of combining '_' and '#' with the previous logic
2741              from Nomad.pm to dump.c. So they are already combined in the XML
2742              dump.
2743              
2744              Subject:  [PATCH] mad: combine whitespace keys '_' '#' in dump.c instead of Nomad.pm
2745              From:  Gerard Goossen <gerard@tty.nl>
2746              Date:    Sun Mar 25 13:36:31 2007 +0200
2747              Message-Id:  <20070508170341.GH17043@ostwald>
2748      Branch: perl
2749            ! dump.c mad/Nomad.pm
2750 ____________________________________________________________________________
2751 [ 31206] By: davem                                 on 2007/05/12  22:42:09
2752         Log: Subject:  [PATCH] Disable slurping assigned of split when PL_madskills
2753              From:  Gerard Goossen <gerard@tty.nl>
2754              Date:    Tue May 8 15:15:09 2007 +0200
2755              Message-Id:  <20070508164400.GA15860@ostwald>
2756      Branch: perl
2757            ! mad/Nomad.pm op.c op.h
2758 ____________________________________________________________________________
2759 [ 31205] By: davem                                 on 2007/05/12  22:41:17
2760         Log: Subject:  [PATCH] Disable !a&&b, !b||a optimalization when PL_madskills
2761              From:  Gerard Goossen <gerard@tty.nl>
2762              Date:    Tue May 8 16:09:17 2007 +0200
2763              Message-Id:  <20070508164556.GB15860@ostwald>
2764      Branch: perl
2765            ! op.c
2766 ____________________________________________________________________________
2767 [ 31204] By: davem                                 on 2007/05/12  22:40:05
2768         Log: Disable operator target setting for 'my' variables (OPpTARGET_MY)
2769              when madskills is active. Remove the p55 code required for dealing
2770              with the optimized tree.
2771              
2772              Subject:  [PATCH] disable operator with target my when madskills enabled
2773              From:  Gerard Goossen <gerard@tty.nl>
2774              Date:    Thu Apr 19 15:31:27 2007 +0200
2775              Message-Id:  <20070419133822.GG19244@ostwald>
2776              
2777              also:
2778              
2779              Remove the just remove madprop 'M' doc
2780              
2781              Message-ID: <20070419134549.GH19244@ostwald>
2782      Branch: perl
2783            ! mad/Nomad.pm op.c op.h
2784 ____________________________________________________________________________
2785 [ 31203] By: davem                                 on 2007/05/12  22:17:40
2786         Log: move PL_in_my and PL_in_my_stash into the PL_parser struct
2787      Branch: perl
2788            ! embedvar.h intrpvar.h op.c pad.c parser.h perlapi.h perly.act
2789            ! perly.y sv.c toke.c utf8.c
2790 ____________________________________________________________________________
2791 [ 31202] By: davem                                 on 2007/05/12  20:06:41
2792         Log: eliminate a stray PL_lex_state
2793      Branch: perl
2794            ! toke.c
2795 ____________________________________________________________________________
2796 [ 31201] By: davem                                 on 2007/05/12  19:51:37
2797         Log: save old PL_curcop value in parser struct
2798      Branch: perl
2799            ! parser.h toke.c
2800 ____________________________________________________________________________
2801 [ 31200] By: davem                                 on 2007/05/12  19:21:02
2802         Log: move PL_rsfp_filters into the parser struct
2803      Branch: perl
2804            ! embed.fnc embed.h embedvar.h
2805            ! ext/Devel/PPPort/parts/inc/variables
2806            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
2807            ! intrpvar.h op.c parser.h perl.c perl.h perlapi.h perly.act
2808            ! perly.tab perly.y pp_ctl.c proto.h sv.c toke.c
2809 ____________________________________________________________________________
2810 [ 31199] By: davem                                 on 2007/05/11  23:22:24
2811         Log: move PL_rsfp into the PL_parser struct
2812              and simplify its creation and destruction
2813      Branch: perl
2814            ! embed.fnc embed.h embedvar.h
2815            ! ext/Devel/PPPort/parts/inc/variables intrpvar.h op.c parser.h
2816            ! perl.c perlapi.h pp_ctl.c proto.h sv.c toke.c
2817 ____________________________________________________________________________
2818 [ 31198] By: nicholas                              on 2007/05/10  22:32:57
2819         Log: Work around to get Unicode tests passing.
2820      Branch: perl
2821            ! ext/Unicode/Normalize/mkheader
2822 ____________________________________________________________________________
2823 [ 31197] By: stevep                                on 2007/05/10  20:34:21
2824         Log: Fix Pod nit in perlfunc
2825      Branch: perl
2826            ! pod/perlfunc.pod
2827 ____________________________________________________________________________
2828 [ 31196] By: rgs                                   on 2007/05/10  14:49:37
2829         Log: Update the *::Compress::* modules maintainers information
2830      Branch: perl
2831            ! Porting/Maintainers.pl
2832 ____________________________________________________________________________
2833 [ 31195] By: rgs                                   on 2007/05/10  13:12:38
2834         Log: Replace a call to utf8::encode by a pack/unpack combination,
2835              so that code runs under 5.6 too
2836      Branch: perl
2837            ! lib/CGI/Util.pm
2838 ____________________________________________________________________________
2839 [ 31194] By: rgs                                   on 2007/05/10  12:41:08
2840         Log: Subject: Re: Compress::Zlib, pack "C" and utf-8 [PATCH]
2841              From: Marc Lehmann <schmorp@schmorp.de>
2842              Date: Thu, 12 Apr 2007 08:41:53 +0200
2843              Message-ID: <20070412064153.GA22475@schmorp.de>
2844      Branch: perl
2845            ! ext/Encode/t/encoding.t ext/Storable/t/utf8hash.t
2846            ! ext/Unicode/Normalize/t/short.t lib/CGI/Util.pm
2847            ! pod/perlfunc.pod pp_pack.c t/op/chr.t t/op/pack.t
2848            ! t/op/utftaint.t
2849 ____________________________________________________________________________
2850 [ 31193] By: rgs                                   on 2007/05/10  10:39:13
2851         Log: New data for Unicode on older versions, thanks to Nicholas
2852              and Dave Rolsky
2853      Branch: perl
2854            ! lib/Module/CoreList.pm
2855 ____________________________________________________________________________
2856 [ 31192] By: rgs                                   on 2007/05/10  10:18:32
2857         Log: first_release() now returns the first release in the order of
2858              perl version numbers. Add a new method first_release_by_date()
2859              to keep the old behaviour available. Suggested by Michael G Schwern.
2860      Branch: perl
2861            ! lib/Module/CoreList.pm lib/Module/CoreList/t/corelist.t
2862 ____________________________________________________________________________
2863 [ 31191] By: rgs                                   on 2007/05/10  08:50:44
2864         Log: Subject: [PATCH] Fix bignum-0.21
2865              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2866              Date: Wed, 9 May 2007 21:05:52 -0400
2867              Message-ID: <1ff86f510705091805n37c4137u16a35ca27810979f@mail.gmail.com>
2868      Branch: perl
2869            ! lib/bignum.pm lib/bignum/t/option_l.t
2870 ____________________________________________________________________________
2871 [ 31190] By: rgs                                   on 2007/05/10  08:39:04
2872         Log: Small fix to a previous patch on magic $<digit> variables.
2873              
2874              Subject: [PATCH]
2875              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
2876              Date: Thu, 10 May 2007 02:24:48 +0000
2877              Message-ID: <51dd1af80705091924q77c2ca23n30359779b96ab909@mail.gmail.com>
2878      Branch: perl
2879            ! mg.c
2880 ____________________________________________________________________________
2881 [ 31189] By: rgs                                   on 2007/05/10  08:27:35
2882         Log: Regarding precedence, filetest operators are the same than
2883              unary operators, but not regarding parsing and parentheses
2884              (see toke.c). Spotted by Eirik Berg Hanssen.
2885      Branch: perl
2886            ! pod/perlfunc.pod
2887 ____________________________________________________________________________
2888 [ 31188] By: steveh                                on 2007/05/10  08:09:18
2889         Log: Subject: Re: [perl #42869] Problem killing a pseudo-forked child on Win32
2890              From: Dave Mitchell <davem@iabyn.com>
2891              Date: Thu, 3 May 2007 22:39:23 +0100
2892              Message-ID: <20070503213923.GH24804@iabyn.com>
2893              
2894              Fixes the failure to kill a pseudo-forked child on Win32 described in
2895              [perl #42869], but the "Free to wrong pool" error remains
2896      Branch: perl
2897            ! win32/win32.c
2898 ____________________________________________________________________________
2899 [ 31187] By: merijn                                on 2007/05/09  22:09:24
2900         Log: Subject: [PATCH] Syntax error in Configure in blead
2901              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
2902              Date: Wed, 9 May 2007 20:30:04 +0000
2903              Message-ID: <51dd1af80705091330h1bb9b508g2154b03868b71d07@mail.gmail.com>
2904      Branch: perl
2905            ! Configure
2906 ____________________________________________________________________________
2907 [ 31185] By: rgs                                   on 2007/05/09  17:20:35
2908         Log: Subject: [PATCH] Remove unused parms in S_isa_lookup
2909              From: Andy Lester <andy@petdance.com>
2910              Date: Wed, 9 May 2007 11:49:13 -0500
2911              Message-Id: <1CBA316A-EC1D-4E8F-8DEE-35322F390358@petdance.com>
2912      Branch: perl
2913            ! embed.fnc embed.h proto.h universal.c
2914 ____________________________________________________________________________
2915 [ 31184] By: stevep                                on 2007/05/09  17:19:10
2916         Log: Partial reversion of bignum-0.21 to get tests to pass again.
2917      Branch: perl
2918            ! lib/bignum.pm lib/bignum/t/option_l.t
2919 ____________________________________________________________________________
2920 [ 31183] By: merijn                                on 2007/05/09  16:54:21
2921         Log: Typing is for secretaries
2922      Branch: perl
2923            ! Configure
2924 ____________________________________________________________________________
2925 [ 31181] By: merijn                                on 2007/05/09  16:41:01
2926         Log: Better help ; regen after backport #31114 ; RT#42886 ' in uname
2927      Branch: perl
2928            ! Configure
2929 ____________________________________________________________________________
2930 [ 31178] By: rgs                                   on 2007/05/09  15:56:57
2931         Log: Bump the version of Module::CoreList and add docs
2932              for the Unicode module name, that Merijn just added
2933      Branch: perl
2934            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
2935 ____________________________________________________________________________
2936 [ 31177] By: merijn                                on 2007/05/09  15:39:40
2937         Log: Added all traceable Unicode versions
2938      Branch: perl
2939            ! lib/Module/CoreList.pm
2940 ____________________________________________________________________________
2941 [ 31176] By: merijn                                on 2007/05/09  14:17:57
2942         Log: 1. Add Unicode UCD version; 2. sort *unique*; 3. remove win32/ext
2943      Branch: perl
2944            ! Porting/corelist.pl
2945 ____________________________________________________________________________
2946 [ 31175] By: rgs                                   on 2007/05/09  07:57:50
2947         Log: Add examples for h2xs -X, by Andy Armstrong
2948      Branch: perl
2949            ! utils/h2xs.PL
2950 ____________________________________________________________________________
2951 [ 31174] By: rgs                                   on 2007/05/09  07:53:47
2952         Log: Subject: Re: mro c3 infinite recursion problem. Attemp to free unreferenced scalar
2953              From: "Brandon Black" <blblack@gmail.com>
2954              Date: Tue, 8 May 2007 15:15:29 -0500
2955              Message-ID: <84621a60705081315hca3885duc14b8c3e44080853@mail.gmail.com>
2956      Branch: perl
2957            ! mro.c t/mro/recursion_c3.t
2958 ____________________________________________________________________________
2959 [ 31173] By: rgs                                   on 2007/05/08  22:19:21
2960         Log: Reapply patch 31028, that wasn't integrated in CPANPLUS
2961      Branch: perl
2962            ! lib/CPANPLUS/t/inc/conf.pl
2963 ____________________________________________________________________________
2964 [ 31172] By: stevep                                on 2007/05/08  16:40:51
2965         Log: Upgrade to Math-BigInt-FastCalc-0.14
2966      Branch: perl
2967            ! ext/Math/BigInt/FastCalc/FastCalc.pm
2968            ! ext/Math/BigInt/FastCalc/Makefile.PL
2969            ! ext/Math/BigInt/FastCalc/t/bigintfc.t
2970 ____________________________________________________________________________
2971 [ 31171] By: stevep                                on 2007/05/08  16:34:36
2972         Log: Upgrade to Module-Build-0.2808
2973      Branch: perl
2974            + lib/Module/Build/t/help.t lib/Module/Build/t/par.t
2975            ! MANIFEST lib/Module/Build.pm lib/Module/Build/API.pod
2976            ! lib/Module/Build/Base.pm lib/Module/Build/Compat.pm
2977            ! lib/Module/Build/Notes.pm lib/Module/Build/t/basic.t
2978            ! lib/Module/Build/t/tilde.t lib/Module/Build/t/xs.t
2979 ____________________________________________________________________________
2980 [ 31170] By: stevep                                on 2007/05/08  15:09:20
2981         Log: Upgrade to CGI.pm-3.29
2982      Branch: perl
2983            ! lib/CGI.pm lib/CGI/Changes
2984 ____________________________________________________________________________
2985 [ 31169] By: stevep                                on 2007/05/08  14:36:47
2986         Log: Upgrage to bignum-0.21 and Math-BigRat-0.19
2987      Branch: perl
2988            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
2989            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/option_l.t
2990            ! lib/bigrat.pm
2991 ____________________________________________________________________________
2992 [ 31168] By: rgs                                   on 2007/05/08  12:38:04
2993         Log: Subject: [PATCH] Update CPANPLUS to 0.79_02
2994              From: "Jos I. Boumans" <kane@dwim.org>
2995              Date: Tue, 8 May 2007 14:05:34 +0200
2996              Message-Id: <D216B250-B8FA-488E-839B-27A187BAF04C@dwim.org>
2997      Branch: perl
2998            ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm
2999            ! lib/CPANPLUS/Dist/Base.pm lib/CPANPLUS/Dist/MM.pm
3000            ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell/Default.pm
3001            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
3002            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
3003            ! r-0.01.tar.gz.packed
3004            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
3005            ! tar.gz.packed
3006            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
3007            ! tar.gz.packed
3008            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
3009            ! r.gz.packed
3010            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
3011            ! tar.gz.packed
3012            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
3013            ! r.gz.packed
3014            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
3015            ! cked
3016            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
3017            ! lib/CPANPLUS/t/inc/conf.pl
3018 ____________________________________________________________________________
3019 [ 31167] By: rgs                                   on 2007/05/08  12:32:15
3020         Log: Subject: [PATCH] more consting
3021              From: andy@petdance.com (Andy Lester)
3022              Date: Mon, 7 May 2007 11:34:16 -0500
3023              Message-ID: <20070507163416.GA6187@petdance.com>
3024      Branch: perl
3025            ! hv.c mg.c mro.c sv.c
3026 ____________________________________________________________________________
3027 [ 31166] By: rgs                                   on 2007/05/07  15:39:49
3028         Log: Subject: Sync Tie::RefHash with CPAN (1.37)
3029              From: Yuval Kogman <nothingmuch@woobling.org>
3030              Date: Mon, 7 May 2007 18:35:08 +0300
3031              Message-ID: <20070507153508.GZ17982@woobling.org>
3032      Branch: perl
3033            ! lib/Tie/RefHash.pm lib/Tie/RefHash/threaded.t
3034 ____________________________________________________________________________
3035 [ 31165] By: nicholas                              on 2007/05/07  15:35:56
3036         Log: bytecode.pl:        Exterminate!
3037              ext/B/B/Asmdata.pm: Exterminate!
3038      Branch: perl
3039            - bytecode.pl ext/B/B/Asmdata.pm
3040            ! MANIFEST regen.pl vms/descrip_mms.template
3041 ____________________________________________________________________________
3042 [ 31164] By: nicholas                              on 2007/05/07  14:53:05
3043         Log: Given that @optype and @specialsv_name are hard coded tables, it seems
3044              more logical for them to be in B.pm, rather than in the "boilerplate"
3045              for the machine generated B/Asmdata.pm
3046      Branch: perl
3047            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Debug.pm
3048            ! ext/B/B/Terse.pm
3049 ____________________________________________________________________________
3050 [ 31163] By: rgs                                   on 2007/05/07  13:38:24
3051         Log: Fix [perl #42163] "use base" masks $SIG{__DIE__}
3052              adapted from a patch by Michael G Schwern
3053      Branch: perl
3054            ! lib/base.pm
3055 ____________________________________________________________________________
3056 [ 31159] By: rgs                                   on 2007/05/07  09:47:00
3057         Log: Upgrade to Math::BigInt 1.86
3058      Branch: perl
3059            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3060            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
3061            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
3062            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
3063            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
3064            ! lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/bigroot.t
3065            ! lib/Math/BigInt/t/lib_load.t lib/Math/BigInt/t/mbi_rand.t
3066            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
3067            ! lib/Math/BigInt/t/with_sub.t
3068 ____________________________________________________________________________
3069 [ 31158] By: craigb                                on 2007/05/05  23:53:58
3070         Log: Archive::Extract test tries to do the logically impossible.
3071      Branch: perl
3072            ! lib/Archive/Extract/t/01_Archive-Extract.t
3073 ____________________________________________________________________________
3074 [ 31157] By: craigb                                on 2007/05/05  23:44:01
3075         Log: Make ppptools.pl allow a trailing dot in filenames for VMS.
3076      Branch: perl
3077            ! ext/Devel/PPPort/parts/ppptools.pl
3078 ____________________________________________________________________________
3079 [ 31156] By: craigb                                on 2007/05/05  23:42:42
3080         Log: Some filename dot and extension help for Module::Build on VMS.
3081      Branch: perl
3082            ! lib/Module/Build/Base.pm lib/Module/Build/Platform/VMS.pm
3083 ____________________________________________________________________________
3084 [ 31154] By: davem                                 on 2007/05/05  17:38:12
3085         Log: move PL_lex_state into the PL_parser struct
3086      Branch: perl
3087            ! embedvar.h intrpvar.h mg.c op.c parser.h perl.c perlapi.h
3088            ! pp_ctl.c sv.c toke.c
3089 ____________________________________________________________________________
3090 [ 31153] By: nicholas                              on 2007/05/05  17:35:22
3091         Log: Tweak change 30841 so that B works on maint too.
3092      Branch: perl
3093            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/t/concise-xs.t
3094 ____________________________________________________________________________
3095 [ 31152] By: nicholas                              on 2007/05/05  13:26:28
3096         Log: Shuffling PL_gensym saves 8 bytes on LP64 systems.
3097      Branch: perl
3098            ! intrpvar.h
3099 ____________________________________________________________________________
3100 [ 31148] By: davem                                 on 2007/05/05  00:49:51
3101         Log: migrate more variables to PL_parser struct:
3102              PL_nexttoke PL_curforce PL_nextval PL_nexttype
3103      Branch: perl
3104            ! embedvar.h intrpvar.h parser.h perlapi.h sv.c toke.c
3105 ____________________________________________________________________________
3106 [ 31147] By: davem                                 on 2007/05/04  22:18:42
3107         Log: move some more variables into the PL_parser struct:
3108              PL_bufptr PL_oldbufptr PL_oldoldbufptr
3109              PL_linestart PL_bufend
3110              PL_last_uni PL_last_lop PL_last_lop_op
3111      Branch: perl
3112            ! embedvar.h intrpvar.h op.c parser.h perl.h perlapi.h sv.c
3113            ! toke.c
3114 ____________________________________________________________________________
3115 [ 31142] By: rgs                                   on 2007/05/04  15:33:22
3116         Log: Add a few manpages to Maintainers.pl
3117      Branch: perl
3118            ! Porting/Maintainers.pl
3119 ____________________________________________________________________________
3120 [ 31141] By: rgs                                   on 2007/05/04  14:45:09
3121         Log: Add CPANPLUS to Maintainers.pl
3122      Branch: perl
3123            ! Porting/Maintainers.pl
3124 ____________________________________________________________________________
3125 [ 31140] By: rgs                                   on 2007/05/04  14:33:07
3126         Log: Subject: [PATCH] Add CPANPLUS::Dist::Build to the core
3127              From: "Jos I. Boumans" <kane@dwim.org>
3128              Date: Fri, 4 May 2007 14:41:39 +0200
3129              Message-Id: <58AAEC18-D5B6-4840-9FA5-B121D95446A3@dwim.org>
3130      Branch: perl
3131            + lib/CPANPLUS/Dist/Build.pm
3132            + lib/CPANPLUS/Dist/Build/Constants.pm
3133            + lib/CPANPLUS/Dist/Build/t/01_CPANPLUS-Dist-Build-Constants.t
3134            + lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t
3135            + lib/CPANPLUS/Dist/Build/t/inc/conf.pl
3136            + lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed
3137            + lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed
3138            ! MANIFEST
3139 ____________________________________________________________________________
3140 [ 31139] By: rgs                                   on 2007/05/04  14:17:54
3141         Log: A patch from ExtUtils::CBuilder::Base from :
3142              
3143              Subject: [PATCH] Add CPANPLUS::Dist::Build to the core
3144              From: "Jos I. Boumans" <kane@dwim.org>
3145              Date: Fri, 4 May 2007 14:41:39 +0200
3146              Message-Id: <58AAEC18-D5B6-4840-9FA5-B121D95446A3@dwim.org>
3147      Branch: perl
3148            ! lib/ExtUtils/CBuilder/Base.pm
3149 ____________________________________________________________________________
3150 [ 31138] By: rgs                                   on 2007/05/04  14:02:26
3151         Log: Subject: [perl #42844] careless use of gethostbyname() in Socket.xs 
3152              From: kan@dcit.cz (via RT) <perlbug-followup@perl.org>
3153              Date: Tue, 01 May 2007 09:17:22 -0700
3154              Message-ID: <rt-3.6.HEAD-6655-1178036242-364.42844-75-0@perl.org>
3155      Branch: perl
3156            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
3157 ____________________________________________________________________________
3158 [ 31137] By: rgs                                   on 2007/05/04  13:21:53
3159         Log: Subject: [PATCH] Documentation fixes for EGID/GID confusion
3160              From: David Leadbeater <dgl@dgl.cx>
3161              Date: Thu, 3 May 2007 18:27:13 +0100
3162              Message-ID: <20070503172713.GA23180@sirius.otherwize.co.uk>
3163      Branch: perl
3164            ! ext/POSIX/POSIX.pod pod/perlvar.pod
3165 ____________________________________________________________________________
3166 [ 31136] By: davem                                 on 2007/05/04  09:18:05
3167         Log: toke.c changes missed from change #31134
3168      Branch: perl
3169            ! toke.c
3170 ____________________________________________________________________________
3171 [ 31135] By: davem                                 on 2007/05/04  00:57:20
3172         Log: eliminate PL_bufend from util.c (missed from #30820)
3173      Branch: perl
3174            ! util.c
3175 ____________________________________________________________________________
3176 [ 31134] By: davem                                 on 2007/05/04  00:41:51
3177         Log: move PL_expect and PL_copline into the PL_parser structure
3178      Branch: perl
3179            ! embedvar.h ext/Devel/PPPort/parts/inc/variables intrpvar.h
3180            ! op.c parser.h perlapi.h perly.act perly.y sv.c
3181 ____________________________________________________________________________
3182 [ 31132] By: steveh                                on 2007/05/03  17:17:01
3183         Log: Fix breakages caused by #31130:
3184              report_uninit was not exported on Win32 and
3185              my_reg_numbered_buff_length had wrong prototype
3186      Branch: perl
3187            ! embed.fnc embed.h ext/re/re.xs global.sym proto.h
3188 ____________________________________________________________________________
3189 [ 31131] By: steveh                                on 2007/05/03  16:41:29
3190         Log: Silence some VC6 compiler warnings in the regex code
3191      Branch: perl
3192            ! embed.fnc ext/re/re.xs proto.h regcomp.c
3193 ____________________________________________________________________________
3194 [ 31130] By: rgs                                   on 2007/05/03  16:04:13
3195         Log: Subject: [PATCH] FETCH/STORE/LENGTH callbacks for numbered capture variables
3196              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
3197              Date: Tue, 1 May 2007 23:58:44 +0000
3198              Message-ID: <51dd1af80705011658g1156e14cw4d2b21a8d772ed41@mail.gmail.com>
3199      Branch: perl
3200            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym gv.c
3201            ! mg.c perl.h pod/perlreapi.pod proto.h regcomp.c regcomp.h
3202            ! regexp.h t/op/tr.t universal.c
3203 ____________________________________________________________________________
3204 [ 31127] By: nicholas                              on 2007/05/03  14:45:32
3205         Log: Move PL_delayedisa into a better spot in the interpreter structure.
3206      Branch: perl
3207            ! thrdvar.h
3208 ____________________________________________________________________________
3209 [ 31126] By: rgs                                   on 2007/05/03  14:30:49
3210         Log: Subject: [PATCH] Add John Peacock as maintainer of version.pm
3211              From: Gerard Goossen <gerard@tty.nl>
3212              Date: Thu, 3 May 2007 16:23:58 +0200
3213              Message-ID: <20070503142358.GE27210@ostwald>
3214      Branch: perl
3215            ! Porting/Maintainers.pl
3216 ____________________________________________________________________________
3217 [ 31125] By: nicholas                              on 2007/05/03  14:23:14
3218         Log: Initialise PL_delayedisa on thread clone.
3219      Branch: perl
3220            ! sv.c
3221 ____________________________________________________________________________
3222 [ 31124] By: rgs                                   on 2007/05/03  13:35:18
3223         Log: Subject: [PATCH lib/ExtUtils/t/MM_Unix.t]  Fix warning.
3224              From: Abigail <abigail@abigail.be>
3225              Date: Tue, 24 Apr 2007 00:37:15 +0200
3226              Message-ID: <20070423223715.GB544@abigail.nl>
3227      Branch: perl
3228            ! lib/ExtUtils/t/MM_Unix.t
3229 ____________________________________________________________________________
3230 [ 31123] By: rgs                                   on 2007/05/03  09:30:08
3231         Log: Subject: The revenge of the consts
3232              From: andy@petdance.com (Andy Lester)
3233              Date: Thu, 3 May 2007 00:45:54 -0500
3234              Message-ID: <20070503054554.GA30975@petdance.com>
3235      Branch: perl
3236            ! av.c embed.fnc numeric.c proto.h regcomp.c
3237 ____________________________________________________________________________
3238 [ 31122] By: rgs                                   on 2007/05/03  09:24:47
3239         Log: Subject: Re: mro status, etc
3240              From: "Brandon Black" <blblack@gmail.com>
3241              Date: Mon, 30 Apr 2007 16:45:54 -0500
3242              Message-ID: <84621a60704301445y37e9b05ey235210a8e5547cc1@mail.gmail.com>
3243      Branch: perl
3244            ! embedvar.h lib/mro.pm mg.c perlapi.h pp_hot.c
3245            ! t/mro/recursion_c3.t t/mro/recursion_dfs.t thrdvar.h
3246 ____________________________________________________________________________
3247 [ 31121] By: steveh                                on 2007/05/03  07:51:17
3248         Log: Fix a CPANPLUS test that fails when run on a read-only source tree
3249              (such as a p4 client repository)
3250      Branch: perl
3251            ! lib/CPANPLUS/Internals.pm lib/CPANPLUS/Internals/Source.pm
3252 ____________________________________________________________________________
3253 [ 31120] By: nicholas                              on 2007/05/02  16:26:24
3254         Log: Get PERL_OLD_COPY_ON_WRITE passing all tests, apart from
3255              ext/Compress/Raw/Zlib/t/07bufsize.t
3256              which still puzzles me.
3257      Branch: perl
3258            ! regcomp.c
3259 ____________________________________________________________________________
3260 [ 31119] By: rgs                                   on 2007/05/02  15:32:38
3261         Log: Subject: [perl #42839] Swatch hash cache has key mismatch 
3262              From: Jonathan Steinert (via RT) <perlbug-followup@perl.org>
3263              Date: Tue, 01 May 2007 05:18:52 -0700
3264              Message-ID: <rt-3.6.HEAD-30557-1178021932-1416.42839-75-0@perl.org>
3265      Branch: perl
3266            + t/uni/cache.t
3267            ! MANIFEST lib/utf8_heavy.pl
3268 ____________________________________________________________________________
3269 [ 31118] By: rgs                                   on 2007/05/02  14:28:45
3270         Log: Subject: [PATCH] tweak some regexp params to avoid warnings
3271              From: demerphq <demerphq@gmail.com>
3272              Date: Tue, 1 May 2007 23:46:40 +0200
3273              Message-ID: <9b18b3110705011446h2113221cndf70af928d72505@mail.gmail.com>
3274      Branch: perl
3275            ! embed.fnc perl.h proto.h regexec.c regexp.h
3276 ____________________________________________________________________________
3277 [ 31117] By: rgs                                   on 2007/05/02  12:42:04
3278         Log: Upgrade to XSLoader 0.08
3279      Branch: perl
3280            ! ext/DynaLoader/XSLoader_pm.PL
3281 ____________________________________________________________________________
3282 [ 31116] By: rgs                                   on 2007/05/02  12:17:22
3283         Log: Subject: [PATCH] When FETCHSIZE returns <0 perl segfaults
3284              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
3285              Date: Tue, 1 May 2007 21:06:47 +0000
3286              Message-ID: <51dd1af80705011406j7897772bm58e9c770183ef3ed@mail.gmail.com>
3287      Branch: perl
3288            ! mg.c pod/perldiag.pod t/op/tiearray.t
3289 ____________________________________________________________________________
3290 [ 31115] By: steveh                                on 2007/05/02  11:22:19
3291         Log: Fix threaded builds (broken by change #31112)
3292      Branch: perl
3293            ! embed.fnc embed.h proto.h util.c
3294 ____________________________________________________________________________
3295 [ 31114] By: steveh                                on 2007/05/02  08:43:08
3296         Log: Subject: [PATCH-revised] Remove ext/Thread
3297              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3298              Date: Mon, 30 Apr 2007 17:06:28 -0400
3299              Message-ID: <1ff86f510704301406t6373912ame78fea5c7a148cf4@mail.gmail.com>
3300      Branch: perl
3301            - ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/Queue.pmx
3302            - ext/Thread/README ext/Thread/README.threads
3303            - ext/Thread/Semaphore.pmx ext/Thread/Thread.xs
3304            - ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
3305            - ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
3306            - ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
3307            - ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
3308            - ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
3309            - ext/Thread/unsync.tx ext/Thread/unsync2.tx
3310            - ext/Thread/unsync3.tx ext/Thread/unsync4.tx
3311            ! Configure Cross/config.sh-arm-linux INSTALL MANIFEST
3312            ! NetWare/Makefile NetWare/config.wc Porting/config.sh
3313            ! hints/vmesa.sh lib/Carp/Heavy.pm perl.h plan9/config_sh.sample
3314            ! pod/perlmodlib.pod pod/perlothrtut.pod pod/perlthrtut.pod
3315            ! toke.c win32/Makefile win32/Makefile.ce
3316            ! win32/ce-helpers/cecopy-lib.pl win32/config.bc win32/config.ce
3317            ! win32/config.gc win32/config.vc win32/config.vc64
3318            ! win32/config_sh.PL win32/makefile.mk
3319 ____________________________________________________________________________
3320 [ 31113] By: stevep                                on 2007/05/01  18:20:02
3321         Log: Fixing a Perl_my_dirfd() related test failure.
3322      Branch: perl
3323            ! t/op/chdir.t
3324 ____________________________________________________________________________
3325 [ 31112] By: stevep                                on 2007/05/01  15:32:15
3326         Log: Add Perl_my_dirfd() to util.c
3327      Branch: perl
3328            ! doio.c embed.fnc embed.h global.sym handy.h pp_sys.c proto.h
3329            ! t/op/stat.t util.c
3330 ____________________________________________________________________________
3331 [ 31111] By: rgs                                   on 2007/05/01  11:50:36
3332         Log: Subject: Re: [PATCH] Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE and unicode tr18
3333              From: demerphq <demerphq@gmail.com>
3334              Date: Tue, 1 May 2007 12:35:37 +0200
3335              Message-ID: <9b18b3110705010335w1924941ep3eb925a3ed597604@mail.gmail.com>
3336      Branch: perl
3337            ! regcomp.c
3338 ____________________________________________________________________________
3339 [ 31110] By: rgs                                   on 2007/04/30  15:34:29
3340         Log: Two new manpages, by Abigail
3341      Branch: perl
3342            + pod/perlrebackslash.pod pod/perlrecharclass.pod
3343            ! MANIFEST pod.lst pod/perl.pod vms/descrip_mms.template
3344            ! win32/pod.mak
3345 ____________________________________________________________________________
3346 [ 31109] By: rgs                                   on 2007/04/30  12:21:50
3347         Log: Signedness nit, found by Jarkko
3348      Branch: perl
3349            ! regexec.c
3350 ____________________________________________________________________________
3351 [ 31108] By: rgs                                   on 2007/04/30  10:18:15
3352         Log: Subject: [PATCH] make mad/PLXML.pm use strict
3353              From: Gerard Goossen <gerard@tty.nl>
3354              Date: Thu, 19 Apr 2007 14:56:13 +0200
3355              Message-ID: <20070419125613.GF19244@ostwald>
3356      Branch: perl
3357            ! mad/PLXML.pm
3358 ____________________________________________________________________________
3359 [ 31107] By: rgs                                   on 2007/04/30  09:22:58
3360         Log: Subject: Re: mro status, etc
3361              From: "Brandon Black" <blblack@gmail.com>
3362              Date: Sun, 29 Apr 2007 17:27:03 -0500
3363              Message-ID: <84621a60704291527y1b39be37l221ef66e4c828f66@mail.gmail.com>
3364      Branch: perl
3365            ! embedvar.h gv.c hv.c hv.h intrpvar.h lib/mro.pm mg.c mro.c
3366            ! op.c perl.c perlapi.h pod/perlapi.pod pod/perlboot.pod
3367            ! pod/perlobj.pod pod/perltoot.pod pp.c pp_hot.c scope.c sv.c
3368            ! t/mro/method_caching.t universal.c
3369 ____________________________________________________________________________
3370 [ 31106] By: rgs                                   on 2007/04/30  08:42:44
3371         Log: Subject: Re: [PATCH] Cleanup of the regexp API
3372              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
3373              Date: Fri, 27 Apr 2007 02:22:25 +0000
3374              Message-ID: <51dd1af80704261922j3db0615wa86ccc4cb65b2713@mail.gmail.com>
3375      Branch: perl
3376            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym
3377            ! perl.h pod/perlreapi.pod pp_hot.c proto.h regcomp.c regcomp.h
3378            ! regexec.c regexp.h
3379 ____________________________________________________________________________
3380 [ 31105] By: craigb                                on 2007/04/28  16:06:01
3381         Log: VMS-specific tweak to FindBin for when $0 returns a unix-style filespec.
3382      Branch: perl
3383            ! lib/FindBin.pm
3384 ____________________________________________________________________________
3385 [ 31104] By: craigb                                on 2007/04/28  14:28:00
3386         Log: Don't try to build old Thread extension on VMS when -Duseithreads
3387              has been chosen.
3388      Branch: perl
3389            ! configure.com
3390 ____________________________________________________________________________
3391 [ 31103] By: steveh                                on 2007/04/27  17:12:05
3392         Log: Do the same as #31095 for Win32
3393      Branch: perl
3394            ! win32/FindExt.pm
3395 ____________________________________________________________________________
3396 [ 31102] By: rgs                                   on 2007/04/27  14:19:15
3397         Log: Subject: Re: Analysis of problems with mixed encoding case insensitive matches in regex engine.
3398              From: demerphq <demerphq@gmail.com>
3399              Date: Fri, 27 Apr 2007 16:09:56 +0200
3400              Message-ID: <9b18b3110704270709y50ef652ci436b3bb29abca275@mail.gmail.com>
3401      Branch: perl
3402            ! Porting/regcharclass.pl regcharclass.h regcomp.c regexec.c
3403            ! t/op/pat.t win32/Makefile
3404 ____________________________________________________________________________
3405 [ 31101] By: rgs                                   on 2007/04/27  13:10:06
3406         Log: Reindent bash functions properly
3407      Branch: perl
3408            ! pod/perlhack.pod
3409 ____________________________________________________________________________
3410 [ 31098] By: rgs                                   on 2007/04/27  07:56:05
3411         Log: Subject: [PATCH] Cargo-cult fix for an AIX build problem
3412              From: "Jan Dubois" <jand@activestate.com>
3413              Date: Thu, 26 Apr 2007 17:02:01 -0700
3414              Message-ID: <048b01c7885f$48862510$d9926f30$@com>
3415      Branch: perl
3416            ! Makefile.SH
3417 ____________________________________________________________________________
3418 [ 31097] By: rgs                                   on 2007/04/27  07:55:34
3419         Log: Fix a signed/unsigned comparison warning
3420      Branch: perl
3421            ! regexec.c
3422 ____________________________________________________________________________
3423 [ 31096] By: merijn                                on 2007/04/27  06:16:02
3424         Log: More up-to-date info about the metaunits
3425      Branch: perl
3426            ! Porting/pumpkin.pod
3427 ____________________________________________________________________________
3428 [ 31095] By: merijn                                on 2007/04/27  06:03:52
3429         Log: Subject: [PATCH] special Configure handling for IO/Compress modules no longer needed
3430              From: "Craig A. Berry" <craigberry@mac.com>
3431              Date: Thu, 26 Apr 2007 18:59:15 -0500
3432              Message-Id: <p06240812c256eae2b552@[172.16.52.1]>
3433      Branch: perl
3434            ! Configure
3435 ____________________________________________________________________________
3436 [ 31093] By: nicholas                              on 2007/04/26  20:43:13
3437         Log: Avoid a SIGBUS caused by passing a U32 pointer to utf8_to_uvchr(),
3438              which expects a STRLEN pointer.
3439              Avoid some signed/unsigned casting warnings by adding casts.
3440      Branch: perl
3441            ! regcomp.c regexec.c
3442 ____________________________________________________________________________
3443 [ 31092] By: rgs                                   on 2007/04/26  16:57:55
3444         Log: strxfrm() returns a size_t, not a ssize_t. See:
3445              
3446              Subject: locale.c usage of strxfrm
3447              From: "Devin Heitmueller" <devin.heitmueller@gmail.com>
3448              Date: Fri, 20 Apr 2007 18:20:21 -0400
3449              Message-ID: <412bdbff0704201520i7aac0189n74f0cef5c5213f41@mail.gmail.com>
3450      Branch: perl
3451            ! locale.c
3452 ____________________________________________________________________________
3453 [ 31091] By: rgs                                   on 2007/04/26  16:29:01
3454         Log: Fix a bug in method caching. Better version (broader) of change #29336.
3455              
3456              Subject: Re: mro status, etc
3457              From: "Brandon Black" <blblack@gmail.com>
3458              Date: Thu, 26 Apr 2007 10:52:20 -0500
3459              Message-ID: <84621a60704260852y5a3dd2a5jeb633bb46cc7a8c0@mail.gmail.com>
3460      Branch: perl
3461            ! pp_hot.c sv.c t/mro/method_caching.t
3462 ____________________________________________________________________________
3463 [ 31090] By: rgs                                   on 2007/04/26  14:27:18
3464         Log: Doc nit, by Peter Scott
3465      Branch: perl
3466            ! README
3467 ____________________________________________________________________________
3468 [ 31089] By: nicholas                              on 2007/04/26  14:26:13
3469         Log: Subject: Re: VMS and Win32 Makefiles in change 31059
3470              From: Steve Hay <steve.hay@uk.radan.com>
3471              Message-ID: <46306D01.6070607@uk.radan.com>
3472              Date: Thu, 26 Apr 2007 10:12:33 +0100
3473      Branch: perl
3474            ! win32/Makefile win32/makefile.mk
3475 ____________________________________________________________________________
3476 [ 31088] By: rgs                                   on 2007/04/26  13:58:34
3477         Log: Remove the Thread typemap
3478      Branch: perl
3479            - ext/Thread/typemap
3480            ! MANIFEST
3481 ____________________________________________________________________________
3482 [ 31087] By: rgs                                   on 2007/04/26  13:15:14
3483         Log: Subject: mro status, etc
3484              From: "Brandon Black" <blblack@gmail.com>
3485              Date: Wed, 25 Apr 2007 18:37:21 -0500
3486              Message-ID: <84621a60704251637v1f4a3f84y19b39461166e3631@mail.gmail.com>
3487      Branch: perl
3488            ! mro.c
3489 ____________________________________________________________________________
3490 [ 31086] By: rgs                                   on 2007/04/26  13:05:29
3491         Log: Fix mro docs.
3492              
3493              Subject: Re: mro callbacks patch
3494              From: "Brandon Black" <blblack@gmail.com>
3495              Date: Mon, 23 Apr 2007 18:58:39 -0500
3496              Message-ID: <84621a60704231658o4c85783ere3c3e90dd614c30b@mail.gmail.com>
3497      Branch: perl
3498            ! embed.fnc embed.h global.sym mro.c pod/perlapi.pod
3499            ! pod/perlintern.pod proto.h
3500 ____________________________________________________________________________
3501 [ 31085] By: rgs                                   on 2007/04/26  12:53:30
3502         Log: Forgot to submit regcomp.c in change #31081
3503      Branch: perl
3504            ! regcomp.c
3505 ____________________________________________________________________________
3506 [ 31084] By: rgs                                   on 2007/04/26  12:47:57
3507         Log: Do the same thing as change #31082, but for warnings.pm.
3508      Branch: perl
3509            ! lib/warnings.pm warnings.pl
3510 ____________________________________________________________________________
3511 [ 31083] By: davem                                 on 2007/04/26  12:36:45
3512         Log: eliminate "unused var" warning
3513      Branch: perl
3514            ! perl.c
3515 ____________________________________________________________________________
3516 [ 31082] By: rgs                                   on 2007/04/26  10:51:36
3517         Log: Subject: Re: The Strict trap
3518              From: Johan Vromans <jvromans@squirrel.nl>
3519              Date: Wed, 25 Apr 2007 16:12:58 +0200
3520              Message-ID: <m2lkggilud.fsf@phoenix.squirrel.nl>
3521      Branch: perl
3522            ! ext/Storable/t/code.t lib/strict.pm
3523 ____________________________________________________________________________
3524 [ 31081] By: rgs                                   on 2007/04/26  10:23:30
3525         Log: Subject: Re: Analysis of problems with mixed encoding case insensitive matches in regex engine.
3526              From: demerphq <demerphq@gmail.com>
3527              Date: Tue, 24 Apr 2007 16:46:05 +0200
3528              Message-ID: <9b18b3110704240746u461e4bdcl208ef7d7f9c5ef64@mail.gmail.com>
3529      Branch: perl
3530            ! Porting/regcharclass.pl regcharclass.h regcomp.h regcomp.sym
3531            ! regexec.c regnodes.h t/op/pat.t
3532 ____________________________________________________________________________
3533 [ 31080] By: rgs                                   on 2007/04/26  07:09:32
3534         Log: Subject: [PATCH] fixed Fcntl::S_IFMT() breakage introduced by change 30674 (blead 26701)
3535              From: Alexey Tourbin <at@altlinux.ru>
3536              Date: Wed, 25 Apr 2007 18:12:22 +0400
3537              Message-ID: <20070425141222.GA24828@solemn.turbinal>
3538      Branch: perl
3539            + ext/Fcntl/t/mode.t
3540            ! MANIFEST ext/Fcntl/Fcntl.pm
3541 ____________________________________________________________________________
3542 [ 31079] By: rgs                                   on 2007/04/25  16:17:01
3543         Log: Subject: [PATCH] Safely store user locks in threads::shared
3544              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3545              Date: Mon, 23 Apr 2007 13:21:11 -0400
3546              Message-ID: <1ff86f510704231021l6989ee0bkd68ab89e99bf8c6b@mail.gmail.com>
3547      Branch: perl
3548            ! ext/threads/shared/Changes ext/threads/shared/shared.pm
3549            ! ext/threads/shared/shared.xs
3550 ____________________________________________________________________________
3551 [ 31078] By: rgs                                   on 2007/04/25  16:13:54
3552         Log: Subject: [PATCH] Thread.xs doesn't need magic sig anymore
3553              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3554              Date: Mon, 23 Apr 2007 13:25:20 -0400
3555              Message-ID: <1ff86f510704231025y22d30ecfk1ebc418f2b3a0bf7@mail.gmail.com>
3556      Branch: perl
3557            ! ext/Thread/Thread.xs
3558 ____________________________________________________________________________
3559 [ 31077] By: rgs                                   on 2007/04/25  15:31:29
3560         Log: Small perlivp.PL updates
3561              
3562              Subject: Re: [Andreas J. Koenig] C3 MRO breaks Params::Util and Graph
3563              From: Johan Vromans <jvromans@squirrel.nl>
3564              Date: Wed, 25 Apr 2007 14:37:16 +0200
3565              Message-ID: <m2r6q8iq9v.fsf@phoenix.squirrel.nl>
3566      Branch: perl
3567            ! utils/perlivp.PL
3568 ____________________________________________________________________________
3569 [ 31076] By: rgs                                   on 2007/04/25  15:19:21
3570         Log: overload must not load XS modules at compile time, or perl
3571              doesn't compile.
3572              overload must not clobber $! or $@ behind the scenes when
3573              loading an XS module.
3574      Branch: perl
3575            ! lib/overload.pm
3576 ____________________________________________________________________________
3577 [ 31075] By: rgs                                   on 2007/04/25  15:03:21
3578         Log: Remove a now redundant require
3579      Branch: perl
3580            ! lib/overload.pm
3581 ____________________________________________________________________________
3582 [ 31074] By: rgs                                   on 2007/04/25  14:53:57
3583         Log: Move the require at the top of the file.
3584              Else, Test::More has test failures.
3585      Branch: perl
3586            ! lib/overload.pm
3587 ____________________________________________________________________________
3588 [ 31073] By: rgs                                   on 2007/04/25  12:15:55
3589         Log: Subject: Re: [Andreas J. Koenig] C3 MRO breaks Params::Util and Graph
3590              From: "Brandon Black" <blblack@gmail.com>
3591              Date: Tue, 24 Apr 2007 07:58:44 -0500
3592              Message-ID: <84621a60704240558q7ff65863l803c6f9b9b8ca4a6@mail.gmail.com>
3593      Branch: perl
3594            ! ext/DynaLoader/t/DynaLoader.t lib/overload.pm
3595 ____________________________________________________________________________
3596 [ 31072] By: stevep                                on 2007/04/25  11:00:34
3597         Log: Upgrade to CPAN-1.9101
3598      Branch: perl
3599            ! lib/CPAN.pm lib/CPAN/Kwalify/distroprefs.dd
3600 ____________________________________________________________________________
3601 [ 31069] By: nicholas                              on 2007/04/25  09:54:17
3602         Log: Avoid the need for 2 casts added in 31055 by using a better type for
3603              the local variable. Add an assertion that another cast is not a data
3604              loss (and that there is no buffer overflow)
3605      Branch: perl
3606            ! ext/Devel/Peek/Peek.xs utf8.c
3607 ____________________________________________________________________________
3608 [ 31068] By: nicholas                              on 2007/04/25  09:32:50
3609         Log: Remove vestigical include of <ctype.h>, which came from a previous
3610              version that tried to make the initialiser out of a single "" string.
3611              (Which turned out to be over 509 characters long)
3612      Branch: perl
3613            ! generate_uudmap.c
3614 ____________________________________________________________________________
3615 [ 31067] By: rgs                                   on 2007/04/25  08:42:27
3616         Log: Subject: [PATCH] perlre.pod spellcheck
3617              From: "Alexandr Ciornii" <alexchorny@gmail.com>
3618              Date: Tue, 24 Apr 2007 00:45:05 +0300
3619              Message-ID: <2f1541220704231445w6fa7bfcbl41c9b6f56fb70feb@mail.gmail.com>
3620      Branch: perl
3621            ! pod/perlre.pod
3622 ____________________________________________________________________________
3623 [ 31066] By: merijn                                on 2007/04/25  08:12:16
3624         Log: Leave try.c and include files where they are if we need them later
3625      Branch: perl
3626            ! Configure
3627 ____________________________________________________________________________
3628 [ 31064] By: rgs                                   on 2007/04/25  08:10:05
3629         Log: Subject: [PATCH] Move hash action constants to hv.h
3630              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3631              Date: Tue, 24 Apr 2007 10:35:43 -0400
3632              Message-ID: <1ff86f510704240735t50cfc159g59b55726ac5ac64b@mail.gmail.com>
3633      Branch: perl
3634            ! ext/Hash/Util/FieldHash/FieldHash.xs hv.c hv.h
3635 ____________________________________________________________________________
3636 [ 31063] By: rgs                                   on 2007/04/25  08:08:18
3637         Log: perlguts nit, found by Jerry D. Hedden
3638      Branch: perl
3639            ! pod/perlguts.pod
3640 ____________________________________________________________________________
3641 [ 31062] By: craigb                                on 2007/04/25  03:10:23
3642         Log: Work a little harder at building generate_uudmap on VMS.
3643      Branch: perl
3644            ! vms/descrip_mms.template
3645 ____________________________________________________________________________
3646 [ 31061] By: stevep                                on 2007/04/25  01:06:23
3647         Log: Upgrade to Encode-2.20
3648      Branch: perl
3649            + ext/Encode/lib/Encode/GSM0338.pm
3650            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/Changes
3651            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
3652            ! ext/Encode/Makefile.PL ext/Encode/bin/piconv
3653            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Config.pm
3654            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/gsm0338.t
3655            ! ext/Encode/t/mime-header.t
3656 ____________________________________________________________________________
3657 [ 31060] By: nicholas                              on 2007/04/24  23:16:12
3658         Log: Ooops. It helps to p4 add the new file.
3659      Branch: perl
3660            + generate_uudmap.c
3661 ____________________________________________________________________________
3662 [ 31059] By: nicholas                              on 2007/04/24  23:10:05
3663         Log: Make PL_uudmap a constant global. Remove the run time initialisation
3664              code, and instead use it to generate a header at perl build time.
3665              By removing uudmap from the interpreter structure we save 256 bytes
3666              per child thread.
3667      Branch: perl
3668            ! MANIFEST Makefile.SH embedvar.h intrpvar.h perl.h perlapi.h
3669            ! pp_pack.c sv.c vms/descrip_mms.template win32/Makefile
3670            ! win32/makefile.mk
3671 ____________________________________________________________________________
3672 [ 31058] By: davem                                 on 2007/04/24  16:42:12
3673         Log: move PL_linestr from the interpreter struct to the parser struct
3674      Branch: perl
3675            ! cop.h embedvar.h intrpvar.h parser.h perl.c perlapi.h pp_ctl.c
3676            ! sv.c toke.c
3677 ____________________________________________________________________________
3678 [ 31057] By: steveh                                on 2007/04/24  13:31:29
3679         Log: Silence VC6 warning about not all control paths returning a value
3680      Branch: perl
3681            ! mro.c
3682 ____________________________________________________________________________
3683 [ 31056] By: steveh                                on 2007/04/24  13:11:50
3684         Log: Fix a function signature missed by #31027 to silence a VC6 warning
3685      Branch: perl
3686            ! ext/re/re.xs
3687 ____________________________________________________________________________
3688 [ 31055] By: steveh                                on 2007/04/24  12:17:00
3689         Log: Silence 5 "possible loss of data" warnings from VC6
3690      Branch: perl
3691            ! ext/Devel/Peek/Peek.xs toke.c utf8.c
3692 ____________________________________________________________________________
3693 [ 31054] By: steveh                                on 2007/04/24  12:16:07
3694         Log: Subject: [perl #42648] [PATCH] crash in win32/VMem.h when out of memory 
3695              From: "Devin Heitmueller" (via RT) <perlbug-followup@perl.org>
3696              Date: Fri, 20 Apr 2007 14:49:08 -0700
3697              Message-ID: <rt-3.6.HEAD-30201-1177105747-239.42648-75-0@perl.org>
3698      Branch: perl
3699            ! win32/vmem.h
3700 ____________________________________________________________________________
3701 [ 31053] By: rgs                                   on 2007/04/24  11:25:56
3702         Log: Adjust test count.
3703      Branch: perl
3704            ! ext/B/t/concise-xs.t
3705 ____________________________________________________________________________
3706 [ 31052] By: rgs                                   on 2007/04/24  10:35:15
3707         Log: Fix potential precedence problem
3708      Branch: perl
3709            ! op.c
3710 ____________________________________________________________________________
3711 [ 31051] By: rgs                                   on 2007/04/24  10:34:20
3712         Log: Remove unnecessarily paranoid protection in pp_defined
3713      Branch: perl
3714            ! pp_hot.c
3715 ____________________________________________________________________________
3716 [ 31050] By: rgs                                   on 2007/04/24  10:32:33
3717         Log: Fix a bug in dor assignment (@x //= 1 was triggering an
3718              assertion failure)
3719      Branch: perl
3720            ! op.c
3721 ____________________________________________________________________________
3722 [ 31049] By: rgs                                   on 2007/04/24  10:31:28
3723         Log: Remove the code that handles assignment to state variables
3724      Branch: perl
3725            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlsub.pod
3726            ! pp_hot.c t/lib/warnings/op t/op/state.t
3727 ____________________________________________________________________________
3728 [ 31048] By: merijn                                on 2007/04/24  06:01:41
3729         Log: Subject: [PATCH t/base/num.t] Typo fix.
3730              From: Abigail <abigail@abigail.be>
3731              Date: Tue, 24 Apr 2007 00:48:26 +0200
3732              Message-ID: <20070423224826.GC544@abigail.nl>
3733      Branch: perl
3734            ! t/base/num.t
3735 ____________________________________________________________________________
3736 [ 31047] By: craigb                                on 2007/04/24  03:18:34
3737         Log: Reduce directory depth for IO::Compress modules.
3738      Branch: perl
3739           +> (branch 94 files)
3740            - ext/IO/Compress/Base/Changes ext/IO/Compress/Base/Makefile.PL
3741            - ext/IO/Compress/Base/README
3742            - ext/IO/Compress/Base/lib/File/GlobMapper.pm
3743            - ext/IO/Compress/Base/lib/IO/Compress/Base.pm
3744            - ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm
3745            - ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm
3746            - ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm
3747            - ext/IO/Compress/Base/private/MakeUtil.pm
3748            - ext/IO/Compress/Base/t/01misc.t
3749            - ext/IO/Compress/Base/t/globmapper.t
3750            - ext/IO/Compress/Zlib/Changes ext/IO/Compress/Zlib/Makefile.PL
3751            - ext/IO/Compress/Zlib/README
3752            - ext/IO/Compress/Zlib/examples/gzappend
3753            - ext/IO/Compress/Zlib/examples/gzcat
3754            - ext/IO/Compress/Zlib/examples/gzgrep
3755            - ext/IO/Compress/Zlib/examples/gzstream
3756            - ext/IO/Compress/Zlib/examples/unzip
3757            - ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm
3758            - ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm
3759            - ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm
3760            - ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm
3761            - ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm
3762            - ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
3763            - ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm
3764            - ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm
3765            - ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm
3766            - ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm
3767            - ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
3768            - ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
3769            - ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
3770            - ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
3771            - ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
3772            - ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
3773            - ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
3774            - ext/IO/Compress/Zlib/private/MakeUtil.pm
3775            - ext/IO/Compress/Zlib/t/001zlib-generic-deflate.t
3776            - ext/IO/Compress/Zlib/t/001zlib-generic-gzip.t
3777            - ext/IO/Compress/Zlib/t/001zlib-generic-rawdeflate.t
3778            - ext/IO/Compress/Zlib/t/001zlib-generic-zip.t
3779            - ext/IO/Compress/Zlib/t/002any-deflate.t
3780            - ext/IO/Compress/Zlib/t/002any-gzip.t
3781            - ext/IO/Compress/Zlib/t/002any-rawdeflate.t
3782            - ext/IO/Compress/Zlib/t/002any-transparent.t
3783            - ext/IO/Compress/Zlib/t/002any-zip.t
3784            - ext/IO/Compress/Zlib/t/004gziphdr.t
3785            - ext/IO/Compress/Zlib/t/005defhdr.t
3786            - ext/IO/Compress/Zlib/t/010examples.t
3787            - ext/IO/Compress/Zlib/t/020isize.t
3788            - ext/IO/Compress/Zlib/t/050interop-gzip.t
3789            - ext/IO/Compress/Zlib/t/100generic-deflate.t
3790            - ext/IO/Compress/Zlib/t/100generic-gzip.t
3791            - ext/IO/Compress/Zlib/t/100generic-rawdeflate.t
3792            - ext/IO/Compress/Zlib/t/100generic-zip.t
3793            - ext/IO/Compress/Zlib/t/101truncate-deflate.t
3794            - ext/IO/Compress/Zlib/t/101truncate-gzip.t
3795            - ext/IO/Compress/Zlib/t/101truncate-rawdeflate.t
3796            - ext/IO/Compress/Zlib/t/101truncate-zip.t
3797            - ext/IO/Compress/Zlib/t/102tied-deflate.t
3798            - ext/IO/Compress/Zlib/t/102tied-gzip.t
3799            - ext/IO/Compress/Zlib/t/102tied-rawdeflate.t
3800            - ext/IO/Compress/Zlib/t/102tied-zip.t
3801            - ext/IO/Compress/Zlib/t/103newtied-deflate.t
3802            - ext/IO/Compress/Zlib/t/103newtied-gzip.t
3803            - ext/IO/Compress/Zlib/t/103newtied-rawdeflate.t
3804            - ext/IO/Compress/Zlib/t/103newtied-zip.t
3805            - ext/IO/Compress/Zlib/t/104destroy-deflate.t
3806            - ext/IO/Compress/Zlib/t/104destroy-gzip.t
3807            - ext/IO/Compress/Zlib/t/104destroy-rawdeflate.t
3808            - ext/IO/Compress/Zlib/t/104destroy-zip.t
3809            - ext/IO/Compress/Zlib/t/105oneshot-deflate.t
3810            - ext/IO/Compress/Zlib/t/105oneshot-gzip-only.t
3811            - ext/IO/Compress/Zlib/t/105oneshot-gzip.t
3812            - ext/IO/Compress/Zlib/t/105oneshot-rawdeflate.t
3813            - ext/IO/Compress/Zlib/t/105oneshot-zip-only.t
3814            - ext/IO/Compress/Zlib/t/105oneshot-zip.t
3815            - ext/IO/Compress/Zlib/t/106prime-deflate.t
3816            - ext/IO/Compress/Zlib/t/106prime-gzip.t
3817            - ext/IO/Compress/Zlib/t/106prime-rawdeflate.t
3818            - ext/IO/Compress/Zlib/t/106prime-zip.t
3819            - ext/IO/Compress/Zlib/t/107multi-deflate.t
3820            - ext/IO/Compress/Zlib/t/107multi-gzip.t
3821            - ext/IO/Compress/Zlib/t/107multi-rawdeflate.t
3822            - ext/IO/Compress/Zlib/t/107multi-zip.t
3823            - ext/IO/Compress/Zlib/t/108anyunc-deflate.t
3824            - ext/IO/Compress/Zlib/t/108anyunc-gzip.t
3825            - ext/IO/Compress/Zlib/t/108anyunc-rawdeflate.t
3826            - ext/IO/Compress/Zlib/t/108anyunc-transparent.t
3827            - ext/IO/Compress/Zlib/t/108anyunc-zip.t
3828            - ext/IO/Compress/Zlib/t/109merge-deflate.t
3829            - ext/IO/Compress/Zlib/t/109merge-gzip.t
3830            - ext/IO/Compress/Zlib/t/109merge-rawdeflate.t
3831            - ext/IO/Compress/Zlib/t/109merge-zip.t
3832            ! MANIFEST
3833 ____________________________________________________________________________
3834 [ 31046] By: davem                                 on 2007/04/23  23:01:18
3835         Log: eliminate some uses of PL_linestr in perl.c
3836      Branch: perl
3837            ! embed.fnc embed.h perl.c proto.h
3838 ____________________________________________________________________________
3839 [ 31045] By: davem                                 on 2007/04/23  22:27:27
3840         Log: inline S_init_lexer() and regen
3841      Branch: perl
3842            ! embed.fnc embed.h embedvar.h perl.c perlapi.h proto.h
3843 ____________________________________________________________________________
3844 [ 31044] By: davem                                 on 2007/04/23  22:04:59
3845         Log: make initialisation of PL_sv_no etc unconditional
3846      Branch: perl
3847            ! perl.c
3848 ____________________________________________________________________________
3849 [ 31043] By: merijn                                on 2007/04/23  20:55:05
3850         Log: Missed quotes in protocheck for rm_try
3851      Branch: perl
3852            ! Configure
3853 ____________________________________________________________________________
3854 [ 31040] By: merijn                                on 2007/04/23  17:35:53
3855         Log: Major *try* cleanup: introduce $rm_try; Some whitespace cleanups;
3856              Small textual nit from Jarkko
3857      Branch: perl
3858            ! Configure
3859 ____________________________________________________________________________
3860 [ 31038] By: nicholas                              on 2007/04/23  16:36:31
3861         Log: Remove the unnecessary allocation of and assignment to hunk[3], as the
3862              perl API functions called don't need a NUL terminated string.
3863      Branch: perl
3864            ! pp_pack.c
3865 ____________________________________________________________________________
3866 [ 31037] By: rgs                                   on 2007/04/23  15:31:48
3867         Log: Switch to hex format for integer constants in regcharclass.h
3868              (Yves Orton). Also, avoid trailing spaces.
3869      Branch: perl
3870            ! Porting/regcharclass.pl regcharclass.h
3871 ____________________________________________________________________________
3872 [ 31036] By: rgs                                   on 2007/04/23  15:07:52
3873         Log: Upgrade to Term::ANSIColor 1.12.
3874      Branch: perl
3875            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
3876            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/t/basic.t
3877 ____________________________________________________________________________
3878 [ 31034] By: nicholas                              on 2007/04/23  14:40:05
3879         Log: More variable reordering saves another 40 bytes from the interpreter
3880              structure. (on LP64). Zero cost space saving! Woohoo!
3881      Branch: perl
3882            ! intrpvar.h pod/perltodo.pod thrdvar.h
3883 ____________________________________________________________________________
3884 [ 31033] By: rgs                                   on 2007/04/23  13:17:05
3885         Log: Subject: [PATCH] Un-mathom Perl_save_I16
3886              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3887              Date: Mon, 23 Apr 2007 09:10:01 -0400
3888              Message-ID: <1ff86f510704230610t13c62378s381eaceae3e7e9b1@mail.gmail.com>
3889      Branch: perl
3890            ! mathoms.c scope.c
3891 ____________________________________________________________________________
3892 [ 31032] By: rgs                                   on 2007/04/23  13:10:56
3893         Log: A safer version of CopFILE, by Jarkko
3894      Branch: perl
3895            ! cop.h
3896 ____________________________________________________________________________
3897 [ 31031] By: rgs                                   on 2007/04/23  12:30:12
3898         Log: Change boilerplate of regcharclass.h
3899      Branch: perl
3900            ! Porting/regcharclass.pl regcharclass.h
3901 ____________________________________________________________________________
3902 [ 31030] By: rgs                                   on 2007/04/23  12:25:10
3903         Log: Add Yves Orton's script to regenerate regcharclass.h
3904      Branch: perl
3905            + Porting/regcharclass.pl
3906            ! MANIFEST regcharclass.h
3907 ____________________________________________________________________________
3908 [ 31029] By: rgs                                   on 2007/04/23  10:02:13
3909         Log: Remove generated test files from CPANPLUS
3910      Branch: perl
3911            - lib/CPANPLUS/t/dummy-localmirror/01mailrc.txt.gz.packed
3912            - lib/CPANPLUS/t/dummy-localmirror/02packages.details.txt.gz.pac
3913            - ked lib/CPANPLUS/t/dummy-localmirror/03modlist.data.gz.packed
3914            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Bundle
3915            - -Foo-Bar-0.01.tar.gz.packed
3916            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/CHECKS
3917            - UMS
3918            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Foo-Ba
3919            - r-0.01.tar.gz.packed
3920            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/perl5.
3921            - 005_03.tar.gz.packed
3922            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/CHECKSUM
3923            - S
3924            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/Foo-Bar-
3925            - 0.01.tar.gz.packed
3926            - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/CHECKS
3927            - UMS
3928            - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/Foo-Ba
3929            - r-0.01.tar.gz.packed
3930            - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/CHECKSUM
3931            - S
3932            - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/Foo-Bar-
3933            - 0.01.tar.gz.packed
3934            ! MANIFEST
3935 ____________________________________________________________________________
3936 [ 31028] By: rgs                                   on 2007/04/23  09:53:41
3937         Log: Patch to config to avoid failures in the perl core due
3938              to too much verbosity (by Jos Boumans)
3939      Branch: perl
3940            ! lib/CPANPLUS/t/inc/conf.pl
3941 ____________________________________________________________________________
3942 [ 31027] By: rgs                                   on 2007/04/23  09:39:38
3943         Log: Subject: Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char* xend
3944              From: <avarab@gmail.com>
3945              Date: Sat, 21 Apr 2007 21:30:47 +0000
3946              Message-ID: <51dd1af80704211430m6ad1b4afy49b069faa61e33a9@mail.gmail.com>
3947      Branch: perl
3948            ! embed.fnc embed.h op.c perl.h pod/perlreapi.pod pp_ctl.c
3949            ! proto.h regcomp.c regexec.c regexp.h uupacktool.pl
3950 ____________________________________________________________________________
3951 [ 31026] By: rgs                                   on 2007/04/23  09:04:31
3952         Log: Subject: [PATCH] Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE and unicode tr18
3953              From: demerphq <demerphq@gmail.com>
3954              Date: Sun, 22 Apr 2007 23:34:55 +0200
3955              Message-ID: <9b18b3110704221434g43457742p28cab00289f83639@mail.gmail.com>
3956      Branch: perl
3957            + regcharclass.h
3958            ! MANIFEST lib/unicore/mktables pod/perlre.pod regcomp.c
3959            ! regcomp.h regcomp.sym regexec.c regnodes.h t/op/pat.t
3960            ! t/op/re_tests t/op/regexp.t
3961 ____________________________________________________________________________
3962 [ 31025] By: rgs                                   on 2007/04/23  08:21:50
3963         Log: An optimisation to the MRO code, by Brandon Black,
3964              plus more comments.
3965      Branch: perl
3966            ! mro.c
3967 ____________________________________________________________________________
3968 [ 31024] By: craigb                                on 2007/04/23  03:14:53
3969         Log: Shorten long symbols in mro.c to avoid name mangling on VMS.
3970      Branch: perl
3971            ! mro.c
3972 ____________________________________________________________________________
3973 [ 31023] By: nicholas                              on 2007/04/22  22:57:54
3974         Log: Fix problems caused by downsizing in change 31017. (Which don't show
3975              up until you test on a "real" architecture)
3976      Branch: perl
3977            ! pp_ctl.c utf8.c
3978 ____________________________________________________________________________
3979 [ 31022] By: rgs                                   on 2007/04/22  15:08:45
3980         Log: Reflect change of path for Module::Pluggable's tests in Maintainers.pl
3981      Branch: perl
3982            ! Porting/Maintainers.pl
3983 ____________________________________________________________________________
3984 [ 31021] By: rgs                                   on 2007/04/22  15:03:27
3985         Log: Add missing file to MANIFEST
3986      Branch: perl
3987            ! MANIFEST
3988 ____________________________________________________________________________
3989 [ 31020] By: rgs                                   on 2007/04/22  15:03:13
3990         Log: Subject: [PATCH] Update CPANPLUS to 0.79_01
3991              From: "Jos I. Boumans" <kane@xs4all.nl>
3992              Date: Sun, 22 Apr 2007 10:18:10 +0200
3993              Message-Id: <BDAACA85-8D3E-4104-9B03-9DB247EDA080@xs4all.nl>
3994      Branch: perl
3995            + lib/CPANPLUS/t/15_CPANPLUS-Shell.t
3996            ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm lib/CPANPLUS/Dist/MM.pm
3997            ! lib/CPANPLUS/Internals.pm lib/CPANPLUS/Internals/Constants.pm
3998            ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell.pm
3999            ! lib/CPANPLUS/Shell/Default.pm
4000            ! lib/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t
4001            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
4002            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
4003            ! r-0.01.tar.gz.packed
4004            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
4005            ! tar.gz.packed
4006            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
4007            ! tar.gz.packed
4008            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
4009            ! r.gz.packed
4010            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
4011            ! tar.gz.packed
4012            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
4013            ! r.gz.packed
4014            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
4015            ! cked
4016            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
4017            ! lib/CPANPLUS/t/inc/conf.pl
4018 ____________________________________________________________________________
4019 [ 31019] By: craigb                                on 2007/04/22  14:34:28
4020         Log: Move Module::Pluggable tests up under main test directory.
4021      Branch: perl
4022           +> (branch 50 files)
4023            - lib/Module/Pluggable/t/01use.t
4024            - lib/Module/Pluggable/t/02alsoworks.t
4025            - lib/Module/Pluggable/t/02works.t
4026            - lib/Module/Pluggable/t/02works_taint.t
4027            - lib/Module/Pluggable/t/03diffname.t
4028            - lib/Module/Pluggable/t/04acmedir.t
4029            - lib/Module/Pluggable/t/04acmedir_single.t
4030            - lib/Module/Pluggable/t/04acmepath.t
4031            - lib/Module/Pluggable/t/04acmepath_single.t
4032            - lib/Module/Pluggable/t/05postpath.t
4033            - lib/Module/Pluggable/t/06multipath.t
4034            - lib/Module/Pluggable/t/07instantiate.t
4035            - lib/Module/Pluggable/t/08nothing.t
4036            - lib/Module/Pluggable/t/09require.t
4037            - lib/Module/Pluggable/t/10innerpack.t
4038            - lib/Module/Pluggable/t/10innerpack_inner.t
4039            - lib/Module/Pluggable/t/10innerpack_noinner.t
4040            - lib/Module/Pluggable/t/10innerpack_override.t
4041            - lib/Module/Pluggable/t/11usetwice.t
4042            - lib/Module/Pluggable/t/12only.t
4043            - lib/Module/Pluggable/t/12onlyarray.t
4044            - lib/Module/Pluggable/t/12onlyregex.t
4045            - lib/Module/Pluggable/t/13except.t
4046            - lib/Module/Pluggable/t/13exceptarray.t
4047            - lib/Module/Pluggable/t/13exceptregex.t
4048            - lib/Module/Pluggable/t/14package.t
4049            - lib/Module/Pluggable/t/15topicsafe.t
4050            - lib/Module/Pluggable/t/16different_extension.t
4051            - lib/Module/Pluggable/t/17devel_inner_package.t
4052            - lib/Module/Pluggable/t/18skipped_package.t
4053            - lib/Module/Pluggable/t/19can_ok_clobber.t
4054            - lib/Module/Pluggable/t/20dodgy_files.t
4055            - lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
4056            - lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
4057            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
4058            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
4059            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
4060            - lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
4061            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
4062            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
4063            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
4064            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
4065            - lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
4066            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
4067            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
4068            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
4069            - lib/Module/Pluggable/t/lib/No/Middle.pm
4070            - lib/Module/Pluggable/t/lib/OddTest/Plugin/-Dodgy.pm
4071            - lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
4072            - lib/Module/Pluggable/t/lib/TA/C/A/I.pm
4073            ! MANIFEST t/TEST t/harness
4074 ____________________________________________________________________________
4075 [ 31018] By: craigb                                on 2007/04/22  00:50:18
4076         Log: Make t/harness find the t/mro tests
4077      Branch: perl
4078            ! t/harness
4079 ____________________________________________________________________________
4080 [ 31017] By: nicholas                              on 2007/04/21  21:47:34
4081         Log: Various variables in intrpvar.h and thrdvar.h are considerably larger
4082              than they need to be.
4083      Branch: perl
4084            ! intrpvar.h pad.c thrdvar.h
4085 ____________________________________________________________________________
4086 [ 31016] By: nicholas                              on 2007/04/21  21:46:27
4087         Log: Fix bug in change 31015 - saving the wrong size of variable.
4088      Branch: perl
4089            ! toke.c
4090 ____________________________________________________________________________
4091 [ 31015] By: nicholas                              on 2007/04/21  19:05:08
4092         Log: Several members of struct yy_parser can go on a diet. Some I32s were
4093              actually only holding chars.
4094      Branch: perl
4095            ! intrpvar.h op.c parser.h perl.h toke.c
4096 ____________________________________________________________________________
4097 [ 31014] By: nicholas                              on 2007/04/21  18:41:39
4098         Log: By re-ordering declarations in interpvar.h and thrdvar.h, reduce the
4099              size of the interpreter structure. (For LP64, from 3712 to 3584, for
4100              ILP32, from 2288 to 2248).
4101      Branch: perl
4102            ! intrpvar.h thrdvar.h
4103 ____________________________________________________________________________
4104 [ 31013] By: nicholas                              on 2007/04/21  17:01:53
4105         Log: Remove widesyscalls and numeric_compat1, two unused per-interpreter
4106              variables retained for binary compatibility, something which we no
4107              longer maintain back to 5.6.x.
4108      Branch: perl
4109            ! intrpvar.h
4110 ____________________________________________________________________________
4111 [ 31012] By: nicholas                              on 2007/04/21  13:54:28
4112         Log: Eliminate Internals::inc_sub_generation, which nothing now calls.
4113      Branch: perl
4114            ! universal.c
4115 ____________________________________________________________________________
4116 [ 31010] By: nicholas                              on 2007/04/21  11:42:43
4117         Log: Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX,
4118              SvUV instead of SvUVX, and SvPV* variants instead of SvPVX*.
4119              Document that the non-x variants are preferable whenever the expression
4120              has no side effects. (Compilers perform common subexression
4121              elimination). Likewise SvREFCNT_inc simple variants are valid for all
4122              cases apart from expressions with side effects.
4123      Branch: perl
4124            ! doio.c op.c pod/perlapi.pod pp.c pp_ctl.c pp_sys.c sv.c sv.h
4125 ____________________________________________________________________________
4126 [ 31009] By: nicholas                              on 2007/04/21  10:28:59
4127         Log: Storing PL_sv_yes over itself is as cheap as calling hv_exists(), so
4128              always store it, to save the (second) store call. SvIVx is more
4129              expensive than SvIVX, so use the latter. Reorder the other call to
4130              hv_store() to be immediately after the call to hv_exists(), to try to
4131              avoid thrashing the CPU cache.
4132      Branch: perl
4133            ! mro.c
4134 ____________________________________________________________________________
4135 [ 31008] By: nicholas                              on 2007/04/21  09:43:27
4136         Log: In Perl_mro_get_linear_isa_dfs(), by treating the local variable sv as
4137              an array of size 1, we can merge two arms and reduce code duplication.
4138      Branch: perl
4139            ! mro.c
4140 ____________________________________________________________________________
4141 [ 31007] By: rgs                                   on 2007/04/21  09:29:45
4142         Log: Typo fix by Abigail
4143      Branch: perl
4144            ! ext/Hash/Util/FieldHash/t/02_function.t
4145 ____________________________________________________________________________
4146 [ 31005] By: rgs                                   on 2007/04/21  09:20:56
4147         Log: Upgrade to version-0.7203.
4148              Plus a change in Module::Build::Version, specific to bleadperl.
4149      Branch: perl
4150            ! ext/DynaLoader/t/XSLoader.t lib/Module/Build/Version.pm
4151            ! lib/Module/Build/t/metadata.t lib/Module/Build/t/moduleinfo.t
4152            ! lib/version.pm lib/version.pod lib/version.t perl.c
4153            ! t/comp/use.t t/op/sprintf.t universal.c util.c
4154 ____________________________________________________________________________
4155 [ 31004] By: rgs                                   on 2007/04/21  09:08:04
4156         Log: Completely remove Test::More from the MRO tests, by Brandon Black
4157      Branch: perl
4158            ! t/mro/basic.t t/mro/basic_01_c3.t t/mro/basic_01_dfs.t
4159            ! t/mro/basic_02_c3.t t/mro/basic_02_dfs.t t/mro/basic_03_c3.t
4160            ! t/mro/basic_03_dfs.t t/mro/basic_04_c3.t t/mro/basic_04_dfs.t
4161            ! t/mro/basic_05_c3.t t/mro/basic_05_dfs.t t/mro/complex_c3.t
4162            ! t/mro/complex_dfs.t t/mro/dbic_c3.t t/mro/dbic_dfs.t
4163            ! t/mro/next_method.t t/mro/next_skip.t t/mro/vulcan_c3.t
4164            ! t/mro/vulcan_dfs.t
4165 ____________________________________________________________________________
4166 [ 31003] By: rgs                                   on 2007/04/21  09:06:38
4167         Log: Small optimisations, by Brandon Black
4168      Branch: perl
4169            ! mro.c
4170 ____________________________________________________________________________
4171 [ 31002] By: rgs                                   on 2007/04/21  09:05:41
4172         Log: Code comments, by Brandon Black
4173      Branch: perl
4174            ! mro.c
4175 ____________________________________________________________________________
4176 [ 31001] By: rgs                                   on 2007/04/21  08:55:16
4177         Log: Subject: [PATCH] Bug in Hash::Util::FieldHash
4178              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
4179              Date: Sat, 21 Apr 2007 02:11:00 +0200
4180              Message-Id: <DFEC2420-9301-40EC-A986-80D0290B2C8F@mailbox.tu-berlin.de>
4181      Branch: perl
4182            ! ext/Hash/Util/FieldHash/Changes
4183            ! ext/Hash/Util/FieldHash/FieldHash.xs
4184            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
4185            ! ext/Hash/Util/FieldHash/t/02_function.t
4186 ____________________________________________________________________________
4187 [ 31000] By: nicholas                              on 2007/04/20  19:34:15
4188         Log: Terser source code in Perl_mro_meta_dup()
4189      Branch: perl
4190            ! mro.c
4191 ____________________________________________________________________________
4192 [ 30999] By: nicholas                              on 2007/04/20  16:09:31
4193         Log: Make struct mro_meta 4(ish) bytes smaller.
4194      Branch: perl
4195            ! hv.h
4196 ____________________________________________________________________________
4197 [ 30998] By: rgs                                   on 2007/04/20  15:38:47
4198         Log: Shorten some file names
4199      Branch: perl
4200           +> t/mro/next_NEXT.t t/mro/next_edgecases.t t/mro/next_inanon.t
4201           +> t/mro/next_ineval.t t/mro/next_skip.t
4202            - t/mro/next_method_edge_cases.t t/mro/next_method_in_anon.t
4203            - t/mro/next_method_in_eval.t t/mro/next_method_skip.t
4204            - t/mro/next_method_used_with_NEXT.t
4205            ! MANIFEST
4206 ____________________________________________________________________________
4207 [ 30997] By: rgs                                   on 2007/04/20  15:03:57
4208         Log: Silence some diagnostic messages when running within the core tests.
4209              By Jerry D. Hedden
4210      Branch: perl
4211            ! lib/Archive/Extract/t/01_Archive-Extract.t
4212            ! lib/Archive/Tar/t/02_methods.t
4213 ____________________________________________________________________________
4214 [ 30996] By: rgs                                   on 2007/04/20  14:22:26
4215         Log: Nit to S_isa_lookup by Brandon Black
4216      Branch: perl
4217            ! universal.c
4218 ____________________________________________________________________________
4219 [ 30995] By: rgs                                   on 2007/04/20  14:20:42
4220         Log: Additions to perldiag for MRO, by Brandon Black.
4221      Branch: perl
4222            ! pod/perldiag.pod
4223 ____________________________________________________________________________
4224 [ 30994] By: rgs                                   on 2007/04/20  13:54:26
4225         Log: A little bit more safe version of HvMROMETA
4226      Branch: perl
4227            ! hv.h
4228 ____________________________________________________________________________
4229 [ 30993] By: rgs                                   on 2007/04/20  13:42:21
4230         Log: Don't use Test::More in core tests (at least, where
4231              that's possible, that is where is_deeply() isn't used)
4232      Branch: perl
4233            ! t/mro/c3_with_overload.t t/mro/inconsistent_c3.t
4234            ! t/mro/method_caching.t t/mro/next_method_edge_cases.t
4235            ! t/mro/next_method_in_anon.t t/mro/next_method_in_eval.t
4236            ! t/mro/next_method_used_with_NEXT.t t/mro/overload_c3.t
4237            ! t/mro/overload_dfs.t t/mro/recursion_c3.t
4238            ! t/mro/recursion_dfs.t
4239 ____________________________________________________________________________
4240 [ 30992] By: rgs                                   on 2007/04/20  11:55:37
4241         Log: Subject: Re: [PATCH] madprop about forced words
4242              From: Gerard Goossen <gerard@tty.nl>
4243              Date: Thu, 19 Apr 2007 13:33:21 +0200
4244              Message-ID: <20070419113321.GE19244@ostwald>
4245      Branch: perl
4246            ! op.h toke.c
4247 ____________________________________________________________________________
4248 [ 30991] By: rgs                                   on 2007/04/20  11:49:36
4249         Log: Subject: [perl #42614] NAN_COMPARE_BROKEN.DIV_BY_NAN_BUG (with patch) 
4250              From: patrick.dugnolle@bnpparibas.com (via RT) <perlbug-followup@perl.org>
4251              Date: Thu, 19 Apr 2007 06:34:18 -0700
4252              Message-ID: <rt-3.6.HEAD-6655-1176989657-125.42614-75-0@perl.org>
4253      Branch: perl
4254            ! pp.c
4255 ____________________________________________________________________________
4256 [ 30990] By: rgs                                   on 2007/04/20  08:04:41
4257         Log: Clean the MRO documentation up
4258      Branch: perl
4259            ! lib/mro.pm
4260 ____________________________________________________________________________
4261 [ 30989] By: stevep                                on 2007/04/20  01:58:55
4262         Log: Upgrade to CPAN-1.91
4263      Branch: perl
4264            ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
4265            ! lib/CPAN/t/10version.t
4266 ____________________________________________________________________________
4267 [ 30988] By: rgs                                   on 2007/04/19  17:28:38
4268         Log: Simpler version, and that zeroes the allocated memory
4269      Branch: perl
4270            ! mro.c
4271 ____________________________________________________________________________
4272 [ 30987] By: rgs                                   on 2007/04/19  17:15:25
4273         Log: Use Newxc instead of casting by hand
4274      Branch: perl
4275            ! mro.c
4276 ____________________________________________________________________________
4277 [ 30986] By: rgs                                   on 2007/04/19  17:07:14
4278         Log: A Tolkien quote for mro.c, found by Audrey Tang.
4279      Branch: perl
4280            ! mro.c
4281 ____________________________________________________________________________
4282 [ 30985] By: steveh                                on 2007/04/19  16:20:09
4283         Log: Fix non-threaded build on Win32 following #30980
4284      Branch: perl
4285            ! makedef.pl
4286 ____________________________________________________________________________
4287 [ 30984] By: rgs                                   on 2007/04/19  15:06:53
4288         Log: Fix compilation error with threads
4289      Branch: perl
4290            ! mro.c
4291 ____________________________________________________________________________
4292 [ 30983] By: rgs                                   on 2007/04/19  15:04:19
4293         Log: Adjust the warning category in the test, too
4294      Branch: perl
4295            ! t/lib/warnings/gv
4296 ____________________________________________________________________________
4297 [ 30982] By: rgs                                   on 2007/04/19  14:53:36
4298         Log: Put the "Can't locate package..." warnings in the "syntax"
4299              category, as documented
4300      Branch: perl
4301            ! gv.c mro.c universal.c
4302 ____________________________________________________________________________
4303 [ 30981] By: rgs                                   on 2007/04/19  14:50:11
4304         Log: Change an "Internal error" message to the more common "panic"
4305              in the C3 MRO code
4306      Branch: perl
4307            ! mro.c
4308 ____________________________________________________________________________
4309 [ 30980] By: rgs                                   on 2007/04/19  14:48:20
4310         Log: Subject: Re: new C3 MRO patch
4311              From: "Brandon Black" <blblack@gmail.com>
4312              Date: Tue, 17 Apr 2007 13:14:36 -0500
4313              Message-ID: <84621a60704171114k29b0460el5b08ce5185d55ed5@mail.gmail.com>
4314      Branch: perl
4315            + lib/mro.pm mro.c t/mro/basic.t t/mro/basic_01_c3.t
4316            + t/mro/basic_01_dfs.t t/mro/basic_02_c3.t t/mro/basic_02_dfs.t
4317            + t/mro/basic_03_c3.t t/mro/basic_03_dfs.t t/mro/basic_04_c3.t
4318            + t/mro/basic_04_dfs.t t/mro/basic_05_c3.t t/mro/basic_05_dfs.t
4319            + t/mro/c3_with_overload.t t/mro/complex_c3.t
4320            + t/mro/complex_dfs.t t/mro/dbic_c3.t t/mro/dbic_dfs.t
4321            + t/mro/inconsistent_c3.t t/mro/method_caching.t
4322            + t/mro/next_method.t t/mro/next_method_edge_cases.t
4323            + t/mro/next_method_in_anon.t t/mro/next_method_in_eval.t
4324            + t/mro/next_method_skip.t t/mro/next_method_used_with_NEXT.t
4325            + t/mro/overload_c3.t t/mro/overload_dfs.t t/mro/recursion_c3.t
4326            + t/mro/recursion_dfs.t t/mro/vulcan_c3.t t/mro/vulcan_dfs.t
4327            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.fnc
4328            ! embed.h ext/B/t/b.t global.sym gv.c hv.c hv.h lib/constant.pm
4329            ! lib/overload.pm mg.c op.c perl.c pod/perlapi.pod pp_hot.c
4330            ! proto.h scope.c sv.c t/TEST t/op/magic.t universal.c
4331            ! vms/descrip_mms.template win32/Makefile win32/Makefile.ce
4332            ! win32/makefile.mk
4333 ____________________________________________________________________________
4334 [ 30979] By: steveh                                on 2007/04/19  12:15:30
4335         Log: Subject: [PATCH] Allow sending SIGINT to child processes on Windows *if* they are running Perl
4336              From: "Jan Dubois" <jand@activestate.com>
4337              Date: Mon, 16 Apr 2007 17:52:25 -0700
4338              Message-ID: <01e301c7808a$ac0cca30$04265e90$@com>
4339      Branch: perl
4340            ! win32/win32.c
4341 ____________________________________________________________________________
4342 [ 30978] By: steveh                                on 2007/04/19  07:54:42
4343         Log: Subject: [PATCH - again] Re: [perl #41574] cond_wait hang ups under MSWin32
4344              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4345              Date: Wed, 18 Apr 2007 14:32:16 -0400
4346              Message-ID: <1ff86f510704181132qf94b413mfda6aaa0f347df28@mail.gmail.com>
4347              
4348              Makes the test "TODO" on Win32, where it is not reliable, and turns
4349              the 50 separate tests in one single test for less line noise
4350      Branch: perl
4351            ! ext/threads/shared/Changes ext/threads/shared/shared.pm
4352            ! ext/threads/shared/t/stress.t
4353 ____________________________________________________________________________
4354 [ 30977] By: merijn                                on 2007/04/18  19:04:40
4355         Log: 1. Move #30327 to the generation location
4356              2. Regen after backports
4357              3. Include Jarkko's $run and \n patch
4358      Branch: perl
4359            ! Configure Porting/config_h.pl config_h.SH
4360 ____________________________________________________________________________
4361 [ 30973] By: steveh                                on 2007/04/18  08:40:42
4362         Log: Add a test for the bug fixed by #30970
4363      Branch: perl
4364            + t/op/kill0.t
4365            ! MANIFEST
4366 ____________________________________________________________________________
4367 [ 30972] By: rgs                                   on 2007/04/18  08:36:24
4368         Log: Sys::Syslog was missing from Maintainers.pl
4369      Branch: perl
4370            ! Porting/Maintainers.pl
4371 ____________________________________________________________________________
4372 [ 30971] By: steveh                                on 2007/04/17  17:12:23
4373         Log: These test scripts probably wanted BEGIN blocks,
4374              not just blocks with "BEGIN:" labels.
4375      Branch: perl
4376            ! t/comp/multiline.t t/op/exec.t
4377 ____________________________________________________________________________
4378 [ 30970] By: steveh                                on 2007/04/17  11:13:23
4379         Log: Subject: [PATCH] Fix kill(0, $pid) on Windows
4380              From: "Jan Dubois" <jand@activestate.com>
4381              Date: Mon, 16 Apr 2007 17:35:48 -0700
4382              Message-ID: <01df01c78088$59718d30$0c54a790$@com>
4383              
4384              Fixes breakage caused by #29605.
4385      Branch: perl
4386            ! win32/win32.c
4387 ____________________________________________________________________________
4388 [ 30969] By: nicholas                              on 2007/04/16  16:17:05
4389         Log: Remove the "performance hack" that suppressed used only once warnings
4390              for files in the standard library.
4391      Branch: perl
4392            ! gv.c
4393 ____________________________________________________________________________
4394 [ 30968] By: merijn                                on 2007/04/16  15:01:31
4395         Log: Subject: Re: [PATCH] Mention sorting MANIFEST in perlhack.pod
4396              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4397              Date: Mon, 16 Apr 2007 10:44:36 -0400
4398              Message-ID: <1ff86f510704160744j9ae934cv9fef077afe3ca516@mail.gmail.com>
4399      Branch: perl
4400            ! pod/perlhack.pod
4401 ____________________________________________________________________________
4402 [ 30967] By: rgs                                   on 2007/04/16  13:37:05
4403         Log: Subject: [PATCH] Re: Thread.t hangs, even under normal test...
4404              From: "Jerry D. Hedden" <jdhedden@gmail.com>
4405              Date: Mon, 16 Apr 2007 09:31:39 -0400
4406              Message-ID: <1ff86f510704160631ue286a97kb66a0ce649c9aae4@mail.gmail.com>
4407      Branch: perl
4408            ! lib/Thread.t
4409 ____________________________________________________________________________
4410 [ 30966] By: merijn                                on 2007/04/16  11:44:54
4411         Log: Subject: [PATCH] sv.c: %d ne size_t
4412              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4413              Date: Mon, 16 Apr 2007 14:31:42 +0300 (EEST)
4414              Message-Id: <200704161131.l3GBVg3n104476@kosh.hut.fi>
4415      Branch: perl
4416            ! sv.c
4417 ____________________________________________________________________________
4418 [ 30965] By: davem                                 on 2007/04/15  23:33:13
4419         Log: fix casting warning in pp_ord()
4420      Branch: perl
4421            ! pp.c
4422 ____________________________________________________________________________
4423 [ 30964] By: davem                                 on 2007/04/15  23:24:21
4424         Log: get rid of warning due to empty dangling else in malloc.c
4425      Branch: perl
4426            ! malloc.c
4427 ____________________________________________________________________________
4428 [ 30963] By: davem                                 on 2007/04/15  21:10:55
4429         Log: follow PL_watchaddr when cloning a thread
4430      Branch: perl
4431            ! sv.c
4432 ____________________________________________________________________________
4433 [ 30962] By: davem                                 on 2007/04/15  16:32:42
4434         Log: with DEBUG_LEAKING_SCALARS, dump multiply-freed scalars
4435      Branch: perl
4436            ! sv.c
4437 ____________________________________________________________________________
4438 [ 30958] By: nicholas                              on 2007/04/15  12:37:44
4439         Log: Remove wince/ from checkcfgvar.pl, now that it is gone in 5.8.x too.
4440      Branch: perl
4441            ! Porting/checkcfgvar.pl
4442 ____________________________________________________________________________
4443 [ 30957] By: rgs                                   on 2007/04/15  12:35:38
4444         Log: Add the Default Unicode Collation Element Table for UCD 5.0.0
4445              to Unicode::Collate
4446      Branch: perl
4447            + lib/Unicode/Collate/allkeys.txt
4448            ! MANIFEST
4449 ____________________________________________________________________________
4450 [ 30955] By: rgs                                   on 2007/04/15  07:26:28
4451         Log: Change prototype of async() to be compatible with the one
4452              of threads::async()
4453      Branch: perl
4454            ! lib/Thread.pm
4455 ____________________________________________________________________________
4456 [ 30954] By: rgs                                   on 2007/04/15  07:16:44
4457         Log: Subject: [PATCH] Remove 5005threads from Thread.pm
4458              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4459              Date: Fri, 13 Apr 2007 13:19:26 -0400
4460              Message-ID: <1ff86f510704131019i3ea1f99es7067ba2ef60171ca@mail.gmail.com>
4461      Branch: perl
4462            ! lib/Thread.pm
4463 ____________________________________________________________________________
4464 [ 30953] By: rgs                                   on 2007/04/15  07:12:33
4465         Log: Subject: [PATCH] Fix Thread.pm
4466              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4467              Date: Fri, 13 Apr 2007 12:51:40 -0400
4468              Message-ID: <1ff86f510704130951t5f66baa0m4ed13018539976a3@mail.gmail.com>
4469      Branch: perl
4470            + lib/Thread.t
4471            ! MANIFEST lib/Thread.pm
4472 ____________________________________________________________________________
4473 [ 30952] By: davem                                 on 2007/04/14  21:53:17
4474         Log: Move PL_comppad nulling from do_clean_all to sv_clear
4475      Branch: perl
4476            ! sv.c
4477 ____________________________________________________________________________
4478 [ 30951] By: merijn                                on 2007/04/14  20:52:56
4479         Log: Typo in croak message
4480      Branch: perl
4481            ! universal.c
4482 ____________________________________________________________________________
4483 [ 30950] By: merijn                                on 2007/04/14  17:38:23
4484         Log: Subject: [PATCH pod/perlfunc.pod] Typo in =item say
4485              From: Abigail <abigail@abigail.be>
4486              Date: Sat, 14 Apr 2007 19:22:41 +0200
4487              Message-ID: <20070414172241.GB3191@abigail.nl>
4488      Branch: perl
4489            ! pod/perlfunc.pod
4490 ____________________________________________________________________________
4491 [ 30943] By: rgs                                   on 2007/04/13  12:14:06
4492         Log: Subject: RE: [PATCH] Restore Win64 compilation with the Windows Platform SDK
4493              From: "Jan Dubois" <jand@activestate.com>
4494              Date: Tue, 10 Apr 2007 16:49:21 -0700
4495              Message-ID: <001b01c77bca$dcae7720$960b6560$@com>
4496      Branch: perl
4497            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
4498 ____________________________________________________________________________
4499 [ 30940] By: nicholas                              on 2007/04/12  21:03:08
4500         Log: Bump the VERSION of ExtUtils::Constant::Base.
4501      Branch: perl
4502            ! lib/ExtUtils/Constant/Base.pm
4503 ____________________________________________________________________________
4504 [ 30939] By: nicholas                              on 2007/04/12  20:45:21
4505         Log: PL_madskills is a bool, so save it as one (else Solaris rightly
4506              SIGBUSes)
4507      Branch: perl
4508            ! pp_ctl.c
4509 ____________________________________________________________________________
4510 [ 30936] By: nicholas                              on 2007/04/12  18:52:49
4511         Log: Fix two errors in the OP debugging code. Now all test errors relate
4512              to newCONSTSUB().
4513      Branch: perl
4514            ! op.c sv.c
4515 ____________________________________________________________________________
4516 [ 30932] By: rgs                                   on 2007/04/12  15:54:33
4517         Log: Subject: Re: [PATCH] Add CPANPLUS 0.78 to the core
4518              From: demerphq <demerphq@gmail.com>
4519              Date: Tue, 10 Apr 2007 18:31:28 +0200
4520              Message-ID: <9b18b3110704100931t5c0c97e0n9d3c059e6f404dd5@mail.gmail.com>
4521      Branch: perl
4522            ! lib/ExtUtils/MM_Unix.pm
4523 ____________________________________________________________________________
4524 [ 30931] By: nicholas                              on 2007/04/12  15:51:58
4525         Log: Change 18797 (Patch for [perl #9402], known also as "glibc _moddi3 bug
4526              with negative quads", or also as RedHat bug #65612.) was a bit brute
4527              force. In reality, we don't need to have an auto-detecting pp_i_modulo
4528              unless we're compiled with 64 bit IVs and on glibc.
4529      Branch: perl
4530            ! pp.c
4531 ____________________________________________________________________________
4532 [ 30926] By: rgs                                   on 2007/04/12  14:50:04
4533         Log: Run buildtoc --build-all
4534      Branch: perl
4535            ! MANIFEST pod/perltoc.pod vms/descrip_mms.template
4536            ! win32/pod.mak
4537 ____________________________________________________________________________
4538 [ 30925] By: rgs                                   on 2007/04/12  14:37:35
4539         Log: Subject: [PATCH] Add $VERSION to Module::Build::Version
4540              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4541              Date: Wed, 11 Apr 2007 12:45:19 -0400
4542              Message-ID: <1ff86f510704110945q173f2ac8p399171428fd182cd@mail.gmail.com>
4543      Branch: perl
4544            ! lib/Module/Build/Version.pm
4545 ____________________________________________________________________________
4546 [ 30923] By: rgs                                   on 2007/04/12  14:33:33
4547         Log: Upgrade to Archive::Extract 0.18
4548      Branch: perl
4549            ! lib/Archive/Extract.pm
4550            ! lib/Archive/Extract/t/src/double_dir.zip.packed
4551            ! lib/Archive/Extract/t/src/x.bz2.packed
4552            ! lib/Archive/Extract/t/src/x.gz.packed
4553            ! lib/Archive/Extract/t/src/x.jar.packed
4554            ! lib/Archive/Extract/t/src/x.par.packed
4555            ! lib/Archive/Extract/t/src/x.tar.gz.packed
4556            ! lib/Archive/Extract/t/src/x.tar.packed
4557            ! lib/Archive/Extract/t/src/x.tgz.packed
4558            ! lib/Archive/Extract/t/src/x.zip.packed
4559            ! lib/Archive/Extract/t/src/y.jar.packed
4560            ! lib/Archive/Extract/t/src/y.par.packed
4561            ! lib/Archive/Extract/t/src/y.tar.bz2.packed
4562            ! lib/Archive/Extract/t/src/y.tar.gz.packed
4563            ! lib/Archive/Extract/t/src/y.tar.packed
4564            ! lib/Archive/Extract/t/src/y.tbz.packed
4565            ! lib/Archive/Extract/t/src/y.tgz.packed
4566            ! lib/Archive/Extract/t/src/y.zip.packed
4567 ____________________________________________________________________________
4568 [ 30922] By: rgs                                   on 2007/04/12  14:27:23
4569         Log: Add the perlreapi man page, by Ã†var Arnfjörð Bjarmason
4570              (largely from perlreguts)
4571      Branch: perl
4572            + pod/perlreapi.pod
4573            ! MANIFEST pod.lst pod/perl.pod pod/perlreguts.pod
4574            ! vms/descrip_mms.template win32/pod.mak
4575 ____________________________________________________________________________
4576 [ 30921] By: rgs                                   on 2007/04/12  14:05:17
4577         Log: Subject: Re: [PATCH] extflags/pmflags Change 30841, in dump.c:pm_description regex does not have to exist
4578              From: avarab@gmail.com
4579              Date: Wed, 11 Apr 2007 20:54:43 +0000
4580              Message-ID: <51dd1af80704111354h4bbd0212hc96a9f1911d2ffb4@mail.gmail.com>
4581      Branch: perl
4582            ! dump.c
4583 ____________________________________________________________________________
4584 [ 30920] By: rgs                                   on 2007/04/12  13:57:49
4585         Log: Subject: Re: [PATCH] perlreguts.pod: use the unicode name for ÃŸ and show the codepoint
4586              From: avarab@gmail.com
4587              Date: Fri, 6 Apr 2007 21:41:57 +0000
4588              Message-ID: <51dd1af80704061441v4b972257ta4c95230bdbc47c5@mail.gmail.com>
4589      Branch: perl
4590            ! pod/perlreguts.pod
4591 ____________________________________________________________________________
4592 [ 30919] By: nicholas                              on 2007/04/12  11:57:26
4593         Log: When removing the test program source, also remove the compiled
4594              executable.
4595      Branch: perl
4596            ! Configure
4597 ____________________________________________________________________________
4598 [ 30918] By: merijn                                on 2007/04/12  06:15:36
4599         Log: Subject: [PATCH] g++ in Tru64: align sockaddr and sockaddr_in defs
4600              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4601              Date: Thu, 12 Apr 2007 05:19:30 +0300 (EEST)
4602              Message-Id: <200704120219.l3C2JUGZ294947@kosh.hut.fi>
4603      Branch: perl
4604            ! hints/dec_osf.sh
4605 ____________________________________________________________________________
4606 [ 30915] By: nicholas                              on 2007/04/11  19:48:36
4607         Log: For symbolic references test the defined path through the pp functions.
4608      Branch: perl
4609            ! t/op/ref.t
4610 ____________________________________________________________________________
4611 [ 30913] By: nicholas                              on 2007/04/11  17:51:02
4612         Log: Be a bit more specific in what our second typeglob isn't. It is actually
4613              expected to be undef.
4614      Branch: perl
4615            ! t/op/ref.t
4616 ____________________________________________________________________________
4617 [ 30912] By: stevep                                on 2007/04/11  17:16:00
4618         Log: Fix spelling nit.
4619      Branch: perl
4620            ! ext/POSIX/t/posix.t
4621 ____________________________________________________________________________
4622 [ 30910] By: nicholas                              on 2007/04/11  14:15:19
4623         Log: Run pod/buildtoc --build-all
4624      Branch: perl
4625            ! MANIFEST pod/perltoc.pod vms/descrip_mms.template
4626 ____________________________________________________________________________
4627 [ 30909] By: nicholas                              on 2007/04/11  14:09:31
4628         Log: perl5.9.5delta is about 5, not 4.
4629      Branch: perl
4630            ! pod.lst
4631 ____________________________________________________________________________
4632 [ 30908] By: nicholas                              on 2007/04/11  13:52:43
4633         Log: Update MANIFEST to include 3 files added in change 30893.
4634      Branch: perl
4635            ! MANIFEST
4636 ____________________________________________________________________________
4637 [ 30907] By: rgs                                   on 2007/04/11  13:08:49
4638         Log: Subject: [PATCH] Correct Shell.pm POD regarding $Shell::capture_stderr
4639              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4640              Date: Tue, 10 Apr 2007 13:54:10 -0400
4641              Message-ID: <1ff86f510704101054q2ccc7c10l66d62971716877f9@mail.gmail.com>
4642      Branch: perl
4643            ! lib/Shell.pm
4644 ____________________________________________________________________________
4645 [ 30906] By: rgs                                   on 2007/04/11  13:06:49
4646         Log: Add Shell.pm to the list of dual-life modules
4647      Branch: perl
4648            ! Porting/Maintainers.pl
4649 ____________________________________________________________________________
4650 [ 30905] By: rgs                                   on 2007/04/11  13:05:28
4651         Log: Upgrade to Shell 0.72 (noticed by Jerry D. Hedden)
4652      Branch: perl
4653            ! lib/Shell.pm lib/Shell.t
4654 ____________________________________________________________________________
4655 [ 30904] By: nicholas                              on 2007/04/11  08:02:43
4656         Log: If the test programs for strtoul(), strtoull() or strtouq() fail, don't
4657              assume that the functions work.
4658      Branch: perl
4659            ! Configure
4660 ____________________________________________________________________________
4661 [ 30903] By: nicholas                              on 2007/04/11  07:39:21
4662         Log: Work round what appears to be a bug in Sun C++ 5.8 2005/10/13
4663              If we just cast GvSVn(gv) to void, it ignores evaluating it for
4664              its side effect.
4665      Branch: perl
4666            ! gv.c
4667 ____________________________________________________________________________
4668 [ 30902] By: craigb                                on 2007/04/11  04:08:47
4669         Log: Fully VMSify CPANPLUS util names following #30885
4670      Branch: perl
4671            ! vms/descrip_mms.template
4672 ____________________________________________________________________________
4673 [ 30900] By: nicholas                              on 2007/04/10  19:39:01
4674         Log: Silence the g++ warnings "right-hand operand of comma has no effect"
4675      Branch: perl
4676            ! perl.c perly.act perly.h perly.tab perly.y regcomp.c
4677 ____________________________________________________________________________
4678 [ 30898] By: nicholas                              on 2007/04/10  18:56:17
4679         Log: Cast needed to get POSIX compiling with g++ on FreeBSD.
4680      Branch: perl
4681            ! ext/POSIX/POSIX.xs
4682 ____________________________________________________________________________
4683 [ 30897] By: nicholas                              on 2007/04/10  18:30:04
4684         Log: Make the don't-use-nm symbol table probes work under C++.
4685      Branch: perl
4686            ! Configure
4687 ____________________________________________________________________________
4688 [ 30896] By: stevep                                on 2007/04/10  16:36:08
4689         Log: Version change to ExtUtils::MM_Unix missed in change #30380.
4690      Branch: perl
4691            ! lib/ExtUtils/MM_Unix.pm
4692 ____________________________________________________________________________
4693 [ 30895] By: stevep                                on 2007/04/10  16:23:10
4694         Log: Somehow, version.pm was missed from change #30629.
4695      Branch: perl
4696            ! lib/version.pm
4697 ____________________________________________________________________________
4698 [ 30894] By: nicholas                              on 2007/04/10  16:11:41
4699         Log: Undo the non-maint part of change 30816. Silly Nicholas.
4700      Branch: perl
4701            ! hints/freebsd.sh
4702 ____________________________________________________________________________
4703 [ 30893] By: stevep                                on 2007/04/10  15:44:51
4704         Log: Upgrade to Module-Build-0.2807
4705      Branch: perl
4706            + lib/Module/Build/t/new_from_context.t
4707            + lib/Module/Build/t/test_type.t lib/Module/Build/t/test_types.t
4708            ! lib/Module/Build.pm lib/Module/Build/API.pod
4709            ! lib/Module/Build/Base.pm lib/Module/Build/ModuleInfo.pm
4710            ! lib/Module/Build/Version.pm lib/Module/Build/YAML.pm
4711            ! lib/Module/Build/t/extend.t lib/Module/Build/t/lib/MBTest.pm
4712            ! lib/Module/Build/t/manifypods.t lib/Module/Build/t/metadata.t
4713            ! lib/Module/Build/t/moduleinfo.t lib/Module/Build/t/ppm.t
4714            ! lib/Module/Build/t/tilde.t
4715 ____________________________________________________________________________
4716 [ 30891] By: nicholas                              on 2007/04/10  14:49:31
4717         Log: S_forget_pmop() only needs a flags argument for the ithreads case,
4718              because PmopSTASH_free() is a no-op in an unthreaded perl.
4719      Branch: perl
4720            ! embed.fnc embed.h op.c op.h proto.h
4721 ____________________________________________________________________________
4722 [ 30888] By: nicholas                              on 2007/04/10  11:48:07
4723         Log: If PL_curpm is pointing to an op that is getting freed, reset it to
4724              NULL. Otherwise we have a pointer dangling into undefined behaviour.
4725      Branch: perl
4726            ! op.c
4727 ____________________________________________________________________________
4728 [ 30887] By: rgs                                   on 2007/04/10  09:43:34
4729         Log: Could someone explain why this file was added twice.
4730      Branch: perl
4731            ! ext/threads/shared/t/stress.t
4732 ____________________________________________________________________________
4733 [ 30886] By: rgs                                   on 2007/04/10  09:41:00
4734         Log: Upgrade to threads::shared 1.09 :
4735              - Fix casting issue under MSWin32
4736              - Modify stress test to not hang under MSWin32
4737      Branch: perl
4738            + ext/threads/shared/t/stress.t
4739            ! MANIFEST ext/threads/shared/Changes ext/threads/shared/README
4740            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
4741            ! ext/threads/shared/t/cond.t
4742 ____________________________________________________________________________
4743 [ 30885] By: rgs                                   on 2007/04/10  09:23:43
4744         Log: Add the new CPANPLUS utilities to the VMS build process.
4745      Branch: perl
4746            ! vms/descrip_mms.template
4747 ____________________________________________________________________________
4748 [ 30884] By: rgs                                   on 2007/04/10  07:44:50
4749         Log: Sync MANIFEST. Files have disappeared ?
4750      Branch: perl
4751            ! MANIFEST
4752 ____________________________________________________________________________
4753 [ 30883] By: rgs                                   on 2007/04/10  07:42:33
4754         Log: Add CPANPLUS 0.78
4755      Branch: perl
4756            + lib/CPANPLUS.pm lib/CPANPLUS/Backend.pm
4757            + lib/CPANPLUS/Backend/RV.pm lib/CPANPLUS/Config.pm
4758            + lib/CPANPLUS/Configure.pm lib/CPANPLUS/Configure/Setup.pm
4759            + lib/CPANPLUS/Dist.pm lib/CPANPLUS/Dist/Base.pm
4760            + lib/CPANPLUS/Dist/MM.pm lib/CPANPLUS/Dist/Sample.pm
4761            + lib/CPANPLUS/Error.pm lib/CPANPLUS/FAQ.pod
4762            + lib/CPANPLUS/Hacking.pod lib/CPANPLUS/Internals.pm
4763            + lib/CPANPLUS/Internals/Constants.pm
4764            + lib/CPANPLUS/Internals/Constants/Report.pm
4765            + lib/CPANPLUS/Internals/Extract.pm
4766            + lib/CPANPLUS/Internals/Fetch.pm
4767            + lib/CPANPLUS/Internals/Report.pm
4768            + lib/CPANPLUS/Internals/Search.pm
4769            + lib/CPANPLUS/Internals/Source.pm
4770            + lib/CPANPLUS/Internals/Utils.pm
4771            + lib/CPANPLUS/Internals/Utils/Autoflush.pm
4772            + lib/CPANPLUS/Module.pm lib/CPANPLUS/Module/Author.pm
4773            + lib/CPANPLUS/Module/Author/Fake.pm
4774            + lib/CPANPLUS/Module/Checksums.pm lib/CPANPLUS/Module/Fake.pm
4775            + lib/CPANPLUS/Module/Signature.pm lib/CPANPLUS/Selfupdate.pm
4776            + lib/CPANPLUS/Shell.pm lib/CPANPLUS/Shell/Classic.pm
4777            + lib/CPANPLUS/Shell/Default.pm
4778            + lib/CPANPLUS/Shell/Default/Plugins/HOWTO.pod
4779            + lib/CPANPLUS/Shell/Default/Plugins/Remote.pm
4780            + lib/CPANPLUS/Shell/Default/Plugins/Source.pm
4781            + lib/CPANPLUS/bin/cpan2dist lib/CPANPLUS/bin/cpanp
4782            + lib/CPANPLUS/bin/cpanp-run-perl lib/CPANPLUS/inc.pm
4783            + lib/CPANPLUS/t/00_CPANPLUS-Inc.t
4784            + lib/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t
4785            + lib/CPANPLUS/t/01_CPANPLUS-Configure.t
4786            + lib/CPANPLUS/t/02_CPANPLUS-Internals.t
4787            + lib/CPANPLUS/t/03_CPANPLUS-Internals-Source.t
4788            + lib/CPANPLUS/t/04_CPANPLUS-Module.t
4789            + lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t
4790            + lib/CPANPLUS/t/06_CPANPLUS-Internals-Constants.t
4791            + lib/CPANPLUS/t/07_CPANPLUS-Internals-Extract.t
4792            + lib/CPANPLUS/t/08_CPANPLUS-Backend.t
4793            + lib/CPANPLUS/t/09_CPANPLUS-Internals-Search.t
4794            + lib/CPANPLUS/t/10_CPANPLUS-Error.t
4795            + lib/CPANPLUS/t/19_CPANPLUS-Dist.t
4796            + lib/CPANPLUS/t/20_CPANPLUS-Dist-MM.t
4797            + lib/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t
4798            + lib/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t
4799            + lib/CPANPLUS/t/40_CPANPLUS-Internals-Report.t
4800            + lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
4801            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
4802            + r-0.01.tar.gz.packed
4803            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/CHECKSUMS
4804            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
4805            + readme
4806            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
4807            + tar.gz.packed
4808            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
4809            + tar.gz.packed
4810            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/CHECKSUMS
4811            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.re
4812            + adme
4813            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
4814            + r.gz.packed
4815            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/CHECKSUMS
4816            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
4817            + readme
4818            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
4819            + tar.gz.packed
4820            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/CHECKSUMS
4821            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.re
4822            + adme
4823            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
4824            + r.gz.packed
4825            + lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
4826            + cked
4827            + lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
4828            + lib/CPANPLUS/t/dummy-localmirror/01mailrc.txt.gz.packed
4829            + lib/CPANPLUS/t/dummy-localmirror/02packages.details.txt.gz.pac
4830            + ked lib/CPANPLUS/t/dummy-localmirror/03modlist.data.gz.packed
4831            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Bundle
4832            + -Foo-Bar-0.01.tar.gz.packed
4833            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/CHECKS
4834            + UMS
4835            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Foo-Ba
4836            + r-0.01.tar.gz.packed
4837            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/perl5.
4838            + 005_03.tar.gz.packed
4839            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/CHECKSUM
4840            + S
4841            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/Foo-Bar-
4842            + 0.01.tar.gz.packed
4843            + lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/CHECKS
4844            + UMS
4845            + lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/Foo-Ba
4846            + r-0.01.tar.gz.packed
4847            + lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/CHECKSUM
4848            + S
4849            + lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/Foo-Bar-
4850            + 0.01.tar.gz.packed lib/CPANPLUS/t/inc/conf.pl
4851            + utils/cpan2dist.PL utils/cpanp-run-perl.PL utils/cpanp.PL
4852            ! MANIFEST installperl utils.lst utils/Makefile win32/Makefile
4853            ! win32/makefile.mk
4854 ____________________________________________________________________________
4855 [ 30882] By: rgs                                   on 2007/04/10  06:46:54
4856         Log: Fix new tests
4857      Branch: perl
4858            ! t/op/pat.t
4859 ____________________________________________________________________________
4860 [ 30881] By: stevep                                on 2007/04/10  02:53:34
4861         Log: Subject: Re: [PATCH] length() on magic capture variables
4862              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
4863              Date: Mon, 9 Apr 2007 22:02:42 +0000
4864              Message-ID: <51dd1af80704091502m19130c28y29e6e656516fabfd@mail.gmail.com>
4865      Branch: perl
4866            ! t/op/pat.t
4867 ____________________________________________________________________________
4868 [ 30880] By: stevep                                on 2007/04/10  02:49:07
4869         Log: Subject: [PATCH] Test for the qr// construct
4870              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
4871              Date: Mon, 9 Apr 2007 20:36:58 +0000
4872              Message-ID: <51dd1af80704091336q335f0584o602b5e245bc210fe@mail.gmail.com>
4873              
4874              Includes add to the MANIFEST
4875      Branch: perl
4876            + t/op/qr.t
4877            ! MANIFEST
4878 ____________________________________________________________________________
4879 [ 30879] By: stevep                                on 2007/04/10  02:37:04
4880         Log: Subject: [PATCH] Cast markstack values to I32
4881              From: Jan Dubois <jand@ActiveState.com>
4882              Date: Mon, 09 Apr 2007 18:11:32 -0700
4883              Message-ID: <prol131i8b27re246alnhmem4mj13fcl2b@4ax.com>
4884      Branch: perl
4885            ! XSUB.h pp.h
4886 ____________________________________________________________________________
4887 [ 30878] By: stevep                                on 2007/04/10  02:30:38
4888         Log: Subject: [PATCH] Restore Win64 compilation with the Windows Platform SDK
4889              From: Jan Dubois <jand@ActiveState.com>
4890              Date: Mon, 09 Apr 2007 17:27:17 -0700
4891              Message-ID: <4kll13df3tndn8alp54gi9ur9jmq063aij@4ax.com>   
4892      Branch: perl
4893            ! lib/ExtUtils/MM_Win32.pm win32/win32.c
4894 ____________________________________________________________________________
4895 [ 30877] By: stevep                                on 2007/04/10  02:18:24
4896         Log: Upgrade to bignum-0.20 and Math-BigRat-0.18.
4897      Branch: perl
4898            + lib/bignum/t/bigexp.t
4899            ! MANIFEST lib/Math/BigRat.pm lib/bignum.pm
4900 ____________________________________________________________________________
4901 [ 30876] By: stevep                                on 2007/04/10  02:11:02
4902         Log: Subject: BigInt, FastCalc, BitRat, bignum released to CPAN [PATCH]
4903              From: Tels <nospam-abuse@bloodgate.com>
4904              Date: Mon, 9 Apr 2007 20:59:22 +0000
4905              Message-Id: <200704092059.24058@bloodgate.com>
4906      Branch: perl
4907            ! ext/Math/BigInt/FastCalc/FastCalc.pm
4908            ! ext/Math/BigInt/FastCalc/FastCalc.xs
4909            ! ext/Math/BigInt/FastCalc/t/leak.t lib/Math/BigFloat.pm
4910            ! lib/Math/BigInt.pm lib/Math/BigInt/t/biglog.t
4911            ! lib/Math/BigInt/t/fallback.t
4912 ____________________________________________________________________________
4913 [ 30875] By: stevep                                on 2007/04/09  14:06:22
4914         Log: Upgrade to CPAN-1.90.
4915      Branch: perl
4916            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Queue.pm
4917 ____________________________________________________________________________
4918 [ 30871] By: rgs                                   on 2007/04/08  07:58:39
4919         Log: Subject: [PATCH] RXf_WHITE never used due to small bug in regcomp.c
4920              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
4921              Date: Sat, 7 Apr 2007 00:17:05 +0000
4922              Message-ID: <51dd1af80704061717s44107fb9jf468ef28080d33a6@mail.gmail.com>
4923      Branch: perl
4924            ! regcomp.c
4925 ____________________________________________________________________________
4926 [ 30870] By: rgs                                   on 2007/04/08  07:55:04
4927         Log: Subject: [PATCH] makedepend.SH syntax error
4928              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
4929              Date: Sat, 7 Apr 2007 23:32:44 -0700 (PDT)
4930              Message-ID: <41520.67.40.29.216.1176013964.squirrel@webmail.efn.org>
4931      Branch: perl
4932            ! makedepend.SH
4933 ____________________________________________________________________________
4934 [ 30869] By: nicholas                              on 2007/04/07  21:36:19
4935         Log: Upgrade to Module-Pluggable 3.6
4936      Branch: perl
4937            ! lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
4938 ____________________________________________________________________________
4939 [ 30868] By: nicholas                              on 2007/04/07  20:43:14
4940         Log: Ensure PL_last_in_gv doesn't end up pointing to garbage by NULLing it
4941              if the GV it is pointing to gets freed.
4942      Branch: perl
4943            ! sv.c
4944 ____________________________________________________________________________
4945 [ 30867] By: nicholas                              on 2007/04/07  17:14:11
4946         Log: Under PERL_DEBUG_READONLY_OPS don't panic if you can't find the slab
4947              being freed. Also, need to set the slab to read/write before
4948              incrementing or decrementing an op's reference count.
4949              With this we can build all extentions, and run test_harness.
4950      Branch: perl
4951            ! embed.fnc op.c op.h proto.h
4952 ____________________________________________________________________________
4953 [ 30866] By: nicholas                              on 2007/04/07  12:45:44
4954         Log: Upgrade to Encode 2.19
4955      Branch: perl
4956            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
4957            ! ext/Encode/Encode.xs ext/Encode/bin/piconv
4958            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
4959            ! ext/Encode/lib/Encode/CJKConstants.pm
4960            ! ext/Encode/lib/Encode/JP/H2Z.pm
4961            ! ext/Encode/lib/Encode/JP/JIS7.pm
4962            ! ext/Encode/lib/Encode/MIME/Header.pm
4963            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Aliases.t
4964            ! ext/Encode/t/mime-header.t
4965 ____________________________________________________________________________
4966 [ 30865] By: nicholas                              on 2007/04/07  12:15:40
4967         Log: Turn op_pmreplroot in struct pmop into a real union.
4968      Branch: perl
4969            ! dump.c ext/B/B.xs op.c op.h pp.c pp_hot.c
4970 ____________________________________________________________________________
4971 [ 30863] By: nicholas                              on 2007/04/07  10:48:08
4972         Log: Remove a now un-needed goto from Perl_peep().
4973      Branch: perl
4974            ! op.c
4975 ____________________________________________________________________________
4976 [ 30862] By: nicholas                              on 2007/04/07  10:43:37
4977         Log: Rejig Perl_peep() to assume that ops are optimised by default. The
4978              source code is simpler, and the object code slightly smaller.
4979      Branch: perl
4980            ! op.c
4981 ____________________________________________________________________________
4982 [ 30861] By: nicholas                              on 2007/04/07  08:32:46
4983         Log: Re-ordering OP_STUB in the switch statement in Perl_peep saves a goto.
4984      Branch: perl
4985            ! op.c
4986 ____________________________________________________________________________
4987 [ 30860] By: nicholas                              on 2007/04/06  23:31:14
4988         Log: Merge op_pmreplstart and op_pmstash/op_pmstashpv into a union in
4989              PMOP, as both pointers never need to be set at the same time.
4990      Branch: perl
4991            ! dump.c ext/B/B.xs op.c op.h pp_ctl.c
4992 ____________________________________________________________________________
4993 [ 30859] By: nicholas                              on 2007/04/06  22:32:02
4994         Log: assert() that OP_QR and OP_MATCH never set op_pmreplstart, which
4995              simplifies the peep hole optimiser slightly.
4996      Branch: perl
4997            ! op.c
4998 ____________________________________________________________________________
4999 [ 30858] By: nicholas                              on 2007/04/06  22:08:20
5000         Log: Add editor block.
5001      Branch: perl
5002            ! op.h
5003 ____________________________________________________________________________
5004 [ 30857] By: nicholas                              on 2007/04/06  21:53:46
5005         Log: Only append ?? match ops to the list used by reset. This saves memory
5006              and time.
5007      Branch: perl
5008            ! op.c op.h toke.c
5009 ____________________________________________________________________________
5010 [ 30856] By: nicholas                              on 2007/04/06  20:57:34
5011         Log: Avoid accessing free()d memory when calling reset in one thread, after
5012              deleting pattern match ops in another thread.
5013      Branch: perl
5014            ! embed.fnc embed.h op.c proto.h t/op/reset.t
5015 ____________________________________________________________________________
5016 [ 30855] By: nicholas                              on 2007/04/06  20:46:47
5017         Log: Give accurate failure diagnostics when unlike() fails.
5018      Branch: perl
5019            ! t/test.pl
5020 ____________________________________________________________________________
5021 [ 30854] By: nicholas                              on 2007/04/06  20:17:14
5022         Log: Ooops. Forgot to update proto.h in change 30853.
5023      Branch: perl
5024            ! proto.h
5025 ____________________________________________________________________________
5026 [ 30853] By: nicholas                              on 2007/04/06  19:50:12
5027         Log: Remove op_pmnext from PMOPs, and instead store the list for reset as
5028              an array hanging from the mg_ptr of the symbol table magic.
5029              (Previously the linked list head was in the mg_obj member)
5030      Branch: perl
5031            ! embed.fnc embed.h ext/B/B.xs op.c op.h sv.c
5032 ____________________________________________________________________________
5033 [ 30852] By: rgs                                   on 2007/04/06  14:15:44
5034         Log: Subject: [PATCH] Allow any *DBM_File to work for DynaLoader testing
5035              From: "Jerry D. Hedden" <jdhedden@1979.usna.com>
5036              Date: Wed, 4 Apr 2007 09:57:16 -0400
5037              Message-ID: <1ff86f510704040657t732af552jbcbdb8804d134ff7@mail.gmail.com>
5038      Branch: perl
5039            ! ext/DynaLoader/t/DynaLoader.t ext/DynaLoader/t/XSLoader.t
5040 ____________________________________________________________________________
5041 [ 30851] By: rgs                                   on 2007/04/06  13:35:15
5042         Log: Subject: [PATCH] MAD do not ignore errors from 'use'
5043              From: Gerard Goossen <gerard@tty.nl>
5044              Date: Thu, 29 Mar 2007 18:02:29 +0200
5045              Message-ID: <20070329160229.GF20231@ostwald>
5046              
5047              plus another similar correction
5048      Branch: perl
5049            ! perl.c
5050 ____________________________________________________________________________
5051 [ 30850] By: rgs                                   on 2007/04/06  13:19:44
5052         Log: Subject: [PATCH] madprop about forced words
5053              From: Gerard Goossen <gerard@tty.nl>
5054              Date: Thu, 29 Mar 2007 18:10:42 +0200
5055              Message-ID: <20070329161042.GG20231@ostwald>
5056      Branch: perl
5057            ! toke.c
5058 ____________________________________________________________________________
5059 [ 30849] By: rgs                                   on 2007/04/06  12:13:14
5060         Log: Subject: Re: Proposed changes and to regular expression interfaces in core
5061              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
5062              Date: Thu, 29 Mar 2007 22:52:49 +0000
5063              Message-ID: <51dd1af80703291552y1073bcb6r954b043eb68a4459@mail.gmail.com>
5064      Branch: perl
5065            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym
5066            ! perl.h pp_hot.c proto.h regcomp.c regcomp.h regexp.h
5067 ____________________________________________________________________________
5068 [ 30848] By: stevep                                on 2007/04/05  16:32:19
5069         Log: g++ on NetBSD needs to have environ declared as well.
5070      Branch: perl
5071            ! perl.h
5072 ____________________________________________________________________________
5073 [ 30847] By: rgs                                   on 2007/04/05  16:26:18
5074         Log: C++ compilation fix by Steve Peters
5075      Branch: perl
5076            ! perl.h
5077 ____________________________________________________________________________
5078 [ 30846] By: nicholas                              on 2007/04/05  08:56:10
5079         Log: S_op_destroy() was not static. Also tidy all other STATIC/static
5080              declarations onto the same line as the return type, to make checking
5081              this easier.
5082      Branch: perl
5083            ! dump.c op.c pp_ctl.c pp_pack.c
5084 ____________________________________________________________________________
5085 [ 30845] By: nicholas                              on 2007/04/04  21:42:26
5086         Log: Add TODO tests for the (sometimes) crashing threads/op deletion/reset
5087              combination.
5088      Branch: perl
5089            ! t/op/reset.t
5090 ____________________________________________________________________________
5091 [ 30844] By: nicholas                              on 2007/04/04  19:55:23
5092         Log: A test for reset.
5093      Branch: perl
5094            + t/op/reset.t
5095            ! MANIFEST
5096 ____________________________________________________________________________
5097 [ 30843] By: nicholas                              on 2007/04/04  17:22:02
5098         Log: Get further through the build with read-only optrees. Free()ing cops
5099              as currently implemented seems to want write activity to them. Also we
5100              save a field in PL_curcop at one point, and sometimes this can be in
5101              a read only COP. If so, the end of scope restoration is always to the
5102              same value, but it's easier to cheat and skip the restoration than to
5103              dig around and avoid the save.
5104      Branch: perl
5105            ! op.c scope.c
5106 ____________________________________________________________________________
5107 [ 30842] By: rgs                                   on 2007/04/04  08:40:52
5108         Log: Symbol export nit, found by Yves
5109      Branch: perl
5110            ! makedef.pl
5111 ____________________________________________________________________________
5112 [ 30841] By: rgs                                   on 2007/04/04  08:32:37
5113         Log: Subject: Re: pmdynflags and thread safety
5114              From: demerphq <demerphq@gmail.com>
5115              Date: Wed, 4 Apr 2007 01:46:26 +0200
5116              Message-ID: <9b18b3110704031646p7ac8dbearf9e41397a5f884d8@mail.gmail.com>
5117      Branch: perl
5118            ! bytecode.pl dump.c embed.fnc ext/B/B.pm ext/B/B.xs
5119            ! ext/B/B/Asmdata.pm ext/B/B/Deparse.pm ext/B/defsubs_h.PL
5120            ! ext/B/t/concise-xs.t ext/re/re.xs op.c op.h pod/perlreguts.pod
5121            ! pod/perltoc.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
5122            ! regexec.c regexp.h sv.c toke.c
5123 ____________________________________________________________________________
5124 [ 30840] By: rgs                                   on 2007/04/04  06:46:46
5125         Log: Subject: [PATCH] ext\ExtUtils\t\Embed.t fails test when upgrading a perl with different core headers.
5126              From: demerphq <demerphq@gmail.com>
5127              Date: Wed, 4 Apr 2007 03:17:21 +0200
5128              Message-ID: <9b18b3110704031817l37c034d3gf3d2b1cd205ac517@mail.gmail.com>
5129      Branch: perl
5130            ! lib/ExtUtils/t/Embed.t
5131 ____________________________________________________________________________
5132 [ 30839] By: rgs                                   on 2007/04/04  06:39:46
5133         Log: Subject: [PATCH] Re: [PATCH] microperl plus missing config vars
5134              From: Jarkko Hietaniemi <jhi@iki.fi>
5135              Date: Tue, 03 Apr 2007 18:28:30 -0400
5136              Message-ID: <4612D50E.5010105@iki.fi>
5137      Branch: perl
5138            ! Porting/checkcfgvar.pl win32/config.gc
5139 ____________________________________________________________________________
5140 [ 30838] By: rgs                                   on 2007/04/03  16:17:01
5141         Log: Subject: Re: [PATCH] MAD prototype checking
5142              From: Gerard Goossen <gerard@tty.nl>
5143              Date: Thu, 29 Mar 2007 17:34:23 +0200
5144              Message-ID: <20070329153423.GE20231@ostwald>
5145      Branch: perl
5146            ! op.c
5147 ____________________________________________________________________________
5148 [ 30837] By: rgs                                   on 2007/04/03  16:12:08
5149         Log: Subject: Re: [PATCH] MAD disable constant inlining
5150              From: Gerard Goossen <gerard@tty.nl>
5151              Date: Thu, 29 Mar 2007 17:31:32 +0200
5152              Message-ID: <20070329153132.GD20231@ostwald>
5153      Branch: perl
5154            ! toke.c
5155 ____________________________________________________________________________
5156 [ 30836] By: rgs                                   on 2007/04/03  08:34:09
5157         Log: C++ compilation patch by Jarkko
5158      Branch: perl
5159            ! ext/Encode/bin/enc2xs
5160 ____________________________________________________________________________
5161 [ 30835] By: nicholas                              on 2007/04/02  21:27:26
5162         Log: We may not even have a list of slabs when Perl_Slab_Free is called.
5163      Branch: perl
5164            ! op.c
5165 ____________________________________________________________________________
5166 [ 30834] By: nicholas                              on 2007/04/02  21:25:03
5167         Log: Cleanups for PERL_DEBUG_READONLY_OPS debugging code - remove a now-
5168              unneeded include of <sys/mman.h>, and make PERL_DEBUG_READONLY_OPS
5169              appear in -V output.
5170      Branch: perl
5171            ! perl.c
5172 ____________________________________________________________________________
5173 [ 30833] By: rgs                                   on 2007/04/02  19:53:08
5174         Log: Subject: [PATCH] Allow testing of DBM_Filter with any *DBM_File
5175              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
5176              Date: Mon, 2 Apr 2007 10:15:47 -0700 (PDT)
5177              Message-ID: <642435.53086.qm@web30215.mail.mud.yahoo.com>
5178      Branch: perl
5179            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
5180            ! lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
5181            ! lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
5182            ! lib/DBM_Filter/t/utf8.t
5183 ____________________________________________________________________________
5184 [ 30832] By: nicholas                              on 2007/04/02  19:53:06
5185         Log: For Perl_Slab_Alloc(), eliminate the unused parameter 'm'.
5186      Branch: perl
5187            ! embed.fnc embed.h op.c op.h proto.h
5188 ____________________________________________________________________________
5189 [ 30831] By: rgs                                   on 2007/04/02  19:51:08
5190         Log: Subject: [PATCH] Don't install dbm_filter_util.pl
5191              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
5192              Date: Mon, 2 Apr 2007 09:31:13 -0700 (PDT)
5193              Message-ID: <721682.89546.qm@web30209.mail.mud.yahoo.com>
5194      Branch: perl
5195            ! installperl
5196 ____________________________________________________________________________
5197 [ 30830] By: nicholas                              on 2007/04/02  19:25:53
5198         Log: The op slab allocator can call calloc() instead of malloc(), and save
5199              a Zero(). Also, argument m is unused.
5200      Branch: perl
5201            ! op.c
5202 ____________________________________________________________________________
5203 [ 30829] By: nicholas                              on 2007/04/02  19:03:55
5204         Log: Add a new compile option PERL_DEBUG_READONLY_OPS which marks the optree
5205              as read only (or as much of it as it practical). This makes it trivial
5206              to detect buggy code that is modifying the optree at runtime.
5207      Branch: perl
5208            ! embed.fnc embed.h embedvar.h intrpvar.h op.c perl.c perlapi.h
5209            ! pod/perlhack.pod proto.h
5210 ____________________________________________________________________________
5211 [ 30828] By: rgs                                   on 2007/04/02  08:50:23
5212         Log: Subject: [PATCH?] perlfunc.pod: Lexical visibility hint in require docu
5213              From: Christian Winter <bitpoet@linux-config.de>
5214              Date: Sun, 01 Apr 2007 18:01:24 +0200
5215              Message-ID: <460FD754.8050106@linux-config.de>
5216      Branch: perl
5217            ! pod/perlfunc.pod
5218 ____________________________________________________________________________
5219 [ 30827] By: craigb                                on 2007/04/01  18:11:28
5220         Log: Update name of Perl executable on VMS following #30414.
5221      Branch: perl
5222            ! t/op/taint.t
5223 ____________________________________________________________________________
5224 [ 30826] By: craigb                                on 2007/04/01  18:01:01
5225         Log: Mark new regex glob test as a TODO on VMS.
5226      Branch: perl
5227            ! ext/File/Glob/t/basic.t
5228 ____________________________________________________________________________
5229 [ 30825] By: merijn                                on 2007/04/01  15:44:33
5230         Log: Subject: README.$OS URLs
5231              From: Steffen Mueller <o6hhmk002@sneakemail.com>
5232              Date: Sat, 31 Mar 2007 16:37:56 +0200
5233              Message-ID: <20070331143757.26271.qmail@lists.develooper.com>
5234      Branch: perl
5235            ! README.amiga README.cn README.dos README.jp README.netware
5236            ! README.tw
5237 ____________________________________________________________________________
5238 [ 30824] By: stevep                                on 2007/04/01  13:10:11
5239         Log: Subject: [PATCH] Symbian sync
5240              From: Jarkko Hietaniemi <jhi@iki.fi>
5241              Date: Sat, 31 Mar 2007 15:30:09 -0400
5242              Message-ID: <460EB6C1.4020406@iki.fi>
5243      Branch: perl
5244            ! README.symbian lib/AutoSplit.pm lib/constant.pm regcomp.pl
5245            ! regnodes.h symbian/port.pl symbian/sdk.pl
5246 ____________________________________________________________________________
5247 [ 30823] By: stevep                                on 2007/04/01  12:57:24
5248         Log: Subject: [PATCH] microperl plus missing config vars
5249              From: Jarkko Hietaniemi <jhi@iki.fi>
5250              Date: Sat, 31 Mar 2007 17:50:18 -0400
5251              Message-ID: <460ED79A.5030809@iki.fi>
5252      Branch: perl
5253            ! Cross/config.sh-arm-linux Makefile.micro NetWare/config.wc
5254            ! Porting/checkcfgvar.pl README.micro epoc/config.sh
5255            ! plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh
5256            ! win32/config.bc win32/config.ce win32/config.vc
5257            ! win32/config.vc64
5258 ____________________________________________________________________________
5259 [ 30822] By: davem                                 on 2007/04/01  01:27:57
5260         Log: Make parser_free() be called slightly later,
5261              i.e. at the point where lexer vars are being restored in a LEAVE,
5262              rather than at the end of yyparse()
5263      Branch: perl
5264            ! perly.c toke.c
5265 ____________________________________________________________________________
5266 [ 30821] By: davem                                 on 2007/04/01  01:22:20
5267         Log: Eliminate the use of PL_curforce outside of toke.c
5268      Branch: perl
5269            ! perl.c toke.c
5270 ____________________________________________________________________________
5271 [ 30820] By: davem                                 on 2007/04/01  01:20:02
5272         Log: Eliminate the use of PL_bufend outside of toke.c:
5273              give Perl_scan_vstring() an explicit 'end' arg rather than using
5274              PL_bufend, and replace it with a local var in Perl_find_script()
5275      Branch: perl
5276            ! embed.fnc embed.h proto.h sv.c toke.c
5277 ____________________________________________________________________________
5278 [ 30819] By: davem                                 on 2007/04/01  00:51:00
5279         Log: free backtrack track when on unexpected exit, eg /(?{ die })/
5280      Branch: perl
5281            ! regexec.c
5282 ____________________________________________________________________________
5283 [ 30818] By: davem                                 on 2007/04/01  00:27:02
5284         Log: fix $^R scoping bug.
5285              By setting the outer saved $^R to the current $^R just at the
5286              end of a successful match, and ensuring that that the savestack
5287              doesn't get popped beforehand, the code is simplified and fixes a
5288              bug.
5289      Branch: perl
5290            ! regexec.c t/op/pat.t
5291 ____________________________________________________________________________
5292 [ 30817] By: nicholas                              on 2007/03/31  23:15:15
5293         Log: Rearrange members of structures to reduce memory size on some
5294              platforms. On LP64 structs stackinfo, refcounted_he, and magic shrink
5295              by 8 bytes, struct yy_parser by 16.
5296      Branch: perl
5297            ! cop.h gv.h hv.h mg.h parser.h perl.h
5298 ____________________________________________________________________________
5299 [ 30815] By: nicholas                              on 2007/03/31  20:52:53
5300         Log: Reorder the members of various regexp structs to reduce their size on
5301              LP64 platforms, by pairing up I32 and U32 members. Notably structs
5302              _reg_trie_data, reg_ac_data, regexp and regmatch_state down by 8 bytes,
5303              re_save_state by 16, and regmatch_slab up by 48 (ie one more state per
5304              slab)
5305      Branch: perl
5306            ! regcomp.h regexp.h
5307 ____________________________________________________________________________
5308 [ 30814] By: craigb                                on 2007/03/31  19:42:35
5309         Log: Fix URL rot in README.vms
5310      Branch: perl
5311            ! README.vms
5312 ____________________________________________________________________________
5313 [ 30813] By: craigb                                on 2007/03/31  19:40:43
5314         Log: Make Perl_vms_start_glob return the input pattern when there are
5315              no matches.  
5316      Branch: perl
5317            ! vms/vms.c
5318 ____________________________________________________________________________
5319 [ 30812] By: nicholas                              on 2007/03/31  15:50:05
5320         Log: precomp in struct regexp can be const char *.
5321      Branch: perl
5322            ! regexp.h
5323 ____________________________________________________________________________
5324 [ 30811] By: rgs                                   on 2007/03/31  14:11:40
5325         Log: Fix bug #42224, perl -MO=Deparse -e 'print readpipe $x, $y' broken
5326      Branch: perl
5327            ! ext/B/B/Deparse.pm
5328 ____________________________________________________________________________
5329 [ 30806] By: rgs                                   on 2007/03/31  06:23:12
5330         Log: Fix the error message "Can't call method "DOES" on unblessed
5331              reference".
5332      Branch: perl
5333            ! pp_hot.c t/op/universal.t universal.c
5334 ____________________________________________________________________________
5335 [ 30805] By: rgs                                   on 2007/03/31  06:16:09
5336         Log: Don't use utf8.pm in the test (avoiding embedding utf8 in the test
5337              file), and use greek to test for something out of 8-bit latin, as
5338              Jarkko suggested. Everything flows.
5339      Branch: perl
5340            ! t/io/dup.t
5341 ____________________________________________________________________________
5342 [ 30804] By: ams                                   on 2007/03/31  00:51:55
5343         Log: This was released as 2.16.
5344      Branch: perl
5345            ! ext/Storable/Storable.pm
5346 ____________________________________________________________________________
5347 [ 30803] By: ams                                   on 2007/03/31  00:34:13
5348         Log: Add new hints files.
5349      Branch: perl
5350            ! ext/Storable/MANIFEST
5351 ____________________________________________________________________________
5352 [ 30791] By: nicholas                              on 2007/03/30  16:17:25
5353         Log: Bump File::Glob's VERSION to go with change 30103.
5354      Branch: perl
5355            ! ext/File/Glob/Glob.pm
5356 ____________________________________________________________________________
5357 [ 30785] By: nicholas                              on 2007/03/30  11:52:43
5358         Log: Remove the never-used numeric and character switch ops.
5359      Branch: perl
5360            ! opcode.pl
5361 ____________________________________________________________________________
5362 [ 30784] By: nicholas                              on 2007/03/30  11:48:54
5363         Log: A logical rearrangement of ops, to get the post 5.005 ops to their
5364              logical groups.
5365      Branch: perl
5366            ! ext/B/t/b.t opcode.h opcode.pl opnames.h pp.sym pp_proto.h
5367 ____________________________________________________________________________
5368 [ 30783] By: nicholas                              on 2007/03/30  10:53:31
5369         Log: Oops. Failed to remove the now obsolete comment about custom ops.
5370      Branch: perl
5371            ! opcode.pl
5372 ____________________________________________________________________________
5373 [ 30782] By: nicholas                              on 2007/03/30  10:50:10
5374         Log: Remove the restriction that op_custom has to be the last op.
5375              This allows more ops to be added during the life of a stable release.
5376      Branch: perl
5377            ! opcode.h opcode.pl
5378 ____________________________________________________________________________
5379 [ 30781] By: rgs                                   on 2007/03/30  08:30:35
5380         Log: When dup'ing a filehandle, retain the :utf8 layer
5381      Branch: perl
5382            ! perlio.c t/io/dup.t
5383 ____________________________________________________________________________
5384 [ 30780] By: rgs                                   on 2007/03/30  07:48:59
5385         Log: Add two deprecation warnings:
5386              Opening dirhandle %s also as a file
5387              Opening filehandle %s also as a directory
5388      Branch: perl
5389            ! pod/perldiag.pod pp_sys.c t/lib/warnings/pp_sys t/op/chdir.t
5390 ____________________________________________________________________________
5391 [ 30779] By: stevep                                on 2007/03/30  03:24:22
5392         Log: Subject: [PATCH] cflags.SH: 30327 wasn't portable Bourne (avoid '!: not found')
5393              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
5394              Date: Fri, 30 Mar 2007 04:44:11 +0300 (EEST)
5395              Message-Id: <200703300144.l2U1iBSA490663@kosh.hut.fi>
5396      Branch: perl
5397            ! cflags.SH
5398 ____________________________________________________________________________
5399 [ 30778] By: stevep                                on 2007/03/29  23:11:29
5400         Log: Upgrade to CGI.pm-3.28
5401      Branch: perl
5402            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
5403 ____________________________________________________________________________
5404 [ 30777] By: rgs                                   on 2007/03/29  13:03:54
5405         Log: Subject: [PATCH] Shorten 'skipping...' test message
5406              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
5407              Date: Thu, 29 Mar 2007 05:56:51 -0700 (PDT)
5408              Message-ID: <213529.35369.qm@web30214.mail.mud.yahoo.com>
5409      Branch: perl
5410            ! t/TEST
5411 ____________________________________________________________________________
5412 [ 30776] By: rgs                                   on 2007/03/29  07:56:11
5413         Log: Back out changes 30762 and 30763
5414      Branch: perl
5415            ! pp.c
5416 ____________________________________________________________________________
5417 [ 30775] By: rgs                                   on 2007/03/28  08:43:10
5418         Log: Subject: [PATCH?]: perlguts.pod
5419              From: "John P. Linderman" <jpl@research.att.com>
5420              Date: Tue, 27 Mar 2007 12:33:39 -0400
5421              Message-Id: <200703271633.l2RGXd3u3443680@raptor.research.att.com>
5422      Branch: perl
5423            ! pod/perlguts.pod
5424 ____________________________________________________________________________
5425 [ 30774] By: merijn                                on 2007/03/27  12:30:11
5426         Log: Subject: [PATCH] stop the cargo cult of (MEM_SIZE)~0
5427              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
5428              Date: Tue, 27 Mar 2007 15:07:52 +0300 (EEST)
5429              Message-Id: <200703271207.l2RC7qOC443040@kosh.hut.fi>
5430      Branch: perl
5431            ! handy.h pp.c util.c
5432 ____________________________________________________________________________
5433 [ 30773] By: rgs                                   on 2007/03/27  11:15:51
5434         Log: Compress::Zlib isn't a good example of extra modules,
5435              since it's now core
5436      Branch: perl
5437            ! INSTALL
5438 ____________________________________________________________________________
5439 [ 30772] By: rgs                                   on 2007/03/27  09:42:44
5440         Log: Fix return value of state assignment ($x=state $y=$z).
5441              Fix a form of state assignment (state($x)=$y).
5442              Minor optimisation in pp_aassign for state variables.
5443              New tests.
5444      Branch: perl
5445            ! op.c pp_hot.c t/op/state.t
5446 ____________________________________________________________________________
5447 [ 30771] By: merijn                                on 2007/03/27  06:17:25
5448         Log: Subject: [PATCH] util.c [PATCH] perlhack.pod (Was: Re: threads crashes in Tru64)
5449              From: Jarkko Hietaniemi <jhi@iki.fi>
5450              Date: Mon, 26 Mar 2007 19:50:11 -0400
5451              Message-ID: <46085C33.1030601@iki.fi>
5452      Branch: perl
5453            ! pod/perlhack.pod util.c
5454 ____________________________________________________________________________
5455 [ 30770] By: merijn                                on 2007/03/27  06:15:21
5456         Log: Documented the PA-RISC End-Of_Life plan; more servers; some IPF
5457              remarks. TODO: the various locations for downloading prebuilt
5458              depots, and what their specifics are. The first is now in, but
5459              no specifics yet.
5460      Branch: perl
5461            ! README.hpux
5462 ____________________________________________________________________________
5463 [ 30769] By: nicholas                              on 2007/03/26  22:52:18
5464         Log: In struct regexp replace the two arrays of I32s accessed via startp
5465              and endp with a single array of struct regexp_paren_pair, which has 2
5466              I32 members. PL_regstartp and PL_regendp are replaced with a pointer
5467              to regexp_paren_pair. The regexp swap structure now only has one
5468              member, so abolish it and store the pointer to the swap array directly.
5469              Hopefully keeping the corresponding start and end adjacent in memory
5470              will help with cache coherency.
5471      Branch: perl
5472            ! mg.c pp.c pp_ctl.c pp_hot.c regcomp.c regexec.c regexp.h sv.c
5473            ! universal.c
5474 ____________________________________________________________________________
5475 [ 30768] By: davem                                 on 2007/03/26  21:48:48
5476         Log: add p55.t MAD tests, and convert renamed mad/nomad into a module
5477              Subject: Re: [PATCH] p55 tests
5478              From: Gerard Goossen <gerard@tty.nl>
5479              Message-ID: <20070322174056.GE24152@ostwald>
5480      Branch: perl
5481            + mad/t/p55.t
5482            ! MANIFEST mad/Nomad.pm
5483 ____________________________________________________________________________
5484 [ 30767] By: davem                                 on 2007/03/26  21:42:48
5485         Log: Rename mad/nomad to mad/Nomad.pm
5486              
5487              Subject: Re: [PATCH] p55 tests
5488              From: Gerard Goossen <gerard@tty.nl>
5489              Message-ID: <20070322174056.GE24152@ostwald>
5490      Branch: perl
5491           +> mad/Nomad.pm
5492            - mad/nomad
5493            ! MANIFEST
5494 ____________________________________________________________________________
5495 [ 30766] By: nicholas                              on 2007/03/26  21:40:12
5496         Log: Move the declaration of two variables into the only block that uses
5497              them.
5498      Branch: perl
5499            ! regexec.c
5500 ____________________________________________________________________________
5501 [ 30763] By: rgs                                   on 2007/03/26  14:36:17
5502         Log: Nit to change 30762 by Gisle.
5503              Avoids storing the chars removed by 4-arg substr() in void context.
5504      Branch: perl
5505            ! pp.c
5506 ____________________________________________________________________________
5507 [ 30762] By: rgs                                   on 2007/03/26  14:33:41
5508         Log: Subject: [PATCH] Re: substr($megabytes, 30) = 
5509              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
5510              Date: Mon, 12 Feb 2007 22:13:50 -0800 (PST)
5511              Message-ID: <1119.63.226.247.186.1171347230.squirrel@63.226.247.186>
5512      Branch: perl
5513            ! pp.c
5514 ____________________________________________________________________________
5515 [ 30761] By: rgs                                   on 2007/03/26  14:21:39
5516         Log: Make the warning "interpreted as function" a bit less annoying,
5517              and test it properly
5518      Branch: perl
5519            ! t/lib/warnings/toke toke.c
5520 ____________________________________________________________________________
5521 [ 30760] By: rgs                                   on 2007/03/26  13:51:30
5522         Log: say() should parse exactly like print()
5523      Branch: perl
5524            ! sv.c toke.c
5525 ____________________________________________________________________________
5526 [ 30759] By: rgs                                   on 2007/03/26  11:52:21
5527         Log: Remove the object_compatibility placeholder in the interpreter struct
5528      Branch: perl
5529            ! perl.h
5530 ____________________________________________________________________________
5531 [ 30758] By: rgs                                   on 2007/03/26  10:09:21
5532         Log: On Linux, don't compile with -DTHREADS_HAVE_PIDS if the
5533              kernel uses the NPTL threading model
5534      Branch: perl
5535            ! hints/linux.sh
5536 ____________________________________________________________________________
5537 [ 30757] By: nicholas                              on 2007/03/26  08:39:43
5538         Log: Simplify the logic in Perl_re_dup() - copy the structure as 1 block,
5539              then fix up what differs. Curiously -Os with gcc x86 produces the same
5540              sized object code.
5541      Branch: perl
5542            ! regcomp.c
5543 ____________________________________________________________________________
5544 [ 30756] By: nicholas                              on 2007/03/25  23:40:00
5545         Log: Change 30753 forgot to remove 2 now unused variables.
5546      Branch: perl
5547            ! regcomp.c
5548 ____________________________________________________________________________
5549 [ 30755] By: nicholas                              on 2007/03/25  23:34:58
5550         Log: Looks like re_dup has been leaking references on 2 SVs for most regexps
5551              since dot (only to be recovered for certain at thread exit).
5552      Branch: perl
5553            ! regcomp.c
5554 ____________________________________________________________________________
5555 [ 30754] By: nicholas                              on 2007/03/25  22:32:11
5556         Log: A more efficient copy in  Perl_reg_temp_copy()
5557      Branch: perl
5558            ! regcomp.c
5559 ____________________________________________________________________________
5560 [ 30753] By: nicholas                              on 2007/03/25  21:59:58
5561         Log: Subject: Re: The performance problem of 30678
5562              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
5563              Message-ID: <20070324185511.02f84668@r2d2>
5564              Date: Sat, 24 Mar 2007 18:55:11 +0100
5565      Branch: perl
5566            ! regcomp.c
5567 ____________________________________________________________________________
5568 [ 30750] By: rgs                                   on 2007/03/24  21:14:22
5569         Log: Make readline() default to *ARGV.
5570              Plus MAD fixes.
5571      Branch: perl
5572            ! embed.fnc embed.h op.c opcode.h opcode.pl pod/perlfunc.pod
5573            ! pp.sym pp_proto.h proto.h t/op/readline.t
5574 ____________________________________________________________________________
5575 [ 30749] By: rgs                                   on 2007/03/24  16:58:28
5576         Log: Now that readpipe defaults to $_, I should update the prototype table
5577              in opcode.pl too.
5578      Branch: perl
5579            ! opcode.h opcode.pl t/op/cproto.t
5580 ____________________________________________________________________________
5581 [ 30748] By: rgs                                   on 2007/03/24  16:51:13
5582         Log: Make sure readpipe without argument can be followed by //
5583      Branch: perl
5584            ! toke.c
5585 ____________________________________________________________________________
5586 [ 30747] By: rgs                                   on 2007/03/24  16:46:02
5587         Log: Make readpipe default to $_
5588      Branch: perl
5589            ! op.c pod/perlfunc.pod t/op/exec.t
5590 ____________________________________________________________________________
5591 [ 30745] By: nicholas                              on 2007/03/24  14:44:28
5592         Log: startp and endp can allocate their array of I32s from the same block of
5593              memory, and Copy() and free it as one.
5594              Probably these two pointers to array should merge into single pointer
5595              to an array of structs.
5596      Branch: perl
5597            ! regcomp.c regexec.c
5598 ____________________________________________________________________________
5599 [ 30740] By: nicholas                              on 2007/03/23  23:32:19
5600         Log: It's possible to write the dup of struct reg_substr_datum with a
5601              memcpy() replacing the member by member copy. Curiously gcc's -Os
5602              produces the same sized code, but not all optimisers may manage this.
5603              Also, by reading and re-assigning to the copied data for the sv_dup()s
5604              we hope to avoid any cache misses on the copied from data.
5605      Branch: perl
5606            ! regcomp.c
5607 ____________________________________________________________________________
5608 [ 30730] By: rgs                                   on 2007/03/23  18:25:43
5609         Log: Don't use PL_na.
5610      Branch: perl
5611            ! universal.c
5612 ____________________________________________________________________________
5613 [ 30729] By: rgs                                   on 2007/03/23  17:34:48
5614         Log: Subject: [perl #41775] Memoize bug (and patch): problem with LIST_CACHE => MERGE 
5615              From: Father Chrysostomos (via RT) <perlbug-followup@perl.org>
5616              Date: Sat, 10 Mar 2007 12:18:35 -0800
5617              Message-ID: <rt-3.6.HEAD-30201-1173557915-1780.41775-75-0@perl.org>
5618      Branch: perl
5619            ! lib/Memoize.pm
5620 ____________________________________________________________________________
5621 [ 30728] By: mhx                                   on 2007/03/23  17:21:15
5622         Log: Upgrade to Devel::PPPort 3.11_01
5623      Branch: perl
5624            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
5625            ! ext/Devel/PPPort/parts/inc/call
5626            ! ext/Devel/PPPort/parts/inc/variables
5627            ! ext/Devel/PPPort/parts/todo/5006000 ext/Devel/PPPort/soak
5628            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/variables.t
5629 ____________________________________________________________________________
5630 [ 30726] By: nicholas                              on 2007/03/23  16:55:13
5631         Log: Move CHECK_WORD in regcomp.c to a more generic memEQs() in handy.h
5632              and provide memNEs() too.
5633      Branch: perl
5634            ! handy.h regcomp.c
5635 ____________________________________________________________________________
5636 [ 30725] By: rgs                                   on 2007/03/23  16:45:14
5637         Log: Subject: [PATCH] Silence compiler warning in util.c
5638              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
5639              Date: Fri, 23 Mar 2007 09:40:02 -0700 (PDT)
5640              Message-ID: <256688.25862.qm@web30215.mail.mud.yahoo.com>
5641      Branch: perl
5642            ! util.c
5643 ____________________________________________________________________________
5644 [ 30724] By: nicholas                              on 2007/03/23  16:15:58
5645         Log: Change 30080 was wrong to swap the BEGIN test to memEQ
5646      Branch: perl
5647            ! op.c
5648 ____________________________________________________________________________
5649 [ 30722] By: rgs                                   on 2007/03/23  14:47:09
5650         Log: Subject: Re: [perl #41683] [PATCH] v5.8.8 pod2html -- incorrect treatment of non-manual page refs like "this(c)"
5651              From: Jari Aalto <jari.aalto@cante.net>
5652              Date: Wed, 07 Mar 2007 11:08:24 +0200
5653              Message-ID: <87ejo1s9o7.fsf@w2kpicasso.cante.net>
5654              
5655              with adjustments to the regexp
5656      Branch: perl
5657            ! lib/Pod/Html.pm
5658 ____________________________________________________________________________
5659 [ 30721] By: rgs                                   on 2007/03/23  14:33:22
5660         Log: PerlFAQ sync.
5661              Also, use a svn checkout done under an English locale, to
5662              avoid having French dates in the headers. Hateful.
5663      Branch: perl
5664            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
5665            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5666            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
5667            ! pod/perlfaq9.pod
5668 ____________________________________________________________________________
5669 [ 30718] By: rgs                                   on 2007/03/23  11:59:55
5670         Log: Subject: [PATCH] Cwd doesn't need ppport.h in core
5671              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
5672              Date: Tue, 20 Mar 2007 13:16:46 -0700 (PDT)
5673              Message-ID: <196803.14702.qm@web30215.mail.mud.yahoo.com>
5674      Branch: perl
5675            ! ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/Cwd.pm mkppport.lst
5676 ____________________________________________________________________________
5677 [ 30716] By: rgs                                   on 2007/03/23  11:41:58
5678         Log: Subject: symbol-exports needed for Data::Alias
5679              From: Matthijs van Duin <xmath@cpan.org>
5680              Date: Tue, 20 Mar 2007 14:59:15 +0100
5681              Message-ID: <20070320135915.GA25192@cds.nl>
5682      Branch: perl
5683            ! embed.fnc embed.h global.sym
5684 ____________________________________________________________________________
5685 [ 30715] By: rgs                                   on 2007/03/23  10:48:41
5686         Log: Convert file to proper line-endings
5687      Branch: perl
5688            ! lib/Pod/Simple/t/items02.t
5689 ____________________________________________________________________________
5690 [ 30714] By: rgs                                   on 2007/03/23  10:43:04
5691         Log: Missing file in MANIFEST
5692      Branch: perl
5693            ! MANIFEST
5694 ____________________________________________________________________________
5695 [ 30713] By: rgs                                   on 2007/03/23  08:48:33
5696         Log: Fix path of a test file for running in the core
5697      Branch: perl
5698            ! lib/Pod/Simple/t/reinit.t
5699 ____________________________________________________________________________
5700 [ 30712] By: stevep                                on 2007/03/23  03:45:30
5701         Log: Upgrade to CPAN-1.88_79
5702      Branch: perl
5703            ! lib/CPAN.pm
5704 ____________________________________________________________________________
5705 [ 30711] By: stevep                                on 2007/03/23  03:36:47
5706         Log: Upgrade to Test-Simple-0.70
5707      Branch: perl
5708            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
5709            ! lib/Test/Simple/Changes lib/Test/Simple/t/is_fh.t
5710 ____________________________________________________________________________
5711 [ 30710] By: stevep                                on 2007/03/23  02:17:50
5712         Log: Re-sorting the MANIFEST after the mess made of it with the
5713              Pod-Simple renamings
5714      Branch: perl
5715            ! MANIFEST
5716 ____________________________________________________________________________
5717 [ 30709] By: stevep                                on 2007/03/23  02:06:06
5718         Log: Perforce appararently didn't like integrating this file, since
5719              I had done it twice.  It looks like an add will have to do instead.
5720      Branch: perl
5721            + lib/Pod/Simple/t/perlvaro.txt
5722 ____________________________________________________________________________
5723 [ 30708] By: stevep                                on 2007/03/23  01:54:54
5724         Log: fix instalhtml and Pod::HTML issues.
5725              From: demerphq <demerphq@gmail.com>
5726              Date: Thu, 22 Mar 2007 19:42:54 +0100
5727              Message-ID: <9b18b3110703221142g4955362atffee33d05e30bd27@mail.gmail.com>
5728              
5729              Just the changes to installhtml and Pod::HTML in this patch.
5730      Branch: perl
5731            ! installhtml lib/Pod/Html.pm
5732 ____________________________________________________________________________
5733 [ 30707] By: stevep                                on 2007/03/23  01:47:41
5734         Log: Additional test file edits needed for Pod-Simple-3.05 that couldn't
5735              be included due to the integrates being performed in the previous
5736              change.
5737      Branch: perl
5738            ! lib/Pod/Simple/t/htmlbat.t lib/Pod/Simple/t/render.t
5739            ! lib/Pod/Simple/t/search10.t lib/Pod/Simple/t/search12.t
5740            ! lib/Pod/Simple/t/search20.t lib/Pod/Simple/t/search22.t
5741            ! lib/Pod/Simple/t/search25.t lib/Pod/Simple/t/search26.t
5742            ! lib/Pod/Simple/t/search27.t lib/Pod/Simple/t/search28.t
5743            ! lib/Pod/Simple/t/search29.t
5744 ____________________________________________________________________________
5745 [ 30706] By: stevep                                on 2007/03/23  01:43:11
5746         Log: Upgrade to Pod-Simple-3.05.
5747      Branch: perl
5748            + lib/Pod/Simple/t/20_skip.t lib/Pod/Simple/t/accept01.t
5749            + lib/Pod/Simple/t/corpus/2202jp.txt.packed
5750            + lib/Pod/Simple/t/corpus/2202jpx.txt.packed
5751            + lib/Pod/Simple/t/corpus/2202jpy.txt.packed
5752            + lib/Pod/Simple/t/corpus2/polish_utf16be_bom.txt.packed
5753            + lib/Pod/Simple/t/corpus2/polish_utf16le_bom.txt.packed
5754            + lib/Pod/Simple/t/reinit.t
5755           +> (branch 87 files)
5756            - lib/Pod/Simple/t/20_skip_before_58.t
5757            - lib/Pod/Simple/t/ac_c_extend.t lib/Pod/Simple/t/ac_c_simple.t
5758            - lib/Pod/Simple/t/beginend.t
5759            - lib/Pod/Simple/t/corpus/buniya_cp1256.txt
5760            - lib/Pod/Simple/t/corpus/buniya_cp1256.xml
5761            - lib/Pod/Simple/t/corpus/buniya_iso6.txt
5762            - lib/Pod/Simple/t/corpus/buniya_iso6.xml
5763            - lib/Pod/Simple/t/corpus/fet_contradiction.txt
5764            - lib/Pod/Simple/t/corpus/fet_contradiction.xml
5765            - lib/Pod/Simple/t/corpus/fet_duplication.txt
5766            - lib/Pod/Simple/t/corpus/fet_duplication.xml
5767            - lib/Pod/Simple/t/corpus/fet_when_koi8r.txt
5768            - lib/Pod/Simple/t/corpus/fet_when_koi8r.xml
5769            - lib/Pod/Simple/t/corpus/french_implicit_latin1.txt
5770            - lib/Pod/Simple/t/corpus/french_implicit_latin1.xml
5771            - lib/Pod/Simple/t/corpus/french_latin1.txt
5772            - lib/Pod/Simple/t/corpus/french_latin1.xml
5773            - lib/Pod/Simple/t/corpus/greek_iso_8859_7.pod
5774            - lib/Pod/Simple/t/corpus/greek_iso_8859_7.xml
5775            - lib/Pod/Simple/t/corpus/haiku-iso2202jp.xml
5776            - lib/Pod/Simple/t/corpus/haiku-iso2202jpx.xml
5777            - lib/Pod/Simple/t/corpus/haiku-iso2202jpy.xml
5778            - lib/Pod/Simple/t/corpus/haiku-iso2202jpz.txt
5779            - lib/Pod/Simple/t/corpus/haiku-iso2202jpz.xml
5780            - lib/Pod/Simple/t/corpus_not_yet_impl/fiqhakbar_iso6.txt
5781            - lib/Pod/Simple/t/corpus_not_yet_impl/fiqhakbar_iso6.xml
5782            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_implicit_utf8.txt
5783            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom.txt
5784            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom.xml
5785            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom2.txt
5786            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom2.xml
5787            - lib/Pod/Simple/t/corpustest.t
5788            - lib/Pod/Simple/t/encoding_nonesuch.t
5789            - lib/Pod/Simple/t/encoding_not_error.t
5790            - lib/Pod/Simple/t/encoding_not_error0.t
5791            - lib/Pod/Simple/t/fcodes_ee.t lib/Pod/Simple/t/fcodes_ell.t
5792            - lib/Pod/Simple/t/fcodes_ess.t
5793            - lib/Pod/Simple/t/fullstop_spaces.t
5794            - lib/Pod/Simple/t/head_ends_over.t lib/Pod/Simple/t/html-para.t
5795            - lib/Pod/Simple/t/html-styles.t lib/Pod/Simple/t/html-title.t
5796            - lib/Pod/Simple/t/htmlbatch_01.t lib/Pod/Simple/t/itemadapt.t
5797            - lib/Pod/Simple/t/junk1_out.txt lib/Pod/Simple/t/junk2_out.txt
5798            - lib/Pod/Simple/t/linkclass.t
5799            - lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm
5800            - lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod
5801            - lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm
5802            - lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt
5803            - lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod
5804            - lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod
5805            - lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm
5806            - lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
5807            - lib/Pod/Simple/t/perlcyg_out.txt lib/Pod/Simple/t/perlfaq3.pod
5808            - lib/Pod/Simple/t/perlfaq3_out.txt
5809            - lib/Pod/Simple/t/perlvar_out.txt lib/Pod/Simple/t/pulltitle.t
5810            - lib/Pod/Simple/t/sanity_tfh.t lib/Pod/Simple/t/search_05sane.t
5811            - lib/Pod/Simple/t/search_10survey_specific.t
5812            - lib/Pod/Simple/t/search_12survey_cwd.t
5813            - lib/Pod/Simple/t/search_20survey_two.t
5814            - lib/Pod/Simple/t/search_22survey_two_shadowing.t
5815            - lib/Pod/Simple/t/search_25_glob_squaa.t
5816            - lib/Pod/Simple/t/search_26_glob_kleene_k.t
5817            - lib/Pod/Simple/t/search_27_glob_squaa_kleene.t
5818            - lib/Pod/Simple/t/search_28_glob_z_kleene_k.t
5819            - lib/Pod/Simple/t/search_29_glob_z_qmark_k.t
5820            - lib/Pod/Simple/t/search_50survey_inc.t
5821            - lib/Pod/Simple/t/test_lib/Blorm.pm
5822            - lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt
5823            - lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm
5824            - lib/Pod/Simple/t/test_lib/Zonk/Veng.pm
5825            - lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod
5826            - lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm
5827            - lib/Pod/Simple/t/test_lib/hink_honk/readme.txt
5828            - lib/Pod/Simple/t/test_lib/pod/perlfliff.pod
5829            - lib/Pod/Simple/t/test_lib/pod/perlthang.pod
5830            - lib/Pod/Simple/t/test_lib/squaa.pm
5831            - lib/Pod/Simple/t/test_lib/squaa/Glunk.pod
5832            - lib/Pod/Simple/t/test_lib/squaa/Vliff.pm
5833            - lib/Pod/Simple/t/test_lib/zikzik.pod
5834            - lib/Pod/Simple/t/verbatim_formatted.t
5835            - lib/Pod/Simple/t/verbatims.t
5836            - lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm
5837            ! MANIFEST lib/Pod/Simple.pm lib/Pod/Simple/ChangeLog
5838            ! lib/Pod/Simple/Search.pm
5839 ____________________________________________________________________________
5840 [ 30700] By: nicholas                              on 2007/03/22  22:21:54
5841         Log: Can use memEQ instead of strnEQ in CHECK_WORD()
5842      Branch: perl
5843            ! regcomp.c
5844 ____________________________________________________________________________
5845 [ 30693] By: rgs                                   on 2007/03/22  18:26:36
5846         Log: Subject: [PATCH] Re: [perl #32687] Encode::is_utf8 on tainted UTF8 string
5847              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
5848              Date: Thu, 16 Nov 2006 17:36:44 +0100
5849              Message-ID: <20061116173644.4412f66f@grubert.mandriva.com>
5850      Branch: perl
5851            ! ext/Encode/Encode.xs
5852 ____________________________________________________________________________
5853 [ 30691] By: steveh                                on 2007/03/22  17:46:43
5854         Log: Make sure Win32CORE.pm gets cleaned up
5855              
5856              Normally it happens anyway, but sometimes when running 'distclean'
5857              on a half-built source tree it gets left behind.
5858      Branch: perl
5859            ! win32/Makefile win32/makefile.mk
5860 ____________________________________________________________________________
5861 [ 30688] By: rgs                                   on 2007/03/22  14:45:36
5862         Log: Misc. L<> fixes in core docs : don't link to man pages;
5863              provide full urls when linking to web sites.
5864      Branch: perl
5865            ! pod/perlipc.pod pod/perllocale.pod pod/perlpacktut.pod
5866 ____________________________________________________________________________
5867 [ 30687] By: stevep                                on 2007/03/22  14:43:32
5868         Log: Subject: [PATCH] Fix to threads::shared t/waithires.t
5869              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
5870              Date: Thu, 22 Mar 2007 07:34:23 -0700 (PDT)
5871              Message-ID: <381102.32342.qm@web30207.mail.mud.yahoo.com>
5872      Branch: perl
5873            ! ext/threads/shared/t/waithires.t
5874 ____________________________________________________________________________
5875 [ 30686] By: rgs                                   on 2007/03/22  14:41:17
5876         Log: Fix a broken link and a meaningless phrase in perldebguts
5877      Branch: perl
5878            ! pod/perldebguts.pod
5879 ____________________________________________________________________________
5880 [ 30685] By: rgs                                   on 2007/03/22  14:37:43
5881         Log: Remove references to perlcc from the core docs.
5882      Branch: perl
5883            ! pod/perlfunc.pod pod/perlmod.pod pod/perlutil.pod
5884            ! pod/perlvar.pod
5885 ____________________________________________________________________________
5886 [ 30684] By: rgs                                   on 2007/03/22  14:25:54
5887         Log: Fix internal POD link
5888      Branch: perl
5889            ! lib/Term/ANSIColor.pm
5890 ____________________________________________________________________________
5891 [ 30683] By: nicholas                              on 2007/03/22  14:00:14
5892         Log: Re-order the flags values for struct refcounted_he to allow the
5893              possibility of storing 2 futher types. Add a void * to the union
5894              as it won't increase the size, but may become useful.
5895      Branch: perl
5896            ! hv.c hv.h
5897 ____________________________________________________________________________
5898 [ 30681] By: rgs                                   on 2007/03/22  09:28:15
5899         Log: Subject: [PATCH] Re: [PATCH] lib/Pod/Html.pm plus a funky UT8-8 regex bug
5900              From: Jarkko Hietaniemi <jhi@iki.fi>
5901              Date: Wed, 21 Mar 2007 08:01:14 -0400
5902              Message-ID: <46011E8A.1080009@iki.fi>
5903      Branch: perl
5904            ! lib/Pod/Html.pm
5905 ____________________________________________________________________________
5906 [ 30680] By: rgs                                   on 2007/03/22  09:19:22
5907         Log: regexp refcount is an integer, not a pointer
5908      Branch: perl
5909            ! dump.c
5910 ____________________________________________________________________________
5911 [ 30679] By: rgs                                   on 2007/03/22  09:16:37
5912         Log: Fix error message for re::regnames_iterinit()
5913      Branch: perl
5914            ! universal.c
5915 ____________________________________________________________________________
5916 [ 30678] By: rgs                                   on 2007/03/22  09:01:37
5917         Log: Subject: [PATCH] Resolve PL_curpm issues with (??{}) and fix corruption of match results when pattern is a qr.
5918              From: demerphq <demerphq@gmail.com>
5919              Date: Wed, 21 Mar 2007 10:39:24 +0100
5920              Message-ID: <9b18b3110703210239x540f5ad9mdb41c2ea6229ac31@mail.gmail.com>
5921              
5922              plus two follow-up patches (minor tweaks)
5923      Branch: perl
5924            ! dump.c embed.fnc embed.h ext/Devel/Peek/t/Peek.t
5925            ! ext/Encode/t/Aliases.t ext/re/re.pm ext/re/t/re_funcs.t
5926            ! global.sym lib/Tie/Hash/NamedCapture.pm pp_ctl.c proto.h
5927            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t universal.c
5928 ____________________________________________________________________________
5929 [ 30677] By: rgs                                   on 2007/03/22  08:34:42
5930         Log: Subject: [PATCH] threads 1.61
5931              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
5932              Date: Wed, 21 Mar 2007 13:15:53 -0700 (PDT)
5933              Message-ID: <999680.51877.qm@web30208.mail.mud.yahoo.com>
5934              
5935              Fix 'list/array' context - both keywords are supported
5936      Branch: perl
5937            ! ext/threads/Changes ext/threads/README ext/threads/t/context.t
5938            ! ext/threads/t/exit.t ext/threads/t/thread.t
5939            ! ext/threads/threads.pm ext/threads/threads.xs
5940 ____________________________________________________________________________
5941 [ 30676] By: davem                                 on 2007/03/22  00:16:23
5942         Log: fix MAD compilation of C-style for loop
5943              
5944              Subject:  [PATCH] MAD C-style for loop
5945              From:  Gerard Goossen <gerard@tty.nl>
5946              Date:  Wed, 21 Mar 2007 19:18:52 +0100
5947              Message-Id:  <20070321181852.GD31539@ostwald>
5948      Branch: perl
5949            ! perly.act perly.y
5950 ____________________________________________________________________________
5951 [ 30675] By: stevep                                on 2007/03/21  23:21:46
5952         Log: Silence a couple of warnings caused by change #30672.
5953      Branch: perl
5954            ! doio.c
5955 ____________________________________________________________________________
5956 [ 30673] By: nicholas                              on 2007/03/21  22:59:47
5957         Log: Adjust test count for 5.8.x
5958      Branch: perl
5959            ! ext/B/t/concise-xs.t
5960 ____________________________________________________________________________
5961 [ 30672] By: stevep                                on 2007/03/21  22:44:10
5962         Log: Make gcc warn in case code is not C++ compatible.
5963      Branch: perl
5964            ! cflags.SH
5965 ____________________________________________________________________________
5966 [ 30671] By: nicholas                              on 2007/03/21  22:01:32
5967         Log: Only use proxy constant subroutines for 5.9.x.
5968      Branch: perl
5969            ! ext/Fcntl/Makefile.PL ext/POSIX/Makefile.PL
5970            ! ext/Socket/Makefile.PL
5971 ____________________________________________________________________________
5972 [ 30670] By: nicholas                              on 2007/03/21  21:28:35
5973         Log: Subject: [PATCH] Change 30661 could result in undefined variable
5974              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
5975              Message-ID: <915076.64236.qm@web30212.mail.mud.yahoo.com>
5976              Date: Wed, 21 Mar 2007 12:47:52 -0700 (PDT)
5977      Branch: perl
5978            ! util.c
5979 ____________________________________________________________________________
5980 [ 30667] By: nicholas                              on 2007/03/21  19:02:50
5981         Log: Add some PERL_MEM* defines to the -V output that were missing.
5982              "Correct" the whitespace on the only inconsistent #ifdef/#endif
5983      Branch: perl
5984            ! perl.c
5985 ____________________________________________________________________________
5986 [ 30661] By: nicholas                              on 2007/03/21  16:31:52
5987         Log: Remove the (sometimes) unused variable from change 30652.
5988      Branch: perl
5989            ! util.c
5990 ____________________________________________________________________________
5991 [ 30660] By: stevep                                on 2007/03/21  13:32:22
5992         Log: Pod fix to h2ph from John Morrissey on the Debian bug list.
5993      Branch: perl
5994            ! utils/h2ph.PL
5995 ____________________________________________________________________________
5996 [ 30659] By: nicholas                              on 2007/03/21  12:53:56
5997         Log: Don't try to set the NV on a typeglob-in-action. Should cure bug
5998              41920.
5999      Branch: perl
6000            ! sv.c
6001 ____________________________________________________________________________
6002 [ 30658] By: nicholas                              on 2007/03/21  12:20:03
6003         Log: AVs and HVs never had the NV slot. (Not that this error mattered, as
6004              you can't upgrade from them, and the only code path that uses the
6005              flag in sv_upgrade isn't reached when upgrading to AVs or HVs)
6006      Branch: perl
6007            ! sv.c
6008 ____________________________________________________________________________
6009 [ 30657] By: rgs                                   on 2007/03/21  10:43:52
6010         Log: Subject: [PATCH] Sys::Syslog doesn't need ppport.h in core
6011              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
6012              Date: Tue, 20 Mar 2007 13:15:31 -0700 (PDT)
6013              Message-ID: <203426.48736.qm@web30214.mail.mud.yahoo.com>
6014      Branch: perl
6015            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
6016            ! ext/Sys/Syslog/Syslog.xs mkppport.lst
6017 ____________________________________________________________________________
6018 [ 30656] By: rgs                                   on 2007/03/21  10:24:52
6019         Log: Subject: [PATCH] Data::Dumper doesn't need ppport.h in core
6020              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
6021              Date: Tue, 20 Mar 2007 11:48:24 -0700 (PDT)
6022              Message-ID: <627715.37131.qm@web30212.mail.mud.yahoo.com>
6023      Branch: perl
6024            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
6025            ! ext/Data/Dumper/Makefile.PL mkppport.lst
6026 ____________________________________________________________________________
6027 [ 30655] By: rgs                                   on 2007/03/21  09:27:40
6028         Log: Subject: [PATCH] Compress::Raw::Zlib doesn't need ppport.h in core [REVISED]
6029              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
6030              Date: Tue, 20 Mar 2007 14:05:46 -0700 (PDT)
6031              Message-ID: <855257.38889.qm@web30205.mail.mud.yahoo.com>
6032      Branch: perl
6033            ! ext/Compress/Raw/Zlib/Makefile.PL
6034            ! ext/Compress/Raw/Zlib/Zlib.xs
6035            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm mkppport.lst
6036 ____________________________________________________________________________
6037 [ 30654] By: rgs                                   on 2007/03/21  09:20:30
6038         Log: Subject: [PATCH] Remove unneeded pragma line from B/t/OptreeCheck.pm
6039              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
6040              Date: Tue, 20 Mar 2007 16:43:02 -0700 (PDT)
6041              Message-ID: <376615.72521.qm@web30204.mail.mud.yahoo.com>
6042      Branch: perl
6043            ! ext/B/t/OptreeCheck.pm
6044 ____________________________________________________________________________
6045 [ 30653] By: rgs                                   on 2007/03/21  08:57:22
6046         Log: Don't install XS::APItest and XS::Typemap
6047      Branch: perl
6048            ! installperl utils/perlivp.PL
6049 ____________________________________________________________________________
6050 [ 30652] By: nicholas                              on 2007/03/20  23:20:46
6051         Log: In safecalloc, use the system calloc() for the non-DEBUGGING case, as
6052              it may be able to memset() to 0 for free. 
6053      Branch: perl
6054            ! util.c
6055 ____________________________________________________________________________
6056 [ 30651] By: rgs                                   on 2007/03/20  16:15:55
6057         Log: Subject: [PATCH] Re: ppport.h in core
6058              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
6059              Date: Tue, 20 Mar 2007 09:08:19 -0700 (PDT)
6060              Message-ID: <319763.15276.qm@web30202.mail.mud.yahoo.com>
6061              
6062              Digest::SHA no longer uses ppport.h
6063      Branch: perl
6064            ! mkppport.lst
6065 ____________________________________________________________________________
6066 [ 30649] By: merijn                                on 2007/03/20  16:06:11
6067         Log: Subject: [PATCH] my email address changed
6068              From: Michael Stevens <mstevens@etla.org>
6069              Date: Tue, 20 Mar 2007 15:49:12 +0000
6070              Message-ID: <20070320154912.GE50318@etla.org>
6071      Branch: perl
6072            ! AUTHORS
6073 ____________________________________________________________________________
6074 [ 30648] By: rgs                                   on 2007/03/20  11:39:16
6075         Log: More nits in the PERL5LIB docs, suggested by Andreas.
6076      Branch: perl
6077            ! pod/perlrun.pod
6078 ____________________________________________________________________________
6079 [ 30647] By: rgs                                   on 2007/03/20  09:01:05
6080         Log: Subject: [PATCH] feel the the baß (encoding problems in the regex engine)
6081              From: demerphq <demerphq@gmail.com>
6082              Date: Tue, 20 Mar 2007 01:40:34 +0100
6083              Message-ID: <9b18b3110703191740m6bf21942p6521f3016ed8092f@mail.gmail.com>
6084      Branch: perl
6085            ! pod/perlreguts.pod regcomp.c regexec.c t/op/pat.t
6086 ____________________________________________________________________________
6087 [ 30646] By: rgs                                   on 2007/03/19  23:59:54
6088         Log: Better wording for the return value of select()
6089              (bug #41907)
6090      Branch: perl
6091            ! pod/perlfunc.pod
6092 ____________________________________________________________________________
6093 [ 30645] By: rgs                                   on 2007/03/19  23:34:50
6094         Log: More adjustments to the PERL5LIB docs by Rick
6095              Delaney and myself
6096      Branch: perl
6097            ! pod/perlrun.pod
6098 ____________________________________________________________________________
6099 [ 30644] By: rgs                                   on 2007/03/19  23:11:12
6100         Log: Let %^H be modifiable in eval-strings (bug #41531),
6101              by adding a meaning for OPf_SPECIAL on OP_CONST.
6102              Patch by Yves Orton.
6103      Branch: perl
6104            ! op.c op.h pp_hot.c t/comp/hints.t
6105 ____________________________________________________________________________
6106 [ 30643] By: rgs                                   on 2007/03/19  22:44:18
6107         Log: Subject: Re: Composing @INC from PERL5LIB
6108              From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
6109              Date: Mon, 19 Mar 2007 23:35:10 +0100
6110              Message-ID: <87ircwkgkh.fsf@k75.linux.bogus>
6111      Branch: perl
6112            ! pod/perlrun.pod
6113 ____________________________________________________________________________
6114 [ 30634] By: rgs                                   on 2007/03/19  15:42:58
6115         Log: Adjust timing tolerance in threads tests, by Jerry D. Hedden
6116      Branch: perl
6117            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
6118            ! ext/threads/shared/t/waithires.t
6119 ____________________________________________________________________________
6120 [ 30633] By: nicholas                              on 2007/03/19  15:17:27
6121         Log: PerlIO_exportFILE() and PerlIO_releaseFILE() should manage the fd
6122              reference counts correctly.
6123      Branch: perl
6124            ! ext/XS/Typemap/Typemap.xs perlio.c
6125 ____________________________________________________________________________
6126 [ 30631] By: rgs                                   on 2007/03/19  09:34:32
6127         Log: Subject: Re: [perl #41691] [PATCH] v5.8.8 pod2html -- Convert RFC links to point ot IETF pages
6128              From: Jari Aalto <jari.aalto@cante.net>
6129              Date: Sat, 17 Mar 2007 11:11:17 +0300
6130              Message-ID: <87k5xg9tne.fsf@w2kpicasso.cante.net>
6131      Branch: perl
6132            ! lib/Pod/Html.pm
6133 ____________________________________________________________________________
6134 [ 30630] By: rgs                                   on 2007/03/19  09:27:29
6135         Log: Subject: Re: perlreguts: Copy-editing and wishlist
6136              From: Marvin Humphrey <marvin@rectangular.com>
6137              Date: Fri, 16 Mar 2007 12:44:55 -0700
6138              Message-Id: <F6284B08-4B4E-467A-AFB2-8A71154FDD08@rectangular.com>
6139      Branch: perl
6140            ! pod/perlreguts.pod
6141 ____________________________________________________________________________
6142 [ 30629] By: rgs                                   on 2007/03/19  08:58:08
6143         Log: Upgrade to version.pm 0.71, by John Peacock
6144      Branch: perl
6145            ! embed.fnc embed.h gv.c lib/version.t perl.c pod/perlapi.pod
6146            ! pp_ctl.c proto.h t/comp/use.t t/op/universal.t universal.c
6147            ! util.c
6148 ____________________________________________________________________________
6149 [ 30628] By: davem                                 on 2007/03/19  00:00:46
6150         Log: minor code simplification made possible by change #30627
6151      Branch: perl
6152            ! mg.c
6153 ____________________________________________________________________________
6154 [ 30627] By: davem                                 on 2007/03/18  23:43:05
6155         Log: When restoring localised values, call set only on container magic.
6156              Avoids (among other things), localised pos index being trashed at
6157              scope exit.
6158      Branch: perl
6159            ! mg.c t/op/pos.t
6160 ____________________________________________________________________________
6161 [ 30624] By: davem                                 on 2007/03/18  23:17:04
6162         Log: move magic container/value test into separate function
6163      Branch: perl
6164            ! mg.c
6165 ____________________________________________________________________________
6166 [ 30618] By: nicholas                              on 2007/03/18  21:14:16
6167         Log: The test case applied in change 29502 really should have gone at the
6168              end of the file t/op/re_tests.
6169      Branch: perl
6170            ! t/op/re_tests
6171 ____________________________________________________________________________
6172 [ 30614] By: nicholas                              on 2007/03/18  19:44:42
6173         Log: Subject: 29044 broke Fatal.pm
6174              From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
6175              Message-ID: <87slc37y99.fsf@k75.linux.bogus>
6176              Date: Sun, 18 Mar 2007 09:26:58 +0100
6177      Branch: perl
6178            ! lib/Fatal.pm lib/Fatal.t
6179 ____________________________________________________________________________
6180 [ 30610] By: nicholas                              on 2007/03/17  18:42:30
6181         Log: PerlIO_importFILE() should increase the reference count on the fd
6182              that it brings into PerlIO managed space. (A long standing problem
6183              reported by Steve Hay)
6184      Branch: perl
6185            ! perlio.c
6186 ____________________________________________________________________________
6187 [ 30609] By: rgs                                   on 2007/03/17  17:43:48
6188         Log: Subject: [PATCH] perl5db.t: skip test when /dev/tty is not available
6189              From: Alexey Tourbin <at@altlinux.ru>
6190              Date: Sat, 17 Mar 2007 19:28:33 +0300
6191              Message-ID: <20070317162833.GA10670@solemn.turbinal>
6192      Branch: perl
6193            ! lib/perl5db.t
6194 ____________________________________________________________________________
6195 [ 30608] By: nicholas                              on 2007/03/17  16:58:00
6196         Log: Test case from Karl Chen in RT #41831
6197              (The bug was already fixed in blead, merged to maint, and it seems
6198              better to adapt the sample code rather than add the whole new test)
6199      Branch: perl
6200            ! t/op/taint.t
6201 ____________________________________________________________________________
6202 [ 30607] By: nicholas                              on 2007/03/17  15:14:38
6203         Log: Remove the other 4 bits of MAD code designed to abort on local $^L.
6204      Branch: perl
6205            ! scope.c
6206 ____________________________________________________________________________
6207 [ 30606] By: nicholas                              on 2007/03/17  13:01:18
6208         Log: The code in newCONDOP can be made visibly simpler by using intermediate
6209              variables. It's also 8 bytes smaller with -Os
6210      Branch: perl
6211            ! op.c
6212 ____________________________________________________________________________
6213 [ 30605] By: nicholas                              on 2007/03/16  19:29:04
6214         Log: Under -Dmad, free the ops representing the dead code when a branch
6215              conditional value is actually a constant. Previously this was leaking
6216              ops, and more visibly shared hash keys.
6217      Branch: perl
6218            ! op.c
6219 ____________________________________________________________________________
6220 [ 30604] By: rgs                                   on 2007/03/16  15:18:07
6221         Log: Subject: Re: [perl #41691] [PATCH] v5.8.8 pod2html -- Convert RFC links to point ot IETF pages
6222              From: Jari Aalto <jari.aalto@cante.net>
6223              Date: Wed, 14 Mar 2007 21:56:14 +0300
6224              Message-ID: <87hcsnbqnl.fsf@w2kpicasso.cante.net>
6225      Branch: perl
6226            ! lib/Pod/Html.pm
6227 ____________________________________________________________________________
6228 [ 30603] By: nicholas                              on 2007/03/16  08:41:02
6229         Log: Remove the abort() trap, which Larry said was actually only ever
6230              intended as a way to enter gdb by using local $^L
6231      Branch: perl
6232            ! scope.c
6233 ____________________________________________________________________________
6234 [ 30602] By: craigb                                on 2007/03/16  01:40:50
6235         Log: Make sure escaped dots in filenames are preserved when translating
6236              filenames from VMS to UNIX syntax.
6237      Branch: perl
6238            ! vms/ext/filespec.t vms/vms.c
6239 ____________________________________________________________________________
6240 [ 30601] By: rgs                                   on 2007/03/15  17:43:43
6241         Log: Patch by Abigail to avoid using $& in diagnostics.pm.
6242      Branch: perl
6243            ! lib/diagnostics.pm
6244 ____________________________________________________________________________
6245 [ 30600] By: rgs                                   on 2007/03/15  17:18:18
6246         Log: Subject: [PATCH] Re: Smoke [5.8.8] 30522 FAIL(XF) Solaris 2.10 (i386/1 cpu)
6247              From: Abe Timmerman <abe@ztreet.demon.nl>
6248              Date: Thu, 15 Mar 2007 18:06:25 +0100
6249              Message-ID: <45F97D11.2080009@ztreet.demon.nl>
6250              
6251              skips some tests when perl is built without useperlio
6252      Branch: perl
6253            ! ext/PerlIO/encoding/t/nolooping.t t/op/inccode.t
6254 ____________________________________________________________________________
6255 [ 30599] By: rgs                                   on 2007/03/15  16:14:22
6256         Log: Patch by Gerard Goossen to add madprops to "require" opcode
6257      Branch: perl
6258            ! perly.act perly.h perly.tab perly.y
6259 ____________________________________________________________________________
6260 [ 30597] By: rgs                                   on 2007/03/15  16:01:33
6261         Log: Patch by Gerard Goossen to have nomad print also
6262              the [ ] { } madprops.
6263      Branch: perl
6264            ! mad/nomad
6265 ____________________________________________________________________________
6266 [ 30596] By: rgs                                   on 2007/03/15  15:53:28
6267         Log: Don't mention DynaLoader.a in INSTALL,
6268              since it doesn't exist anymore
6269      Branch: perl
6270            ! INSTALL
6271 ____________________________________________________________________________
6272 [ 30595] By: nicholas                              on 2007/03/15  15:02:55
6273         Log: Seems that 5.6.x needs the same fix as 5.005_xx for dclone.t
6274      Branch: perl
6275            ! ext/Storable/Storable.xs
6276 ____________________________________________________________________________
6277 [ 30594] By: nicholas                              on 2007/03/15  13:23:49
6278         Log: Subject: Re: [Patch] Fix some of the tests of Storable on Perl 5.004
6279              From: Sébastien Aperghis-Tramoni <saper@cpan.org>
6280              Message-ID: <1173961567.45f93b5f0fc9f@imp.free.fr>
6281              Date: Thu, 15 Mar 2007 13:26:07 +0100
6282      Branch: perl
6283            ! ext/Storable/Storable.pm ext/Storable/t/file_magic.t
6284            ! ext/Storable/t/threads.t
6285 ____________________________________________________________________________
6286 [ 30593] By: nicholas                              on 2007/03/15  11:35:26
6287         Log: Tweak to Storable to make dclone.t pass on 5.005_03.
6288      Branch: perl
6289            ! ext/Storable/Storable.xs
6290 ____________________________________________________________________________
6291 [ 30592] By: nicholas                              on 2007/03/15  11:32:38
6292         Log: Subject: [PATCH blead] Re: What is this MAD stuff all about?
6293              From: Rick Delaney <rick@bort.ca>
6294              Message-ID: <20070313001511.GJ6001@bort.ca>
6295              Date: Mon, 12 Mar 2007 20:15:12 -0400
6296      Branch: perl
6297            ! toke.c
6298 ____________________________________________________________________________
6299 [ 30591] By: rgs                                   on 2007/03/15  09:52:05
6300         Log: Upgrade to threads::shared 1.08 :
6301              - Sub-second resolution for cont_timedwait under WIN32
6302              (courtesy of Dean Arnold)
6303              - Fix compiler warnings
6304      Branch: perl
6305            + ext/threads/shared/t/waithires.t
6306            ! MANIFEST ext/threads/shared/Changes ext/threads/shared/README
6307            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
6308            ! ext/threads/shared/t/blessed.t
6309 ____________________________________________________________________________
6310 [ 30590] By: rgs                                   on 2007/03/15  09:35:14
6311         Log: Make the isdst argument to asctime and mktime default to -1
6312              instead of 0, as suggested by Mike Schilli.
6313      Branch: perl
6314            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
6315 ____________________________________________________________________________
6316 [ 30589] By: nicholas                              on 2007/03/14  23:33:02
6317         Log: Changes needed to get Storable to compile on 5.005_03.
6318              Passing tests is a different matter...
6319      Branch: perl
6320            ! ext/Storable/Storable.xs
6321 ____________________________________________________________________________
6322 [ 30584] By: rgs                                   on 2007/03/14  16:18:33
6323         Log: Subject: Re: [perl #41687] [PATCH] v5.8.8 pod2html -- Add --[no]fragmentuniq to support more readable <a name=..> refs
6324              From: Jari Aalto <jari.aalto@cante.net>
6325              Date: Wed, 07 Mar 2007 10:04:15 +0200
6326              Message-ID: <87y7m9scn4.fsf@w2kpicasso.cante.net>
6327              
6328              with test adjustments
6329      Branch: perl
6330            ! lib/Pod/Html.pm lib/Pod/t/htmllink.t lib/Pod/t/htmlview.t
6331 ____________________________________________________________________________
6332 [ 30583] By: rgs                                   on 2007/03/14  15:50:21
6333         Log: Subject: [perl #41698] [PATCH] v5.8.8 pod2html -- Add <div>..</div> around the outputted INDEX section 
6334              From: Jari Aalto (via RT) <perlbug-followup@perl.org>
6335              Date: Sun, 04 Mar 2007 13:33:20 -0800
6336              Message-ID: <rt-3.6.HEAD-2051-1173043999-1740.41698-75-0@perl.org>
6337              
6338              plus test adjustments
6339      Branch: perl
6340            ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmllink.t
6341            ! lib/Pod/t/htmlview.t
6342 ____________________________________________________________________________
6343 [ 30582] By: rgs                                   on 2007/03/14  15:40:54
6344         Log: Subject: [perl #41701] [PATCH] v5.8.8. pod2html -- F<filename> should add 'class="file"' in the HTML output 
6345              From: Jari Aalto (via RT) <perlbug-followup@perl.org>
6346              Date: Mon, 05 Mar 2007 02:05:38 -0800
6347              Message-ID: <rt-3.6.HEAD-2051-1173089138-1801.41701-75-0@perl.org>
6348              
6349              plus adjustments to tests
6350      Branch: perl
6351            ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmlview.t
6352 ____________________________________________________________________________
6353 [ 30580] By: rgs                                   on 2007/03/14  13:38:15
6354         Log: De-hardcode a path in a Test::Simple test, so it works
6355              when integrated to the core.
6356      Branch: perl
6357            ! lib/Test/Simple/t/fail-more.t
6358 ____________________________________________________________________________
6359 [ 30578] By: stevep                                on 2007/03/14  13:17:42
6360         Log: Upgrade to Test-Simple-0.68.  Includes a tweak to
6361              lib/Test/Simple/t/fail-more.t so that all of its tests pass within
6362              the Perl core.
6363      Branch: perl
6364            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
6365            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
6366            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/is_fh.t
6367            ! lib/Test/Simple/t/overload.t
6368 ____________________________________________________________________________
6369 [ 30577] By: davem                                 on 2007/03/14  12:34:05
6370         Log: use a fresh stack when loading Errno.pm etc.
6371              Stops 'use vars qw($!)' in lib/vars.t segfaulting.
6372              (This can be reduced to 'my $sym = "!"; *$sym = \$$sym')
6373      Branch: perl
6374            ! gv.c
6375 ____________________________________________________________________________
6376 [ 30576] By: rgs                                   on 2007/03/14  09:43:21
6377         Log: Patch by Sébastien Aperghis-Tramoni to avoid encoding
6378              everything that goes through Net::Cmd as UTF-8
6379              (regression as of Net::Cmd 2.27, see CPAN RT #24835)
6380      Branch: perl
6381            ! lib/Net/Cmd.pm
6382 ____________________________________________________________________________
6383 [ 30575] By: rgs                                   on 2007/03/14  07:51:57
6384         Log: Subject: [PATCH] perlfunc.pod (ref results), perlop.pod (qr// result) 
6385              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
6386              Date: Wed, 14 Mar 2007 07:56:45 +0100
6387              Message-ID: <45F79CAD.5050005@thalesgroup.com>
6388      Branch: perl
6389            ! pod/perlfunc.pod pod/perlop.pod
6390 ____________________________________________________________________________
6391 [ 30574] By: nicholas                              on 2007/03/13  23:10:11
6392         Log: The dMY_CXT added in change 27938 isn't needed when in the PERL_CORE.
6393      Branch: perl
6394            ! regexec.c
6395 ____________________________________________________________________________
6396 [ 30572] By: nicholas                              on 2007/03/13  22:48:46
6397         Log: Check that stat and -X favours the file handle over the directory
6398              handle when using *THINGY{IO} syntax too.
6399      Branch: perl
6400            ! t/op/stat.t
6401 ____________________________________________________________________________
6402 [ 30571] By: nicholas                              on 2007/03/13  22:24:54
6403         Log: Check that stat and -X on barewords favour the file handle over the
6404              directory handle for the ambiguous case.
6405      Branch: perl
6406            ! t/op/stat.t
6407 ____________________________________________________________________________
6408 [ 30569] By: nicholas                              on 2007/03/13  20:48:17
6409         Log: Bump versions of modules that are currently on "dev" releases in maint.
6410      Branch: perl
6411            ! ext/B/B/Debug.pm ext/B/B/Terse.pm
6412 ____________________________________________________________________________
6413 [ 30566] By: nicholas                              on 2007/03/13  19:33:02
6414         Log: Integrate:
6415              [ 30565]
6416              Make the constant AVf_REAL conditional on Perl version.
6417      Branch: perl
6418           !> ext/B/defsubs_h.PL
6419 ____________________________________________________________________________
6420 [ 30563] By: nicholas                              on 2007/03/13  17:35:05
6421         Log: 5.8's B.xs exports AVf_REAL, so need to jiggle the test count by 1.
6422              (And then merge the difference back into blead)
6423      Branch: perl
6424            ! ext/B/t/concise-xs.t
6425 ____________________________________________________________________________
6426 [ 30562] By: stevep                                on 2007/03/13  15:54:56
6427         Log: Subject: [PATCH] DB_File with g++ and db v1
6428              From: Jarkko Hietaniemi <jhi@iki.fi>
6429              Date: Mon, 12 Mar 2007 22:01:34 -0400
6430              Message-ID: <45F605FE.1090606@iki.fi>
6431      Branch: perl
6432            ! ext/DB_File/DB_File.xs
6433 ____________________________________________________________________________
6434 [ 30561] By: rgs                                   on 2007/03/13  11:13:20
6435         Log: Subject: [PATCH] inform constant.pm about UNITCHECK
6436              From: "Joshua ben Jore" <twists@gmail.com>
6437              Date: Tue, 13 Mar 2007 00:35:11 -0700
6438              Message-ID: <dc5c751d0703130035o1a739f45g1ea559d110bd5dd8@mail.gmail.com>
6439      Branch: perl
6440            ! lib/constant.pm lib/constant.t
6441 ____________________________________________________________________________
6442 [ 30560] By: rgs                                   on 2007/03/13  11:02:03
6443         Log: Need a SPAGAIN here because the stack pointer might have
6444              moved when evaluating a tied hash in scalar context.
6445      Branch: perl
6446            ! pp_hot.c
6447 ____________________________________________________________________________
6448 [ 30558] By: nicholas                              on 2007/03/13  00:01:42
6449         Log: Get B compiling and passing all tests on both 5.9.x and 5.8.x
6450      Branch: perl
6451            ! ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
6452            ! ext/B/t/OptreeCheck.pm ext/B/t/concise-xs.t ext/B/t/f_sort.t
6453            ! ext/B/t/optree_constants.t ext/B/t/optree_specials.t
6454            ! ext/B/t/pragma.t
6455 ____________________________________________________________________________
6456 [ 30557] By: rgs                                   on 2007/03/12  22:14:27
6457         Log: Fix a couple of minor typos in comments
6458      Branch: perl
6459            ! dump.c
6460 ____________________________________________________________________________
6461 [ 30556] By: rgs                                   on 2007/03/12  21:58:19
6462         Log: Better wording for (?|...) in perlre, from a suggestion by Ruud.
6463      Branch: perl
6464            ! pod/perlre.pod
6465 ____________________________________________________________________________
6466 [ 30555] By: rgs                                   on 2007/03/12  21:22:55
6467         Log: Remove notes about experimental functions in the utf8 module.
6468              Also, document that the internal utf8 functions can be used
6469              without loading utf8.pm. (Suggested by Juerd)
6470      Branch: perl
6471            ! lib/utf8.pm
6472 ____________________________________________________________________________
6473 [ 30554] By: rgs                                   on 2007/03/12  21:00:05
6474         Log: warn() without args doesn't take a default message in $_, but in $@
6475      Branch: perl
6476            ! pod/perldiag.pod
6477 ____________________________________________________________________________
6478 [ 30553] By: nicholas                              on 2007/03/12  18:21:56
6479         Log: Fix the partially passing TODO test in optree_constants.t by
6480              making the tests for PL_sv_yes and PL_sv_no run as separate programs,
6481              rather than code eval'd in the current program, as under ithreads
6482              whether you get the real thing or a copy depends on whether any
6483              previous code has that SV in a PAD op.
6484      Branch: perl
6485            ! ext/B/t/optree_constants.t
6486 ____________________________________________________________________________
6487 [ 30552] By: nicholas                              on 2007/03/12  15:30:39
6488         Log: With the demise of ByteLoader in blead, unshare_hek can return to the
6489              backwaters of 'p'. Not being visible to 'EX'tensions means that there's
6490              less exposure to maintenance compatibility concerns.
6491      Branch: perl
6492            ! embed.fnc embed.h global.sym
6493 ____________________________________________________________________________
6494 [ 30551] By: stevep                                on 2007/03/12  15:12:39
6495         Log: Upgrade to CPAN-1.88_78
6496      Branch: perl
6497            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Kwalify.pm
6498            ! lib/CPAN/Kwalify/distroprefs.dd
6499            ! lib/CPAN/Kwalify/distroprefs.yml lib/CPAN/bin/cpan
6500 ____________________________________________________________________________
6501 [ 30550] By: nicholas                              on 2007/03/12  15:03:29
6502         Log: Bitten again by the snakes in the MANIFEST spec - tabs, not spaces.
6503      Branch: perl
6504            ! MANIFEST
6505 ____________________________________________________________________________
6506 [ 30548] By: rgs                                   on 2007/03/12  14:33:01
6507         Log: Like fake scalars, state variables shouldn't get new pad entries
6508              at each recursion, in order to be truly stateful. (bug #41789)
6509      Branch: perl
6510            ! pad.c t/op/state.t
6511 ____________________________________________________________________________
6512 [ 30544] By: craigb                                on 2007/03/11  23:42:14
6513         Log: ExtUtils::Manifest fix-ups for VMS:
6514              - don't use multiple dots in .bak filenames
6515              - remove VMS-specific clobbering of keys with values in mkmanifest()
6516              patch also in RT at <http://rt.cpan.org//Ticket/Display.html?id=25377>
6517      Branch: perl
6518            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
6519 ____________________________________________________________________________
6520 [ 30543] By: craigb                                on 2007/03/11  21:05:08
6521         Log: Upgrade inplace.t and iprefix.t to use test.pl, avoiding a lot
6522              of OS-specific shenanigans.
6523      Branch: perl
6524            ! t/io/inplace.t t/io/iprefix.t
6525 ____________________________________________________________________________
6526 [ 30542] By: craigb                                on 2007/03/11  21:01:35
6527         Log: Add directory depth check for older VMS systems to check83.pl
6528      Branch: perl
6529            ! Porting/check83.pl
6530 ____________________________________________________________________________
6531 [ 30537] By: nicholas                              on 2007/03/10  16:56:21
6532         Log: Test that format references can't be wrongly dereferenced.
6533              Test that a glob dereference of a PVIO correctly sets the IO of the
6534              temporary glob that it creates.
6535      Branch: perl
6536            ! t/op/ref.t
6537 ____________________________________________________________________________
6538 [ 30535] By: nicholas                              on 2007/03/10  16:20:31
6539         Log: Bump Exporter's $VERSION.
6540      Branch: perl
6541            ! lib/Exporter.pm
6542 ____________________________________________________________________________
6543 [ 30533] By: nicholas                              on 2007/03/10  15:34:34
6544         Log: A test case for change 30527 (chdir bareword ambiguity with dirhandles
6545              and filehandles)
6546      Branch: perl
6547            ! t/op/chdir.t
6548 ____________________________________________________________________________
6549 [ 30532] By: nicholas                              on 2007/03/10  15:30:46
6550         Log: Refactor the "has fchdir" and "has dirfd" logic to one place.
6551      Branch: perl
6552            ! t/op/chdir.t
6553 ____________________________________________________________________________
6554 [ 30531] By: nicholas                              on 2007/03/09  20:49:47
6555         Log: Don't swallow up other warnings in Exporter's test. Remove a needless
6556              eval that happened to generate 4 warnings.
6557      Branch: perl
6558            ! lib/Exporter.t
6559 ____________________________________________________________________________
6560 [ 30530] By: merijn                                on 2007/03/09  19:47:15
6561         Log: Subject: [perl #41587] [PATCH] 5.8.8 make sure we get the proper ldflags on libperl.so 
6562              From: Tom Callaway (via RT) <perlbug-followup@perl.org>
6563              Date: Thu, 22 Feb 2007 14:39:02 -0800
6564              Message-ID: <rt-3.6.HEAD-28041-1172183942-1615.41587-75-0@perl.org>
6565      Branch: perl
6566            ! Makefile.SH
6567 ____________________________________________________________________________
6568 [ 30529] By: nicholas                              on 2007/03/09  19:23:57
6569         Log: Make Exporter::Heavy correctly not warn when exporting a symbol only
6570              declared in the export specification. Ensure that the test actually
6571              tests this.
6572      Branch: perl
6573            ! lib/Exporter.t lib/Exporter/Heavy.pm
6574 ____________________________________________________________________________
6575 [ 30528] By: merijn                                on 2007/03/09  19:02:23
6576         Log: Tom Callaway's Redhat patches
6577              
6578              Subject: [perl #41595] [PATCH] 5.8.8 Use CFLAGS for all compiler invocations
6579              From: Tom Callaway (via RT) <perlbug-followup@perl.org>
6580              Date: Thu, 22 Feb 2007 19:33:45 -0800
6581              Message-ID: <rt-3.6.HEAD-28041-1172201625-659.41595-75-0@perl.org>
6582              
6583              Subject: [perl #41589] [PATCH] 5.8.8 Linux needs -FPIC too
6584              From: Tom Callaway (via RT) <perlbug-followup@perl.org>
6585              Date: Thu, 22 Feb 2007 14:56:24 -0800
6586              Message-ID: <rt-3.6.HEAD-18680-1172184984-1237.41589-75-0@perl.org>
6587      Branch: perl
6588            ! Configure
6589 ____________________________________________________________________________
6590 [ 30527] By: stevep                                on 2007/03/09  18:30:16
6591         Log: Prefer dirhandles to filehandles when passing a bareword typeglob
6592              to chdir() and the typeglob has both a dirhandle and a 
6593              filehandle assigned to it.
6594      Branch: perl
6595            ! pp_sys.c
6596 ____________________________________________________________________________
6597 [ 30525] By: rgs                                   on 2007/03/09  17:47:22
6598         Log: Mention Perl::Unsafe::Signals in the core docs en passant.
6599      Branch: perl
6600            ! pod/perlipc.pod
6601 ____________________________________________________________________________
6602 [ 30521] By: craigb                                on 2007/03/09  00:46:34
6603         Log: In ExtUtils::Liblist::Kid::_vms_ext(), escape the dollar, not the
6604              minus (there was no intention to use $\ or $- here).
6605      Branch: perl
6606            ! lib/ExtUtils/Liblist/Kid.pm
6607 ____________________________________________________________________________
6608 [ 30520] By: rgs                                   on 2007/03/08  16:31:36
6609         Log: The HePV macro was borked.
6610      Branch: perl
6611            ! hv.h
6612 ____________________________________________________________________________
6613 [ 30519] By: rgs                                   on 2007/03/08  16:12:29
6614         Log: Warning fix. Since HePV's second argument is supposed
6615              to be an unsigned integer, there's not point in comparing
6616              it to 0.
6617      Branch: perl
6618            ! hv.h
6619 ____________________________________________________________________________
6620 [ 30518] By: rgs                                   on 2007/03/08  15:48:53
6621         Log: Subject: Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe
6622              From: demerphq <demerphq@gmail.com>
6623              Date: Thu, 8 Mar 2007 10:20:50 +0100
6624              Message-ID: <9b18b3110703080120s41147a4fh4f4c1f9817079be3@mail.gmail.com>
6625      Branch: perl
6626            ! gv.c lib/Tie/Hash/NamedCapture.pm t/op/regexp_namedcapture.t
6627 ____________________________________________________________________________
6628 [ 30517] By: rgs                                   on 2007/03/08  15:06:49
6629         Log: Subject: Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe
6630              From: demerphq <demerphq@gmail.com>
6631              Date: Wed, 7 Mar 2007 20:44:52 +0100
6632              Message-ID: <9b18b3110703071144t787e028s8a79fa1986624b54@mail.gmail.com>
6633      Branch: perl
6634            + lib/Tie/Hash/NamedCapture.pm t/op/regexp_namedcapture.t
6635            - ext/re/lib/re/Tie/Hash/NamedCapture.pm
6636            ! MANIFEST embed.fnc ext/re/re.xs ext/re/t/re_funcs.t global.sym
6637            ! gv.c pod/perl595delta.pod pod/perlvar.pod proto.h universal.c
6638 ____________________________________________________________________________
6639 [ 30516] By: steveh                                on 2007/03/08  14:13:11
6640         Log: Subject: RE: $Win32::VERSION problem
6641              From: "Jan Dubois" <jand@activestate.com>
6642              Date: Wed, 7 Mar 2007 12:26:01 -0800
6643              Message-ID: <00b301c760f6$d28129d0$77837d70$@com>
6644              
6645              Adds the tests from the dual-lived CPAN distribution Win32-0.27
6646              and removes two old t/win32 tests which are now redundant
6647      Branch: perl
6648            + ext/Win32/t/ExpandEnvironmentStrings.t
6649            + ext/Win32/t/GetFileVersion.t ext/Win32/t/GetFolderPath.t
6650            + ext/Win32/t/GetFullPathName.t ext/Win32/t/GetLongPathName.t
6651            + ext/Win32/t/GetOSVersion.t ext/Win32/t/GuidGen.t
6652            - t/win32/getosversion.t t/win32/longpath.t
6653            ! MANIFEST
6654 ____________________________________________________________________________
6655 [ 30515] By: rgs                                   on 2007/03/08  13:49:42
6656         Log: Subject: debugger history save and load
6657              From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
6658              Date: Wed, 07 Mar 2007 14:53:58 +0100
6659              Message-ID: <87y7m99n2h.fsf@k75.linux.bogus>
6660      Branch: perl
6661            ! lib/perl5db.pl
6662 ____________________________________________________________________________
6663 [ 30514] By: rgs                                   on 2007/03/08  13:46:16
6664         Log: Better docs for C<no VERSION>
6665      Branch: perl
6666            ! pod/perl593delta.pod pod/perlfunc.pod
6667 ____________________________________________________________________________
6668 [ 30513] By: rgs                                   on 2007/03/08  11:19:38
6669         Log: Need to extend the stack when using warn() without
6670              an argument (this fixes bug #41716)
6671      Branch: perl
6672            ! pp_sys.c
6673 ____________________________________________________________________________
6674 [ 30512] By: rgs                                   on 2007/03/08  11:17:21
6675         Log: Subject: [PATCH] Default to ELF on FreeBSD when objformat is not there
6676              From: Anton Berezin <tobez@tobez.org>
6677              Date: Thu, 8 Mar 2007 12:08:45 +0100
6678              Message-ID: <20070308110845.GA24332@heechee.tobez.org>
6679      Branch: perl
6680            ! hints/freebsd.sh
6681 ____________________________________________________________________________
6682 [ 30511] By: craigb                                on 2007/03/08  03:50:32
6683         Log: MM->{ldflags} may not be defined and wouldn't help us locate
6684              the perlshr library anyway (follow-up to #30462).
6685      Branch: perl
6686            ! lib/ExtUtils/Liblist/Kid.pm
6687 ____________________________________________________________________________
6688 [ 30510] By: craigb                                on 2007/03/08  03:06:53
6689         Log: Make vms/gen_shrfls.pl better able to detect header transitions with
6690              various compiler versions (needed after #30463).
6691      Branch: perl
6692            ! vms/gen_shrfls.pl
6693 ____________________________________________________________________________
6694 [ 30500] By: rgs                                   on 2007/03/07  17:08:54
6695         Log: Regenerates internal and external API docs
6696      Branch: perl
6697            ! pod/perlapi.pod pod/perlintern.pod
6698 ____________________________________________________________________________
6699 [ 30499] By: rgs                                   on 2007/03/07  17:05:29
6700         Log: Add the new man page, perlunifaq, in relevant places
6701      Branch: perl
6702            ! plan9/mkfile pod.lst pod/perl.pod vms/descrip_mms.template
6703            ! win32/pod.mak
6704 ____________________________________________________________________________
6705 [ 30497] By: rgs                                   on 2007/03/07  16:36:20
6706         Log: Syntax nit in ExtUtils::Liblist::Kid, noticed by Yves Orton
6707      Branch: perl
6708            ! lib/ExtUtils/Liblist/Kid.pm
6709 ____________________________________________________________________________
6710 [ 30496] By: rgs                                   on 2007/03/07  16:32:48
6711         Log: Use another method to avoid the "possible interpolation" warning
6712              for @- and @+ : do this directly from the lexer (patch by Yves
6713              Orton.) This way, @- and @+ aren't preloaded anymore.
6714              Avoid to require re::Tie::Hash::NamedCapture when the *- or *+
6715              globs are created, this was breaking the build due to miniperl's
6716              inability to load it.
6717      Branch: perl
6718            ! gv.c perl.c toke.c
6719 ____________________________________________________________________________
6720 [ 30493] By: merijn                                on 2007/03/07  13:23:23
6721         Log: Subject: Re: [PATCH] (Re: [PATCH] unicode/utf8 pod)
6722              From: Juerd Waalboer <juerd@convolution.nl>
6723              Date: Sun, 4 Mar 2007 16:00:19 +0100
6724              Message-ID: <20070304150019.GN4723@c4.convolution.nl>
6725      Branch: perl
6726            + pod/perlunifaq.pod
6727            ! MANIFEST ext/Encode/Encode.pm ext/Encode/encoding.pm
6728            ! lib/PerlIO.pm lib/utf8.pm pod/perlapi.pod pod/perldata.pod
6729            ! pod/perldiag.pod pod/perlfunc.pod pod/perlguts.pod
6730            ! pod/perlpacktut.pod pod/perlport.pod pod/perlretut.pod
6731            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlunitut.pod
6732            ! pod/perlvar.pod sv.c
6733 ____________________________________________________________________________
6734 [ 30492] By: rgs                                   on 2007/03/07  11:00:07
6735         Log: Localize $! in splainthis() too. (see bug #41717)
6736      Branch: perl
6737            ! lib/diagnostics.pm
6738 ____________________________________________________________________________
6739 [ 30491] By: rgs                                   on 2007/03/07  10:57:11
6740         Log: Better localisation of $_ in diagnostics.
6741              This fixes bug #41717.
6742      Branch: perl
6743            ! lib/diagnostics.pm
6744 ____________________________________________________________________________
6745 [ 30490] By: rgs                                   on 2007/03/07  10:33:38
6746         Log: Avoid to load the *+ and *- globs too early.
6747              To silence spurious interpolation warnings, merely
6748              create the stash entry for them. Ensure that the
6749              re::Tie::Hash::NamedCapture module is always loaded
6750              when we have created the tied hashes %+ and %-.
6751              Revert change #30483, which is now unnecessary.
6752      Branch: perl
6753            ! gv.c lib/dumpvar.pl perl.c
6754 ____________________________________________________________________________
6755 [ 30489] By: stevep                                on 2007/03/06  16:49:47
6756         Log: Upgrade to IO-Zlib-1.05.  There are updates to the core that have
6757              not yet been included in the CPAN distribution, so the core 
6758              module has a version bump.
6759      Branch: perl
6760            ! lib/IO/Zlib.pm lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/getline.t
6761 ____________________________________________________________________________
6762 [ 30488] By: rgs                                   on 2007/03/06  15:51:06
6763         Log: Fix error messages returned by S_require_tie_mod. Fix small leaks
6764              happening in there too. More importantly, call it when we load both
6765              a hash or a glob.
6766      Branch: perl
6767            ! gv.c
6768 ____________________________________________________________________________
6769 [ 30487] By: rgs                                   on 2007/03/06  15:04:03
6770         Log: Fix a small leak on loading *+ and *- globs
6771      Branch: perl
6772            ! gv.c
6773 ____________________________________________________________________________
6774 [ 30486] By: stevep                                on 2007/03/06  13:52:56
6775         Log: Upgrade to CGI.pm-3.27
6776      Branch: perl
6777            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Util.pm
6778            ! lib/CGI/t/form.t lib/CGI/t/util.t
6779 ____________________________________________________________________________
6780 [ 30485] By: rgs                                   on 2007/03/06  11:19:04
6781         Log: Subject: [PATCH] 'Unknown PerlIO layer "encoding"...' message
6782              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
6783              Date: Fri, 2 Mar 2007 06:59:41 -0800 (PST)
6784              Message-ID: <794180.55454.qm@web30208.mail.mud.yahoo.com>
6785      Branch: perl
6786            ! lib/Pod/t/man.t
6787 ____________________________________________________________________________
6788 [ 30484] By: rgs                                   on 2007/03/06  11:10:26
6789         Log: Doc patch about PerlIO::encoding:
6790              
6791              Subject: [PATCH] Re: 'Unknown PerlIO layer "encoding"...' message
6792              From: Tels <nospam-abuse@bloodgate.com>
6793              Date: Fri, 2 Mar 2007 11:31:39 +0000
6794              Message-Id: <200703021131.41085@bloodgate.com>
6795      Branch: perl
6796            ! pod/perlfunc.pod
6797 ____________________________________________________________________________
6798 [ 30483] By: rgs                                   on 2007/03/06  10:32:01
6799         Log: dumpvar.pl must load re::Tie::Hash::NamedCapture if it wants
6800              to dump %+ and %-.
6801      Branch: perl
6802            ! lib/dumpvar.pl
6803 ____________________________________________________________________________
6804 [ 30482] By: steveh                                on 2007/03/06  09:20:51
6805         Log: Reinstate part of #28744 that was accidentally reverted in #30454
6806              to suppress a couple of warnings (at least on Win32)
6807      Branch: perl
6808            ! ext/Math/BigInt/FastCalc/FastCalc.pm
6809            ! ext/Math/BigInt/FastCalc/FastCalc.xs
6810 ____________________________________________________________________________
6811 [ 30481] By: nicholas                              on 2007/03/05  23:52:09
6812         Log: As SvUPGRADE() is a macro wrapping a call to sv_upgrade() inside
6813              a check on the existing SvTYPE(), there's no need to wrap it inside
6814              another explcit check of SvTYPE(). This won't make any difference to
6815              the output of an optimising compiler, but it makes the source clearer.
6816      Branch: perl
6817            ! pp_ctl.c sv.c
6818 ____________________________________________________________________________
6819 [ 30464] By: nicholas                              on 2007/03/05  12:26:46
6820         Log: Change 30461 was wrong. As ext/re (re)builds the regexp engine with
6821              -DDEBUGGING, it's going to need PL_reg_name even if core perl doesn't.
6822              So something is always going to use it, so always define it, and always
6823              export it. (But only define it once, so that static builds work.)
6824      Branch: perl
6825            ! makedef.pl regcomp.pl regnodes.h
6826 ____________________________________________________________________________
6827 [ 30463] By: craigb                                on 2007/03/05  00:13:50
6828         Log: In vms/gen_shrfls.pl, no more special handling of vars from
6829              regcomp.h -- just process the file. (Needed for PL_reg_name.)
6830      Branch: perl
6831            ! vms/gen_shrfls.pl
6832 ____________________________________________________________________________
6833 [ 30462] By: craigb                                on 2007/03/04  22:58:29
6834         Log: Use linker flags rather than compiler flags in ExtUtils::Liblist::Kid::_vms_ext 
6835              when determining whether the perlshr library was linked debug. Also submitted 
6836              to CPAN RT queue at <http://rt.cpan.org/Ticket/Display.html?id=25268>.
6837      Branch: perl
6838            ! lib/ExtUtils/Liblist/Kid.pm
6839 ____________________________________________________________________________
6840 [ 30461] By: nicholas                              on 2007/03/04  19:22:45
6841         Log: It seems that change 30451 should also have arranged to export
6842              PL_reg_name properly. Hopefuly this will fix it, but I don't have
6843              access to any platform where I can test this directly.
6844      Branch: perl
6845            ! globvar.sym makedef.pl
6846 ____________________________________________________________________________
6847 [ 30460] By: stevep                                on 2007/03/04  17:15:38
6848         Log: Subject: [PATCH] Math::BigInt 1.80
6849              From: Tels <nospam-abuse@bloodgate.com>
6850              Date: Sun, 4 Mar 2007 15:57:01 +0000
6851              Message-Id: <200703041557.02996@bloodgate.com>
6852      Branch: perl
6853            + lib/Math/BigInt/t/nan_cmp.t lib/Math/BigInt/t/new_ovld.t
6854            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
6855            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
6856            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
6857            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/biglog.t
6858            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/upgrade.inc
6859 ____________________________________________________________________________
6860 [ 30459] By: nicholas                              on 2007/03/04  11:51:08
6861         Log: Rename exception() to apitest_exception() in XS/APItest, so that it
6862              doesn't clash with the exception() in Devel/PPPort. This way, all
6863              tests pass when both modules are staticly linked.
6864      Branch: perl
6865            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
6866            ! ext/XS/APItest/exception.c ext/XS/APItest/t/exception.t
6867 ____________________________________________________________________________
6868 [ 30458] By: stevep                                on 2007/03/04  07:01:34
6869         Log: Upgrade to IO-Compress-Base-2.004, Compress-Raw-Zlib-2.004, 
6870              IO-Compress-Zlib-2.004, and Compress-Zlib-2.004.
6871      Branch: perl
6872            ! ext/Compress/Raw/Zlib/Changes
6873            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
6874            ! ext/Compress/Raw/Zlib/Zlib.xs
6875            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
6876            ! ext/Compress/Raw/Zlib/t/02zlib.t ext/Compress/Zlib/Changes
6877            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
6878            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
6879            ! ext/Compress/Zlib/t/03zlib-v1.t ext/IO/Compress/Base/Changes
6880            ! ext/IO/Compress/Base/Makefile.PL ext/IO/Compress/Base/README
6881            ! ext/IO/Compress/Base/lib/IO/Compress/Base.pm
6882            ! ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm
6883            ! ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm
6884            ! ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm
6885            ! ext/IO/Compress/Zlib/Changes ext/IO/Compress/Zlib/Makefile.PL
6886            ! ext/IO/Compress/Zlib/README
6887            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm
6888            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm
6889            ! ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm
6890            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm
6891            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm
6892            ! ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
6893            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm
6894            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm
6895            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm
6896            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm
6897            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
6898            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
6899            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
6900            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
6901            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
6902            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
6903            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
6904            ! ext/IO/Compress/Zlib/t/050interop-gzip.t
6905            ! t/lib/compress/generic.pl t/lib/compress/merge.pl
6906 ____________________________________________________________________________
6907 [ 30457] By: stevep                                on 2007/03/04  04:51:28
6908         Log: Upgrade to Time-HiRes-1.9707
6909      Branch: perl
6910            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/t/HiRes.t
6911            ! pod/perlretut.pod
6912 ____________________________________________________________________________
6913 [ 30456] By: craigb                                on 2007/03/03  23:26:33
6914         Log: Clean up the right file in vms/test.com (following #30414).
6915      Branch: perl
6916            ! vms/test.com
6917 ____________________________________________________________________________
6918 [ 30455] By: rgs                                   on 2007/03/03  18:19:01
6919         Log: Add missing file from change #30454
6920      Branch: perl
6921            + ext/Math/BigInt/FastCalc/t/leak.t
6922 ____________________________________________________________________________
6923 [ 30454] By: nicholas                              on 2007/03/03  16:47:05
6924         Log: Subject: [PATCH] Math::BigInt::FastCalc 0.12 (plug leaks)
6925              From: Tels <nospam-abuse@bloodgate.com>
6926              Date: Sat, 3 Mar 2007 17:09:58 +0000
6927              Message-Id: <200703031710.00203@bloodgate.com>
6928      Branch: perl
6929            ! MANIFEST ext/Math/BigInt/FastCalc/FastCalc.pm
6930            ! ext/Math/BigInt/FastCalc/FastCalc.xs
6931 ____________________________________________________________________________
6932 [ 30453] By: nicholas                              on 2007/03/03  15:50:33
6933         Log: Must only use dynamic extensions in the Dynaloader test. If the
6934              extensions are static, it doesn't work :-)
6935      Branch: perl
6936            ! ext/DynaLoader/t/DynaLoader.t
6937 ____________________________________________________________________________
6938 [ 30452] By: nicholas                              on 2007/03/03  15:28:39
6939         Log: As the test is about the parser, not actually running the code, better
6940              to avoid running <STDOUT> rather than run it with warnings disabled.
6941      Branch: perl
6942            ! t/op/gv.t
6943 ____________________________________________________________________________
6944 [ 30451] By: nicholas                              on 2007/03/03  12:22:19
6945         Log: Define and initialise reg_name only once.
6946              This allows re to be a static extension.
6947              As it's now no-longer a static variable in regcomp.c, it needs a PL_
6948              prefix.
6949      Branch: perl
6950            ! regcomp.c regcomp.pl regexec.c regnodes.h
6951 ____________________________________________________________________________
6952 [ 30450] By: rgs                                   on 2007/03/03  10:09:49
6953         Log: Don't let feature.pm interfere with the tests for use VERSION.
6954              That probably needs to be refined.
6955      Branch: perl
6956            ! t/comp/use.t
6957 ____________________________________________________________________________
6958 [ 30449] By: rgs                                   on 2007/03/03  09:39:55
6959         Log: Subject: [PATCH] Don't copy DynaLoader.o unnecessarily
6960              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
6961              Date: Thu, 1 Mar 2007 08:47:30 -0800 (PST)
6962              Message-ID: <566598.96493.qm@web30204.mail.mud.yahoo.com>
6963      Branch: perl
6964            ! ext/DynaLoader/Makefile.PL
6965 ____________________________________________________________________________
6966 [ 30448] By: rgs                                   on 2007/03/03  09:36:54
6967         Log: Add a volatile modifier to avoid possible cloberring by longjmp,
6968              as the compiler used by Jerry D. Hedden warns.
6969      Branch: perl
6970            ! perl.c
6971 ____________________________________________________________________________
6972 [ 30447] By: rgs                                   on 2007/03/03  09:34:23
6973         Log: Compilation warnings fixes by Jerry D. Hedden
6974      Branch: perl
6975            ! perlio.c pp_sys.c universal.c xsutils.c
6976 ____________________________________________________________________________
6977 [ 30446] By: rgs                                   on 2007/03/03  09:29:37
6978         Log: Make use VERSION also load feature.pm
6979      Branch: perl
6980            + t/lib/feature/implicit
6981            ! MANIFEST lib/feature.pm pod/perlfunc.pod pp_ctl.c
6982 ____________________________________________________________________________
6983 [ 30445] By: craigb                                on 2007/03/03  04:35:24
6984         Log: Fix a few errors and ambiguities in configure.com caught by
6985              Charlie Hammond's DCL Checker.
6986      Branch: perl
6987            ! configure.com
6988 ____________________________________________________________________________
6989 [ 30444] By: nicholas                              on 2007/03/02  15:02:43
6990         Log: Avoid an assertion failure when overloading readpipe.
6991      Branch: perl
6992            ! t/op/gv.t toke.c
6993 ____________________________________________________________________________
6994 [ 30443] By: nicholas                              on 2007/03/02  14:42:27
6995         Log: More assertion failures, found by auditing the code.
6996      Branch: perl
6997            ! gv.c t/op/gv.t toke.c universal.c
6998 ____________________________________________________________________________
6999 [ 30442] By: nicholas                              on 2007/03/02  13:23:22
7000         Log: Don't crash if the symbol table entry for ISA isn't a typeglob.
7001      Branch: perl
7002            ! gv.c t/op/gv.t
7003 ____________________________________________________________________________
7004 [ 30441] By: rgs                                   on 2007/03/02  12:58:04
7005         Log: More work on perldelta
7006      Branch: perl
7007            ! pod/perl595delta.pod
7008 ____________________________________________________________________________
7009 [ 30440] By: nicholas                              on 2007/03/01  17:46:49
7010         Log: The bug fixed by change 29610 would have been avoided with this
7011              assertion - ensure that the hek argument to Perl_unshare_hek() is not
7012              NULL, because if it is, then S_unshare_hek_or_pvn() will merrily
7013              unshare the string "" instead.
7014      Branch: perl
7015            ! hv.c
7016 ____________________________________________________________________________
7017 [ 30439] By: nicholas                              on 2007/03/01  16:09:31
7018         Log: Don't SEGV when dumping an undefined typeglob. The HEK used to store
7019              the GV's name can be NULL.
7020      Branch: perl
7021            ! gv.h
7022 ____________________________________________________________________________
7023 [ 30438] By: rgs                                   on 2007/03/01  15:22:52
7024         Log: Mention the syntax C<use feature ':5.10'> in feature.pm's synopsis
7025      Branch: perl
7026            ! lib/feature.pm
7027 ____________________________________________________________________________
7028 [ 30437] By: rgs                                   on 2007/03/01  11:20:14
7029         Log: Upgrade to Params::Check 0.26
7030      Branch: perl
7031            ! lib/Params/Check.pm lib/Params/Check/t/01_Params-Check.t
7032 ____________________________________________________________________________
7033 [ 30436] By: rgs                                   on 2007/03/01  10:54:09
7034         Log: Subject: Re: New file: t/op/regexp_email.t
7035              From: demerphq <demerphq@gmail.com>
7036              Date: Wed, 28 Feb 2007 17:45:33 +0100
7037              Message-ID: <9b18b3110702280845p7860ca08taf1aead39a178aa4@mail.gmail.com>
7038      Branch: perl
7039            + t/op/regexp_email.t
7040            ! MANIFEST ext/re/re.pm regcomp.h regexec.c
7041 ____________________________________________________________________________
7042 [ 30435] By: rgs                                   on 2007/03/01  10:30:04
7043         Log: A new test by Abigail: Check that certain modules don't
7044              get loaded when other modules are used.
7045      Branch: perl
7046            + t/lib/no_load.t
7047            ! MANIFEST
7048 ____________________________________________________________________________
7049 [ 30434] By: rgs                                   on 2007/03/01  10:21:58
7050         Log: Subject: [PATCH] Re: Revisits in 'make install'
7051              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
7052              Date: Wed, 28 Feb 2007 10:59:49 -0800 (PST)
7053              Message-ID: <95346.11233.qm@web30207.mail.mud.yahoo.com>
7054      Branch: perl
7055            ! Makefile.SH
7056 ____________________________________________________________________________
7057 [ 30433] By: rgs                                   on 2007/03/01  10:10:41
7058         Log: A couple of casting nits by Jarkko
7059      Branch: perl
7060            ! op.c pp_hot.c
7061 ____________________________________________________________________________
7062 [ 30432] By: rgs                                   on 2007/03/01  09:19:07
7063         Log: Teach Module::Build about DragonflyBSD
7064      Branch: perl
7065            ! lib/Module/Build.pm
7066 ____________________________________________________________________________
7067 [ 30431] By: rgs                                   on 2007/02/28  15:27:23
7068         Log: Missing dual-lived modules in maintainers list
7069      Branch: perl
7070            ! Porting/Maintainers.pl
7071 ____________________________________________________________________________
7072 [ 30430] By: rgs                                   on 2007/02/28  14:51:41
7073         Log: Update my email address
7074      Branch: perl
7075            ! AUTHORS Porting/checkAUTHORS.pl
7076 ____________________________________________________________________________
7077 [ 30429] By: steveh                                on 2007/02/28  12:29:35
7078         Log: Subject: [PATCH] Win32 doc update for Win32CORE changes
7079              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
7080              Date: Mon, 26 Feb 2007 11:28:00 -0800 (PST)
7081              Message-ID: <13678.68.166.55.187.1172518080.squirrel@68.166.55.187>
7082      Branch: perl
7083            ! ext/Win32/Win32.pm ext/Win32CORE/Win32CORE.pm
7084 ____________________________________________________________________________
7085 [ 30428] By: rgs                                   on 2007/02/28  10:42:03
7086         Log: Subject: [PATCH t/japh/abigail.t] Unexpected output
7087              From: Abigail <abigail@abigail.be>
7088              Date: Tue, 27 Feb 2007 23:00:28 +0100
7089              Message-ID: <20070227220028.GA460@abigail.nl>
7090      Branch: perl
7091            ! t/japh/abigail.t
7092 ____________________________________________________________________________
7093 [ 30427] By: rgs                                   on 2007/02/28  09:22:56
7094         Log: Remove obsolete test for the deprecation warning I just removed.
7095      Branch: perl
7096            ! t/op/regmesg.t
7097 ____________________________________________________________________________
7098 [ 30426] By: steveh                                on 2007/02/28  09:13:43
7099         Log: Subject: [PATCH] Fix ext/Win32API/File/t/file.t under test harness
7100              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
7101              Date: Tue, 27 Feb 2007 09:38:15 -0800 (PST)
7102              Message-ID: <994673.36516.qm@web30215.mail.mud.yahoo.com>
7103      Branch: perl
7104            ! ext/Win32API/File/t/file.t
7105 ____________________________________________________________________________
7106 [ 30425] By: steveh                                on 2007/02/28  09:11:19
7107         Log: Subject: Re: [PATCH] Re: Math::BigInt and Win32API::File whines a lot during make test...
7108              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
7109              Date: Tue, 27 Feb 2007 10:33:36 -0800 (PST)
7110              Message-ID: <738238.57355.qm@web30201.mail.mud.yahoo.com>
7111              
7112              (Silences warnings about math lib(s), avoids using Math::BigInt
7113              when using 64-bit ints and changes "new" to "->new()")
7114      Branch: perl
7115            ! ext/Win32API/File/File.pm
7116 ____________________________________________________________________________
7117 [ 30424] By: rgs                                   on 2007/02/28  08:54:05
7118         Log: (?p{}) has been deprecated for a long time.
7119              Remove it, so people are not confused with regard to the
7120              new /p regexp modifier.
7121      Branch: perl
7122            ! regcomp.c t/lib/warnings/regcomp toke.c
7123 ____________________________________________________________________________
7124 [ 30423] By: rgs                                   on 2007/02/28  08:45:55
7125         Log: Add new tests for keys in %+ and %-
7126      Branch: perl
7127            ! t/op/pat.t
7128 ____________________________________________________________________________
7129 [ 30422] By: rgs                                   on 2007/02/28  08:45:13
7130         Log: perltodo nit for SelfLoader
7131      Branch: perl
7132            ! pod/perltodo.pod
7133 ____________________________________________________________________________
7134 [ 30421] By: rgs                                   on 2007/02/28  08:44:16
7135         Log: Fix a couple of typos in internal docs
7136      Branch: perl
7137            ! hv.c util.c
7138 ____________________________________________________________________________
7139 [ 30420] By: nicholas                              on 2007/02/27  23:07:39
7140         Log: Subject: [PATCH AUTHORS] Change of email address.
7141              From: Abigail <abigail@abigail.be>
7142              Message-ID: <20070227225456.GA1808@abigail.nl>
7143              Date: Tue, 27 Feb 2007 23:54:56 +0100
7144      Branch: perl
7145            ! AUTHORS
7146 ____________________________________________________________________________
7147 [ 30419] By: nicholas                              on 2007/02/27  20:36:14
7148         Log: Subject: [PATCH] Skip tests if Encode not built
7149              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
7150              Date: Tue, 27 Feb 2007 11:27:58 -0800 (PST)
7151              Message-ID: <176638.9767.qm@web30207.mail.mud.yahoo.com>
7152      Branch: perl
7153            ! lib/Pod/Simple/t/corpustest.t
7154            ! lib/encoding/warnings/t/4-lexical.t
7155 ____________________________________________________________________________
7156 [ 30418] By: rgs                                   on 2007/02/27  14:07:28
7157         Log: Disable the strict pragma before eval'ing selfloaded code.
7158      Branch: perl
7159            ! lib/SelfLoader.pm
7160 ____________________________________________________________________________
7161 [ 30417] By: rgs                                   on 2007/02/27  13:39:03
7162         Log: dmq points out that %+ and %- are not arrays. Fix the doc.
7163      Branch: perl
7164            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm
7165 ____________________________________________________________________________
7166 [ 30416] By: rgs                                   on 2007/02/27  13:16:46
7167         Log: Update Changes
7168      Branch: perl
7169            ! Changes
7170 ____________________________________________________________________________
7171 [ 30415] By: rgs                                   on 2007/02/27  10:56:17
7172         Log: Rework and fix docs for %+, %- and re::Tie::Hash::NamedCapture.
7173      Branch: perl
7174            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm pod/perlvar.pod
7175 ____________________________________________________________________________
7176 [ 30414] By: craigb                                on 2007/02/27  01:41:31
7177         Log: On VMS, use the normal executable file extension for the copy of 
7178              Perl used to run the test suite.  Not doing so was confusing
7179              some of the Module::Build tests.
7180      Branch: perl
7181            ! vms/descrip_mms.template vms/test.com
7182 ____________________________________________________________________________
7183 [ 30413] By: rgs                                   on 2007/02/26  17:10:33
7184         Log: Subject: Re: [perl #41565] qr// memory corruption
7185              From: demerphq <demerphq@gmail.com>
7186              Date: Mon, 26 Feb 2007 16:45:23 +0100
7187              Message-ID: <9b18b3110702260745u373980e8x19ba3afdf33bd424@mail.gmail.com>
7188      Branch: perl
7189            ! ext/re/t/regop.t regcomp.c regexec.c
7190 ____________________________________________________________________________
7191 [ 30412] By: rgs                                   on 2007/02/26  16:49:45
7192         Log: Subject: Re: Regexp recursion limit too low?
7193              From: demerphq <demerphq@gmail.com>
7194              Date: Thu, 15 Feb 2007 17:22:16 +0100
7195              Message-ID: <9b18b3110702150822o13a4f240g86463c60e625fb8f@mail.gmail.com>
7196      Branch: perl
7197            ! regexec.c regexp.h
7198 ____________________________________________________________________________
7199 [ 30411] By: steveh                                on 2007/02/26  13:45:23
7200         Log: Bump $Win32API::File::VERSION for change #30409
7201      Branch: perl
7202            ! ext/Win32API/File/File.pm
7203 ____________________________________________________________________________
7204 [ 30410] By: craigb                                on 2007/02/26  13:36:41
7205         Log: In configure.com, include the Win32 extensions in $Config{known_extensions},
7206              but not it $Config{extensions}.  This way t/TEST knows to exclude them.
7207      Branch: perl
7208            ! configure.com
7209 ____________________________________________________________________________
7210 [ 30409] By: steveh                                on 2007/02/26  13:27:58
7211         Log: Subject: [PATCH] Re: [PATCH] Re: Win32 modules & cygwin
7212              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
7213              Date: Mon, 26 Feb 2007 00:45:10 -0800 (PST)
7214              Message-ID: <1300.63.226.247.142.1172479510.squirrel@63.226.247.142>
7215              
7216              (Stops Win32* extension tests from being run when the
7217              corresponding extensions haven't been built)
7218      Branch: perl
7219            ! ext/Win32API/File/t/file.t ext/Win32API/File/t/tie.t
7220            ! ext/Win32CORE/t/win32core.t
7221 ____________________________________________________________________________
7222 [ 30408] By: nicholas                              on 2007/02/26  11:59:27
7223         Log: Update the FSF's address. Plus some other whitespace and NON-WHITESPACE
7224              changes that have crept into the GPL v2.
7225      Branch: perl
7226            ! README emacs/cperl-mode.el lib/Tie/File.pm pod/perlgpl.pod
7227 ____________________________________________________________________________
7228 [ 30407] By: nicholas                              on 2007/02/26  11:07:06
7229         Log: Fix bug #41550 -  AUTOLOAD :lvalue not working the same in blead as in
7230              5.8.8 (a code example from "Extending and Embedding Perl")
7231      Branch: perl
7232            ! op.h t/op/sub_lval.t
7233 ____________________________________________________________________________
7234 [ 30406] By: nicholas                              on 2007/02/26  09:33:15
7235         Log: Convert t/op/sub_lval.t to test.pl
7236      Branch: perl
7237            ! t/op/sub_lval.t
7238 ____________________________________________________________________________
7239 [ 30405] By: rgs                                   on 2007/02/26  06:59:44
7240         Log: Module::Pluggable wasn't in the maintainers list
7241      Branch: perl
7242            ! Porting/Maintainers.pl
7243 ____________________________________________________________________________
7244 [ 30404] By: rgs                                   on 2007/02/26  06:57:22
7245         Log: Add a version number to Module::Pluggable::Object and
7246              bump the version number of Module::Pluggable
7247      Branch: perl
7248            ! lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
7249 ____________________________________________________________________________
7250 [ 30403] By: craigb                                on 2007/02/26  04:35:18
7251         Log: In perlport, refine description of eight-level directory depth
7252              limitation on older VMS systems and add example of how to tell 
7253              when we're in trouble.
7254      Branch: perl
7255            ! pod/perlport.pod
7256 ____________________________________________________________________________
7257 [ 30402] By: craigb                                on 2007/02/26  01:08:07
7258         Log: Assorted updates to vms/vms.c to fix compiler errors on VAX.
7259      Branch: perl
7260            ! vms/vms.c
7261 ____________________________________________________________________________
7262 [ 30401] By: craigb                                on 2007/02/26  01:06:30
7263         Log: One more longdouble nit for configure.com, following 30217, 30325, and 30329.
7264      Branch: perl
7265            ! configure.com
7266 ____________________________________________________________________________
7267 [ 30400] By: craigb                                on 2007/02/26  00:42:30
7268         Log: Module::Pluggable::Object::search_paths portability update prompted by
7269              VMS test failures.  Patch also submitted to CPAN RT queue at 
7270              <http://rt.cpan.org/Public/Bug/Display.html?id=13607>.
7271      Branch: perl
7272            ! lib/Module/Pluggable/Object.pm
7273            ! lib/Module/Pluggable/t/20dodgy_files.t
7274 ____________________________________________________________________________
7275 [ 30399] By: rgs                                   on 2007/02/25  17:00:26
7276         Log: Subject: [PATCH] sigtrap.pm (handler_traceback): do not clobber $_
7277              From: Alexey Tourbin <at@altlinux.ru>
7278              Date: Sat, 24 Feb 2007 21:24:32 +0300
7279              Message-ID: <20070224182432.GA14446@localhost.localdomain>
7280      Branch: perl
7281            ! lib/sigtrap.pm
7282 ____________________________________________________________________________
7283 [ 30398] By: rgs                                   on 2007/02/25  16:44:52
7284         Log: Subject: [perl #41560] [PATCH] crash in Perl_vmess when GvIOp is null 
7285              From: "Devin Heitmueller" (via RT) <perlbug-followup@perl.org>
7286              Date: Tue, 20 Feb 2007 16:38:20 -0800
7287              Message-ID: <rt-3.6.HEAD-24617-1172018300-131.41560-75-0@perl.org>
7288      Branch: perl
7289            ! util.c
7290 ____________________________________________________________________________
7291 [ 30397] By: rgs                                   on 2007/02/25  16:19:07
7292         Log: Subject: Re: [perl #41513] (parsing?)problem when using a '/' followed by a Switch statement
7293              From: "Wolfgang Laun" <wolfgang.laun@gmail.com>
7294              Date: Sat, 24 Feb 2007 15:08:44 +0100
7295              Message-ID: <17de7ee80702240608n1411ef67xcdd1ffb238742bc1@mail.gmail.com>
7296      Branch: perl
7297            ! lib/Switch.pm
7298 ____________________________________________________________________________
7299 [ 30396] By: rgs                                   on 2007/02/25  15:29:20
7300         Log: - Use the same regexp as in change #30395 to parse subroutine
7301              declarations
7302              - Make SelfLoader strict-compliant
7303              - Constant fold debug code out
7304      Branch: perl
7305            ! lib/SelfLoader.pm
7306 ____________________________________________________________________________
7307 [ 30395] By: rgs                                   on 2007/02/25  15:04:17
7308         Log: Factorize three regexps into one, using new regexp features
7309              (with some help from Yves Orton). (Now the compatibilty of this
7310              module with 5.8.x perls is doomed.)
7311      Branch: perl
7312            ! lib/AutoSplit.pm
7313 ____________________________________________________________________________
7314 [ 30394] By: rgs                                   on 2007/02/25  14:42:11
7315         Log: Don't clobber $_ by using "my $_". Potential bug found by Alexey Tourbin.
7316      Branch: perl
7317            ! lib/AutoSplit.pm
7318 ____________________________________________________________________________
7319 [ 30393] By: craigb                                on 2007/02/25  00:54:14
7320         Log: Add a comment to mg.c to clarify that words like "raise" and
7321              "pending" in the context of Perl's deferred signals bear only
7322              an analogous relationship to the underlying signal mechanism.
7323      Branch: perl
7324            ! mg.c
7325 ____________________________________________________________________________
7326 [ 30392] By: craigb                                on 2007/02/24  21:52:23
7327         Log: Update descriptions of long-running ops and non-deferrable
7328              signals in perlipc.pod.
7329      Branch: perl
7330            ! pod/perlipc.pod
7331 ____________________________________________________________________________
7332 [ 30391] By: rgs                                   on 2007/02/24  15:55:06
7333         Log: Subject: [PATCH] ExtUtils/Constant/Base.pm: use constant folding to eliminated dead code
7334              From: Alexey Tourbin <at@altlinux.ru>
7335              Date: Sat, 24 Feb 2007 15:52:23 +0300
7336              Message-ID: <20070224125223.GA17227@localhost.localdomain>
7337      Branch: perl
7338            ! lib/ExtUtils/Constant/Base.pm
7339 ____________________________________________________________________________
7340 [ 30390] By: rgs                                   on 2007/02/24  15:48:49
7341         Log: Subject: [PATCH] ExtUtils/MM_Unix.pm (fixin): do not clobber $/
7342              From: Alexey Tourbin <at@altlinux.ru>
7343              Date: Sat, 24 Feb 2007 15:38:58 +0300
7344              Message-ID: <20070224123858.GA11434@localhost.localdomain>
7345      Branch: perl
7346            ! lib/ExtUtils/MM_Unix.pm
7347 ____________________________________________________________________________
7348 [ 30389] By: rgs                                   on 2007/02/24  15:42:45
7349         Log: Subject: [PATCH] perlio.c (PerlIO_tmpfile): fix memory leak
7350              From: Alexey Tourbin <at@altlinux.ru>
7351              Date: Sat, 24 Feb 2007 14:47:35 +0300
7352              Message-ID: <20070224114735.GA3454@localhost.localdomain>
7353      Branch: perl
7354            ! perlio.c
7355 ____________________________________________________________________________
7356 [ 30388] By: rgs                                   on 2007/02/24  09:53:56
7357         Log: Add a new test for undef and delete on stash entries that
7358              are bound to subroutines or methods. Based on a test by
7359              Robert 'phaylon' Sedlacek.
7360      Branch: perl
7361            + t/op/symbolcache.t
7362            ! MANIFEST
7363 ____________________________________________________________________________
7364 [ 30387] By: rgs                                   on 2007/02/24  09:29:20
7365         Log: C<keys %+> should not warn. Don't make scan_ident test for
7366              ambiguous unary ops when the following token is a hash identifier.
7367              (like with scalars and arrays)
7368      Branch: perl
7369            ! t/lib/warnings/toke toke.c
7370 ____________________________________________________________________________
7371 [ 30386] By: rgs                                   on 2007/02/24  09:04:10
7372         Log: Indexing and POD fixes
7373      Branch: perl
7374            ! pod/perlop.pod
7375 ____________________________________________________________________________
7376 [ 30385] By: rgs                                   on 2007/02/24  08:51:29
7377         Log: Subject: [PATCH] perlretut.pod, 2nd version
7378              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
7379              Date: Thu, 22 Feb 2007 09:36:19 +0100
7380              Message-ID: <45DD5603.1040402@thalesgroup.com>
7381      Branch: perl
7382            ! pod/perlretut.pod
7383 ____________________________________________________________________________
7384 [ 30384] By: rgs                                   on 2007/02/24  07:22:05
7385         Log: At least, fix the MakeMaker build_man tests.
7386      Branch: perl
7387            ! lib/ExtUtils/t/build_man.t
7388 ____________________________________________________________________________
7389 [ 30383] By: rgs                                   on 2007/02/23  18:19:32
7390         Log: Subject: [PATCH blead] Re: [perl #41546] perl 5.8.x bug: overloaded 'eq' does not work with 'nomethod'
7391              From: Rick Delaney <rick@bort.ca>
7392              Date: Wed, 21 Feb 2007 16:53:16 -0500
7393              Message-ID: <20070221215316.GF5646@bort.ca>
7394      Branch: perl
7395            ! gv.c lib/overload.t
7396 ____________________________________________________________________________
7397 [ 30382] By: rgs                                   on 2007/02/22  18:29:18
7398         Log: Reinstate tests removed by change #30381, but don't
7399              "use Config" in the test, because that will overwrite
7400              %main::Config with the real Config hash, not the fake
7401              one from MakeMaker.
7402      Branch: perl
7403            ! lib/ExtUtils/t/build_man.t
7404 ____________________________________________________________________________
7405 [ 30381] By: stevep                                on 2007/02/22  18:09:06
7406         Log: Revert changes to lib/ExtUtils/t/build_man.t from change 
7407              #30380.  The changes in that test write to the now
7408              readonly %Config.
7409      Branch: perl
7410            ! lib/ExtUtils/t/build_man.t
7411 ____________________________________________________________________________
7412 [ 30380] By: stevep                                on 2007/02/22  14:36:27
7413         Log: Upgrade to ExtUtils-MakeMaker-6.32.  Included a version
7414              bump to ExtUtils::MakeMaker to 6.32_01 because changes
7415              #29266 and #29583 were missing from the new release.
7416      Branch: perl
7417            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist.pm
7418            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM.pm
7419            ! lib/ExtUtils/MM_AIX.pm lib/ExtUtils/MM_Any.pm
7420            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
7421            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
7422            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
7423            ! lib/ExtUtils/MM_QNX.pm lib/ExtUtils/MM_UWIN.pm
7424            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
7425            ! lib/ExtUtils/MM_VOS.pm lib/ExtUtils/MM_Win32.pm
7426            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
7427            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Config.pm
7428            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/MakeMaker/bytes.pm
7429            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Mkbootstrap.pm
7430            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/build_man.t
7431            ! lib/ExtUtils/testlib.pm
7432 ____________________________________________________________________________
7433 [ 30379] By: steveh                                on 2007/02/22  09:09:31
7434         Log: Subject: [PATCH] Re: Win32 modules & cygwin
7435              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
7436              Date: Tue, 20 Feb 2007 01:50:18 -0800 (PST)
7437              Message-ID: <1254.67.42.109.122.1171965018.squirrel@67.42.109.122>
7438              
7439              Also includes integration & deletion of win32/ext/Win32API to
7440              ext/Win32API, and addition of copyright message and corrections to
7441              spacing/tabbing as suggested by Jan Dubois.
7442      Branch: perl
7443            + ext/Win32API/File/t/file.t ext/Win32CORE/Makefile.PL
7444            + ext/Win32CORE/Win32CORE.c ext/Win32CORE/Win32CORE.pm
7445            + ext/Win32CORE/t/win32core.t
7446           +> ext/Win32API/File/Changes
7447           +> ext/Win32API/File/ExtUtils/Myconst2perl.pm
7448           +> ext/Win32API/File/File.pm ext/Win32API/File/File.xs
7449           +> ext/Win32API/File/Makefile.PL ext/Win32API/File/README
7450           +> ext/Win32API/File/buffers.h ext/Win32API/File/cFile.h
7451           +> ext/Win32API/File/cFile.pc ext/Win32API/File/const2perl.h
7452           +> ext/Win32API/File/t/tie.t ext/Win32API/File/typemap
7453            - win32/ext/Win32API/File/Changes
7454            - win32/ext/Win32API/File/ExtUtils/Myconst2perl.pm
7455            - win32/ext/Win32API/File/File.pm
7456            - win32/ext/Win32API/File/File.xs
7457            - win32/ext/Win32API/File/Makefile.PL
7458            - win32/ext/Win32API/File/README
7459            - win32/ext/Win32API/File/buffers.h
7460            - win32/ext/Win32API/File/cFile.h
7461            - win32/ext/Win32API/File/cFile.pc
7462            - win32/ext/Win32API/File/const2perl.h
7463            - win32/ext/Win32API/File/t/file.t
7464            - win32/ext/Win32API/File/t/tie.t
7465            - win32/ext/Win32API/File/typemap
7466            ! Configure MANIFEST Porting/Maintainers.pl cygwin/cygwin.c
7467            ! hints/cygwin.sh mkppport.lst win32/FindExt.pm win32/Makefile
7468            ! win32/config_sh.PL win32/makefile.mk win32/win32.c
7469 ____________________________________________________________________________
7470 [ 30378] By: stevep                                on 2007/02/21  17:50:37
7471         Log: Upgrade to CPAN-1.88_77.
7472      Branch: perl
7473            ! lib/CPAN.pm
7474 ____________________________________________________________________________
7475 [ 30376] By: rgs                                   on 2007/02/21  17:33:54
7476         Log: Subject: [PATCH] Re: [PATCH] Test with Errno in autouse.t
7477              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
7478              Date: Wed, 21 Feb 2007 09:27:20 -0800 (PST)
7479              Message-ID: <619324.6794.qm@web30207.mail.mud.yahoo.com>
7480      Branch: perl
7481            ! lib/autouse.t
7482 ____________________________________________________________________________
7483 [ 30375] By: steveh                                on 2007/02/21  13:36:14
7484         Log: Remove unreferenced local variable
7485      Branch: perl
7486            ! ext/threads/threads.pm ext/threads/threads.xs
7487 ____________________________________________________________________________
7488 [ 30374] By: steveh                                on 2007/02/21  08:40:18
7489         Log: Fix Win32 compilation error following #30372
7490      Branch: perl
7491            ! regcomp.c
7492 ____________________________________________________________________________
7493 [ 30373] By: craigb                                on 2007/02/21  01:55:37
7494         Log: Fix VMS exit handling broken in Test::Harness 2.64. Also
7495              submitted as http://rt.cpan.org/Public/Bug/Display.html?id=24985
7496              on CPAN RT queue.
7497      Branch: perl
7498            ! lib/Test/Harness/Results.pm lib/Test/Harness/Straps.pm
7499 ____________________________________________________________________________
7500 [ 30372] By: stevep                                on 2007/02/20  13:24:38
7501         Log: Silence a couple of compile warnings.
7502      Branch: perl
7503            ! regcomp.c regexec.c
7504 ____________________________________________________________________________
7505 [ 30371] By: rgs                                   on 2007/02/20  11:05:15
7506         Log: Some INSTALL nits by Andy Dougherty
7507      Branch: perl
7508            ! INSTALL
7509 ____________________________________________________________________________
7510 [ 30370] By: rgs                                   on 2007/02/20  10:44:44
7511         Log: Skip test when Encode isn't built
7512              (noticed by Jerry D. Hedden)
7513      Branch: perl
7514            ! ext/PerlIO/encoding/t/nolooping.t
7515 ____________________________________________________________________________
7516 [ 30369] By: rgs                                   on 2007/02/20  10:39:52
7517         Log: Subject: [PATCH] Test with Errno in autouse.t
7518              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
7519              Date: Sun, 18 Feb 2007 09:09:23 -0800 (PST)
7520              Message-ID: <834019.44481.qm@web30203.mail.mud.yahoo.com>
7521      Branch: perl
7522            ! lib/autouse.t
7523 ____________________________________________________________________________
7524 [ 30368] By: rgs                                   on 2007/02/20  09:31:59
7525         Log: A few nits to perlfunc/map.
7526      Branch: perl
7527            ! pod/perlfunc.pod
7528 ____________________________________________________________________________
7529 [ 30367] By: stevep                                on 2007/02/20  03:55:21
7530         Log: Subject: [PATCH] regexec.c: S_ stands for static
7531              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
7532              Date: Tue, 20 Feb 2007 03:03:03 +0200 (EET)
7533              Message-Id: <20070220010303.2380A43A67@anubis.hut.fi>
7534      Branch: perl
7535            ! regexec.c
7536 ____________________________________________________________________________
7537 [ 30366] By: stevep                                on 2007/02/20  03:52:37
7538         Log: Subject: [PATCH] dump.c: format fixes
7539              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
7540              Date: Tue, 20 Feb 2007 03:00:50 +0200 (EET)
7541              Message-Id: <20070220010050.CCDAF43A67@anubis.hut.fi>
7542      Branch: perl
7543            ! dump.c
7544 ____________________________________________________________________________
7545 [ 30365] By: nicholas                              on 2007/02/19  23:58:53
7546         Log: Avoid *some* g++ errors. (But not all yet)
7547      Branch: perl
7548            ! sv.c warnings.h warnings.pl
7549 ____________________________________________________________________________
7550 [ 30362] By: stevep                                on 2007/02/19  20:51:10
7551         Log: Subject: [PATCH] blead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVATE needs tweaking
7552              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
7553              Date: Mon, 19 Feb 2007 19:41:07 +0200 (EET)
7554              Message-Id: <20070219174107.63EEB43A67@anubis.hut.fi>
7555              
7556              Plus a regen picked up changes in pod/perlapi.pod related to change
7557              #30347.
7558      Branch: perl
7559            ! opcode.h opcode.pl pod/perlapi.pod sv.c util.c
7560 ____________________________________________________________________________
7561 [ 30361] By: stevep                                on 2007/02/19  19:42:47
7562         Log: Upgrade to CPAN-1.88_76
7563      Branch: perl
7564            ! lib/CPAN.pm
7565 ____________________________________________________________________________
7566 [ 30360] By: stevep                                on 2007/02/19  19:27:27
7567         Log: Subject: [PATCH] integrate bignum 0.19
7568              From: Tels <nospam-abuse@bloodgate.com>
7569              Date: Sat, 3 Feb 2007 13:42:20 +0100
7570              Message-Id: <200702031342.21634@bloodgate.com>
7571      Branch: perl
7572            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
7573            ! lib/bigrat.pm
7574 ____________________________________________________________________________
7575 [ 30359] By: stevep                                on 2007/02/19  19:23:03
7576         Log: Subject: [PATCH] Integrate BigRat 0.17
7577              From: Tels <nospam-abuse@bloodgate.com>
7578              Date: Sat, 3 Feb 2007 13:10:57 +0100
7579              Message-Id: <200702031310.58656@bloodgate.com>
7580      Branch: perl
7581            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
7582 ____________________________________________________________________________
7583 [ 30358] By: stevep                                on 2007/02/19  19:15:15
7584         Log: Subject: [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11
7585              From: Tels <nospam-abuse@bloodgate.com>
7586              Date: Fri, 2 Feb 2007 15:37:36 +0100
7587              Message-Id: <200702021537.38442@bloodgate.com>
7588              
7589              Subject: Re: [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11
7590              From: Tels <nospam-abuse@bloodgate.com>
7591              Date: Tue, 6 Feb 2007 20:18:48 +0100
7592              Message-Id: <200702062019.05487@bloodgate.com>
7593              
7594              Also, a fix for @INC in lib/Math/BigInt/t/calling.t
7595              
7596              Additional tests to perform Pod and Pod coverage testing
7597              were left out based on removal of similar test files previously.
7598      Branch: perl
7599            ! ext/Math/BigInt/FastCalc/FastCalc.pm
7600            ! ext/Math/BigInt/FastCalc/Makefile.PL lib/Math/BigFloat.pm
7601            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
7602            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbf.t
7603            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
7604            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
7605            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
7606            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/sub_mbf.t
7607            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
7608            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
7609            ! t/lib/Math/BigInt/BareCalc.pm t/lib/Math/BigInt/Scalar.pm
7610            ! t/lib/Math/BigInt/Subclass.pm
7611 ____________________________________________________________________________
7612 [ 30357] By: rgs                                   on 2007/02/19  18:23:51
7613         Log: Revert change #28980 per Jarkko's suggestion
7614              (it was actually breaking g++ builds)
7615      Branch: perl
7616            ! ext/Encode/bin/enc2xs
7617 ____________________________________________________________________________
7618 [ 30352] By: rgs                                   on 2007/02/19  13:41:41
7619         Log: Actually, only changes to regexec.c from #30081 needed to be reverted.
7620      Branch: perl
7621            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm ext/re/re.pm regcomp.c
7622 ____________________________________________________________________________
7623 [ 30351] By: rgs                                   on 2007/02/19  13:08:03
7624         Log: Revert change #30081 at dmq's request, and mark its tests
7625              as TODO. (This should restore compilation with g++)
7626      Branch: perl
7627            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm ext/re/re.pm regcomp.c
7628            ! regexec.c t/op/pat.t
7629 ____________________________________________________________________________
7630 [ 30349] By: rgs                                   on 2007/02/19  10:08:38
7631         Log: Add a cast for C++ compilation
7632      Branch: perl
7633            ! mg.c
7634 ____________________________________________________________________________
7635 [ 30348] By: nicholas                              on 2007/02/18  20:07:39
7636         Log: More efficient to call newSV_type() then SvGROW() instead of newSV()
7637              with a size then sv_upgrade(), as the latter calls sv_upgrade() twice.
7638      Branch: perl
7639            ! perl.c toke.c
7640 ____________________________________________________________________________
7641 [ 30347] By: nicholas                              on 2007/02/18  19:40:43
7642         Log: Add a new API function newSV_type, to replace the idiom:
7643              sv = newSV(0);
7644              sv_upgrade(sv, type);
7645      Branch: perl
7646            ! av.c embed.fnc embed.h global.sym gv.c hv.c mathoms.c op.c
7647            ! pad.c perl.c pp.c pp_ctl.c pp_hot.c proto.h sv.c toke.c
7648 ____________________________________________________________________________
7649 [ 30346] By: nicholas                              on 2007/02/18  18:33:04
7650         Log: Properly handle the differences in hints in the optree with/without
7651              use open; by adding the with-open hints to all the golden results,
7652              and providing a new flag strip_open_hint to checkOptree().
7653      Branch: perl
7654            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
7655            ! ext/B/t/optree_concise.t ext/B/t/optree_constants.t
7656            ! ext/B/t/optree_misc.t ext/B/t/optree_samples.t
7657            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
7658            ! ext/B/t/optree_varinit.t
7659 ____________________________________________________________________________
7660 [ 30345] By: nicholas                              on 2007/02/18  17:56:13
7661         Log: newHV doesn't need to turn off POK or NOK, as they will default to not
7662              being set.
7663      Branch: perl
7664            ! hv.c
7665 ____________________________________________________________________________
7666 [ 30344] By: nicholas                              on 2007/02/18  14:18:01
7667         Log: test.pl should locally increase $Level, rather than setting it to a
7668              hard value, so that callers of like and unlike can present diagnostics
7669              with the line number of their own caller.
7670      Branch: perl
7671            ! t/test.pl
7672 ____________________________________________________________________________
7673 [ 30343] By: craigb                                on 2007/02/18  03:54:46
7674         Log: Make vms/munchconfig.c able to take a list of substitutions from
7675              a file so we don't overflow the command buffer on older systems.
7676      Branch: perl
7677            ! configure.com vms/munchconfig.c
7678 ____________________________________________________________________________
7679 [ 30342] By: craigb                                on 2007/02/17  22:40:51
7680         Log: Make configure.com's manifest checker more robust when handling files with 
7681              multiple dots that also have an underscore in the name (e.g., foo_bar.tar.gz).
7682              Various archive utilities will create that as foo_bar_tar.gz or foo_bar.tar_gz,
7683              at least on ODS-2 volumes.
7684      Branch: perl
7685            ! configure.com
7686 ____________________________________________________________________________
7687 [ 30335] By: nicholas                              on 2007/02/17  14:12:07
7688         Log: Missed an aTHX_ in B's call to Perl_emulate_cop_io.
7689              Missed that global.sym was modified.
7690      Branch: perl
7691            ! ext/B/B.xs global.sym
7692 ____________________________________________________________________________
7693 [ 30334] By: nicholas                              on 2007/02/17  12:39:17
7694         Log: Split the storage of the layers specificied by open.pm into one hint
7695              for input, and one for output, as this better reflects how they are
7696              used. The original "concatenate with \0" plan was really only a
7697              compramise to avoid needing to increase every COP by 2 pointers.
7698      Branch: perl
7699            ! embed.fnc embed.h ext/B/B.xs ext/B/B/Concise.pm
7700            ! ext/B/t/OptreeCheck.pm mg.c perl.h perlio.c proto.h
7701 ____________________________________________________________________________
7702 [ 30333] By: nicholas                              on 2007/02/16  23:54:33
7703         Log: Move all the cut&paste open TODO logic into OptreeCheck.pm, where it
7704              should have been in the first place. Apply strict and warnings to
7705              OptreeCheck.pm, and remove dead code they show up.
7706      Branch: perl
7707            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
7708            ! ext/B/t/optree_concise.t ext/B/t/optree_constants.t
7709            ! ext/B/t/optree_misc.t ext/B/t/optree_samples.t
7710            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
7711            ! ext/B/t/optree_varinit.t
7712 ____________________________________________________________________________
7713 [ 30332] By: stevep                                on 2007/02/16  20:19:16
7714         Log: Subject: [perl #41521] Fix for IO::Socket send method
7715              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
7716              Date: Fri, 16 Feb 2007 11:26:45 -0800
7717              Message-ID: <rt-3.6.HEAD-24617-1171654005-819.41521-75-0@perl.org>
7718      Branch: perl
7719            ! ext/IO/lib/IO/Socket.pm
7720 ____________________________________________________________________________
7721 [ 30331] By: steveh                                on 2007/02/16  18:14:58
7722         Log: Fix Win32 build after unusual breakage caused by #30327
7723              (Boy, did that take some tracking down!)
7724      Branch: perl
7725            ! win32/config_h.PL
7726 ____________________________________________________________________________
7727 [ 30330] By: rgs                                   on 2007/02/16  15:38:39
7728         Log: Update Changes
7729      Branch: perl
7730            ! Changes
7731 ____________________________________________________________________________
7732 [ 30329] By: craigb                                on 2007/02/16  14:41:18
7733         Log: In configure.com, put the "use" back in useieee (typo in #30325)
7734      Branch: perl
7735            ! configure.com
7736 ____________________________________________________________________________
7737 [ 30327] By: rgs                                   on 2007/02/16  10:30:57
7738         Log: Avoid to run config_h.SH twice during configuration.
7739      Branch: perl
7740            ! cflags.SH config_h.SH
7741 ____________________________________________________________________________
7742 [ 30325] By: craigb                                on 2007/02/16  00:43:07
7743         Log: In configure.com, further disambiguate -Duselongdouble and its 
7744              prerequisites from other 64-bit options.
7745      Branch: perl
7746            ! configure.com
7747 ____________________________________________________________________________
7748 [ 30317] By: rgs                                   on 2007/02/15  14:16:56
7749         Log: Hakim Cassimally is the new maintainer of the Perldoc modules
7750      Branch: perl
7751            ! Porting/Maintainers.pl
7752 ____________________________________________________________________________
7753 [ 30315] By: rgs                                   on 2007/02/15  13:10:31
7754         Log: Subject: Re: Patch for Deep recursion in B::Deparse
7755              From: Ash Berlin <ash_cpan@firemirror.com>
7756              Date: Thu, 15 Feb 2007 10:47:15 +0000
7757              Message-ID: <45D43A33.6070101@firemirror.com>
7758      Branch: perl
7759            ! ext/B/B/Deparse.pm
7760 ____________________________________________________________________________
7761 [ 30313] By: rgs                                   on 2007/02/15  12:39:46
7762         Log: Subject: Re: [perl #41491] Incorrect regexp warning.
7763              From: demerphq <demerphq@gmail.com>
7764              Date: Thu, 15 Feb 2007 12:07:40 +0100
7765              Message-ID: <9b18b3110702150307t21b5efd2jfdeebccdff9175b1@mail.gmail.com>
7766      Branch: perl
7767            ! regcomp.c
7768 ____________________________________________________________________________
7769 [ 30310] By: rgs                                   on 2007/02/15  09:34:01
7770         Log: Subject: [PATCH] Use newer 'threads' constructs
7771              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
7772              Date: Mon, 12 Feb 2007 12:04:33 -0800 (PST)
7773              Message-ID: <844555.64815.qm@web30202.mail.mud.yahoo.com>
7774      Branch: perl
7775            ! ext/XS/APItest/t/my_cxt.t ext/threads/shared/t/blessed.t
7776            ! ext/threads/shared/t/cond.t ext/threads/shared/t/hv_refs.t
7777            ! ext/threads/threads.xs lib/Thread/Queue.t lib/perl5db.pl
7778            ! pod/perlapi.pod pod/perlxs.pod sv.c t/op/threads.t
7779 ____________________________________________________________________________
7780 [ 30298] By: nicholas                              on 2007/02/14  20:59:02
7781         Log: There's no need to special case SVt_NULL in the print code, as it's
7782              only 0.01% of the cases called, and the call to SvPV_const() will
7783              issue the same warning and return the same empty string result for us.
7784              Unfortunately changing the switch statement to an if results in lots of
7785              whitespace changes, hence this change appears much larger than it is.
7786      Branch: perl
7787            ! doio.c
7788 ____________________________________________________________________________
7789 [ 30293] By: rgs                                   on 2007/02/14  17:29:53
7790         Log: Allow to override MAX_RECURSE_EVAL_NOCHANGE_DEPTH,
7791              introduced in change 28939 (this should be documented)
7792      Branch: perl
7793            ! regexp.h
7794 ____________________________________________________________________________
7795 [ 30280] By: mhx                                   on 2007/02/14  13:23:50
7796         Log: Upgrade to Devel::PPPort 3.11
7797      Branch: perl
7798            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
7799            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort_pm.PL
7800            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/README
7801            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
7802            ! ext/Devel/PPPort/mktests.PL ext/Devel/PPPort/module2.c
7803            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/parts/apicheck.pl
7804            ! ext/Devel/PPPort/parts/inc/MY_CXT
7805            ! ext/Devel/PPPort/parts/inc/SvPV
7806            ! ext/Devel/PPPort/parts/inc/SvREFCNT
7807            ! ext/Devel/PPPort/parts/inc/Sv_set
7808            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
7809            ! ext/Devel/PPPort/parts/inc/exception
7810            ! ext/Devel/PPPort/parts/inc/format
7811            ! ext/Devel/PPPort/parts/inc/grok
7812            ! ext/Devel/PPPort/parts/inc/limits
7813            ! ext/Devel/PPPort/parts/inc/mPUSH
7814            ! ext/Devel/PPPort/parts/inc/magic
7815            ! ext/Devel/PPPort/parts/inc/memory
7816            ! ext/Devel/PPPort/parts/inc/misc
7817            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
7818            ! ext/Devel/PPPort/parts/inc/newRV
7819            ! ext/Devel/PPPort/parts/inc/podtest
7820            ! ext/Devel/PPPort/parts/inc/ppphbin
7821            ! ext/Devel/PPPort/parts/inc/ppphdoc
7822            ! ext/Devel/PPPort/parts/inc/ppphtest
7823            ! ext/Devel/PPPort/parts/inc/pvs
7824            ! ext/Devel/PPPort/parts/inc/snprintf
7825            ! ext/Devel/PPPort/parts/inc/strlfuncs
7826            ! ext/Devel/PPPort/parts/inc/sv_xpvf
7827            ! ext/Devel/PPPort/parts/inc/threads
7828            ! ext/Devel/PPPort/parts/inc/uv
7829            ! ext/Devel/PPPort/parts/inc/variables
7830            ! ext/Devel/PPPort/parts/inc/version
7831            ! ext/Devel/PPPort/parts/inc/warn
7832            ! ext/Devel/PPPort/parts/ppptools.pl ext/Devel/PPPort/soak
7833            ! ext/Devel/PPPort/typemap
7834 ____________________________________________________________________________
7835 [ 30278] By: merijn                                on 2007/02/14  07:54:59
7836         Log: Subject: Re: [PATCH] Document that m//k works
7837              From: demerphq <demerphq@gmail.com>
7838              Date: Tue, 13 Feb 2007 22:04:54 +0100
7839              Message-ID: <9b18b3110702131304q370f3530j463c1a59c5ac1dfe@mail.gmail.com>
7840      Branch: perl
7841            + t/op/regexp_pmod.t
7842            - t/op/regexp_kmod.t
7843            ! MANIFEST ext/re/t/re_funcs.t pod/perlop.pod pod/perlre.pod
7844            ! pod/perlvar.pod regexp.h
7845 ____________________________________________________________________________
7846 [ 30277] By: nicholas                              on 2007/02/14  00:04:54
7847         Log: Change 30276 wasn't meant do mess with t/lib/common.pl. Oops.
7848              Undo the mistake.
7849      Branch: perl
7850            ! t/lib/common.pl
7851 ____________________________________________________________________________
7852 [ 30268] By: nicholas                              on 2007/02/13  20:11:53
7853         Log: Invoke minitrue to ensure that my spelling had always been correct.
7854              [We] thank Big Brother for raising the chocolate ration to twenty
7855              grammes a week.
7856      Branch: perl
7857            ! Changes
7858 ____________________________________________________________________________
7859 [ 30267] By: merijn                                on 2007/02/13  20:11:08
7860         Log: Subject: Re: Segmentation fault at undeclared for loop variable
7861              From: Robin Houston <robin@cpan.org>
7862              Date: Tue, 13 Feb 2007 16:50:08 +0000
7863              Message-Id: <C8B8E41C-C6FE-4822-918B-C62C916194DF@cpan.org>
7864      Branch: perl
7865            ! op.c
7866 ____________________________________________________________________________
7867 [ 30265] By: merijn                                on 2007/02/13  19:43:15
7868         Log: Subject: [PATCH] add hooks for capture buffers into regex engine.
7869              From: demerphq <demerphq@gmail.com>
7870              Date: Tue, 13 Feb 2007 20:27:33 +0100
7871              Message-ID: <9b18b3110702131127q79cc6df1lb1480d9a40d15213@mail.gmail.com>
7872      Branch: perl
7873            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h mg.c perl.h
7874            ! proto.h regcomp.c regcomp.h regexp.h
7875 ____________________________________________________________________________
7876 [ 30264] By: merijn                                on 2007/02/13  19:36:56
7877         Log: Subject: Re: [perl #41491] Incorrect regexp warning.
7878              From: demerphq <demerphq@gmail.com>
7879              Date: Tue, 13 Feb 2007 19:09:17 +0100
7880              Message-ID: <9b18b3110702131009l6a0867a3m8317c9d62328f834@mail.gmail.com>
7881      Branch: perl
7882            ! regcomp.c
7883 ____________________________________________________________________________
7884 [ 30258] By: steveh                                on 2007/02/13  16:02:42
7885         Log: Vadim did the static build change
7886      Branch: perl
7887            ! pod/perl595delta.pod
7888 ____________________________________________________________________________
7889 [ 30257] By: rgs                                   on 2007/02/13  15:30:12
7890         Log: A few more details in perldelta
7891      Branch: perl
7892            ! pod/perl595delta.pod
7893 ____________________________________________________________________________
7894 [ 30256] By: stevep                                on 2007/02/13  15:23:00
7895         Log: Upgrade to CPAN-1.88_72
7896      Branch: perl
7897            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
7898            ! lib/CPAN/Queue.pm lib/CPAN/Tarzip.pm
7899 ____________________________________________________________________________
7900 [ 30255] By: nicholas                              on 2007/02/13  14:22:32
7901         Log: Change 26487 left some debugging code in, and through the wonders of
7902              autovivification, that code actually introduced a bug, most easily
7903              visible for the for the non-5.9.x case.
7904      Branch: perl
7905            ! ext/B/t/optree_constants.t lib/constant.pm
7906 ____________________________________________________________________________
7907 [ 30254] By: stevep                                on 2007/02/13  03:19:05
7908         Log: Subject: [PATCH] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.70.tar.gz
7909              From: John Peacock <jpeacock@rowman.com>
7910              Date: Mon, 12 Feb 2007 21:51:23 -0500
7911              Message-ID: <45D127AB.3050904@rowman.com>
7912      Branch: perl
7913            ! lib/version.pm lib/version.pod lib/version.t util.c
7914 ____________________________________________________________________________
7915 [ 30240] By: nicholas                              on 2007/02/12  20:29:43
7916         Log: Integrate:
7917              [ 29832]
7918              Avoid a SEGV in DBI's test suite, discovered by Andreas.
7919              Probably need to go through and audit to see if there are analagous
7920              places that need tweaking.
7921      Branch: perl
7922           !> perl.c
7923 ____________________________________________________________________________
7924 [ 30236] By: merijn                                on 2007/02/12  18:33:45
7925         Log: Subject: Re: [perl #41492] Incorrect match with /(?(DEFINE)(?<A> (?&B)+)(?<B> a))/
7926              From: demerphq <demerphq@gmail.com>
7927              Date: Mon, 12 Feb 2007 19:15:33 +0100
7928              Message-ID: <9b18b3110702121015o1c84ff6hfd69cfa645fae0bf@mail.gmail.com>
7929      Branch: perl
7930            ! regexec.c t/op/re_tests
7931 ____________________________________________________________________________
7932 [ 30235] By: nicholas                              on 2007/02/12  18:25:07
7933         Log: Integrate:
7934              [ 24458]
7935              Fix from Steve Peters
7936              
7937              [ 24464]
7938              Subject: RE: 5.8.7-tobe fails to compile on AIX 4.3.3
7939              From: "Jan Dubois" <jand@ActiveState.com>
7940              Message-Id: <200505131921.j4DJLgG5007986@smtp3.ActiveState.com>
7941              Date: Fri, 13 May 2005 12:21:40 -0700
7942              
7943              
7944              and then regenerate reentr.h, with the , no longer inside
7945              REENTR_MEMZERO(). This keeps macros looking like functions.
7946      Branch: perl
7947            ! reentr.h
7948           !> reentr.pl
7949 ____________________________________________________________________________
7950 [ 30234] By: merijn                                on 2007/02/12  17:46:46
7951         Log: Subject: Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
7952              From: Paul Johnson <paul@pjcj.net>
7953              Date: Sat, 10 Feb 2007 23:10:31 +0100
7954              Message-ID: <20070210221031.GB31280@pjcj.net>
7955      Branch: perl
7956            ! README.hpux pod/perlre.pod
7957 ____________________________________________________________________________
7958 [ 30233] By: rgs                                   on 2007/02/12  17:00:09
7959         Log: Skip this test if "use open" fails due to an unknown encoding
7960      Branch: perl
7961            ! ext/PerlIO/encoding/t/nolooping.t
7962 ____________________________________________________________________________
7963 [ 30229] By: rgs                                   on 2007/02/12  15:31:56
7964         Log: Un-TODO tests avec change #30228
7965      Branch: perl
7966            ! t/comp/parser.t
7967 ____________________________________________________________________________
7968 [ 30228] By: rgs                                   on 2007/02/12  15:27:31
7969         Log: Subject: Re: PL_copline inconsistency
7970              From: Rick Delaney <rick@bort.ca>
7971              Date: Sat, 27 Jan 2007 20:29:02 -0500
7972              Message-ID: <20070128012902.GA21572@bort.ca>
7973      Branch: perl
7974            ! toke.c
7975 ____________________________________________________________________________
7976 [ 30221] By: nicholas                              on 2007/02/12  10:52:28
7977         Log: Note why storing a reference as an integer in %^H is not threadsafe.
7978      Branch: perl
7979            ! pod/perlpragma.pod
7980 ____________________________________________________________________________
7981 [ 30220] By: rgs                                   on 2007/02/12  09:05:38
7982         Log: Document that m//k works, by Ã†var Arnfjörð Bjarmason
7983      Branch: perl
7984            ! pod/perlop.pod
7985 ____________________________________________________________________________
7986 [ 30219] By: steveh                                on 2007/02/12  09:04:41
7987         Log: Apply #30197 to win32/makefile.mk too
7988      Branch: perl
7989            ! win32/makefile.mk
7990 ____________________________________________________________________________
7991 [ 30218] By: rgs                                   on 2007/02/12  09:01:30
7992         Log: FAQ sync
7993      Branch: perl
7994            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
7995            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
7996            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
7997 ____________________________________________________________________________
7998 [ 30217] By: craigb                                on 2007/02/11  23:52:35
7999         Log: Check for the presence of signbit() on VMS. It currently only works
8000              on IEEE double, not IEEE long double or any other floating point format.
8001              Also, begin to disentangle -Duselongdouble configuration support from
8002              its other 64-bit brethren.
8003      Branch: perl
8004            ! configure.com
8005 ____________________________________________________________________________
8006 [ 30216] By: craigb                                on 2007/02/11  23:48:46
8007         Log: In vms/vms.c's declaration of the LIB$INITIALIZE psect, try to get
8008              all of the attributes we need without any of the ones we don't, and
8009              try to be friendly to older compilers without too much damage to 
8010              readability.  Thanks to Saku Setala for the problem report.
8011      Branch: perl
8012            ! vms/vms.c
8013 ____________________________________________________________________________
8014 [ 30215] By: rgs                                   on 2007/02/11  17:29:04
8015         Log: Another tiny typo in File::Copy (found by Ruud.)
8016      Branch: perl
8017            ! lib/File/Copy.pm
8018 ____________________________________________________________________________
8019 [ 30214] By: rgs                                   on 2007/02/11  17:23:51
8020         Log: Explicitly load PerlIO::encoding when testing it.
8021              (so we know what we're testing)
8022      Branch: perl
8023            ! ext/PerlIO/encoding/t/nolooping.t
8024 ____________________________________________________________________________
8025 [ 30213] By: rgs                                   on 2007/02/11  17:13:44
8026         Log: Subject: Re: [perl #41442] segfault (dead loop) with Encoding, use open :locale, print STDERR
8027              From: Slaven Rezic <slaven@rezic.de>
8028              Date: 05 Feb 2007 23:04:07 +0100
8029              Message-ID: <87veiggt2g.fsf@biokovo.herceg.de>
8030      Branch: perl
8031            + ext/PerlIO/encoding/t/nolooping.t
8032            ! MANIFEST ext/PerlIO/encoding/encoding.pm
8033            ! ext/PerlIO/encoding/encoding.xs
8034 ____________________________________________________________________________
8035 [ 30212] By: rgs                                   on 2007/02/11  16:26:47
8036         Log: Convert new test to using t/test.pl.
8037              (No idea where it could fit better. And since it uses the stack,
8038              it's a bit fragile)
8039      Branch: perl
8040            ! t/op/qrstack.t
8041 ____________________________________________________________________________
8042 [ 30211] By: rgs                                   on 2007/02/11  16:20:15
8043         Log: Subject: [perl #41484] qr// stack bug 
8044              From: knew-p5p@pimb.org (via RT) <perlbug-followup@perl.org>
8045              Date: Sat, 10 Feb 2007 19:32:17 -0800
8046              Message-ID: <rt-3.6.HEAD-14573-1171164736-117.41484-75-0@perl.org>
8047      Branch: perl
8048            + t/op/qrstack.t
8049            ! MANIFEST pp_hot.c
8050 ____________________________________________________________________________
8051 [ 30200] By: merijn                                on 2007/02/10  20:41:31
8052         Log: Subject: Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
8053              From: demerphq <demerphq@gmail.com>
8054              Date: Sat, 10 Feb 2007 21:31:55 +0100
8055              Message-ID: <9b18b3110702101231j5e91cc20g780a8c581af02dd5@mail.gmail.com>
8056      Branch: perl
8057            ! regcomp.c t/op/pat.t
8058 ____________________________________________________________________________
8059 [ 30197] By: nicholas                              on 2007/02/10  19:35:09
8060         Log: Subject: [PATCH] Defend against cmd.exe stupidity (on Win2k at least)
8061              From: demerphq <demerphq@gmail.com>
8062              Message-ID: <9b18b3110702101100n76f65136ke65113bf0dbd01f@mail.gmail.com>
8063              Date: Sat, 10 Feb 2007 20:00:10 +0100
8064      Branch: perl
8065            ! win32/Makefile
8066 ____________________________________________________________________________
8067 [ 30195] By: nicholas                              on 2007/02/10  18:51:31
8068         Log: These casts to GV are no longer needed.
8069      Branch: perl
8070            ! pp.c
8071 ____________________________________________________________________________
8072 [ 30192] By: merijn                                on 2007/02/10  17:22:04
8073         Log: Subject: [PATCH] signbit detection (was [perl #39875] -0.0 loses signedness upon numeric comparison)
8074              From: Andy Dougherty <doughera@lafayette.edu>
8075              Date: Fri, 9 Feb 2007 11:40:51 -0500 (EST)
8076              Message-ID: <Pine.LNX.4.62.0702091121400.10202@fractal.phys.lafayette.edu>
8077      Branch: perl
8078            ! Configure Porting/Glossary config_h.SH embed.fnc embed.h
8079            ! global.sym numeric.c perl.h pod/perlapi.pod proto.h
8080 ____________________________________________________________________________
8081 [ 30188] By: nicholas                              on 2007/02/09  23:36:46
8082         Log: Fix Pod errors.
8083      Branch: perl
8084            ! README.mpeix gv.c pod/perl595delta.pod pod/perlapi.pod
8085 ____________________________________________________________________________
8086 [ 30184] By: merijn                                on 2007/02/09  20:06:44
8087         Log: Subject: Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
8088              From: demerphq <demerphq@gmail.com>
8089              Date: Fri, 9 Feb 2007 20:40:17 +0100
8090              Message-ID: <9b18b3110702091140k12d60712uf9fffbf77141247c@mail.gmail.com>
8091      Branch: perl
8092            ! regcomp.c
8093 ____________________________________________________________________________
8094 [ 30183] By: nicholas                              on 2007/02/09  19:39:45
8095         Log: Unknown formatting code U<> spotted by Jesse - presumably it should be
8096              L<>
8097      Branch: perl
8098            ! pod/perlfaq1.pod
8099 ____________________________________________________________________________
8100 [ 30178] By: nicholas                              on 2007/02/09  12:20:49
8101         Log: Update the lists of files that makerel needs to process. Remove the
8102              "used only once" warning.
8103      Branch: perl
8104            ! Porting/makerel
8105 ____________________________________________________________________________
8106 [ 30177] By: craigb                                on 2007/02/08  18:42:44
8107         Log: Switch from Carp to plain old warn in vms/ext/XSSymSet.pm
8108              because Carp now in some cases depends on things that may not
8109              be available from miniperl or before extensions are built.
8110      Branch: perl
8111            ! vms/ext/XSSymSet.pm
8112 ____________________________________________________________________________
8113 [ 30172] By: rgs                                   on 2007/02/08  14:14:25
8114         Log: Typo fix, by John P. Linderman
8115      Branch: perl
8116            ! lib/File/Copy.pm
8117 ____________________________________________________________________________
8118 [ 30171] By: nicholas                              on 2007/02/08  13:46:31
8119         Log: Subject: [PATCH] Re: Change 29193 is a regression
8120              From: Rick Delaney <rick@bort.ca>
8121              Date: Thu, 8 Feb 2007 08:21:37 -0500
8122              Message-ID: <20070208132137.GA24202@bort.ca>
8123      Branch: perl
8124            ! pp_ctl.c t/op/taint.t
8125 ____________________________________________________________________________
8126 [ 30170] By: rgs                                   on 2007/02/08  10:16:14
8127         Log: Remove dead code that was emitting warnings.
8128      Branch: perl
8129            ! regcomp.c
8130 ____________________________________________________________________________
8131 [ 30169] By: merijn                                on 2007/02/08  08:19:24
8132         Log: Subject: Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
8133              From: demerphq <demerphq@gmail.com>
8134              Date: Wed, 7 Feb 2007 22:53:25 +0100
8135              Message-ID: <9b18b3110702071353l250d8a67x188c4e234e8905c7@mail.gmail.com>
8136      Branch: perl
8137            ! pod/perlre.pod regcomp.c t/op/re_tests
8138 ____________________________________________________________________________
8139 [ 30168] By: nicholas                              on 2007/02/07  23:54:53
8140         Log: opening $0 doesn't work if you change directory. So use test.pl
8141      Branch: perl
8142            ! t/op/taint.t
8143 ____________________________________________________________________________
8144 [ 30167] By: nicholas                              on 2007/02/07  23:49:44
8145         Log: TODO tests for eval of tainted scalars. (change 29193's regression)
8146      Branch: perl
8147            ! t/op/taint.t
8148 ____________________________________________________________________________
8149 [ 30157] By: stevep                                on 2007/02/07  14:56:05
8150         Log: Upgrade to Time-HiRes-1.9705
8151      Branch: perl
8152            + ext/Time/HiRes/hints/linux.pl
8153            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
8154            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
8155            ! ext/Time/HiRes/t/HiRes.t
8156 ____________________________________________________________________________
8157 [ 30156] By: rgs                                   on 2007/02/07  13:58:10
8158         Log: Subject: [PATCH] Fix to Dynaloader.t for missing modules
8159              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
8160              Date: Wed, 7 Feb 2007 05:18:43 -0800 (PST)
8161              Message-ID: <618512.39885.qm@web30212.mail.mud.yahoo.com>
8162      Branch: perl
8163            ! ext/DynaLoader/t/DynaLoader.t
8164 ____________________________________________________________________________
8165 [ 30155] By: rgs                                   on 2007/02/07  12:27:58
8166         Log: Subject: [PATCH hints/linux.sh] libdb may require pthread
8167              From: Jonathan Stowe <jns@gellyfish.com>
8168              Date: Wed, 07 Feb 2007 11:56:17 +0000
8169              Message-Id: <1170849377.13207.14.camel@coriolanus.gellyfish.com>
8170      Branch: perl
8171            ! hints/linux.sh
8172 ____________________________________________________________________________
8173 [ 30153] By: rgs                                   on 2007/02/07  09:04:56
8174         Log: Wrap the SvTYPE macro definition in parens.
8175      Branch: perl
8176            ! sv.h
8177 ____________________________________________________________________________
8178 [ 30152] By: rgs                                   on 2007/02/06  22:37:34
8179         Log: Upgrade to threads.pm 1.59 (doc tweaks)
8180      Branch: perl
8181            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
8182            ! ext/threads/t/thread.t ext/threads/threads.pm
8183 ____________________________________________________________________________
8184 [ 30151] By: rgs                                   on 2007/02/06  22:35:29
8185         Log: Upgrade to threads::shared 1.07 (doc tweaks)
8186      Branch: perl
8187            ! ext/threads/shared/Changes ext/threads/shared/README
8188            ! ext/threads/shared/shared.pm
8189 ____________________________________________________________________________
8190 [ 30150] By: rgs                                   on 2007/02/06  22:33:23
8191         Log: Subject: [PATCH] perlop.pod - proposal to add an explanation of \c
8192              From: "Wolfgang Laun" <wolfgang.laun@gmail.com>
8193              Date: Sat, 3 Feb 2007 16:23:48 +0100
8194              Message-ID: <17de7ee80702030723m4265bbfkc83644d55a24aa0@mail.gmail.com>
8195      Branch: perl
8196            ! pod/perlop.pod
8197 ____________________________________________________________________________
8198 [ 30149] By: rgs                                   on 2007/02/06  22:29:45
8199         Log: Avoid obscure failures when a regexp hasn't matched
8200      Branch: perl
8201            ! t/op/bless.t
8202 ____________________________________________________________________________
8203 [ 30148] By: rgs                                   on 2007/02/06  21:54:12
8204         Log: Subject: [PATCH] current status on Unicode Regular Expressions
8205              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8206              Date: Sat, 03 Feb 2007 17:01:52 +0900
8207              Message-Id: <20070203170135.3B43.BQW10602@nifty.com>
8208      Branch: perl
8209            ! lib/unicore/mktables pod/perlunicode.pod t/op/pat.t
8210 ____________________________________________________________________________
8211 [ 30147] By: rgs                                   on 2007/02/06  21:48:59
8212         Log: Subject: [PATCH] fix 2 environment handling bugs
8213              From: Jan Dubois <jand@ActiveState.com>
8214              Date: Mon, 05 Feb 2007 21:45:36 -0800
8215              Message-ID: <p81gs2pggh04cngqjam0ejite7ksamiprt@4ax.com>
8216      Branch: perl
8217            ! perl.c
8218 ____________________________________________________________________________
8219 [ 30146] By: stevep                                on 2007/02/06  21:43:13
8220         Log: Upgrade to ExtUtils-Command-1.13
8221      Branch: perl
8222            ! lib/ExtUtils/Command.pm
8223 ____________________________________________________________________________
8224 [ 30144] By: stevep                                on 2007/02/06  17:29:09
8225         Log: Upgrade to libnet-1.20.  Includes some additional version bumps where bleadperl
8226              differs from the CPAN version (Net::FTP and Net::NNTP).
8227      Branch: perl
8228            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
8229            ! lib/Net/FTP/A.pm lib/Net/NNTP.pm lib/Net/POP3.pm
8230            ! lib/Net/SMTP.pm
8231 ____________________________________________________________________________
8232 [ 30143] By: stevep                                on 2007/02/06  16:42:50
8233         Log: Upgrade to Module-Pluggable-3.5
8234      Branch: perl
8235            ! lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
8236 ____________________________________________________________________________
8237 [ 30142] By: nicholas                              on 2007/02/05  23:52:23
8238         Log: Make a dummy OPpPAD_STATE and a dummy PL_unitcheck_save available to
8239              pre 5.9.x.
8240      Branch: perl
8241            ! ext/B/B.xs ext/B/defsubs_h.PL
8242 ____________________________________________________________________________
8243 [ 30136] By: nicholas                              on 2007/02/05  18:53:18
8244         Log: t/lib/common.pl can be warnings clean.
8245      Branch: perl
8246            ! t/lib/common.pl
8247 ____________________________________________________________________________
8248 [ 30134] By: nicholas                              on 2007/02/05  18:35:47
8249         Log: Upgrade to ExtUtils-ParseXS-2.18
8250      Branch: perl
8251            ! lib/ExtUtils/ParseXS.pm
8252 ____________________________________________________________________________
8253 [ 30129] By: rgs                                   on 2007/02/05  15:35:56
8254         Log: Subject: [PATCH] cygwin: disable effect of -ansi -std=c89 on system include 
8255              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
8256              Date: Mon, 5 Feb 2007 03:32:59 -0800 (PST)
8257              Message-ID: <1344.63.226.247.186.1170675179.squirrel@63.226.247.186>
8258      Branch: perl
8259            ! hints/cygwin.sh
8260 ____________________________________________________________________________
8261 [ 30128] By: rgs                                   on 2007/02/05  12:24:24
8262         Log: Upgrade to DB_File 1.815
8263      Branch: perl
8264            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8265            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
8266 ____________________________________________________________________________
8267 [ 30126] By: rgs                                   on 2007/02/05  11:29:08
8268         Log: Subject: [PATCH] minor improvements for perlre.pod
8269              From: "Wolfgang Laun" <wolfgang.laun@gmail.com>
8270              Date: Sun, 4 Feb 2007 16:26:14 +0100
8271              Message-ID: <17de7ee80702040726v23f54266g3c352d353a30c430@mail.gmail.com>
8272      Branch: perl
8273            ! pod/perlre.pod
8274 ____________________________________________________________________________
8275 [ 30125] By: rgs                                   on 2007/02/05  10:05:10
8276         Log: Quote fix by Jarkko
8277      Branch: perl
8278            ! cflags.SH
8279 ____________________________________________________________________________
8280 [ 30124] By: nicholas                              on 2007/02/05  00:13:08
8281         Log: Use the new conditional TODOs to mark as TODO the warning tests
8282              failing due to HEKs leaked by OPs for unthreaded perls tested with
8283              a UTF-8 locale.
8284      Branch: perl
8285            ! lib/warnings.t t/lib/warnings/7fatal
8286 ____________________________________________________________________________
8287 [ 30123] By: nicholas                              on 2007/02/05  00:12:25
8288         Log: Enhance t/lib/common.pl to provide conditional TODOs using eval'd code.
8289      Branch: perl
8290            ! t/lib/common.pl
8291 ____________________________________________________________________________
8292 [ 30120] By: craigb                                on 2007/02/04  20:43:46
8293         Log: In vms/gen_shrfls.pl, consider EXTERN_C declarations as function
8294              candidates, not global variable candidates.  Currently only needed
8295              for PerlIO_teardown.
8296      Branch: perl
8297            ! vms/gen_shrfls.pl
8298 ____________________________________________________________________________
8299 [ 30119] By: nicholas                              on 2007/02/04  20:32:13
8300         Log: Change 23753 wasn't quite a perfect refactoring, as it omitted calling
8301              PERL_SET_THX(my_perl); when !PL_curinterp for non-ithreads.
8302              However, this would not have made a difference for any configuration
8303              buildable from the blead source alone.
8304      Branch: perl
8305            ! perl.c
8306 ____________________________________________________________________________
8307 [ 30114] By: nicholas                              on 2007/02/04  18:38:59
8308         Log: Currently Changes is in ISO-8859-1, not UTF-8, so correct change 28226
8309              which had an e accute in UTF-8.
8310      Branch: perl
8311            ! Changes
8312 ____________________________________________________________________________
8313 [ 30111] By: craigb                                on 2007/02/03  23:53:06
8314         Log: Install overload.h on VMS, plus more case fix-ups in descrip_mms.template.
8315      Branch: perl
8316            ! vms/descrip_mms.template
8317 ____________________________________________________________________________
8318 [ 30108] By: craigb                                on 2007/02/03  18:52:02
8319         Log: Install parser.h on VMS, plus fix some case typos in descrip_mms.template.
8320      Branch: perl
8321            ! vms/descrip_mms.template
8322 ____________________________________________________________________________
8323 [ 30105] By: nicholas                              on 2007/02/03  15:23:52
8324         Log: Purge all references to 5005 threads variables in the code.
8325              (Retain the aides memoire in makedef.pl)
8326      Branch: perl
8327            ! Porting/findvars gv.c hv.c op.c perl.c pp_ctl.c sv.c
8328 ____________________________________________________________________________
8329 [ 30104] By: stevep                                on 2007/02/03  06:25:11
8330         Log: Subject: Re: prerelease checklist for Perl 5.10
8331              From: demerphq <demerphq@gmail.com>
8332              Date: Thu, 1 Feb 2007 17:06:37 +0100
8333              Message-ID: <9b18b3110702010806n7e095317v77f5dc1eb765f8d@mail.gmail.com>
8334              
8335              Subject: Re: prerelease checklist for Perl 5.10
8336              From: demerphq <demerphq@gmail.com>
8337              Date: Fri, 2 Feb 2007 18:10:14 +0100
8338              Message-ID: <9b18b3110702020910l31c7784fi5e37bf777b6eafb3@mail.gmail.com>
8339              
8340              Regular expression changes to fix failing tests in XML::Twig and
8341              Mail::SpamAssassin.  The breakages occured in changes #28785 and
8342              #29279.
8343      Branch: perl
8344            ! embed.fnc embed.h proto.h regexec.c regexp.h t/op/re_tests
8345 ____________________________________________________________________________
8346 [ 30103] By: nicholas                              on 2007/02/02  23:35:22
8347         Log: Subject: Re: [perl #41421] glob() produces spurious results with brackets in braces
8348              From: Slaven Rezic <slaven@rezic.de>
8349              Message-ID: <87r6t81acj.fsf@biokovo.herceg.de>
8350              Date: 02 Feb 2007 23:08:28 +0100
8351      Branch: perl
8352            ! ext/File/Glob/bsd_glob.c ext/File/Glob/t/basic.t
8353 ____________________________________________________________________________
8354 [ 30101] By: nicholas                              on 2007/02/02  22:10:39
8355         Log: A few more places where we know the length for sv_setpv() or sv_catpv()
8356      Branch: perl
8357            ! mg.c op.c pp_ctl.c toke.c
8358 ____________________________________________________________________________
8359 [ 30093] By: nicholas                              on 2007/02/02  16:25:23
8360         Log: Testing every pattern by also upgrading to UTF-8 would have caught the
8361              bug added by change 29502, fixed in change 30092.
8362      Branch: perl
8363            ! t/op/regexp.t
8364 ____________________________________________________________________________
8365 [ 30092] By: nicholas                              on 2007/02/02  14:37:31
8366         Log: Change 29502 wasn't perfect - you need to remove any extra trailing
8367              "\n" added by fbm_compile(), before recompiling with the same flags.
8368              In turn, to do that, it's best to store the flags even for short
8369              "PVBM"s.
8370      Branch: perl
8371            ! regexec.c util.c
8372 ____________________________________________________________________________
8373 [ 30091] By: nicholas                              on 2007/02/02  14:35:51
8374         Log: Better dump reporting of "PVBM"s.
8375      Branch: perl
8376            ! dump.c
8377 ____________________________________________________________________________
8378 [ 30090] By: nicholas                              on 2007/02/01  23:32:22
8379         Log: Allow regexp.t to take a command line argument for the filename of
8380              tests. Read the tests into memory, to avoid seeking the FH.
8381      Branch: perl
8382            ! t/op/regexp.t
8383 ____________________________________________________________________________
8384 [ 30089] By: nicholas                              on 2007/02/01  16:49:12
8385         Log: Make t/op/regexp.t warnings clean.
8386      Branch: perl
8387            ! t/op/regexp.t
8388 ____________________________________________________________________________
8389 [ 30088] By: nicholas                              on 2007/02/01  16:27:00
8390         Log: Make t/op/regexp.t run under use strict; including removing the
8391              vestiges of change 1195 not removed by change 1244.
8392      Branch: perl
8393            ! t/op/re_tests t/op/regexp.t
8394 ____________________________________________________________________________
8395 [ 30087] By: merijn                                on 2007/01/31  15:38:06
8396         Log: alloca () might end up unreferenced during linking.
8397              Thanks Steve
8398      Branch: perl
8399            ! cygwin/cygwin.c
8400 ____________________________________________________________________________
8401 [ 30086] By: rgs                                   on 2007/01/31  13:58:40
8402         Log: Upgrade to Getopt::Long 2.36
8403      Branch: perl
8404            + lib/Getopt/Long/t/gol-xargv.t lib/Getopt/Long/t/gol-xstring.t
8405            ! MANIFEST lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
8406            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
8407            ! lib/Getopt/Long/t/gol-linkage.t
8408 ____________________________________________________________________________
8409 [ 30085] By: nicholas                              on 2007/01/31  12:14:05
8410         Log: You can't have special blocks if the subroutine has an "anonymous"
8411              name for the debugger, so don't bother checking.
8412      Branch: perl
8413            ! op.c
8414 ____________________________________________________________________________
8415 [ 30084] By: merijn                                on 2007/01/31  10:29:59
8416         Log: Subject: [PATCH] Improve regex stringification code
8417              From: demerphq <demerphq@gmail.com>
8418              Date: Tue, 30 Jan 2007 23:58:31 +0100
8419              Message-ID: <9b18b3110701301458k2f6a8254hea6c6db28489c38b@mail.gmail.com>
8420      Branch: perl
8421            ! embed.fnc embed.h ext/re/re.xs ext/re/t/re_funcs.t op.c perl.h
8422            ! pod/perlapi.pod proto.h regcomp.c regcomp.h regexec.c regexp.h
8423 ____________________________________________________________________________
8424 [ 30083] By: merijn                                on 2007/01/31  09:51:48
8425         Log: Subject: [PATCH] regcomp.c: remove some gotos that cause compiler consternation.
8426              From: demerphq <demerphq@gmail.com>
8427              Date: Wed, 31 Jan 2007 10:28:34 +0100
8428      Branch: perl
8429            ! regcomp.c
8430 ____________________________________________________________________________
8431 [ 30082] By: merijn                                on 2007/01/31  07:49:12
8432         Log: Subject: [PATCH] Improve regex stringification code
8433              From: demerphq <demerphq@gmail.com>
8434              Date: Tue, 30 Jan 2007 23:58:31 +0100
8435              Message-ID: <9b18b3110701301458k2f6a8254hea6c6db28489c38b@mail.gmail.com>
8436      Branch: perl
8437            ! embed.fnc embed.h ext/re/re.xs ext/re/t/re_funcs.t op.c perl.h
8438            ! proto.h regcomp.c regcomp.h regexec.c regexp.h
8439 ____________________________________________________________________________
8440 [ 30081] By: merijn                                on 2007/01/31  07:34:39
8441         Log: Subject: [PATCH] $1 in nested regex EVAL doesnt work correctly.
8442              From: demerphq <demerphq@gmail.com>
8443              Date: Tue, 30 Jan 2007 23:51:27 +0100
8444              Message-ID: <9b18b3110701301451l1443a186p39df7a6e8b65ea3c@mail.gmail.com>
8445      Branch: perl
8446            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm ext/re/re.pm regcomp.c
8447            ! regexec.c t/op/pat.t
8448 ____________________________________________________________________________
8449 [ 30080] By: nicholas                              on 2007/01/30  23:53:56
8450         Log: Refactor the code used to check/execute BEGIN/UNITCHECK/CHECK/INIT/END
8451              duplicated in newATTRSUB and newXS into a new static function
8452              process_special_blocks()
8453      Branch: perl
8454            ! embed.fnc embed.h op.c proto.h
8455 ____________________________________________________________________________
8456 [ 30079] By: merijn                                on 2007/01/30  17:39:58
8457         Log: Subject: [PATCH] one more iteration on PerlIO_teardown prototype
8458              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
8459              Date: Tue, 30 Jan 2007 04:20:21 +0200 (EET)
8460              Message-Id: <20070130022021.6051443A67@anubis.hut.fi>
8461      Branch: perl
8462            ! perl.h perliol.h
8463 ____________________________________________________________________________
8464 [ 30078] By: gisle                                 on 2007/01/30  11:13:51
8465         Log: Subject: [PATCH] Re: run/cloexec.t is failing
8466              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
8467              Date: Sat, 13 Jan 2007 18:44:53 +0100
8468              Message-ID: <20070113184453.7cd54bcf@r2d2>
8469      Branch: perl
8470            ! t/run/cloexec.t
8471 ____________________________________________________________________________
8472 [ 30076] By: nicholas                              on 2007/01/29  23:36:02
8473         Log: Also check BEGIN/UNITCHECK/CHECK/INIT/END for require.
8474      Branch: perl
8475            + ext/XS/APItest/t/xs_special_subs_require.t
8476            ! MANIFEST ext/XS/APItest/t/xs_special_subs.t
8477 ____________________________________________________________________________
8478 [ 30072] By: nicholas                              on 2007/01/29  22:40:01
8479         Log: UNITCHECK for XS code. Turned out to be harder that expected.
8480              We need to get the XS BOOT section to run any UNITCHECK blocks for us.
8481      Branch: perl
8482            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
8483            ! ext/XS/APItest/t/xs_special_subs.t lib/ExtUtils/ParseXS.pm
8484            ! op.c
8485 ____________________________________________________________________________
8486 [ 30067] By: nicholas                              on 2007/01/29  20:05:52
8487         Log: BEGIN blocks in XS should work. (Given that CHECK, INIT and END all do)
8488      Branch: perl
8489            + ext/XS/APItest/t/xs_special_subs.t
8490            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
8491            ! op.c
8492 ____________________________________________________________________________
8493 [ 30064] By: nicholas                              on 2007/01/29  18:28:16
8494         Log: Add av_create_and_push() and av_create_and_unshift_one() to refactor
8495              out two repeated idioms.
8496      Branch: perl
8497            ! av.c doio.c embed.fnc op.c perl.c pod/perlapi.pod proto.h
8498 ____________________________________________________________________________
8499 [ 30059] By: gisle                                 on 2007/01/29  16:54:38
8500         Log: Avoid test failure with for a -Dusesitecustomize perl.
8501      Branch: perl
8502            ! t/run/switchd.t
8503 ____________________________________________________________________________
8504 [ 30052] By: nicholas                              on 2007/01/28  22:30:18
8505         Log: Convert ext/B/t/debug.t to Test::More. (Diagnostics are good, m'kay)
8506      Branch: perl
8507            ! ext/B/t/debug.t
8508 ____________________________________________________________________________
8509 [ 30050] By: rgs                                   on 2007/01/28  17:26:02
8510         Log: Subject: [PATCH] g++ wants cast
8511              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
8512              Date: Sun, 28 Jan 2007 17:04:44 +0200 (EET)
8513              Message-Id: <20070128150444.AC62043A57@anubis.hut.fi>
8514      Branch: perl
8515            ! sv.c
8516 ____________________________________________________________________________
8517 [ 30044] By: nicholas                              on 2007/01/27  22:49:10
8518         Log: As we're not using UVf in the core, don't even define in when PERL_CORE
8519              is true.
8520      Branch: perl
8521            ! perl.h
8522 ____________________________________________________________________________
8523 [ 30043] By: nicholas                              on 2007/01/27  22:48:39
8524         Log: Change 30034 wasn't enough to silence the warnings - also need to
8525              pass a never-NULL parameter to newPADOP from newGVOP
8526      Branch: perl
8527            ! op.c
8528 ____________________________________________________________________________
8529 [ 30041] By: craigb                                on 2007/01/27  22:08:55
8530         Log: Subject: [perl@30030] blead on OpenVMS doesn't build
8531              From: Abe Timmerman <abe@ztreet.demon.nl>
8532              Date: Sat, 27 Jan 2007 17:26:47 +0100
8533              Message-Id: <200701271726.48347.abe@ztreet.demon.nl>
8534              
8535              Disable DECterm support by default, and when we enable it, 
8536              make sure the image we need is installed, not merely present.
8537      Branch: perl
8538            ! configure.com
8539 ____________________________________________________________________________
8540 [ 30037] By: craigb                                on 2007/01/27  17:45:27
8541         Log: For FindBin to work as advertised on VMS, $FindBin::Bin
8542              must be in unix syntax.
8543      Branch: perl
8544            ! lib/FindBin.pm
8545 ____________________________________________________________________________
8546 [ 30035] By: craigb                                on 2007/01/27  17:19:12
8547         Log: For VMS, a belated entry into the $^O jungle that is File::Find::_find_dir.
8548      Branch: perl
8549            ! lib/File/Find.pm
8550 ____________________________________________________________________________
8551 [ 30034] By: nicholas                              on 2007/01/27  17:03:59
8552         Log: newPADOP()'s sv parameter is never NULL, so mark it as so.
8553              (Well, in theory it could be NULL if someone is creating ops during
8554              symbol table destruction, but snowballs in hell, etc.
8555              This is usually the point where Jarkko observes that the aliens are
8556              looking for a free slot in their diaries...)
8557      Branch: perl
8558            ! embed.fnc op.c proto.h
8559 ____________________________________________________________________________
8560 [ 30032] By: nicholas                              on 2007/01/27  15:36:49
8561         Log: newPADOP is only used under ithreads, so don't waste space by compiling
8562              it for non-threaded builds.
8563      Branch: perl
8564            ! embed.fnc embed.h makedef.pl op.c proto.h
8565 ____________________________________________________________________________
8566 [ 30030] By: nicholas                              on 2007/01/27  14:03:01
8567         Log: One last gv_fetchpv() that should be GV_ADD rather than TRUE.
8568      Branch: perl
8569            ! toke.c
8570 ____________________________________________________________________________
8571 [ 30028] By: nicholas                              on 2007/01/27  12:55:31
8572         Log: Using gv_stashsv() and sv_setsv() in Perl_package reduces source and
8573              object code size.
8574      Branch: perl
8575            ! op.c
8576 ____________________________________________________________________________
8577 [ 30025] By: rgs                                   on 2007/01/27  09:42:32
8578         Log: Change Tels' contact address
8579      Branch: perl
8580            ! Porting/Maintainers.pl
8581 ____________________________________________________________________________
8582 [ 30024] By: nicholas                              on 2007/01/27  00:45:30
8583         Log: A test to exercise the smallbuf overflow code in S_incline, and a
8584              refactoring of that code to use only one 128 char array, not two.
8585      Branch: perl
8586            ! t/comp/parser.t toke.c
8587 ____________________________________________________________________________
8588 [ 30019] By: rgs                                   on 2007/01/26  18:28:42
8589         Log: cflags.SH was broken: it was compiling a C file for testing available
8590              command-line options, but this C file was including perl.h, which in
8591              turn includes config.h, which might not be present at that time. So
8592              force the generation of config.h.
8593      Branch: perl
8594            ! cflags.SH
8595 ____________________________________________________________________________
8596 [ 30017] By: rgs                                   on 2007/01/26  16:41:52
8597         Log: Silence a few pedantic warnings
8598      Branch: perl
8599            ! sv.c
8600 ____________________________________________________________________________
8601 [ 30016] By: rgs                                   on 2007/01/26  16:39:40
8602         Log: If we have specified -Dgccansipedantic on the Configure command-line,
8603              assume we really want it
8604      Branch: perl
8605            ! cflags.SH
8606 ____________________________________________________________________________
8607 [ 30015] By: nicholas                              on 2007/01/26  16:16:29
8608         Log: Stop S_incline needing to temporarily write a '\0' into its passed-in
8609              buffer. (Requires adding gv_fetchfile_flags(), savesharedpvn() and
8610              CopFILE_setn() to provide pointer/length versions of APIs)
8611      Branch: perl
8612            ! cop.h embed.fnc embed.h global.sym gv.c pod/perlapi.pod
8613            ! proto.h toke.c util.c
8614 ____________________________________________________________________________
8615 [ 30014] By: stevep                                on 2007/01/26  16:12:58
8616         Log: Fix ext/POSIX/t/sysconf.t failures on Cygwin.
8617      Branch: perl
8618            ! ext/POSIX/t/sysconf.t
8619 ____________________________________________________________________________
8620 [ 30013] By: rgs                                   on 2007/01/26  16:06:47
8621         Log: Subject: Re: [perl #32135] File::Copy module
8622              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
8623              Date: Fri, 26 Jan 2007 12:56:18 -0200
8624              Message-ID: <73ddeb6c0701260656i1c35b207r1f9624edd3503fa6@mail.gmail.com>
8625      Branch: perl
8626            ! lib/File/Copy.pm
8627 ____________________________________________________________________________
8628 [ 30012] By: rgs                                   on 2007/01/26  15:21:37
8629         Log: Subject: [PATCH] Add Archive::Extract 0.16 to the core
8630              From: "Jos Boumans" <kane@dwim.org>
8631              Date: Fri, 26 Jan 2007 15:02:36 +0100 (CET)
8632              Message-ID: <21170.80.127.35.68.1169820156.squirrel@webmail.xs4all.nl>
8633      Branch: perl
8634            + lib/Archive/Extract.pm
8635            + lib/Archive/Extract/t/01_Archive-Extract.t
8636            + lib/Archive/Extract/t/src/double_dir.zip.packed
8637            + lib/Archive/Extract/t/src/x.bz2.packed
8638            + lib/Archive/Extract/t/src/x.gz.packed
8639            + lib/Archive/Extract/t/src/x.jar.packed
8640            + lib/Archive/Extract/t/src/x.par.packed
8641            + lib/Archive/Extract/t/src/x.tar.gz.packed
8642            + lib/Archive/Extract/t/src/x.tar.packed
8643            + lib/Archive/Extract/t/src/x.tgz.packed
8644            + lib/Archive/Extract/t/src/x.zip.packed
8645            + lib/Archive/Extract/t/src/y.jar.packed
8646            + lib/Archive/Extract/t/src/y.par.packed
8647            + lib/Archive/Extract/t/src/y.tar.bz2.packed
8648            + lib/Archive/Extract/t/src/y.tar.gz.packed
8649            + lib/Archive/Extract/t/src/y.tar.packed
8650            + lib/Archive/Extract/t/src/y.tbz.packed
8651            + lib/Archive/Extract/t/src/y.tgz.packed
8652            + lib/Archive/Extract/t/src/y.zip.packed
8653            ! MANIFEST
8654 ____________________________________________________________________________
8655 [ 30010] By: rgs                                   on 2007/01/26  14:03:34
8656         Log: Subject: [PATCH] Small bugfixes to uupacktool.pl
8657              From: "Jos Boumans" <kane@dwim.org>
8658              Date: Fri, 26 Jan 2007 14:50:29 +0100 (CET)
8659              Message-ID: <16773.80.127.35.68.1169819429.squirrel@webmail.xs4all.nl>
8660      Branch: perl
8661            ! uupacktool.pl
8662 ____________________________________________________________________________
8663 [ 30009] By: rgs                                   on 2007/01/26  13:58:56
8664         Log: Subject: [PATCH] still some Symbian/S90 tweaks
8665              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
8666              Date: Fri, 26 Jan 2007 15:40:58 +0200 (EET)
8667              Message-Id: <20070126134058.83B0643A57@anubis.hut.fi>
8668      Branch: perl
8669            ! README.symbian symbian/config.sh symbian/xsbuild.pl
8670 ____________________________________________________________________________
8671 [ 30008] By: rgs                                   on 2007/01/26  13:56:29
8672         Log: Upgrade to File::Fetch 0.10, by Jos Boumans
8673      Branch: perl
8674            - lib/File/Fetch/Item.pm
8675            ! MANIFEST lib/File/Fetch.pm lib/File/Fetch/t/01_File-Fetch.t
8676 ____________________________________________________________________________
8677 [ 30002] By: rgs                                   on 2007/01/26  11:21:17
8678         Log: Let File::Path report the extended system error message
8679              when available (Ilya Zakharevich)
8680      Branch: perl
8681            ! lib/File/Path.pm
8682 ____________________________________________________________________________
8683 [ 30000] By: nicholas                              on 2007/01/26  11:18:02
8684         Log: As we're not passing over (or copying in) a NUL, don't need that extra
8685              byte for it, so correct the < to <= so that we use the smallbuf
8686              whenever possible.
8687      Branch: perl
8688            ! gv.c toke.c
8689 ____________________________________________________________________________
8690 [ 29998] By: rgs                                   on 2007/01/26  10:55:50
8691         Log: Mention //w in perltodo.
8692      Branch: perl
8693            ! pod/perltodo.pod
8694 ____________________________________________________________________________
8695 [ 29994] By: rgs                                   on 2007/01/26  09:17:56
8696         Log: Upgrade to Time::Local 1.17
8697      Branch: perl
8698            ! lib/Time/Local.pm lib/Time/Local.t
8699 ____________________________________________________________________________
8700 [ 29992] By: rgs                                   on 2007/01/26  09:03:27
8701         Log: Subject: [PATCH] utf8.pm doc patch
8702              From: Audrey Tang <audreyt@audreyt.org>
8703              Date: Fri, 26 Jan 2007 05:38:39 +0800
8704              Message-Id: <5BDAD0DE-3434-4A29-82C6-35AE3EFD27CC@audreyt.org>
8705      Branch: perl
8706            ! lib/utf8.pm
8707 ____________________________________________________________________________
8708 [ 29991] By: rgs                                   on 2007/01/26  09:01:01
8709         Log: Some variables are used only with DEBUGGING
8710      Branch: perl
8711            ! regcomp.c
8712 ____________________________________________________________________________
8713 [ 29990] By: rgs                                   on 2007/01/26  08:39:07
8714         Log: Subject: [PATCH] further Symbian/S90 fixes from alexander smishlajev
8715              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
8716              Date: Fri, 26 Jan 2007 05:51:50 +0200 (EET)
8717              Message-Id: <20070126035150.41A4143A67@anubis.hut.fi>
8718      Branch: perl
8719            ! README.symbian ext/Data/Dumper/Dumper.xs symbian/PerlBase.cpp
8720            ! symbian/config.sh symbian/symbianish.h symbian/xsbuild.pl
8721 ____________________________________________________________________________
8722 [ 29989] By: rgs                                   on 2007/01/26  08:27:23
8723         Log: Upgrade to Module::Load::Conditional 0.16, by Jos Boumans
8724      Branch: perl
8725            + lib/Module/Load/Conditional/t/02_Parse_Version.t
8726            ! MANIFEST lib/Module/Load/Conditional.pm
8727            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
8728 ____________________________________________________________________________
8729 [ 29987] By: nicholas                              on 2007/01/25  23:18:25
8730         Log: Convert the last remaining 256 byte "small"bufs to 128 bytes.
8731              (The actual size doesn't matter, as the buffers are only there to
8732              save a malloc() for the common, short, case. Coverage reports suggest
8733              that we aren't actually testing the long case. Yet - will fix this)
8734      Branch: perl
8735            ! gv.c toke.c
8736 ____________________________________________________________________________
8737 [ 29983] By: nicholas                              on 2007/01/25  22:39:08
8738         Log: Neither gv_fetchpvn_flags() nor hv_fetch() need a NUL terminated
8739              string, so don't bother allocating buffer space or adding a NUL.
8740      Branch: perl
8741            ! gv.c toke.c
8742 ____________________________________________________________________________
8743 [ 29977] By: nicholas                              on 2007/01/25  20:57:56
8744         Log: The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask
8745              of flags, not a boolean, so correct the documenation and callers.
8746      Branch: perl
8747            ! embed.fnc ext/B/B.xs ext/IPC/SysV/SysV.xs
8748            ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs gv.c op.c
8749            ! perlio.c pod/perlapi.pod pod/perlguts.pod pp.c pp_hot.c
8750            ! pp_sys.c proto.h sv.c toke.c universal.c utf8.c
8751 ____________________________________________________________________________
8752 [ 29975] By: rgs                                   on 2007/01/25  17:22:40
8753         Log: Subject: split by " \0" (const string staring with a SPACE followed by NULL)
8754              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8755              Date: Fri, 19 Jan 2007 22:21:48 +0900
8756              Message-Id: <20070119221905.D162.BQW10602@nifty.com>
8757      Branch: perl
8758            ! op.c t/op/split.t
8759 ____________________________________________________________________________
8760 [ 29973] By: rgs                                   on 2007/01/25  14:48:49
8761         Log: Upgrade to threads 1.58:
8762              * Ignore thread return value(s) in void context
8763              * Check for missing args for 'use threads' options
8764              * Check that stack size argument is numeric
8765      Branch: perl
8766            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
8767            ! ext/threads/t/thread.t ext/threads/threads.pm
8768            ! ext/threads/threads.xs
8769 ____________________________________________________________________________
8770 [ 29972] By: rgs                                   on 2007/01/25  12:23:45
8771         Log: Subject: Re: [perl #41283] B::walkoptree_slow fails for 'our @foo = split( m/ /, "hello" )'
8772              From: "Joshua ben Jore" <twists@gmail.com>
8773              Date: Wed, 17 Jan 2007 17:49:22 -0800
8774              Message-ID: <dc5c751d0701171749x3f2dfd00tc523d33bc234c530@mail.gmail.com>
8775      Branch: perl
8776            ! ext/B/B.pm
8777 ____________________________________________________________________________
8778 [ 29970] By: nicholas                              on 2007/01/25  11:41:13
8779         Log: Change 28058 hadn't been tested with -DPERL_CREATE_GVSV
8780      Branch: perl
8781            ! gv.c
8782 ____________________________________________________________________________
8783 [ 29960] By: nicholas                              on 2007/01/24  21:42:53
8784         Log: Display the process id as part of the trace output if running with -Dv
8785              (Might be nice to display the thread ID too under ithreads, but I can't
8786              see a clean way to get that)
8787      Branch: perl
8788            ! deb.c
8789 ____________________________________________________________________________
8790 [ 29956] By: nicholas                              on 2007/01/24  19:07:49
8791         Log: Fix typo in the description of change 27911
8792      Branch: perl
8793            ! Changes
8794 ____________________________________________________________________________
8795 [ 29954] By: nicholas                              on 2007/01/24  18:44:51
8796         Log: Wrap the macro arguments for ck_proto in ().
8797      Branch: perl
8798            ! op.h
8799 ____________________________________________________________________________
8800 [ 29942] By: rgs                                   on 2007/01/24  11:32:24
8801         Log: Subject: [PATCH] fix a few references in perlfunc.html
8802              From: Jan Dubois <jand@ActiveState.com>
8803              Date: Tue, 23 Jan 2007 18:25:02 -0800
8804              Message-ID: <oggdr2pfqj8bb2o47ikmmq9gmjebhr8ht6@4ax.com>
8805      Branch: perl
8806            ! pod/perlfunc.pod
8807 ____________________________________________________________________________
8808 [ 29941] By: rgs                                   on 2007/01/24  11:22:17
8809         Log: Subject: [PATCH] Improve documentation PERLIO default value in perlrun.pod
8810              From: Jan Dubois <jand@ActiveState.com>
8811              Date: Tue, 23 Jan 2007 18:43:55 -0800
8812              Message-ID: <jhhdr21vmlo5ccbfd8la2di4bq8crv3s8t@4ax.com>
8813      Branch: perl
8814            ! pod/perlrun.pod
8815 ____________________________________________________________________________
8816 [ 29940] By: rgs                                   on 2007/01/24  11:02:24
8817         Log: Upgrade to Time::Local 1.16
8818      Branch: perl
8819            ! lib/Time/Local.pm lib/Time/Local.t
8820 ____________________________________________________________________________
8821 [ 29938] By: nicholas                              on 2007/01/23  22:54:00
8822         Log: Add lib to @INC so that ./perl t/op/local.t works.
8823      Branch: perl
8824            ! t/op/local.t
8825 ____________________________________________________________________________
8826 [ 29937] By: nicholas                              on 2007/01/23  21:07:06
8827         Log: Change 29936 missed a ;
8828      Branch: perl
8829            ! lib/Time/Local.pm
8830 ____________________________________________________________________________
8831 [ 29936] By: stevep                                on 2007/01/23  18:43:50
8832         Log: Fix to Time::Local to fix problems with leap year calculation.
8833      Branch: perl
8834            ! lib/Time/Local.pm
8835 ____________________________________________________________________________
8836 [ 29935] By: stevep                                on 2007/01/23  15:02:56
8837         Log: Upgrade to File-Temp-0.18.
8838      Branch: perl
8839            + lib/File/Temp/t/cmp.t
8840            ! MANIFEST lib/File/Temp.pm
8841 ____________________________________________________________________________
8842 [ 29934] By: stevep                                on 2007/01/23  14:29:55
8843         Log: Upgrade to AutoLoader-5.63
8844      Branch: perl
8845            ! lib/AutoLoader.pm
8846 ____________________________________________________________________________
8847 [ 29933] By: stevep                                on 2007/01/23  02:20:31
8848         Log: Upgrade to Test-Simple-0.67
8849      Branch: perl
8850            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
8851            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
8852 ____________________________________________________________________________
8853 [ 29932] By: stevep                                on 2007/01/23  02:14:57
8854         Log: Upgrade to Math-Complex-1.37.
8855      Branch: perl
8856            ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Math/Trig.t
8857 ____________________________________________________________________________
8858 [ 29931] By: stevep                                on 2007/01/23  01:55:48
8859         Log: Subject: [PATCH] Time::Local patch take 2
8860              From: Dave Rolsky <autarch@urth.org>
8861              Date: Mon, 22 Jan 2007 09:46:08 -0600 (CST)
8862              Message-ID: <Pine.LNX.4.64.0701220945040.28849@urth.org>
8863      Branch: perl
8864            ! lib/Time/Local.pm lib/Time/Local.t
8865 ____________________________________________________________________________
8866 [ 29930] By: stevep                                on 2007/01/23  01:52:16
8867         Log: Subject: [perl #41318] Patch: win32.c typo in #define MULTIPLICITY
8868              From: "Devin Heitmueller" (via RT) <perlbug-followup@perl.org>
8869              Date: Mon, 22 Jan 2007 14:46:15 -0800
8870              Message-ID: <rt-3.6.HEAD-1834-1169505975-229.41318-75-0@perl.org>
8871      Branch: perl
8872            ! win32/win32.c
8873 ____________________________________________________________________________
8874 [ 29923] By: nicholas                              on 2007/01/22  19:39:28
8875         Log: Subject: [PATCH] Disable positive lookaround optimisations
8876              From: demerphq <demerphq@gmail.com>
8877              Message-ID: <9b18b3110701210953l4df6198re36a9342e6049583@mail.gmail.com>
8878              Date: Sun, 21 Jan 2007 18:53:38 +0100
8879      Branch: perl
8880            ! regcomp.h t/op/re_tests
8881 ____________________________________________________________________________
8882 [ 29922] By: nicholas                              on 2007/01/22  19:38:12
8883         Log: Fix a typo and some doubled spaces in comments.
8884      Branch: perl
8885            ! cop.h pod/perlapi.pod sv.h
8886 ____________________________________________________________________________
8887 [ 29921] By: nicholas                              on 2007/01/22  19:21:21
8888         Log: Remove duplicate assignment to PL_eval_root in Perl_create_eval_scope
8889      Branch: perl
8890            ! pp_ctl.c
8891 ____________________________________________________________________________
8892 [ 29917] By: nicholas                              on 2007/01/22  17:03:48
8893         Log: Fix my typo, as spotted by Steve Peters
8894      Branch: perl
8895            ! Changes
8896 ____________________________________________________________________________
8897 [ 29911] By: nicholas                              on 2007/01/21  23:18:20
8898         Log: Assignments to function pointers can't be NULL, as that's a pointer to
8899              data, and assigning pointers to data to pointers to functions is not
8900              ANSI-conformant.
8901      Branch: perl
8902            ! perl.h
8903 ____________________________________________________________________________
8904 [ 29910] By: nicholas                              on 2007/01/21  23:11:30
8905         Log: Restore the const to vtbl in Perl_mg_localize() removed in change
8906              26924.
8907      Branch: perl
8908            ! mg.c
8909 ____________________________________________________________________________
8910 [ 29907] By: nicholas                              on 2007/01/21  20:06:45
8911         Log: Remove register keyword from dSP; (at least for now)
8912      Branch: perl
8913            ! pp.h
8914 ____________________________________________________________________________
8915 [ 29905] By: nicholas                              on 2007/01/21  11:44:16
8916         Log: Refactor the common soft-reference code from pp_rv2sv and pp_rv2av
8917              into a single routine Perl_softref2xv(). As soft references are
8918              rarely used compared with true references, move this code from pp_hot.c
8919      Branch: perl
8920            ! embed.fnc embed.h pp.c pp_hot.c proto.h
8921 ____________________________________________________________________________
8922 [ 29900] By: nicholas                              on 2007/01/20  23:40:23
8923         Log: defined @$foo and defined %$bar should be subject to strict 'refs';
8924      Branch: perl
8925            ! lib/DBM_Filter.pm pp_hot.c t/lib/strict/refs
8926 ____________________________________________________________________________
8927 [ 29895] By: stevep                                on 2007/01/20  03:51:26
8928         Log: Upgrade to version-0.69
8929      Branch: perl
8930            ! lib/version.pm
8931 ____________________________________________________________________________
8932 [ 29894] By: stevep                                on 2007/01/20  03:40:23
8933         Log: Subject: [PATCH] Re: Race condition in IPC::Open3 / Mac OS?
8934              From: Bo Lindbergh <blgl@hagernas.com>
8935              Date: Sat, 20 Jan 2007 02:39:57 +0100
8936              Message-Id: <D256CF03-D814-4973-9DF6-60EA4F26FE10@hagernas.com>
8937      Branch: perl
8938            ! perlio.c
8939 ____________________________________________________________________________
8940 [ 29893] By: stevep                                on 2007/01/20  03:28:48
8941         Log: Add PAUSE2007.pub key
8942      Branch: perl
8943            + lib/CPAN/PAUSE2007.pub
8944            ! MANIFEST
8945 ____________________________________________________________________________
8946 [ 29892] By: stevep                                on 2007/01/20  03:20:11
8947         Log: Upgrade to CPAN-1.88_69.
8948      Branch: perl
8949            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
8950 ____________________________________________________________________________
8951 [ 29887] By: nicholas                              on 2007/01/19  21:11:40
8952         Log: Subject: Re: [PATCH] fix unicode split /\s+/
8953              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8954              Message-Id: <20070120005232.D9CC.BQW10602@nifty.com>
8955              Date: Sat, 20 Jan 2007 00:52:42 +0900
8956      Branch: perl
8957            ! pp.c t/op/split.t
8958 ____________________________________________________________________________
8959 [ 29885] By: nicholas                              on 2007/01/19  20:13:46
8960         Log: Yves spotted that I'd not regenerated perlapi.pod when I added
8961              get_cvn_flags().
8962      Branch: perl
8963            ! pod/perlapi.pod
8964 ____________________________________________________________________________
8965 [ 29884] By: nicholas                              on 2007/01/19  19:27:59
8966         Log: Marcus Holland-Moritz notes that the first argument to
8967              refcounted_he_fetch() can be NULL.
8968      Branch: perl
8969            ! embed.fnc proto.h
8970 ____________________________________________________________________________
8971 [ 29883] By: nicholas                              on 2007/01/19  18:07:23
8972         Log: Fix breakage for -DDEBUGGING accidentally introduced with change 29882.
8973      Branch: perl
8974            ! sv.c
8975 ____________________________________________________________________________
8976 [ 29882] By: nicholas                              on 2007/01/19  17:36:10
8977         Log: Add a parameter to Perl_get_arena() to pass in the SV type, and record
8978              this in the arena description. Change all sizes to unsigned values.
8979              Make Perl_sv_free_arenas() loop downwards to free memory, simplifying
8980              the logic. Remove my erroneous comment added in change 29881.
8981      Branch: perl
8982            ! embed.fnc hv.c proto.h sv.c
8983 ____________________________________________________________________________
8984 [ 29881] By: nicholas                              on 2007/01/19  11:45:24
8985         Log: I think that it's clearer if aroot is only struct arena_set *
8986              (rather than ** and constantly dereferneced). Move the declaration
8987              of new_root into the block it is used in. Add a comment describing
8988              where the arenas for arena_sets themselves aren't rooted anywhere.
8989      Branch: perl
8990            ! sv.c
8991 ____________________________________________________________________________
8992 [ 29880] By: rgs                                   on 2007/01/19  09:33:00
8993         Log: Subject: [PATCH] fix unicode split /\s+/
8994              From: demerphq <demerphq@gmail.com>
8995              Date: Fri, 19 Jan 2007 02:14:06 +0100
8996              Message-ID: <9b18b3110701181714r4f3bc9ebq9ba462eba8338734@mail.gmail.com>
8997      Branch: perl
8998            ! pp.c t/op/split.t
8999 ____________________________________________________________________________
9000 [ 29879] By: nicholas                              on 2007/01/19  00:13:02
9001         Log: As Perl_get_arena() is dealing with sizes, use size_t rather than int,
9002              as it's both unsigned and semantically the correct width for a size.
9003              As all arenas get cleared later on, can use Newx() rather than Newxz().
9004      Branch: perl
9005            ! embed.fnc proto.h sv.c
9006 ____________________________________________________________________________
9007 [ 29878] By: nicholas                              on 2007/01/18  23:52:11
9008         Log: Move C<static bool done_sanity_check;> inside the only function that
9009              uses it.
9010      Branch: perl
9011            ! sv.c
9012 ____________________________________________________________________________
9013 [ 29877] By: nicholas                              on 2007/01/18  23:51:45
9014         Log: Add in missing dVAR that prevents compilation with
9015              -DPERL_GLOBAL_STRUCT_PRIVATE
9016      Branch: perl
9017            ! perl.c
9018 ____________________________________________________________________________
9019 [ 29876] By: nicholas                              on 2007/01/18  23:36:57
9020         Log: Move the flag checking for isGV_with_GP() into the call to visit()
9021      Branch: perl
9022            ! sv.c
9023 ____________________________________________________________________________
9024 [ 29875] By: mhx                                   on 2007/01/18  16:52:37
9025         Log: Add missing SVfARG()s in require_tie_mod().
9026      Branch: perl
9027            ! gv.c
9028 ____________________________________________________________________________
9029 [ 29872] By: nicholas                              on 2007/01/18  15:48:13
9030         Log: Given that we now do the tests in S_visit() to avoid calling the
9031              helper function when skippable, no need to retain those tests
9032              inside the helper functions do_clean_objs() and do_clean_named_objs().
9033      Branch: perl
9034            ! sv.c
9035 ____________________________________________________________________________
9036 [ 29871] By: merijn                                on 2007/01/18  14:03:21
9037         Log: perl rebuilds because of gcc's -g flag
9038              Subject: [PATCH] Re: [perl #41058] make rebuilds perl everytime
9039              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
9040              Date: Thu, 18 Jan 2007 14:27:55 +0100
9041              Message-ID: <20070118142755.28e7f724@r2d2>
9042      Branch: perl
9043            ! makedepend.SH
9044 ____________________________________________________________________________
9045 [ 29868] By: steveh                                on 2007/01/18  11:36:05
9046         Log: Subject: Re: [PATCH] win32_async_check() can still loop indefinitely
9047              From: Jan Dubois <jand@ActiveState.com>
9048              Date: Mon, 15 Jan 2007 19:25:11 -0800
9049              Message-ID: <rigoq25vda3sg4i7ppdb5o2jhvuiq15kqj@4ax.com>
9050      Branch: perl
9051            ! win32/win32.c
9052 ____________________________________________________________________________
9053 [ 29867] By: nicholas                              on 2007/01/18  11:16:09
9054         Log: As PVLVs can hold globs in some cases, I think that we should be
9055              treating them as a strict subclass of PVGV. Hence drop through into
9056              the PVGV handling code.
9057      Branch: perl
9058            ! sv.c
9059 ____________________________________________________________________________
9060 [ 29866] By: davem                                 on 2007/01/18  02:14:48
9061         Log: disable parser stack cleanup on reduce croak (too fragile)
9062      Branch: perl
9063            ! perly.c
9064 ____________________________________________________________________________
9065 [ 29857] By: mhx                                   on 2007/01/17  21:06:11
9066         Log: Fix a typo in Dynaloader_pm.PL.
9067      Branch: perl
9068            ! ext/DynaLoader/DynaLoader_pm.PL
9069 ____________________________________________________________________________
9070 [ 29855] By: nicholas                              on 2007/01/17  19:22:47
9071         Log: Replace SvRELEASE_IVX(dstr) with SvOOK_off(dstr) in sv_setsv_flags(),
9072              because it's not possible for dstr to be COW at this point, due to an
9073              earlier force_normal.
9074      Branch: perl
9075            ! sv.c
9076 ____________________________________________________________________________
9077 [ 29853] By: nicholas                              on 2007/01/17  18:24:50
9078         Log: Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv_release_IVX().
9079              (Currently it fails ext/Compress/Raw/Zlib/t/07bufsize.t)
9080      Branch: perl
9081            ! embed.fnc embed.h global.sym makedef.pl proto.h sv.c sv.h
9082 ____________________________________________________________________________
9083 [ 29852] By: nicholas                              on 2007/01/17  15:42:54
9084         Log: If we use SvUPGRADE() rather than sv_upgrade() then it can make the
9085              decision on not "up"grading PVLV to PVGV for us. However, it appears
9086              that the other actions conducted for "not-yet-a-glob" are useful here.
9087      Branch: perl
9088            ! sv.c
9089 ____________________________________________________________________________
9090 [ 29848] By: merijn                                on 2007/01/17  13:38:05
9091         Log: Subject: Re: [PATCH] symbian/xsbuild.pl patching continues
9092              From: Jarkko Hietaniemi <jhi@iki.fi>
9093              Date: Wed, 17 Jan 2007 08:27:03 -0500
9094              Message-ID: <45AE2427.7080907@iki.fi>
9095      Branch: perl
9096            ! symbian/xsbuild.pl
9097 ____________________________________________________________________________
9098 [ 29845] By: stevep                                on 2007/01/16  22:15:05
9099         Log: Reentrant functions appear to still be broken in NetBSD 3.1.
9100      Branch: perl
9101            ! hints/netbsd.sh
9102 ____________________________________________________________________________
9103 [ 29844] By: merijn                                on 2007/01/16  16:17:03
9104         Log: Subject: [PATCH] Re: Dual-lived AutoLoader
9105              From: Steffen Mueller <o6hhmk002@sneakemail.com>
9106              Date: Tue, 16 Jan 2007 15:29:44 +0100
9107              Message-ID: <45ACE158.4080102@sneakemail.com>
9108      Branch: perl
9109            ! Porting/Maintainers.pl
9110 ____________________________________________________________________________
9111 [ 29843] By: rgs                                   on 2007/01/16  15:32:30
9112         Log: Subject: Re: [PATCH] Change implementation of %+ to use a proper tied hash interface and add support for %-
9113              From: demerphq <demerphq@gmail.com>
9114              Date: Mon, 15 Jan 2007 23:06:44 +0100
9115              Message-ID: <9b18b3110701151406p7168b20byf873ee2e58091ca3@mail.gmail.com>
9116      Branch: perl
9117            ! regcomp.h
9118 ____________________________________________________________________________
9119 [ 29842] By: rgs                                   on 2007/01/16  10:56:46
9120         Log: Subject: [PATCH] Make offsets support conditional
9121              From: demerphq <demerphq@gmail.com>
9122              Date: Sun, 14 Jan 2007 15:24:25 +0100
9123              Message-ID: <9b18b3110701140624v452f7684x5e9d2890805489fd@mail.gmail.com>
9124      Branch: perl
9125            ! ext/re/t/regop.t regcomp.c regcomp.h
9126 ____________________________________________________________________________
9127 [ 29841] By: rgs                                   on 2007/01/16  10:17:43
9128         Log: Typo fix, by Robin Barker
9129      Branch: perl
9130            ! Porting/Maintainers.pl
9131 ____________________________________________________________________________
9132 [ 29839] By: davem                                 on 2007/01/15  18:33:02
9133         Log: make Dump display the SVf_BREAK flag
9134      Branch: perl
9135            ! dump.c
9136 ____________________________________________________________________________
9137 [ 29838] By: rgs                                   on 2007/01/15  18:25:45
9138         Log: Enable the ~~ operator by default.
9139              Remove the ~~ feature.
9140      Branch: perl
9141            - t/lib/feature/smartmatch
9142            ! MANIFEST lib/feature.pm t/op/smartmatch.t toke.c
9143 ____________________________________________________________________________
9144 [ 29837] By: davem                                 on 2007/01/15  18:19:20
9145         Log: when cloning  PL_regex_pad, copy SVf_BREAK flag too
9146      Branch: perl
9147            ! sv.c
9148 ____________________________________________________________________________
9149 [ 29836] By: nicholas                              on 2007/01/15  18:15:54
9150         Log: pp_rv2av and pp_rv2hv have a lot of common code, so it's certainly a
9151              space saving to merge them. Hopefully this will reduce L2 cache misses.
9152      Branch: perl
9153            ! mathoms.c opcode.h opcode.pl pp.h pp_hot.c
9154 ____________________________________________________________________________
9155 [ 29835] By: nicholas                              on 2007/01/15  17:18:03
9156         Log: Make changes analagous to pp_rv2hv's 21394 and 24489 in pp_rv2av.
9157      Branch: perl
9158            ! pp_hot.c
9159 ____________________________________________________________________________
9160 [ 29834] By: rgs                                   on 2007/01/15  16:37:21
9161         Log: Subject: Re: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, ${^POSTMATCH}
9162              From: demerphq <demerphq@gmail.com>
9163              Date: Sat, 13 Jan 2007 17:18:01 +0100
9164              Message-ID: <9b18b3110701130818h6badbd3o1b38f2660d258173@mail.gmail.com>
9165              
9166              macroize regexp modifiers
9167      Branch: perl
9168            ! perl.h regcomp.c regexp.h toke.c
9169 ____________________________________________________________________________
9170 [ 29831] By: rgs                                   on 2007/01/15  16:26:17
9171         Log: Subject: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, ${^POSTMATCH}
9172              From: demerphq <demerphq@gmail.com>
9173              Date: Fri, 12 Jan 2007 02:31:12 +0100
9174              Message-ID: <9b18b3110701111731x29b1c63i57b1698f769b3bbc@mail.gmail.com>
9175              (with tweaks)
9176      Branch: perl
9177            + t/op/regexp_kmod.t
9178            ! MANIFEST ext/B/t/concise-xs.t gv.c mg.c op.h pod/perlop.pod
9179            ! pod/perlre.pod pod/perlvar.pod pp_hot.c regcomp.c regcomp.h
9180            ! regexp.h t/op/regexp.t toke.c
9181 ____________________________________________________________________________
9182 [ 29830] By: nicholas                              on 2007/01/15  14:38:58
9183         Log: Add get_cvn_flags(), which is like get_cv() but takes a length. This
9184              allows symbolic code references with embeded NULs to work.
9185      Branch: perl
9186            ! embed.fnc embed.h global.sym gv.c gv.h op.c perl.c perlio.c
9187            ! pp_ctl.c pp_hot.c proto.h t/op/ref.t toke.c
9188 ____________________________________________________________________________
9189 [ 29829] By: rgs                                   on 2007/01/15  14:32:26
9190         Log: Subject: [PATCH] symbian/xsbuild.pl
9191              From: Jarkko Hietaniemi <jhi@iki.fi>
9192              Date: Mon, 15 Jan 2007 08:49:56 -0500
9193              Message-ID: <45AB8684.70906@iki.fi>
9194      Branch: perl
9195            ! symbian/xsbuild.pl
9196 ____________________________________________________________________________
9197 [ 29827] By: davem                                 on 2007/01/15  14:16:53
9198         Log: extend threads 'veto cleanup' to perl_free and system stuff
9199      Branch: perl
9200            ! embedvar.h perl.c perlapi.h perlvars.h unixish.h
9201 ____________________________________________________________________________
9202 [ 29826] By: rgs                                   on 2007/01/15  14:15:35
9203         Log: Proper symbian fix (replacing change #29813) by Jarkko
9204      Branch: perl
9205            ! perl.h
9206 ____________________________________________________________________________
9207 [ 29825] By: rgs                                   on 2007/01/15  13:45:40
9208         Log: Use the $Is_MacOS variable
9209      Branch: perl
9210            ! t/lib/common.pl
9211 ____________________________________________________________________________
9212 [ 29824] By: rgs                                   on 2007/01/15  13:44:39
9213         Log: Simplify the ok/not ok logic
9214              (another refactorisation by Schwern)
9215      Branch: perl
9216            ! t/lib/common.pl
9217 ____________________________________________________________________________
9218 [ 29823] By: rgs                                   on 2007/01/15  13:40:18
9219         Log: Various cleanup and factorization by Schwern
9220              for tests for warnings and features
9221      Branch: perl
9222            ! t/lib/common.pl
9223 ____________________________________________________________________________
9224 [ 29822] By: rgs                                   on 2007/01/15  13:30:51
9225         Log: Introduce the :5.10.0 feature bundle, and make :5.10 an
9226              alias to it (aimed at be an alias to the latest :5.10.X)
9227      Branch: perl
9228            ! lib/feature.pm
9229 ____________________________________________________________________________
9230 [ 29821] By: rgs                                   on 2007/01/15  12:44:45
9231         Log: Fix link to perlsyn (thanks to Michael G Schwern)
9232      Branch: perl
9233            ! lib/feature.pm
9234 ____________________________________________________________________________
9235 [ 29820] By: rgs                                   on 2007/01/15  12:42:36
9236         Log: Remove the "dor" feature alias.
9237      Branch: perl
9238            ! lib/feature.pm
9239 ____________________________________________________________________________
9240 [ 29819] By: rgs                                   on 2007/01/15  12:41:28
9241         Log: Document "no feature" (Michael G Schwern)
9242      Branch: perl
9243            ! lib/feature.pm
9244 ____________________________________________________________________________
9245 [ 29818] By: rgs                                   on 2007/01/15  12:37:27
9246         Log: Move the documentation of the lexical effect of feature.pm to its own
9247              section thus removing a lot of redundant redundant documentation about
9248              it cluttering up the feature documentation. (by Michael G Schwern)
9249      Branch: perl
9250            ! lib/feature.pm
9251 ____________________________________________________________________________
9252 [ 29817] By: rgs                                   on 2007/01/15  12:34:00
9253         Log: Remove obsolete notes and TODOs from feature.pm
9254      Branch: perl
9255            ! lib/feature.pm
9256 ____________________________________________________________________________
9257 [ 29816] By: rgs                                   on 2007/01/15  12:30:56
9258         Log: Add a reference to the docs for state() variables in feature.pm
9259              (suggested by Michael G Schwern)
9260      Branch: perl
9261            ! lib/feature.pm
9262 ____________________________________________________________________________
9263 [ 29815] By: rgs                                   on 2007/01/15  12:29:14
9264         Log: Factorise croak() calls and error messages in feature.pm
9265              (suggested by Michael G Schwern)
9266      Branch: perl
9267            ! lib/feature.pm
9268 ____________________________________________________________________________
9269 [ 29814] By: nicholas                              on 2007/01/15  12:13:24
9270         Log: Test that names with embedded NULs work for symbolic array, hash and
9271              typeglob references.
9272      Branch: perl
9273            ! t/op/ref.t
9274 ____________________________________________________________________________
9275 [ 29813] By: rgs                                   on 2007/01/15  08:22:08
9276         Log: Revert perl.h part of change 29811, which breaks compilation with gcc
9277      Branch: perl
9278            ! perl.h
9279 ____________________________________________________________________________
9280 [ 29812] By: merijn                                on 2007/01/15  07:45:28
9281         Log: Subject: [PATCH] g++ fixes
9282              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
9283              Date: Mon, 15 Jan 2007 06:09:30 +0200 (EET)
9284              Message-Id: <20070115040930.8685843A67@anubis.hut.fi>
9285      Branch: perl
9286            ! op.c toke.c
9287 ____________________________________________________________________________
9288 [ 29811] By: merijn                                on 2007/01/15  07:42:37
9289         Log: Subject: [PATCH] Symbian/S90 further fixes
9290              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
9291              Date: Mon, 15 Jan 2007 06:11:52 +0200 (EET)
9292              Message-Id: <20070115041152.374AB43A67@anubis.hut.fi>
9293      Branch: perl
9294            ! perl.h symbian/PerlBase.cpp symbian/config.sh
9295 ____________________________________________________________________________
9296 [ 29810] By: davem                                 on 2007/01/14  23:58:49
9297         Log: make S_ithread_run() call S_ithread_free() in main context
9298              
9299              Fixes a race condition between detach clearing a thread's
9300              interpreter, and S_ithread_run() freeing itself while
9301              assuming that it's own interpreter still exists.
9302      Branch: perl
9303            ! ext/threads/threads.xs
9304 ____________________________________________________________________________
9305 [ 29805] By: davem                                 on 2007/01/14  12:43:39
9306         Log: further refinement to #29796 (cleanup veto)
9307      Branch: perl
9308            ! ext/threads/threads.xs
9309 ____________________________________________________________________________
9310 [ 29803] By: rgs                                   on 2007/01/14  10:12:08
9311         Log: Subject: Re: Memory...growing, and growing
9312              From: Marvin Humphrey <marvin@rectangular.com>
9313              Date: Sat, 13 Jan 2007 12:05:30 -0800
9314              Message-Id: <3CCCF699-345E-4C65-BCCB-1549EB99547A@rectangular.com>
9315              
9316              Document -DDL_UNLOAD_ALL_AT_EXIT
9317      Branch: perl
9318            ! pod/perlhack.pod
9319 ____________________________________________________________________________
9320 [ 29796] By: davem                                 on 2007/01/13  22:57:26
9321         Log: unfreed threads should trigger cleanup veto
9322              
9323              The thread pool struct is allocated in the main interpreter, so
9324              don't clean that up if any threads remain, regardless of what
9325              state they are in
9326      Branch: perl
9327            ! ext/threads/threads.xs
9328 ____________________________________________________________________________
9329 [ 29790] By: nicholas                              on 2007/01/13  18:21:19
9330         Log: In S_hfreeentries, orig_array can be const.
9331      Branch: perl
9332            ! hv.c
9333 ____________________________________________________________________________
9334 [ 29786] By: rgs                                   on 2007/01/13  17:17:40
9335         Log: TODO: yada yada yada
9336      Branch: perl
9337            ! pod/perltodo.pod
9338 ____________________________________________________________________________
9339 [ 29784] By: rgs                                   on 2007/01/13  16:56:02
9340         Log: Subject:  Re: AW: umask handling in File::Temp
9341              From:  Gisle Aas <gisle@activestate.com>
9342              Date:  12 Jan 2007 16:10:16 +0100
9343              Message-ID:  <877ivs1dt3.fsf@ask.g.aas.no>
9344      Branch: perl
9345            ! pp_sys.c
9346 ____________________________________________________________________________
9347 [ 29781] By: rgs                                   on 2007/01/13  11:06:06
9348         Log: Subject: [PATCH] perlthrtut.pod (based on perl-current@29766)
9349              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
9350              Date: Fri, 12 Jan 2007 17:37:58 +0100
9351              Message-ID: <45A7B966.1040307@thalesgroup.com>
9352      Branch: perl
9353            ! pod/perlthrtut.pod
9354 ____________________________________________________________________________
9355 [ 29780] By: davem                                 on 2007/01/12  21:49:13
9356         Log: fix PL_parser_dup symbol (again)
9357      Branch: perl
9358            ! embed.fnc embed.h global.sym
9359 ____________________________________________________________________________
9360 [ 29779] By: davem                                 on 2007/01/12  19:56:40
9361         Log: Rationalise refcounting of thread structures
9362              Formerly there could be races with multiple destroys of a thread
9363              structure.
9364      Branch: perl
9365            ! ext/threads/threads.xs
9366 ____________________________________________________________________________
9367 [ 29778] By: merijn                                on 2007/01/12  16:06:23
9368         Log: Superdome now also in Itanium series (sx1000 & sx2000),
9369              cx2600 is Madison 6
9370      Branch: perl
9371            ! README.hpux
9372 ____________________________________________________________________________
9373 [ 29777] By: merijn                                on 2007/01/12  15:15:13
9374         Log: gcc -dumpversion is at least supported back to 2.7.x and
9375              thus seems to be much more defensive against upcoming version
9376              reporting format changes.
9377      Branch: perl
9378            ! hints/aix.sh hints/aix_3.sh hints/aix_4.sh hints/dec_osf.sh
9379            ! hints/hpux.sh hints/svr5.sh hints/vos.sh
9380 ____________________________________________________________________________
9381 [ 29774] By: rgs                                   on 2007/01/12  13:57:45
9382         Log: makedef.pl should be able to load "strict"
9383      Branch: perl
9384            ! makedef.pl
9385 ____________________________________________________________________________
9386 [ 29768] By: rgs                                   on 2007/01/12  11:44:04
9387         Log: Upgrade to ExtUtils::Manifest 1.51
9388      Branch: perl
9389            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
9390 ____________________________________________________________________________
9391 [ 29767] By: davem                                 on 2007/01/12  11:26:14
9392         Log: fix typo in hv.c
9393      Branch: perl
9394            ! hv.c
9395 ____________________________________________________________________________
9396 [ 29766] By: davem                                 on 2007/01/12  11:13:49
9397         Log: fix PL_parser_dup symbol
9398      Branch: perl
9399            ! embed.fnc embed.h makedef.pl
9400 ____________________________________________________________________________
9401 [ 29765] By: davem                                 on 2007/01/12  10:42:05
9402         Log: make tr/// threadsafe by moving swash into pad
9403      Branch: perl
9404            ! doop.c op.c
9405 ____________________________________________________________________________
9406 [ 29764] By: rgs                                   on 2007/01/12  10:24:55
9407         Log: Subject: [PATCH] trivia in perlthrtut.pod
9408              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
9409              Date: Thu, 11 Jan 2007 16:57:29 +0100
9410              Message-ID: <45A65E69.8010400@thalesgroup.com>
9411      Branch: perl
9412            ! pod/perlthrtut.pod
9413 ____________________________________________________________________________
9414 [ 29762] By: steveh                                on 2007/01/11  17:27:02
9415         Log: Update copyright year in "perl -v" output
9416      Branch: perl
9417            ! perl.c
9418 ____________________________________________________________________________
9419 [ 29761] By: rgs                                   on 2007/01/11  17:12:08
9420         Log: Fix bug [perl #41234] : the tokenizer understands "=cute"
9421              or other words that begin with "cut" as synonyms for "=cut"
9422      Branch: perl
9423            ! toke.c
9424 ____________________________________________________________________________
9425 [ 29758] By: nicholas                              on 2007/01/11  15:37:12
9426         Log: Change 29753 messed up do_hv_dump() [my fault]
9427      Branch: perl
9428            ! embed.fnc proto.h
9429 ____________________________________________________________________________
9430 [ 29757] By: rgs                                   on 2007/01/11  15:07:28
9431         Log: Silence an "unused parameter" warning in Perl_reg_numbered_buff_get().
9432              This parameter might become handy in the future, so keep it.
9433      Branch: perl
9434            ! regcomp.c
9435 ____________________________________________________________________________
9436 [ 29756] By: rgs                                   on 2007/01/11  14:47:01
9437         Log: Subject: [PATCH] Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, cleanup and more docs for regatom()
9438              From: demerphq <demerphq@gmail.com>
9439              Date: Wed, 10 Jan 2007 20:33:39 +0100
9440              Message-ID: <9b18b3110701101133i46dc5fd0p1476a0f1dd1e9c5a@mail.gmail.com>
9441              
9442              (plus POD nits by Merijn and myself)
9443      Branch: perl
9444            ! pod/perl595delta.pod pod/perlre.pod regcomp.c regcomp.sym
9445            ! regexec.c regexp.h regnodes.h t/op/pat.t
9446 ____________________________________________________________________________
9447 [ 29753] By: nicholas                              on 2007/01/11  13:23:40
9448         Log: do_gv_dump, do_gvgv_dump and do_hv_dump call all actually take a NULL
9449              parameter. Patch for do_hv_dump supplied by Brandon L Black, other
9450              two added after code inspection.
9451      Branch: perl
9452            ! embed.fnc proto.h
9453 ____________________________________________________________________________
9454 [ 29751] By: rgs                                   on 2007/01/11  10:34:02
9455         Log: Fix bug #40407: after a seek on a PerlIO::scalar filehandle,
9456              ensure there's a string buffer in the scalar
9457      Branch: perl
9458            ! ext/PerlIO/scalar/scalar.xs
9459 ____________________________________________________________________________
9460 [ 29750] By: rgs                                   on 2007/01/11  09:51:56
9461         Log: Subject: [PATCH] AutoLoader fix, part 2
9462              From: Steffen Mueller <rt8363b02@sneakemail.com>
9463              Date: Wed, 10 Jan 2007 18:52:23 +0100
9464              Message-ID: <20070110175148.26694.qmail@lists.develooper.com>
9465      Branch: perl
9466            ! lib/AutoLoader.pm lib/AutoLoader.t
9467 ____________________________________________________________________________
9468 [ 29749] By: nicholas                              on 2007/01/11  00:24:48
9469         Log: In toke.c, merge S_update_debugger_info_pv() and
9470              S_update_debugger_info_sv() into S_update_debugger_info().
9471      Branch: perl
9472            ! embed.fnc embed.h proto.h toke.c
9473 ____________________________________________________________________________
9474 [ 29748] By: nicholas                              on 2007/01/10  16:24:27
9475         Log: An implementation of change 29735 for blead (PL_curcop could be NULL)
9476              given that blead's refactoring is not yet in maint.
9477      Branch: perl
9478            ! gv.c
9479 ____________________________________________________________________________
9480 [ 29747] By: rgs                                   on 2007/01/10  16:00:17
9481         Log: Regenerate all files
9482      Branch: perl
9483            ! embed.h keywords.h reentr.c reentr.h
9484 ____________________________________________________________________________
9485 [ 29745] By: rgs                                   on 2007/01/10  13:21:03
9486         Log: Subject: PATCH: perlfunc.pod / warn
9487              From: Peter Scott <Peter@PSDT.com>
9488              Date: Wed, 10 Jan 2007 05:18:52 -0800
9489              Message-Id: <pan.2007.01.10.13.18.52.834683@PSDT.com>
9490      Branch: perl
9491            ! pod/perlfunc.pod
9492 ____________________________________________________________________________
9493 [ 29744] By: rgs                                   on 2007/01/10  13:17:37
9494         Log: Subject: Re: [perl #41215] % on scalars sometimes throws away fractions 
9495              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9496              Date: Tue, 09 Jan 2007 23:39:42 +0900
9497              Message-Id: <20070109233928.07AF.BQW10602@nifty.com>
9498              
9499              plus nits by Dominic Dunlop
9500      Branch: perl
9501            ! pod/perlop.pod
9502 ____________________________________________________________________________
9503 [ 29743] By: rgs                                   on 2007/01/10  10:54:27
9504         Log: Subject: Bug in AutoLoader.pm causing endless loop
9505              From: Steffen Mueller <rt8363b02@sneakemail.com>
9506              Date: Tue, 09 Jan 2007 19:15:36 +0100
9507              Message-ID: <45A3DBC8.4010203@sneakemail.com>
9508      Branch: perl
9509            ! lib/AutoLoader.pm
9510 ____________________________________________________________________________
9511 [ 29742] By: rgs                                   on 2007/01/10  10:25:02
9512         Log: Subject: ./miniperl minimod.pl ... Can't locate strict.pm
9513              From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
9514              Date: Wed, 10 Jan 2007 04:55:55 +0100
9515              Message-ID: <87lkkbk01g.fsf@k75.linux.bogus>
9516      Branch: perl
9517            ! minimod.pl
9518 ____________________________________________________________________________
9519 [ 29741] By: nicholas                              on 2007/01/09  21:46:28
9520         Log: Make minimod.pl warnings and strict clean.
9521      Branch: perl
9522            ! minimod.pl
9523 ____________________________________________________________________________
9524 [ 29740] By: nicholas                              on 2007/01/09  21:44:05
9525         Log: Make makedef.pl warnings and strict clean.
9526      Branch: perl
9527            ! makedef.pl
9528 ____________________________________________________________________________
9529 [ 29739] By: nicholas                              on 2007/01/09  21:37:31
9530         Log: Make keywords.pl strict and warnings clean.
9531      Branch: perl
9532            ! keywords.pl
9533 ____________________________________________________________________________
9534 [ 29738] By: nicholas                              on 2007/01/09  21:34:50
9535         Log: Make autodoc.pl strict clean.
9536      Branch: perl
9537            ! autodoc.pl
9538 ____________________________________________________________________________
9539 [ 29736] By: nicholas                              on 2007/01/09  21:21:56
9540         Log: Make opcode.pl strict and warnings clean.
9541      Branch: perl
9542            ! opcode.pl
9543 ____________________________________________________________________________
9544 [ 29734] By: steveh                                on 2007/01/09  12:44:15
9545         Log: Subject: Re: Change 29723 breaks t/op/inccode-tie.t on Win32
9546              From: Nicholas Clark <nick@ccl4.org>
9547              Date: Tue, 9 Jan 2007 12:31:17 +0000
9548              Message-ID: <20070109123116.GC30742@plum.flirble.org>
9549      Branch: perl
9550            ! t/op/inccode-tie.t
9551 ____________________________________________________________________________
9552 [ 29732] By: steveh                                on 2007/01/09  10:40:23
9553         Log: Subject: Re: [PATCH] ANSIfy the PATH environment variable on Windows
9554              From: Jan Dubois <jand@ActiveState.com>
9555              Date: Mon, 08 Jan 2007 14:58:12 -0800
9556              Message-ID: <eei5q29hrchpam2i5g0000mbvu0b1hrm83@4ax.com>
9557              
9558              Fixes the Borland build, in which the PATH was getting corrupted
9559              when the variable that was just putenv()'d got free()'d
9560      Branch: perl
9561            ! win32/win32.c
9562 ____________________________________________________________________________
9563 [ 29731] By: rgs                                   on 2007/01/09  10:33:56
9564         Log: Subject: [PATCH] Change #29711 broke tr//c on Win32.
9565              From: demerphq <demerphq@gmail.com>
9566              Date: Mon, 8 Jan 2007 20:31:26 +0100
9567              Message-ID: <9b18b3110701081131v392597c6veed493407c1eede7@mail.gmail.com>
9568      Branch: perl
9569            ! op.c
9570 ____________________________________________________________________________
9571 [ 29730] By: rgs                                   on 2007/01/09  10:04:37
9572         Log: Subject: [PATCH] Let the regex parser decide if we have a special pattern or not.
9573              From: demerphq <demerphq@gmail.com>
9574              Date: Tue, 9 Jan 2007 00:46:31 +0100
9575              Message-ID: <9b18b3110701081546n2c3f19acy29adc0d233bb848c@mail.gmail.com>
9576      Branch: perl
9577            ! op.c op.h pp.c pp_ctl.c regcomp.c regexp.h
9578 ____________________________________________________________________________
9579 [ 29729] By: nicholas                              on 2007/01/09  09:58:17
9580         Log: socketpair.t was written in 2001. At that time, Test::More got confused
9581              if you forked under it. Test::More 0.47 added support to detect forking
9582              which resolves this. Hence there is now no need to fork() in a BEGIN
9583              block, which causes issues on Win32 due to how pseudofork works.
9584      Branch: perl
9585            ! ext/Socket/t/socketpair.t
9586 ____________________________________________________________________________
9587 [ 29728] By: rgs                                   on 2007/01/09  09:28:52
9588         Log: Revert change #29708 (useless)
9589      Branch: perl
9590            ! win32/win32.c
9591 ____________________________________________________________________________
9592 [ 29727] By: nicholas                              on 2007/01/08  23:27:26
9593         Log: Eliminate pp_threadsv, as it was only ever used by 5005 threads.
9594      Branch: perl
9595            ! dump.c ext/Opcode/Opcode.pm op.c opcode.h opcode.pl opnames.h
9596            ! pp.sym pp_proto.h
9597 ____________________________________________________________________________
9598 [ 29724] By: nicholas                              on 2007/01/08  21:52:32
9599         Log: do or die; for all the List::Util pure perl tests.
9600      Branch: perl
9601            ! ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t
9602            ! ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t
9603            ! ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t
9604            ! ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t
9605            ! ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t
9606            ! ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t
9607            ! ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t
9608            ! ext/List/Util/t/p_tainted.t
9609 ____________________________________________________________________________
9610 [ 29723] By: nicholas                              on 2007/01/08  21:20:26
9611         Log: do $file; won't propagate errors from die, as do is an implicit eval.
9612              So need to propagate errors with $@.
9613      Branch: perl
9614            ! ext/DynaLoader/hints/gnukfreebsd.pl
9615            ! ext/DynaLoader/hints/gnuknetbsd.pl
9616            ! ext/NDBM_File/hints/gnukfreebsd.pl
9617            ! ext/NDBM_File/hints/gnuknetbsd.pl
9618            ! ext/ODBM_File/hints/gnukfreebsd.pl
9619            ! ext/ODBM_File/hints/gnuknetbsd.pl
9620            ! ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
9621            ! ext/Storable/hints/gnukfreebsd.pl
9622            ! ext/Storable/hints/gnuknetbsd.pl lib/perl5db.pl
9623            ! lib/utf8_heavy.pl symbian/config.pl symbian/makesis.pl
9624            ! symbian/xsbuild.pl t/comp/require.t t/op/caller.t t/op/do.t
9625            ! t/op/inccode-tie.t t/op/regexp_noamp.t t/op/regexp_notrie.t
9626            ! t/op/regexp_qr.t t/op/regexp_qr_embed.t t/op/regexp_trielist.t
9627            ! t/op/threads.t t/uni/case.pl win32/ce-helpers/makedist.pl
9628 ____________________________________________________________________________
9629 [ 29719] By: nicholas                              on 2007/01/08  14:28:17
9630         Log: Mention -C on #! line in perltodo. Remove some trailing whitespace that
9631              podchecker warned over.
9632      Branch: perl
9633            ! pod/perltodo.pod
9634 ____________________________________________________________________________
9635 [ 29718] By: rgs                                   on 2007/01/08  11:09:10
9636         Log: Change the API doc for some of the SvXXX testing macros.
9637              Often, those macros simply test a bit in sv_flags, so
9638              the return value should be assigned to a U32 instead of
9639              a bool to avoid truncation. (bug perl #32884)
9640      Branch: perl
9641            ! pod/perlapi.pod sv.h
9642 ____________________________________________________________________________
9643 [ 29717] By: rgs                                   on 2007/01/08  10:35:04
9644         Log: Turn taint warnings (-t) into severe warnings, so they're
9645              on by default, without having to play games with the
9646              warning bits. Add a test for -t.
9647      Branch: perl
9648            ! perl.c pp_ctl.c t/lib/warnings/taint taint.c warnings.h
9649            ! warnings.pl
9650 ____________________________________________________________________________
9651 [ 29716] By: rgs                                   on 2007/01/08  09:26:01
9652         Log: Silence casting warnings
9653      Branch: perl
9654            ! regcomp.c
9655 ____________________________________________________________________________
9656 [ 29715] By: merijn                                on 2007/01/08  07:34:29
9657         Log: Default "$undef" for NV_PRESERVES_UV_BITS causes compilation
9658              failure of sv.c when triggered
9659              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
9660              Date: Mon, 8 Jan 2007 00:49:11 +0100
9661              Message-ID: <20070108004911.7022445c@r2d2>
9662      Branch: perl
9663            ! Configure
9664 ____________________________________________________________________________
9665 [ 29713] By: merijn                                on 2007/01/08  07:19:02
9666         Log: Subject: help cygwin find its dlls even on taint tests with no path
9667              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
9668              Date: Sun, 7 Jan 2007 16:56:28 -0800 (PST)
9669              Message-ID: <2437.63.226.247.31.1168217788.squirrel@63.226.247.31>
9670      Branch: perl
9671            ! cygwin/Makefile.SHs t/op/taint.t
9672 ____________________________________________________________________________
9673 [ 29712] By: davem                                 on 2007/01/08  00:14:22
9674         Log: fix occasional op/time.t failure
9675              test 2 uses far more sys than user time, so it's possible to burn
9676              20 secs of wall time without an apparent increase in user time
9677      Branch: perl
9678            ! t/op/time.t
9679 ____________________________________________________________________________
9680 [ 29711] By: davem                                 on 2007/01/08  00:06:44
9681         Log: allocate op_pv strings from shared mem pool
9682      Branch: perl
9683            ! op.c toke.c
9684 ____________________________________________________________________________
9685 [ 29710] By: rgs                                   on 2007/01/07  23:27:03
9686         Log: In the new test for less.pm, call use_ok at compile-time
9687              and add -w.
9688      Branch: perl
9689            ! lib/less.t
9690 ____________________________________________________________________________
9691 [ 29709] By: rgs                                   on 2007/01/07  23:24:31
9692         Log: Subject: [PATCH] less useful
9693              From: "Joshua ben Jore" <twists@gmail.com>
9694              Date: Sat, 6 Jan 2007 13:33:15 -0800
9695              Message-ID: <dc5c751d0701061333w7b89ea48kf5c8993e3de19b44@mail.gmail.com>
9696      Branch: perl
9697            ! lib/less.pm lib/less.t
9698 ____________________________________________________________________________
9699 [ 29708] By: rgs                                   on 2007/01/07  23:12:26
9700         Log: Subject: Re: [PATCH] ANSIfy the PATH environment variable on Windows
9701              From: demerphq <demerphq@gmail.com>
9702              Date: Sun, 7 Jan 2007 20:51:43 +0100
9703              Message-ID: <9b18b3110701071151y13eaa554w257d2d5016ee0983@mail.gmail.com>
9704      Branch: perl
9705            ! win32/win32.c
9706 ____________________________________________________________________________
9707 [ 29707] By: rgs                                   on 2007/01/07  23:08:04
9708         Log: Subject: DynaLoader test failure on cygwin
9709              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
9710              Date: Sun, 7 Jan 2007 11:56:21 -0800 (PST)
9711              Message-ID: <1675.63.226.247.31.1168199781.squirrel@63.226.247.31>
9712      Branch: perl
9713            ! ext/DynaLoader/t/DynaLoader.t
9714 ____________________________________________________________________________
9715 [ 29706] By: davem                                 on 2007/01/07  14:55:27
9716         Log: silence a warning in perly.c
9717      Branch: perl
9718            ! perly.c
9719 ____________________________________________________________________________
9720 [ 29705] By: rgs                                   on 2007/01/06  07:19:09
9721         Log: Subject: patch: shorten perl.h by six lines
9722              From: "David Nicol" <davidnicol@gmail.com>
9723              Date: Sat, 6 Jan 2007 00:02:24 -0600
9724              Message-ID: <934f64a20701052202p1c77a226w32634a1c69f584c7@mail.gmail.com>
9725      Branch: perl
9726            ! perl.h
9727 ____________________________________________________________________________
9728 [ 29704] By: rgs                                   on 2007/01/06  06:58:41
9729         Log: Add 2007 copyrights in a few more .pl files that
9730              generate code (thanks to Jarkko)
9731      Branch: perl
9732            ! overload.pl reentr.pl
9733 ____________________________________________________________________________
9734 [ 29703] By: rgs                                   on 2007/01/05  23:15:38
9735         Log: Silence a gcc warning, spotted by Tels
9736      Branch: perl
9737            ! regcomp.c
9738 ____________________________________________________________________________
9739 [ 29702] By: rgs                                   on 2007/01/05  18:30:52
9740         Log: Bump version of PerlIO::via after last change
9741      Branch: perl
9742            ! ext/PerlIO/via/via.pm
9743 ____________________________________________________________________________
9744 [ 29701] By: rgs                                   on 2007/01/05  18:26:43
9745         Log: Subject: [PATCH] ext/PerlIO/via/via.xs freeing the wrong thing
9746              From: Bo Lindbergh <blgl@hagernas.com>
9747              Date: Fri, 5 Jan 2007 19:19:53 +0100
9748              Message-Id: <C7070BEE-BFB6-4FA2-A50B-BF20CDB3B61F@hagernas.com>
9749      Branch: perl
9750            ! ext/PerlIO/via/via.xs
9751 ____________________________________________________________________________
9752 [ 29700] By: rgs                                   on 2007/01/05  15:37:54
9753         Log: Normalize copyright of perlio.c for years >= 2006
9754      Branch: perl
9755            ! perlio.c
9756 ____________________________________________________________________________
9757 [ 29699] By: steveh                                on 2007/01/05  15:04:59
9758         Log: Do the same as #29697 for Win32
9759      Branch: perl
9760            ! win32/Makefile win32/makefile.mk
9761 ____________________________________________________________________________
9762 [ 29698] By: rgs                                   on 2007/01/05  14:37:31
9763         Log: Fix the interaction of -w and -t when provided on the command-line
9764              and/or on the shebang line : do not reset the warning bits to
9765              'only taint'.
9766      Branch: perl
9767            ! perl.c pp_ctl.c
9768 ____________________________________________________________________________
9769 [ 29697] By: rgs                                   on 2007/01/05  12:27:22
9770         Log: Fix distclean now that we have re::Tie::Hash::NamedCapture
9771      Branch: perl
9772            ! Makefile.SH
9773 ____________________________________________________________________________
9774 [ 29696] By: rgs                                   on 2007/01/05  10:47:58
9775         Log: Update copyright years in .c files
9776      Branch: perl
9777            ! doio.c doop.c gv.c miniperlmain.c pad.c perl.c pp.c pp_ctl.c
9778            ! pp_hot.c pp_sort.c pp_sys.c regcomp.c regexec.c scope.c
9779            ! universal.c utf8.c
9780 ____________________________________________________________________________
9781 [ 29695] By: rgs                                   on 2007/01/05  10:34:36
9782         Log: Update copyright years in .h files. Also, in .pl
9783              files that generate .h files, so they'll be ready
9784              next time.
9785      Branch: perl
9786            ! XSUB.h keywords.pl op.h opcode.pl pad.h perlio.h perlsdio.h
9787            ! perlsfio.h pp.h regcomp.h regexp.h scope.h thrdvar.h unixish.h
9788            ! utf8.h utfebcdic.h util.h
9789 ____________________________________________________________________________
9790 [ 29694] By: rgs                                   on 2007/01/05  10:21:58
9791         Log: Update copyright for perlio.c
9792      Branch: perl
9793            ! perlio.c
9794 ____________________________________________________________________________
9795 [ 29693] By: rgs                                   on 2007/01/05  09:55:22
9796         Log: Subject: Re: What if NV_PRESERVES_UV_BITS is undef? (was: Re: [PATCH] Configure test code fails to compile if SIGFPE is undefined)
9797              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9798              Date: Thu, 04 Jan 2007 00:21:02 +0900
9799              Message-Id: <20070104001943.6BC2.BQW10602@nifty.com>
9800      Branch: perl
9801            ! ext/Data/Dumper/t/dumper.t ext/Devel/Peek/t/Peek.t
9802 ____________________________________________________________________________
9803 [ 29692] By: steveh                                on 2007/01/05  09:45:08
9804         Log: Silence various VC6 warnings
9805      Branch: perl
9806            ! ext/B/B.xs perly.c regexec.c util.c win32/win32.c
9807 ____________________________________________________________________________
9808 [ 29691] By: rgs                                   on 2007/01/05  09:11:30
9809         Log: Subject: Re: [PATCH] perlio.c repair
9810              From: Bo Lindbergh <blgl@hagernas.com>
9811              Date: Thu, 4 Jan 2007 18:22:09 +0100
9812              Message-Id: <E22DC961-6821-4AC2-BA2F-9B5B06927758@hagernas.com>
9813      Branch: perl
9814            ! perlio.c
9815 ____________________________________________________________________________
9816 [ 29690] By: rgs                                   on 2007/01/05  07:49:03
9817         Log: Subject: [PATCH] ANSIfy the PATH environment variable on Windows
9818              From: Jan Dubois <jand@ActiveState.com>
9819              Date: Thu, 04 Jan 2007 12:37:48 -0800
9820              Message-ID: <7coqp2pme3r30qaonticuv6c6licieg4cg@4ax.com>
9821      Branch: perl
9822            ! win32/perllib.c win32/win32.c
9823 ____________________________________________________________________________
9824 [ 29689] By: rgs                                   on 2007/01/05  07:47:08
9825         Log: Subject: [PATCH] Add error handling to win32_ansipath
9826              From: Jan Dubois <jand@ActiveState.com>
9827              Date: Thu, 04 Jan 2007 12:20:21 -0800
9828              Message-ID: <f2oqp2dbdglim8bda4q1kajt9k3cvpqqga@4ax.com>
9829      Branch: perl
9830            ! win32/win32.c
9831 ____________________________________________________________________________
9832 [ 29688] By: rgs                                   on 2007/01/04  17:04:11
9833         Log: Upgrade Module::Load::Conditional to 0.14
9834      Branch: perl
9835            + lib/Module/Load/Conditional/t/to_load/InPod.pm
9836            ! MANIFEST lib/Module/Load/Conditional.pm
9837            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
9838            ! lib/Module/Load/Conditional/t/to_load/Commented.pm
9839            ! lib/Module/Load/Conditional/t/to_load/LoadIt.pm
9840            ! lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm
9841 ____________________________________________________________________________
9842 [ 29687] By: rgs                                   on 2007/01/04  15:33:16
9843         Log: 4th patch from: 
9844              
9845              Subject: [PATCH] Cleanup SVf arguments (2nd try)
9846              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
9847              Date: Mon, 1 Jan 2007 20:16:13 +0100
9848              Message-ID: <20070101201613.4120d9ef@r2d2>
9849              
9850              Introduce an SVfARG() macro for %SVf (%-p here) arguments to
9851              perl's printf
9852      Branch: perl
9853            ! XSUB.h doio.c gv.c hv.c mg.c op.c pad.c perl.c perl.h perlio.c
9854            ! pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c regexec.c
9855            ! sv.c toke.c universal.c utf8.c
9856 ____________________________________________________________________________
9857 [ 29686] By: rgs                                   on 2007/01/04  15:29:02
9858         Log: The first three patches from:
9859              
9860              Subject: [PATCH] Cleanup SVf arguments (2nd try)
9861              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
9862              Date: Mon, 1 Jan 2007 20:16:13 +0100
9863              Message-ID: <20070101201613.4120d9ef@r2d2>
9864              
9865              Adds (void*) casts to %-p and %p printf arguments
9866      Branch: perl
9867            ! XSUB.h doio.c hv.c mg.c perl.c perlio.c pp.c pp_hot.c
9868            ! regcomp.c regexec.c scope.c sv.c util.c
9869 ____________________________________________________________________________
9870 [ 29685] By: steveh                                on 2007/01/04  15:21:50
9871         Log: Subject: Re: [PATCH] Symbian port: add Series 90 support
9872              From: Jarkko Hietaniemi <jhi@iki.fi>
9873              Date: Thu, 04 Jan 2007 03:35:54 -0500
9874              Message-ID: <459CBC6A.4060806@iki.fi>
9875              
9876              Fixes a VC7/VC7.1 linker error following #29650/#29651
9877      Branch: perl
9878            ! perl.h util.c
9879 ____________________________________________________________________________
9880 [ 29684] By: rgs                                   on 2007/01/04  14:40:18
9881         Log: Remove no longer used magic vtable
9882      Branch: perl
9883            ! XSUB.h perl.h
9884 ____________________________________________________________________________
9885 [ 29683] By: rgs                                   on 2007/01/04  14:39:08
9886         Log: Silence a 'null argument' warning
9887      Branch: perl
9888            ! dump.c
9889 ____________________________________________________________________________
9890 [ 29682] By: rgs                                   on 2007/01/04  14:30:02
9891         Log: Subject: Re: [PATCH] Change implementation of %+ to use a proper tied hash interface and add support for %-
9892              From: demerphq <demerphq@gmail.com>
9893              Date: Fri, 29 Dec 2006 21:45:51 +0100
9894              Message-ID: <9b18b3110612291245q792fe91cu69422d2b81bb4f0b@mail.gmail.com>
9895      Branch: perl
9896            + ext/re/lib/re/Tie/Hash/NamedCapture.pm
9897            ! MANIFEST doop.c dump.c embed.fnc embed.h ext/re/re.pm
9898            ! ext/re/re.xs ext/re/t/re_funcs.t global.sym gv.c hv.c mg.c
9899            ! perl.h pod/perlapi.pod pod/perlintern.pod pod/perlvar.pod
9900            ! proto.h regcomp.c sv.c t/op/pat.t
9901 ____________________________________________________________________________
9902 [ 29681] By: rgs                                   on 2007/01/04  10:32:13
9903         Log: Subject: [PATCH] Add note to perltodo.pod about Unicode and file globbing
9904              From: Jan Dubois <jand@ActiveState.com>
9905              Date: Thu, 28 Dec 2006 19:06:00 -0800
9906              Message-ID: <4e19p2lgme9qbqjkv78q7154vg6hlaar19@4ax.com>
9907      Branch: perl
9908            ! pod/perltodo.pod
9909 ____________________________________________________________________________
9910 [ 29680] By: davem                                 on 2007/01/04  01:03:22
9911         Log: make parser_free actually free the parser!
9912              also remove two SAVEs left over from #29655
9913      Branch: perl
9914            ! perly.c toke.c
9915 ____________________________________________________________________________
9916 [ 29679] By: nicholas                              on 2007/01/03  23:13:43
9917         Log: Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOURSTASH_set.
9918      Branch: perl
9919            ! dump.c pad.c pad.h sv.c sv.h
9920 ____________________________________________________________________________
9921 [ 29678] By: davem                                 on 2007/01/03  22:17:48
9922         Log: handle cloning of parsers on the save stack
9923      Branch: perl
9924            ! perly.c scope.c scope.h sv.c
9925 ____________________________________________________________________________
9926 [ 29677] By: nicholas                              on 2007/01/03  22:02:49
9927         Log: Teach dump about OURSTASH and COP ranges stored in the NV union.
9928      Branch: perl
9929            ! dump.c
9930 ____________________________________________________________________________
9931 [ 29676] By: stevep                                on 2007/01/03  18:23:32
9932         Log: Subject: [PATCH] Update change 29607 to affect only Win32
9933              From: Jan Dubois <jand@ActiveState.com>
9934              Date: Wed, 03 Jan 2007 08:48:22 -0800
9935              Message-ID: <f9nnp2lf4hsb74jf9unlsj59ahsf4f1o1v@4ax.com>
9936      Branch: perl
9937            ! lib/blib.pm
9938 ____________________________________________________________________________
9939 [ 29675] By: steveh                                on 2007/01/03  17:56:16
9940         Log: Subject: [PATCH] Use short pathnames in $^X and @INC if the long form cannot be represented in the current codepage
9941              From: Jan Dubois <jand@ActiveState.com>
9942              Date: Thu, 28 Dec 2006 18:59:40 -0800
9943              Message-ID: <vq09p2p09k6rcu6c9t0mab3vnc335ghg9m@4ax.com>
9944              
9945              Subject: Re: [PATCH] Use short pathnames in $^X and @INC if the long form cannot be represented in the current codepage
9946              From: Jan Dubois <jand@ActiveState.com>
9947              Date: Wed, 03 Jan 2007 08:12:35 -0800
9948              Message-ID: <orknp2pj17265modfosjkp2qtt4bdgtgjp@4ax.com>
9949      Branch: perl
9950            ! makedef.pl win32/perlhost.h win32/perllib.c win32/vdir.h
9951            ! win32/win32.c win32/win32iop.h
9952 ____________________________________________________________________________
9953 [ 29674] By: stevep                                on 2007/01/03  17:02:53
9954         Log: Subject: [PATCH] Re: g++ unhappy
9955              From: Jarkko Hietaniemi <jhi@iki.fi>
9956              Date: Mon, 01 Jan 2007 14:35:46 -0500
9957              Message-ID: <45996292.5090000@iki.fi>
9958      Branch: perl
9959            ! regcomp.c
9960 ____________________________________________________________________________
9961 [ 29673] By: nicholas                              on 2007/01/03  15:17:29
9962         Log: Make the ptr_table functions available in an unthreaded perl, as other
9963              code (such as Storable) can take advantage of them.
9964      Branch: perl
9965            ! embed.fnc embed.h intrpvar.h makedef.pl proto.h sv.c
9966 ____________________________________________________________________________
9967 [ 29672] By: stevep                                on 2007/01/03  13:56:57
9968         Log: Subject: [PATCH] IO::Compress::* 2.003
9969              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
9970              Date: Tue, 2 Jan 2007 13:14:26 -0000
9971              Message-ID: <02ca01c72e6f$eef88360$6401a8c0@myopwv.com>
9972      Branch: perl
9973            ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
9974            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
9975            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
9976            ! ext/Compress/Zlib/README
9977            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
9978            ! ext/IO/Compress/Base/Changes ext/IO/Compress/Base/README
9979            ! ext/IO/Compress/Base/lib/IO/Compress/Base.pm
9980            ! ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm
9981            ! ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm
9982            ! ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm
9983            ! ext/IO/Compress/Zlib/Changes ext/IO/Compress/Zlib/Makefile.PL
9984            ! ext/IO/Compress/Zlib/README
9985            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm
9986            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm
9987            ! ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm
9988            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm
9989            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm
9990            ! ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
9991            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm
9992            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm
9993            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm
9994            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm
9995            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
9996            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
9997            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
9998            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
9999            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
10000            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
10001            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
10002 ____________________________________________________________________________
10003 [ 29671] By: stevep                                on 2007/01/03  01:46:41
10004         Log: Upgrade to Time-HiRes-1.9704
10005      Branch: perl
10006            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
10007            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
10008 ____________________________________________________________________________
10009 [ 29670] By: nicholas                              on 2007/01/02  21:45:08
10010         Log: Update copyright years to include 2007. (Plus a couple of 2006s and
10011              earlier we missed in av.h and hv.h)
10012      Branch: perl
10013            ! av.h cv.h dump.c hv.h op.c parser.h perly.c sv.h
10014 ____________________________________________________________________________
10015 [ 29669] By: nicholas                              on 2007/01/02  21:10:13
10016         Log: Assignment to a tainted variable was causing confusion if the source
10017              value was an NV too large for an IV (bug #40708). Fix the confusion
10018              by not promoting private flags to public flags in S_save_magic if
10019              there are already public flags.
10020      Branch: perl
10021            ! mg.c t/op/taint.t
10022 ____________________________________________________________________________
10023 [ 29668] By: nicholas                              on 2007/01/02  20:47:31
10024         Log: PVMG can be isUV too.
10025      Branch: perl
10026            ! dump.c ext/Devel/Peek/t/Peek.t
10027 ____________________________________________________________________________
10028 [ 29667] By: davem                                 on 2007/01/02  19:44:23
10029         Log: fix -Mad build breakage
10030      Branch: perl
10031            ! perly.c
10032 ____________________________________________________________________________
10033 [ 29666] By: nicholas                              on 2007/01/02  18:14:26
10034         Log: Copying to FORMATs should work (and not fail assertions if the value
10035              is floating point). Copying to ARRAYs and HASHes can't work and should
10036              croak.
10037      Branch: perl
10038            ! pod/perldiag.pod sv.c
10039 ____________________________________________________________________________
10040 [ 29665] By: nicholas                              on 2007/01/02  17:41:06
10041         Log: It's good to be able to dump FORMATs too :-)
10042      Branch: perl
10043            ! cv.h
10044 ____________________________________________________________________________
10045 [ 29664] By: nicholas                              on 2007/01/02  16:28:48
10046         Log: Remove the vestigal "#if 0"s from header files that defined same-sized
10047              *allocated structs, as these are not going to be needed again.
10048      Branch: perl
10049            ! av.h hv.h sv.h
10050 ____________________________________________________________________________
10051 [ 29663] By: nicholas                              on 2007/01/02  16:05:02
10052         Log: Probably better to make PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI special
10053              cases, instead of scanning pad.h to find them, and picking up 3 other
10054              superfluous definitions as a side effect.
10055      Branch: perl
10056            ! ext/B/defsubs_h.PL ext/B/t/concise-xs.t
10057 ____________________________________________________________________________
10058 [ 29662] By: nicholas                              on 2007/01/02  14:55:29
10059         Log: Note that the examples for the structure copying bug example are no
10060              longer relevant because of the XPVGV re-ordering.
10061      Branch: perl
10062            ! sv.c
10063 ____________________________________________________________________________
10064 [ 29661] By: steveh                                on 2007/01/02  14:50:56
10065         Log: Fix a couple of linker errors on Win32
10066      Branch: perl
10067            ! makedef.pl
10068 ____________________________________________________________________________
10069 [ 29660] By: davem                                 on 2007/01/02  14:02:40
10070         Log: remove conflict in pending_ident function and field name
10071      Branch: perl
10072            ! embed.fnc embed.h proto.h toke.c
10073 ____________________________________________________________________________
10074 [ 29659] By: steveh                                on 2007/01/02  11:18:26
10075         Log: Check miniperl exists before using it to run uupacktool.pl
10076              during distclean
10077      Branch: perl
10078            ! win32/Makefile win32/makefile.mk
10079 ____________________________________________________________________________
10080 [ 29658] By: merijn                                on 2007/01/02  07:15:38
10081         Log: Subject: [PATCH] Configure test code fails to compile if SIGFPE is undefined
10082              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
10083              Date: Tue, 2 Jan 2007 00:08:27 +0100
10084              Message-ID: <20070102000827.7acf11c8@r2d2>
10085      Branch: perl
10086            ! Configure
10087 ____________________________________________________________________________
10088 [ 29656] By: davem                                 on 2007/01/02  02:19:20
10089         Log: Subject:  [PATCH] really should test compile in AIX or something (fixup after the Series 90 patch)
10090              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
10091              Date:  Tue, 2 Jan 2007 03:15:42 +0200 (EET)
10092              Message-Id:  <200701020115.l021FgtC495074@kosh.hut.fi>
10093      Branch: perl
10094            ! makedef.pl
10095 ____________________________________________________________________________
10096 [ 29655] By: davem                                 on 2007/01/02  01:51:05
10097         Log: move easy lexer state variables into PL_parser
10098              (where "easy" == "only appear in toke.c")
10099      Branch: perl
10100            ! embed.fnc embed.h embedvar.h intrpvar.h parser.h perl.h
10101            ! perlapi.h perly.c proto.h sv.c toke.c
10102 ____________________________________________________________________________
10103 [ 29654] By: stevep                                on 2007/01/02  00:07:52
10104         Log: Quiet a smoke warning in toke.c and bump the copyright year.
10105      Branch: perl
10106            ! toke.c
10107 ____________________________________________________________________________
10108 [ 29653] By: stevep                                on 2007/01/01  22:48:33
10109         Log: Welcome to 2007!  Time to update copyrights from changes earlier
10110              today.
10111      Branch: perl
10112            ! embed.h embed.pl embedvar.h global.sym hv.c mg.c perl.h
10113            ! perlapi.c perlapi.h proto.h sv.c util.c
10114 ____________________________________________________________________________
10115 [ 29652] By: davem                                 on 2007/01/01  22:37:40
10116         Log: split parser initialisation from parser execution
10117      Branch: perl
10118            ! embed.fnc embed.h parser.h perly.c proto.h toke.c
10119 ____________________________________________________________________________
10120 [ 29651] By: stevep                                on 2007/01/01  19:30:05
10121         Log: Add file missed in change #29650.
10122      Branch: perl
10123            + symbian/PerlUiS90.rss
10124 ____________________________________________________________________________
10125 [ 29650] By: stevep                                on 2007/01/01  15:41:48
10126         Log: Subject: [PATCH] Symbian port: add Series 90 support
10127              From: Jarkko Hietaniemi <jhi@iki.fi>
10128              Date: Mon, 01 Jan 2007 08:49:03 -0500
10129              Message-ID: <4599114F.8020307@iki.fi>
10130      Branch: perl
10131            ! MANIFEST README.symbian embed.fnc embed.h embedvar.h
10132            ! global.sym hv.c intrpvar.h lib/ExtUtils/Constant/ProxySubs.pm
10133            ! mg.c perl.h perlapi.h perlio.c pod/perlapi.pod proto.h sv.c
10134            ! symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlUi.cpp
10135            ! symbian/PerlUi.h symbian/config.pl symbian/config.sh
10136            ! symbian/cwd.pl symbian/install.cfg symbian/makesis.pl
10137            ! symbian/sdk.pl symbian/xsbuild.pl util.c
10138 ____________________________________________________________________________
10139 [ 29649] By: davem                                 on 2007/01/01  11:24:07
10140         Log: split parser stack from parser object
10141      Branch: perl
10142            ! parser.h perly.c
10143 ____________________________________________________________________________
10144 [ 29648] By: davem                                 on 2006/12/31  18:56:37
10145         Log: in lex_start(), ensure that all lexer state vars are saved
10146              and re-initialised. This is mostly overkill, but mimicks the
10147              effect of having all the vars in a single parser object.
10148      Branch: perl
10149            ! toke.c
10150 ____________________________________________________________________________
10151 [ 29647] By: nicholas                              on 2006/12/31  16:58:18
10152         Log: Rationalise the logic in lex_start for creating a new temporary if the
10153              passed in SV is read only or doesn't end in ';'. Also, allow a NULL
10154              pointer to imply a zero length string, which saves creating a mortal
10155              in pp_require, only for it to be ignored in favour of a new SV.
10156      Branch: perl
10157            ! embed.fnc pp_ctl.c proto.h toke.c
10158 ____________________________________________________________________________
10159 [ 29646] By: stevep                                on 2006/12/31  16:37:54
10160         Log: Fix to test failures caused by change #29606 when PERLIO=stdio.
10161              Based on suggestions from Ilya Zakharevich in 
10162              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-12/msg00646.html
10163      Branch: perl
10164            ! lib/SelfLoader.pm
10165 ____________________________________________________________________________
10166 [ 29645] By: merijn                                on 2006/12/31  13:58:57
10167         Log: Subject: [PATCH] smoke signs suppression
10168              From: Jarkko Hietaniemi <jhi@iki.fi>
10169              Date: Sun, 31 Dec 2006 08:51:52 -0500
10170              Message-ID: <4597C078.4000503@iki.fi>
10171      Branch: perl
10172            ! iperlsys.h perly.c regcomp.c
10173 ____________________________________________________________________________
10174 [ 29644] By: nicholas                              on 2006/12/31  12:31:09
10175         Log: As freeing up PL_linestr is now done via the scope stack, there's no
10176              need to make any temporary varariable a mortal, and waste effort on
10177              the temp stack (not) clearing it up.
10178      Branch: perl
10179            ! toke.c
10180 ____________________________________________________________________________
10181 [ 29643] By: nicholas                              on 2006/12/31  12:07:37
10182         Log: PL_linestr needs to survive until the end of scope, not just the next
10183              FREETMPS. Fixes the underlying cause of the thread cloning SEGV
10184              reported in http://www.nntp.perl.org/group/perl.perl5.porters/63123
10185      Branch: perl
10186            + t/op/threads_create.pl
10187            ! MANIFEST sv.c t/op/threads.t toke.c
10188 ____________________________________________________________________________
10189 [ 29642] By: nicholas                              on 2006/12/31  00:08:00
10190         Log: Move SVt_BIND to be the lowest type after SVt_NULL. This will force all
10191              code attempting to upgrade a BIND to anything into sv_upgrade(), which
10192              for now will croak, but in future can DTRT, for whatever TRT is decided
10193              to be. Make SvOK() check the flags of the referenant for a BIND, as I
10194              envisage that the only flag bit that will get set on a BIND is SVf_UTF8
10195              even if the referant has a defined value.
10196      Branch: perl
10197            ! dump.c ext/B/B.xs sv.c sv.h
10198 ____________________________________________________________________________
10199 [ 29641] By: stevep                                on 2006/12/30  05:55:53
10200         Log: Subject: [PATCH] Update Compress Modules to version 2.002
10201              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
10202              Date: Fri, 29 Dec 2006 20:50:26 -0000
10203              Message-ID: <000501c72b8a$f96b2ba0$6401a8c0@myopwv.com>
10204      Branch: perl
10205            ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
10206            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
10207            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
10208            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
10209            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/14gzopen.t
10210            ! ext/IO/Compress/Base/Changes ext/IO/Compress/Base/README
10211            ! ext/IO/Compress/Base/lib/IO/Compress/Base.pm
10212            ! ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm
10213            ! ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm
10214            ! ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm
10215            ! ext/IO/Compress/Base/t/01misc.t ext/IO/Compress/Zlib/Changes
10216            ! ext/IO/Compress/Zlib/README
10217            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm
10218            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm
10219            ! ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm
10220            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm
10221            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm
10222            ! ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
10223            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm
10224            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm
10225            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm
10226            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm
10227            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
10228            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
10229            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
10230            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
10231            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
10232            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
10233            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
10234            ! t/lib/compress/CompTestUtils.pm t/lib/compress/multi.pl
10235            ! t/lib/compress/oneshot.pl
10236 ____________________________________________________________________________
10237 [ 29640] By: davem                                 on 2006/12/30  01:18:18
10238         Log: fix a test failing under -Dmad
10239      Branch: perl
10240            ! ext/List/Util/t/weak.t
10241 ____________________________________________________________________________
10242 [ 29639] By: nicholas                              on 2006/12/29  16:20:39
10243         Log: With xlow and xhigh as U32, PAD_MAX shouldn't be IV_MAX, as on a 64 bit
10244              system this can't be stored.
10245      Branch: perl
10246            ! pad.c
10247 ____________________________________________________________________________
10248 [ 29638] By: nicholas                              on 2006/12/29  14:42:03
10249         Log: I failed to run regen.pl to propagate my pad.c changes to perlintern.pod
10250      Branch: perl
10251            ! pod/perlintern.pod
10252 ____________________________________________________________________________
10253 [ 29637] By: nicholas                              on 2006/12/29  00:17:18
10254         Log: In Perl_fbm_compile, really rarest should be U32 not I32, as it is
10255              set from a U32, and used as an array index.
10256      Branch: perl
10257            ! util.c
10258 ____________________________________________________________________________
10259 [ 29636] By: davem                                 on 2006/12/29  00:08:35
10260         Log: further fix for #29543: fix parser leaks caused by croaking
10261      Branch: perl
10262            ! dump.c op.c op.h perly.c t/comp/parser.t
10263 ____________________________________________________________________________
10264 [ 29635] By: nicholas                              on 2006/12/28  23:57:16
10265         Log: Eliminate BmPREVIOUS_set - with the complexity gone from how the datum
10266              is stored, there's no need for it.
10267      Branch: perl
10268            ! sv.h util.c
10269 ____________________________________________________________________________
10270 [ 29634] By: nicholas                              on 2006/12/28  23:35:54
10271         Log: Move all the FBM data fields from the table into a struct xbm_s which
10272              is part of the xnv union.
10273      Branch: perl
10274            ! av.h cv.h hv.h sv.h util.c
10275 ____________________________________________________________________________
10276 [ 29633] By: nicholas                              on 2006/12/28  22:40:37
10277         Log: With PAD_COMPNAME_GEN in SvUVX, SvCUR is trustworthy once more.
10278      Branch: perl
10279            ! op.c pad.h sv.c
10280 ____________________________________________________________________________
10281 [ 29632] By: nicholas                              on 2006/12/28  22:03:56
10282         Log: Move PAD_COMPNAME_GEN from SvCUR to SvUVX.
10283      Branch: perl
10284            ! op.c pad.c pad.h
10285 ____________________________________________________________________________
10286 [ 29631] By: nicholas                              on 2006/12/28  21:41:52
10287         Log: Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad.h, export them via
10288              B.pm, so that B::Concise doesn't need to hard code magic numbers.
10289      Branch: perl
10290            ! ext/B/B/Concise.pm ext/B/defsubs_h.PL ext/B/t/concise-xs.t
10291            ! pad.c pad.h
10292 ____________________________________________________________________________
10293 [ 29630] By: nicholas                              on 2006/12/28  21:21:22
10294         Log: Move the low/high cop sequences from NVX/IVX to a two U32 structure
10295              in the xnv union. This frees up IVX for the PL_generation code, which
10296              in turn will allow SvCUR to return to its real purpose.
10297      Branch: perl
10298            ! av.h cv.h hv.h pad.c pad.h sv.h
10299 ____________________________________________________________________________
10300 [ 29629] By: nicholas                              on 2006/12/28  20:02:03
10301         Log: Abstract the pad code's overloaded use of SvNVX and SvIVX into
10302              4 macros COP_SEQ_RANGE_LOW, COP_SEQ_RANGE_HIGH, PARENT_PAD_INDEX
10303              and PARENT_FAKELEX_FLAGS
10304      Branch: perl
10305            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Deparse.pm
10306            ! pad.c pad.h
10307 ____________________________________________________________________________
10308 [ 29628] By: nicholas                              on 2006/12/28  17:55:06
10309         Log: Change PAD_MAX to something a bit less FORTRAN-ish than 999999999.
10310      Branch: perl
10311            ! pad.c
10312 ____________________________________________________________________________
10313 [ 29627] By: stevep                                on 2006/12/27  19:36:13
10314         Log: Upgrade to Errno-1.10 (!).  I have left the core tests as is for
10315              now as well as for Makefile.PL, which need some looking into.
10316      Branch: perl
10317            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
10318 ____________________________________________________________________________
10319 [ 29626] By: nicholas                              on 2006/12/27  15:27:58
10320         Log: Subject: [PATCH] Macroize char class tests in case to remove duplicated code.
10321              From: demerphq <demerphq@gmail.com>
10322              Message-ID: <9b18b3110612270237i40e5ef34ud80898459ee338eb@mail.gmail.com>
10323              Date: Wed, 27 Dec 2006 11:37:36 +0100
10324      Branch: perl
10325            ! regcomp.c
10326 ____________________________________________________________________________
10327 [ 29625] By: stevep                                on 2006/12/27  14:13:27
10328         Log: Upgrade to CPAN-1.83_66.
10329      Branch: perl
10330            + lib/CPAN/Kwalify.pm lib/CPAN/Kwalify/distroprefs.dd
10331            + lib/CPAN/Kwalify/distroprefs.yml
10332            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm
10333            ! lib/CPAN/HandleConfig.pm lib/CPAN/Version.pm
10334            ! lib/CPAN/t/10version.t
10335 ____________________________________________________________________________
10336 [ 29624] By: stevep                                on 2006/12/26  15:53:57
10337         Log: Cannot use a L<> within a preformatted section of a Pod document.
10338      Branch: perl
10339            ! pod/perlreref.pod
10340 ____________________________________________________________________________
10341 [ 29623] By: rgs                                   on 2006/12/26  14:22:15
10342         Log: Subject: Re: Named-capture regex syntax
10343              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10344              Date: Tue, 26 Dec 2006 23:11:38 +0900
10345              Message-Id: <20061226231027.8320.BQW10602@nifty.com>
10346      Branch: perl
10347            ! t/op/pat.t
10348 ____________________________________________________________________________
10349 [ 29622] By: rgs                                   on 2006/12/25  17:09:07
10350         Log: Fix a couple of warnings
10351      Branch: perl
10352            ! regcomp.c
10353 ____________________________________________________________________________
10354 [ 29621] By: rgs                                   on 2006/12/25  17:03:14
10355         Log: Subject: Re: Named-capture regex syntax
10356              From: demerphq <demerphq@gmail.com>
10357              Date: Sun, 24 Dec 2006 14:38:15 +0100
10358              Message-ID: <9b18b3110612240538m5c45654br7d27171835f6664@mail.gmail.com>
10359      Branch: perl
10360            ! pod/perldiag.pod pod/perlre.pod regcomp.c regcomp.h t/op/pat.t
10361            ! t/op/re_tests
10362 ____________________________________________________________________________
10363 [ 29620] By: rgs                                   on 2006/12/24  09:28:22
10364         Log: The PERLIO environment variable, when unset, doesn't default to :stdio.
10365      Branch: perl
10366            ! pod/perlrun.pod
10367 ____________________________________________________________________________
10368 [ 29619] By: rgs                                   on 2006/12/23  16:15:50
10369         Log: Fix #6006 for taint mode too.
10370      Branch: perl
10371            ! op.c t/op/subst.t
10372 ____________________________________________________________________________
10373 [ 29618] By: rgs                                   on 2006/12/23  15:52:27
10374         Log: Remove -T from op/subst.t, and add a new test file, substT.t,
10375              to run the s/// tests under taint mode; mark the test for
10376              RT #6006 as TODO, but only with -T.
10377      Branch: perl
10378            + t/op/substT.t
10379            ! MANIFEST t/op/subst.t
10380 ____________________________________________________________________________
10381 [ 29617] By: rgs                                   on 2006/12/23  15:38:50
10382         Log: A better fix for RT #6006: revert change 29616, which was bogus,
10383              and add OP_SCOPE to the list of "dangerous" ops that might appear
10384              on the right side of s///.
10385              However, this fix does not work under taint mode, and op/subst.t
10386              has -T.
10387      Branch: perl
10388            ! op.c
10389 ____________________________________________________________________________
10390 [ 29616] By: rgs                                   on 2006/12/23  13:52:02
10391         Log: Fix RT #6006: Regexp replaces using large replacement variables fail
10392              some of the time (i.e. when the substitution contains something
10393              like ${10}). Patch derived from a patch by Hugo van der Sanden;
10394              added also a second test (Yves Orton already added a TODO test
10395              for this.)
10396      Branch: perl
10397            ! op.c t/op/subst.t
10398 ____________________________________________________________________________
10399 [ 29615] By: rgs                                   on 2006/12/23  12:31:26
10400         Log: Upgrade to Module::Build 0.2806
10401      Branch: perl
10402            + lib/Module/Build/Config.pm
10403            ! MANIFEST lib/Module/Build.pm lib/Module/Build/API.pod
10404            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
10405            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
10406            ! lib/Module/Build/Cookbook.pm lib/Module/Build/ModuleInfo.pm
10407            ! lib/Module/Build/PPMMaker.pm
10408            ! lib/Module/Build/Platform/Amiga.pm
10409            ! lib/Module/Build/Platform/Default.pm
10410            ! lib/Module/Build/Platform/EBCDIC.pm
10411            ! lib/Module/Build/Platform/MPEiX.pm
10412            ! lib/Module/Build/Platform/MacOS.pm
10413            ! lib/Module/Build/Platform/RiscOS.pm
10414            ! lib/Module/Build/Platform/Unix.pm
10415            ! lib/Module/Build/Platform/VMS.pm
10416            ! lib/Module/Build/Platform/VOS.pm
10417            ! lib/Module/Build/Platform/Windows.pm
10418            ! lib/Module/Build/Platform/aix.pm
10419            ! lib/Module/Build/Platform/darwin.pm
10420            ! lib/Module/Build/Platform/os2.pm lib/Module/Build/Version.pm
10421            ! lib/Module/Build/t/basic.t lib/Module/Build/t/ext.t
10422            ! lib/Module/Build/t/extend.t lib/Module/Build/t/metadata.t
10423            ! lib/Module/Build/t/moduleinfo.t lib/Module/Build/t/xs.t
10424 ____________________________________________________________________________
10425 [ 29614] By: rgs                                   on 2006/12/23  11:45:28
10426         Log: syswrite() wasn't reporting a warning when writing to a filehandle
10427              opened only for input.
10428      Branch: perl
10429            ! pp_sys.c t/lib/warnings/pp_sys
10430 ____________________________________________________________________________
10431 [ 29613] By: rgs                                   on 2006/12/22  15:44:51
10432         Log: The Perl 6 specification is still evolving, so don't refer to it.
10433      Branch: perl
10434            ! pod/perlsyn.pod
10435 ____________________________________________________________________________
10436 [ 29612] By: stevep                                on 2006/12/22  15:18:02
10437         Log: miniperl may not have been successfully built before running a
10438              "make distclean".
10439      Branch: perl
10440            ! Makefile.SH
10441 ____________________________________________________________________________
10442 [ 29611] By: stevep                                on 2006/12/22  14:53:17
10443         Log: Silence an unused variable warning in sv.c.
10444      Branch: perl
10445            ! sv.h
10446 ____________________________________________________________________________
10447 [ 29610] By: rgs                                   on 2006/12/22  11:30:47
10448         Log: Unshare the shared string gp_file_hek only if it exists in a GP.
10449              Not doing this will produce invalid frees in the global destruction
10450              process, probably because the empty string will get freed several
10451              times. This should be safe since gp_file_hek is only assigned a
10452              new value with share_hek().
10453      Branch: perl
10454            ! gv.c
10455 ____________________________________________________________________________
10456 [ 29609] By: rgs                                   on 2006/12/21  10:24:05
10457         Log: Upgrade to Text::Balanced 2.0.0
10458      Branch: perl
10459            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
10460            ! lib/Text/Balanced/README lib/Text/Balanced/t/extqlk.t
10461 ____________________________________________________________________________
10462 [ 29608] By: rgs                                   on 2006/12/21  10:12:14
10463         Log: Subject: [PATCH] threads 1.57
10464              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
10465              Date: Wed, 20 Dec 2006 10:30:21 -0800 (PST)
10466              Message-ID: <20061220183021.79793.qmail@web30205.mail.mud.yahoo.com>
10467      Branch: perl
10468            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
10469            ! ext/threads/t/join.t ext/threads/t/state.t
10470            ! ext/threads/t/thread.t ext/threads/threads.pm
10471            ! ext/threads/threads.xs
10472 ____________________________________________________________________________
10473 [ 29607] By: rgs                                   on 2006/12/21  09:47:34
10474         Log: Subject: [PATCH] allow blib.pm to be used for testing Win32 module (again)
10475              From: Jan Dubois <jand@ActiveState.com>
10476              Date: Wed, 20 Dec 2006 18:53:51 -0800
10477              Message-ID: <vjtjo21l5ksgeab6k9l46d9pvlg5vf86rt@4ax.com>
10478      Branch: perl
10479            ! lib/blib.pm
10480 ____________________________________________________________________________
10481 [ 29606] By: stevep                                on 2006/12/21  05:47:31
10482         Log: Subject: [PATCH 5.8.8] SelfLoader after fork()
10483              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
10484              Date: Mon, 18 Dec 2006 01:13:59 -0800
10485              Message-ID: <20061218091359.GA14985@powdermilk.math.berkeley.edu>
10486      Branch: perl
10487            ! lib/SelfLoader.pm
10488 ____________________________________________________________________________
10489 [ 29605] By: stevep                                on 2006/12/21  05:12:28
10490         Log: Subject: [PATCH] Implement killpg() for MSWin32
10491              From: Jan Dubois <jand@ActiveState.com>
10492              Date: Wed, 20 Dec 2006 15:41:00 -0800
10493              Message-ID: <m8hjo2pasv3hdbhd1sj9sasen7tm38hrhp@4ax.com>
10494      Branch: perl
10495            ! win32/config.bc win32/config.gc win32/config.vc
10496            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
10497            ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h
10498            ! win32/win32.c win32/win32.h
10499 ____________________________________________________________________________
10500 [ 29604] By: rgs                                   on 2006/12/20  16:13:32
10501         Log: Subject: Re: [PATCH] Making adding binary files possible
10502              From: demerphq <demerphq@gmail.com>
10503              Date: Wed, 20 Dec 2006 16:00:33 +0100
10504              Message-ID: <9b18b3110612200700k48157cd1n1f2305f306b7de32@mail.gmail.com>
10505              
10506              plus matching updates to Makefile.SH and patching.pod
10507      Branch: perl
10508            + uupacktool.pl win32/perlexe.ico.packd
10509            - pack.pl packed_files.pl win32/makeico.pl
10510            ! MANIFEST Makefile.SH Porting/patching.pod win32/Makefile
10511            ! win32/Makefile.ce win32/makefile.mk
10512 ____________________________________________________________________________
10513 [ 29603] By: merijn                                on 2006/12/20  12:58:41
10514         Log: Open Configure to the world of 64bitonly environments
10515      Branch: perl
10516            ! Configure
10517 ____________________________________________________________________________
10518 [ 29601] By: rgs                                   on 2006/12/20  11:15:29
10519         Log: Fix leaks in label strings allocation in COPs
10520      Branch: perl
10521            ! cop.h perly.act perly.h perly.tab perly.y toke.c
10522 ____________________________________________________________________________
10523 [ 29600] By: rgs                                   on 2006/12/20  09:30:06
10524         Log: Don't free the original label string when assigning it to cop_label,
10525              since it comes directly from the parser. (That was making op/goto.t
10526              fail under threads and without debugging on some platforms.)
10527      Branch: perl
10528            ! cop.h
10529 ____________________________________________________________________________
10530 [ 29599] By: stevep                                on 2006/12/20  04:20:14
10531         Log: Subject: [PATCH] threads::shared 1.06
10532              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
10533              Date: Tue, 19 Dec 2006 10:30:47 -0800 (PST)
10534              Message-ID: <525867.40748.qm@web30207.mail.mud.yahoo.com>
10535      Branch: perl
10536            ! ext/threads/shared/Changes ext/threads/shared/README
10537            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10538            ! ext/threads/shared/t/cond.t
10539 ____________________________________________________________________________
10540 [ 29598] By: stevep                                on 2006/12/20  04:14:06
10541         Log: Subject: [PATCH] Update cwd() to return the "short" pathname if the long one doesn't fit the codepage
10542              From: Jan Dubois <jand@ActiveState.com>
10543              Date: Mon, 18 Dec 2006 21:37:25 -0800
10544              Message-ID: <3rteo219or8hqr511e4vg1fnsgvgemb4sh@4ax.com>
10545      Branch: perl
10546            ! win32/perlhost.h win32/vdir.h
10547 ____________________________________________________________________________
10548 [ 29597] By: stevep                                on 2006/12/20  04:07:11
10549         Log: Subject: [PATCH] let readdir() return the alternate (short) filename if the long name is outside the current codepage
10550              From: Jan Dubois <jand@ActiveState.com>
10551              Date: Tue, 19 Dec 2006 13:49:40 -0800
10552              Message-ID: <8nmgo2dr5gtmv00gtfu07g7rdgitr859jk@4ax.com>
10553      Branch: perl
10554            ! win32/win32.c
10555 ____________________________________________________________________________
10556 [ 29596] By: merijn                                on 2006/12/19  19:48:51
10557         Log: Subject: [PATCH] Re: 'localtime' not thread-safe under HP-UX B.11.11/64
10558              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
10559              Date: Mon, 18 Dec 2006 10:18:28 -0800 (PST)
10560              Message-ID: <31291.28361.qm@web30205.mail.mud.yahoo.com>
10561      Branch: perl
10562            ! hints/hpux.sh
10563 ____________________________________________________________________________
10564 [ 29595] By: rgs                                   on 2006/12/19  15:22:24
10565         Log: Proper cleanup for Errno.pm
10566      Branch: perl
10567            ! ext/Errno/Makefile.PL
10568 ____________________________________________________________________________
10569 [ 29594] By: rgs                                   on 2006/12/19  15:14:47
10570         Log: Fix paths of pack.pl in patching.pod
10571      Branch: perl
10572            ! Porting/patching.pod
10573 ____________________________________________________________________________
10574 [ 29593] By: rgs                                   on 2006/12/19  15:07:45
10575         Log: Subject: [PATCH] Making adding binary files possible
10576              From: "Jos Boumans" <kane@dwim.org>
10577              Date: Fri, 15 Dec 2006 20:51:45 +0100 (CET)
10578              Message-ID: <19978.80.127.35.68.1166212305.squirrel@webmail.xs4all.nl>
10579              
10580              with a few tweaks
10581      Branch: perl
10582            + pack.pl packed_files.pl
10583            ! MANIFEST Makefile.SH Porting/patching.pod
10584 ____________________________________________________________________________
10585 [ 29592] By: rgs                                   on 2006/12/19  10:50:13
10586         Log: Add a regression test to verify that POSIX::AUTOLOAD works,
10587              and silence a potential warning from it.
10588      Branch: perl
10589            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
10590 ____________________________________________________________________________
10591 [ 29591] By: rgs                                   on 2006/12/19  10:23:29
10592         Log: Disable strictures in POSIX AUTOLOAD
10593      Branch: perl
10594            ! ext/POSIX/POSIX.pm
10595 ____________________________________________________________________________
10596 [ 29590] By: rgs                                   on 2006/12/19  09:49:30
10597         Log: Subject: [PATCH] Don't destroy the Unicode system environment on Perl startup
10598              From: Jan Dubois <jand@ActiveState.com>
10599              Date: Mon, 18 Dec 2006 16:34:33 -0800
10600              Message-ID: <bsbeo2hama2sdo3kqdbrdhp505caeft6h9@4ax.com>
10601      Branch: perl
10602            ! perl.c
10603 ____________________________________________________________________________
10604 [ 29589] By: davem                                 on 2006/12/19  02:25:19
10605         Log: make -Dpv print 8 parser stack items, not 9
10606      Branch: perl
10607            ! perly.c
10608 ____________________________________________________________________________
10609 [ 29588] By: nicholas                              on 2006/12/18  22:12:36
10610         Log: Making strict et al propagate into autoloaded subroutines seems a
10611              worthy todo.
10612      Branch: perl
10613            ! pod/perltodo.pod
10614 ____________________________________________________________________________
10615 [ 29587] By: nicholas                              on 2006/12/18  22:04:19
10616         Log: Ensure that POSIX.pm is strict and warnings compliant throughout if
10617              the __END__ is temporarily removed.
10618      Branch: perl
10619            ! ext/POSIX/POSIX.pm
10620 ____________________________________________________________________________
10621 [ 29586] By: nicholas                              on 2006/12/18  21:23:43
10622         Log: Given that POSIX already has AutoLoader loaded, move as much as
10623              possible of POSIX::SigRt out to AutoLoadLand, so that it won't be
10624              loaded unless someone starts using the realtime signals interface.
10625      Branch: perl
10626            ! ext/POSIX/POSIX.pm
10627 ____________________________________________________________________________
10628 [ 29585] By: rgs                                   on 2006/12/18  16:06:38
10629         Log: Subject: Re: [PATCH] do not meddle in the affairs of PERL_TRACK_MEMPOOL
10630              From: Jarkko Hietaniemi <jhi@iki.fi>
10631              Date: Sun, 17 Dec 2006 22:17:34 -0500
10632              Message-ID: <4586084E.8040706@iki.fi>
10633              
10634              Introduce CopLABEL() macro to deal with labels attached to COPs.
10635      Branch: perl
10636            ! cop.h op.c scope.h
10637 ____________________________________________________________________________
10638 [ 29584] By: stevep                                on 2006/12/18  15:36:11
10639         Log: Subject: [PATCH blead] Re: [perl #41071] require stringifies code references in tied @INC
10640              From: Rick Delaney <rick@bort.ca>
10641              Date: Fri, 15 Dec 2006 23:28:25 -0500
10642              Message-ID: <20061216042825.GB23501@localhost.localdomain>
10643      Branch: perl
10644            + t/op/inccode-tie.t
10645            ! MANIFEST pp_ctl.c t/op/inccode.t
10646 ____________________________________________________________________________
10647 [ 29583] By: rgs                                   on 2006/12/18  14:43:58
10648         Log: ExtUtils/MakeMaker.pm: WriteEmptyMakefile() was ignoring FIRST_MAKEFILE
10649              
10650              Subject: [PATCH 5.8.8] OS/2 build, small change
10651              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
10652              Date: Mon, 18 Dec 2006 01:20:12 -0800
10653              Message-ID: <20061218092012.GA15022@powdermilk.math.berkeley.edu>
10654      Branch: perl
10655            ! lib/ExtUtils/MakeMaker.pm
10656 ____________________________________________________________________________
10657 [ 29582] By: rgs                                   on 2006/12/18  14:43:05
10658         Log: lib/perl5db.pl: Remove code now moved to OS2::Process
10659              
10660              Subject: [PATCH 5.8.8] OS/2 build, small change
10661              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
10662              Date: Mon, 18 Dec 2006 01:20:12 -0800
10663              Message-ID: <20061218092012.GA15022@powdermilk.math.berkeley.edu>
10664      Branch: perl
10665            ! lib/perl5db.pl
10666 ____________________________________________________________________________
10667 [ 29581] By: rgs                                   on 2006/12/18  13:35:18
10668         Log: Bump version number of ExtUtils::MM_Unix after last change
10669      Branch: perl
10670            ! lib/ExtUtils/MM_Unix.pm
10671 ____________________________________________________________________________
10672 [ 29580] By: rgs                                   on 2006/12/18  13:34:00
10673         Log: Subject: [PATCH 5.8.8] OS/2-specific fixes, round II
10674              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
10675              Date: Mon, 18 Dec 2006 00:45:24 -0800
10676              Message-ID: <20061218084524.GA14866@powdermilk.math.berkeley.edu>
10677      Branch: perl
10678            + os2/OS2/Process/t/os2_atoms.t
10679            + os2/OS2/Process/t/os2_clipboard.t os2/os2_pipe.t
10680            ! MANIFEST emacs/ptags ext/DynaLoader/XSLoader_pm.PL
10681            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
10682            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
10683            ! os2/OS2/Process/t/os2_process.t os2/OS2/REXX/DLL/Changes
10684            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h perl.c util.c
10685 ____________________________________________________________________________
10686 [ 29579] By: rgs                                   on 2006/12/18  11:53:54
10687         Log: ExtUtils::Command is now maintained separately from MakeMaker
10688      Branch: perl
10689            ! Porting/Maintainers.pl
10690 ____________________________________________________________________________
10691 [ 29578] By: rgs                                   on 2006/12/18  11:47:56
10692         Log: Subject: [PATCH 5.8.8] Fixes for the test suite on OS/2
10693              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
10694              Date: Wed, 13 Dec 2006 18:32:22 -0800
10695              Message-ID: <20061214023222.GA29084@powdermilk.math.berkeley.edu>
10696      Branch: perl
10697            ! ext/IO/t/io_unix.t lib/ExtUtils/t/eu_command.t
10698            ! lib/Time/Local.t os2/OS2/ExtAttr/t/os2_ea.t t/io/fs.t
10699            ! t/op/stat.t
10700 ____________________________________________________________________________
10701 [ 29577] By: rgs                                   on 2006/12/18  10:49:15
10702         Log: Subject: [PATCH 5.8.8] OS/2: survive SIGCHLD
10703              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
10704              Date: Mon, 18 Dec 2006 00:55:19 -0800
10705              Message-ID: <20061218085519.GA14893@powdermilk.math.berkeley.edu>
10706              
10707              plus a perldiag entry for the new error,
10708              "Maximal count of pending signals (%s) exceeded"
10709      Branch: perl
10710            ! mg.c pod/perldiag.pod
10711 ____________________________________________________________________________
10712 [ 29576] By: rgs                                   on 2006/12/18  10:07:10
10713         Log: Subject: [PATCH] C++: regcomp.c and ext/Time/Piece/Piece.xs
10714              From: Jarkko Hietaniemi <jhi@iki.fi>
10715              Date: Sun, 17 Dec 2006 22:45:29 -0500
10716              Message-ID: <45860ED9.9090808@iki.fi>
10717      Branch: perl
10718            ! ext/Time/Piece/Piece.xs regcomp.c
10719 ____________________________________________________________________________
10720 [ 29575] By: rgs                                   on 2006/12/18  09:58:48
10721         Log: Subject: PATCH: Add =encoding directive to non-latin READMEs
10722              From: Slaven Rezic <slaven@rezic.de>
10723              Date: 16 Dec 2006 11:20:36 +0100
10724              Message-ID: <87wt4sdtvv.fsf@biokovo.herceg.de>
10725      Branch: perl
10726            ! README.cn README.jp README.ko README.tw
10727 ____________________________________________________________________________
10728 [ 29574] By: rgs                                   on 2006/12/18  09:51:09
10729         Log: Subject: [PATCH] perl.c: leak avoidance
10730              From: Jarkko Hietaniemi <jhi@iki.fi>
10731              Date: Sat, 16 Dec 2006 11:48:13 -0500
10732              Message-ID: <4584234D.7070209@iki.fi>
10733      Branch: perl
10734            ! perl.c
10735 ____________________________________________________________________________
10736 [ 29573] By: craigb                                on 2006/12/18  01:15:43
10737         Log: In vms/vms.c, don't prototype decw$term_port until after 
10738              config.h (via perl.h) is included.  That's where USE_VMS_DECTERM
10739              is defined.
10740      Branch: perl
10741            ! vms/vms.c
10742 ____________________________________________________________________________
10743 [ 29572] By: craigb                                on 2006/12/18  01:11:41
10744         Log: Don't try to build Win32 on VMS
10745      Branch: perl
10746            ! configure.com
10747 ____________________________________________________________________________
10748 [ 29571] By: nicholas                              on 2006/12/18  00:27:43
10749         Log: POSIX::SigAction::new can be moved into the AUTOLOAD section.
10750      Branch: perl
10751            ! ext/POSIX/POSIX.pm
10752 ____________________________________________________________________________
10753 [ 29570] By: davem                                 on 2006/12/18  00:24:01
10754         Log: move parser state into new parser object, PL_parser
10755      Branch: perl
10756            + parser.h
10757            ! MANIFEST embedvar.h intrpvar.h perl.h perlapi.h perly.c
10758            ! pod/perlapi.pod pod/perlintern.pod toke.c
10759 ____________________________________________________________________________
10760 [ 29569] By: davem                                 on 2006/12/17  22:21:40
10761         Log: merge the four parser stacks into one
10762      Branch: perl
10763            ! perly.act perly.c regen_perly.pl
10764 ____________________________________________________________________________
10765 [ 29568] By: davem                                 on 2006/12/17  20:00:19
10766         Log: delete dead code and macros from perly.c
10767      Branch: perl
10768            ! perly.c
10769 ____________________________________________________________________________
10770 [ 29567] By: davem                                 on 2006/12/17  19:42:35
10771         Log: unify stacks arithmetic in parser
10772      Branch: perl
10773            ! perly.c
10774 ____________________________________________________________________________
10775 [ 29566] By: nicholas                              on 2006/12/16  23:03:42
10776         Log: Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym for SVf_SCREAM)
10777              to note when a proxy constant subroutine is copied. This allows us to
10778              correctly set GvIMPORTED_CV_on() if the symbol is ever turned into a
10779              real GV.
10780      Branch: perl
10781            + t/lib/proxy_constant_subs.t
10782            ! MANIFEST dump.c gv.c pp_hot.c sv.h
10783 ____________________________________________________________________________
10784 [ 29565] By: nicholas                              on 2006/12/16  16:54:06
10785         Log: Split out the use of SVp_SCREAM for GVs with GPs into a new symbolic
10786              flag SVpgv_GP, and use this in isGV_with_GP_on/off.
10787      Branch: perl
10788            ! dump.c ext/Devel/Peek/t/Peek.t gv.c mg.c sv.c sv.h
10789 ____________________________________________________________________________
10790 [ 29564] By: davem                                 on 2006/12/16  15:37:32
10791         Log: remove extraneous declaration prom perly.tab
10792      Branch: perl
10793            ! perly.tab regen_perly.pl
10794 ____________________________________________________________________________
10795 [ 29563] By: rgs                                   on 2006/12/16  10:03:23
10796         Log: Subject: [PATCH] threads 1.56
10797              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
10798              Date: Fri, 15 Dec 2006 09:22:17 -0800 (PST)
10799              Message-ID: <20061215172217.10959.qmail@web30211.mail.mud.yahoo.com>
10800      Branch: perl
10801            ! ext/threads/Changes ext/threads/README ext/threads/t/err.t
10802            ! ext/threads/t/exit.t ext/threads/t/thread.t
10803            ! ext/threads/threads.pm
10804 ____________________________________________________________________________
10805 [ 29562] By: rgs                                   on 2006/12/16  09:54:47
10806         Log: TODO addition by Jerry D. Hedden.
10807      Branch: perl
10808            ! pod/perltodo.pod
10809 ____________________________________________________________________________
10810 [ 29561] By: davem                                 on 2006/12/16  02:53:59
10811         Log: don't include MAD code when its not needed
10812      Branch: perl
10813            ! op.c
10814 ____________________________________________________________________________
10815 [ 29560] By: davem                                 on 2006/12/16  01:36:28
10816         Log: fix a cast warning in perly.c
10817      Branch: perl
10818            ! perly.c
10819 ____________________________________________________________________________
10820 [ 29559] By: nicholas                              on 2006/12/15  20:14:07
10821         Log: Better documentation for SVf_UTF8. Including SvPV() 1st, SvUTF() 2nd.
10822      Branch: perl
10823            ! sv.h
10824 ____________________________________________________________________________
10825 [ 29558] By: rgs                                   on 2006/12/15  13:51:44
10826         Log: Subject: Re: [PATCH] Errno doesnt rebuild when things it depends on in Config.pm change
10827              From: demerphq <demerphq@gmail.com>
10828              Date: Fri, 15 Dec 2006 12:52:45 +0100
10829              Message-ID: <9b18b3110612150352y2394954bg5acd5ec5fd320d33@mail.gmail.com>
10830      Branch: perl
10831            ! ext/Errno/Makefile.PL
10832 ____________________________________________________________________________
10833 [ 29557] By: rgs                                   on 2006/12/15  10:14:16
10834         Log: Subject: [PATCH] threads 1.54 - Adds ->error() method
10835              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
10836              Date: Thu, 14 Dec 2006 11:17:47 -0800 (PST)
10837              Message-ID: <20061214191748.98286.qmail@web30209.mail.mud.yahoo.com>
10838      Branch: perl
10839            + ext/threads/t/err.t
10840            ! MANIFEST ext/threads/Changes ext/threads/README
10841            ! ext/threads/t/exit.t ext/threads/t/libc.t
10842            ! ext/threads/t/thread.t ext/threads/threads.pm
10843            ! ext/threads/threads.xs
10844 ____________________________________________________________________________
10845 [ 29556] By: steveh                                on 2006/12/14  16:24:29
10846         Log: Silence a warning from (MinGW's) gcc
10847      Branch: perl
10848            ! ext/Time/Piece/Piece.xs
10849 ____________________________________________________________________________
10850 [ 29555] By: rgs                                   on 2006/12/14  12:43:20
10851         Log: Subject: [PATCH] perl5db.pl Mac OS X fix
10852              From: Bo Lindbergh <blgl@hagernas.com>
10853              Date: Thu, 14 Dec 2006 13:34:06 +0100
10854              Message-Id: <658AFA03-517E-4068-93CA-06D4A93B5CA5@hagernas.com>
10855      Branch: perl
10856            ! lib/perl5db.pl
10857 ____________________________________________________________________________
10858 [ 29554] By: nicholas                              on 2006/12/14  11:23:16
10859         Log: Turn a tab into 2 spaces to make more room for comments about SV flags.
10860              Sorry about damaging the change history - dig through this change with
10861              http://public.activestate.com/cgi-bin/perlbrowse?show_blame=Show+Annotated+File&filename=sv.h&rev=&change=29552
10862      Branch: perl
10863            ! sv.h
10864 ____________________________________________________________________________
10865 [ 29553] By: steveh                                on 2006/12/14  09:37:45
10866         Log: Silence a VC compiler warning
10867      Branch: perl
10868            ! op.c
10869 ____________________________________________________________________________
10870 [ 29552] By: nicholas                              on 2006/12/13  20:56:24
10871         Log: Swap the order of PERL_FBM_PREVIOUS_{L,H}_OFFSET_FROM_TABLE on little
10872              endian machines to hint to the compiler that a 16 bit read could work.
10873      Branch: perl
10874            ! sv.h
10875 ____________________________________________________________________________
10876 [ 29551] By: nicholas                              on 2006/12/13  19:55:08
10877         Log: Restore the two comments describing BmRARE and BmPREVIOUS that I'd
10878              inadvertently deleted. Explain the setting and testing of
10879              SVpbm_VALID.
10880      Branch: perl
10881            ! sv.h
10882 ____________________________________________________________________________
10883 [ 29550] By: stevep                                on 2006/12/13  19:53:02
10884         Log: Subject: [PATCH 5.8.8] Text mode wrongly set on pipe file descriptors
10885              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
10886              Date: Tue, 12 Dec 2006 23:28:25 -0800
10887              Message-ID: <20061213072825.GA26300@powdermilk.math.berkeley.edu>
10888      Branch: perl
10889            ! t/io/pipe.t util.c
10890 ____________________________________________________________________________
10891 [ 29549] By: davem                                 on 2006/12/13  17:24:49
10892         Log: make -Dpv display the parser stack before reduction
10893              (rather than afterwards)
10894      Branch: perl
10895            ! perly.c
10896 ____________________________________________________________________________
10897 [ 29548] By: davem                                 on 2006/12/13  17:16:22
10898         Log: misc MAD coredump fixes and parser leak fixes
10899              
10900              - fix MAD coredump in tr///
10901              - fix mad coredump in multi-line string literals
10902              - kill some MAD uninit value warnings
10903              - don't allow assignment to $n in perly.y
10904              - make op_dump handle op_latefree flags
10905      Branch: perl
10906            ! dump.c op.c perly.act perly.h perly.tab perly.y regen_perly.pl
10907            ! toke.c
10908 ____________________________________________________________________________
10909 [ 29547] By: davem                                 on 2006/12/13  12:47:35
10910         Log: fix double free introduced by #29543 (spotted by Nicholas)
10911      Branch: perl
10912            ! op.c
10913 ____________________________________________________________________________
10914 [ 29546] By: rgs                                   on 2006/12/13  10:40:36
10915         Log: Subject: [PATCH] t/op/groups.t: prevent failure on modern FreeBSDs
10916              From: Anton Berezin <tobez@tobez.org>
10917              Date: Tue, 12 Dec 2006 19:59:38 +0100
10918              Message-ID: <20061212185938.GB49084@heechee.tobez.org>
10919      Branch: perl
10920            ! t/op/groups.t
10921 ____________________________________________________________________________
10922 [ 29545] By: steveh                                on 2006/12/13  10:37:11
10923         Log: Do the same as #29514 for Win32
10924      Branch: perl
10925            ! win32/FindExt.pm
10926 ____________________________________________________________________________
10927 [ 29544] By: nicholas                              on 2006/12/13  08:35:43
10928         Log: Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.
10929              Add the placeholder for new type, temporarily named BIND, for binding
10930              and aliasing in 6 on 5.
10931      Branch: perl
10932            ! dump.c ext/B/B.xs ext/Storable/Storable.xs op.h
10933            ! pod/perltodo.pod pp_hot.c sv.c sv.h util.c
10934 ____________________________________________________________________________
10935 [ 29543] By: davem                                 on 2006/12/13  01:47:34
10936         Log: fix parser leaks caused by croaking while shifting or reducing
10937              e.g. these no longer leak:
10938              eval q[my $x; local $x] while 1;
10939              eval q[$s = sub <> {}]  while 1;
10940      Branch: perl
10941            ! op.c op.h perly.c
10942 ____________________________________________________________________________
10943 [ 29542] By: davem                                 on 2006/12/13  00:16:18
10944         Log: fixup some ival/opval type changes from perly.y/madly.y merger
10945      Branch: perl
10946            ! perly.act perly.h perly.tab perly.y
10947 ____________________________________________________________________________
10948 [ 29541] By: nicholas                              on 2006/12/12  23:02:56
10949         Log: In theory Perl_magic_setbm() should clear SvTAIL() too. In practice,
10950              I don't think that it matters as this routine is never actualy called
10951              because nothing exposes PVBMs to the world so that the world can assign
10952              to them.
10953      Branch: perl
10954            ! mg.c
10955 ____________________________________________________________________________
10956 [ 29540] By: nicholas                              on 2006/12/12  22:30:29
10957         Log: Correct the dumping logic for the various bits of flag bending
10958              associated with change 27313 or therabouts.
10959      Branch: perl
10960            ! dump.c
10961 ____________________________________________________________________________
10962 [ 29539] By: nicholas                              on 2006/12/12  22:03:21
10963         Log: Oops. As of some point one stopped being able to assign integers and
10964              floating point values to typeglobs.
10965      Branch: perl
10966            ! sv.c t/op/glob.t
10967 ____________________________________________________________________________
10968 [ 29538] By: nicholas                              on 2006/12/12  21:54:22
10969         Log: Correct some assumptions about PVBM table offset in B.xs
10970      Branch: perl
10971            ! ext/B/B.xs
10972 ____________________________________________________________________________
10973 [ 29537] By: nicholas                              on 2006/12/12  21:31:10
10974         Log: Assert that SvPAD_TYPED_on(), SvPAD_OUR_on() and SvPAD_STATE_on()
10975              are never called on PVGVs.
10976      Branch: perl
10977            ! sv.h
10978 ____________________________________________________________________________
10979 [ 29536] By: nicholas                              on 2006/12/12  21:00:37
10980         Log: Assert that PVGVs are never SvVALID() in the PVBM sense.
10981      Branch: perl
10982            ! gv.h sv.h
10983 ____________________________________________________________________________
10984 [ 29535] By: nicholas                              on 2006/12/12  19:54:05
10985         Log: pads haven't actually contained any PVGVs since change 27313.
10986              So correct the docs and assert this in the code.
10987      Branch: perl
10988            ! pad.c sv.c
10989 ____________________________________________________________________________
10990 [ 29534] By: nicholas                              on 2006/12/12  18:52:55
10991         Log: Shrink Perl_sv_peek() and Perl_do_sv_dump() by using type to name
10992              lookup tables.
10993      Branch: perl
10994            ! dump.c
10995 ____________________________________________________________________________
10996 [ 29533] By: steveh                                on 2006/12/12  18:02:19
10997         Log: Restore (differently) the setting of $Config{osvers} on Win32
10998              that was removed by #29509
10999      Branch: perl
11000            ! win32/config_sh.PL
11001 ____________________________________________________________________________
11002 [ 29532] By: steveh                                on 2006/12/12  17:49:51
11003         Log: Silence VC warnings about possible operator precedence problems
11004              and signed/unsigned mismatches
11005      Branch: perl
11006            ! regexec.c sv.h util.c
11007 ____________________________________________________________________________
11008 [ 29531] By: rgs                                   on 2006/12/12  13:32:01
11009         Log: Subject: [PATCH] mg.c: #ifdef only the different bits
11010              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
11011              Date: Tue, 12 Dec 2006 15:18:53 +0200 (EET)
11012              Message-Id: <20061212131853.C2CBA43A67@anubis.hut.fi>
11013      Branch: perl
11014            ! mg.c
11015 ____________________________________________________________________________
11016 [ 29530] By: merijn                                on 2006/12/12  11:36:41
11017         Log: The overly-picky AIX xlc compiler doesn't like the style
11018              from patch #29446
11019      Branch: perl
11020            ! mg.c
11021 ____________________________________________________________________________
11022 [ 29529] By: rgs                                   on 2006/12/12  11:07:27
11023         Log: Skip IO::Compress::Zlib in perlivp, since that's a distribution name,
11024              not a proper module name.
11025      Branch: perl
11026            ! utils/perlivp.PL
11027 ____________________________________________________________________________
11028 [ 29528] By: rgs                                   on 2006/12/12  10:20:04
11029         Log: Subject: [PATCH] get ext/Win32/Win32.xs to compile on cygwin
11030              From: Jan Dubois <jand@ActiveState.com>
11031              Date: Mon, 11 Dec 2006 13:09:09 -0800
11032              Message-ID: <isfrn2tbfleo1svmmi5kh673f4uh69am11@4ax.com>
11033              
11034              and:
11035              Date: Mon, 11 Dec 2006 15:08:53 -0800
11036              Message-ID: <kvorn2h0d14jo3khmmj2a9svsp2mplrodv@4ax.com>
11037      Branch: perl
11038            ! ext/Win32/Win32.xs win32/win32.c
11039 ____________________________________________________________________________
11040 [ 29527] By: nicholas                              on 2006/12/12  00:07:48
11041         Log: By moving xbm_previous into the SvPVX, we save a U16 from struct xpvbm,
11042              which will likely equate to 4 bytes with padding. (But we add 2 bytes
11043              to the SvPVX buffer...). However, the real win is that xpvbm is now
11044              identical to xpvmg, and all active FBM compiled strings are SvVALID()
11045              true, so now we can eliminate xpvbm, freeing a type for 6 on 5 proxies.
11046      Branch: perl
11047            ! sv.h
11048 ____________________________________________________________________________
11049 [ 29526] By: nicholas                              on 2006/12/11  23:44:30
11050         Log: Fix allocation bug in change 29524.
11051      Branch: perl
11052            ! util.c
11053 ____________________________________________________________________________
11054 [ 29525] By: nicholas                              on 2006/12/11  22:52:46
11055         Log: Add BmPREVIOUS_set(), and use it in the one place that BmPREVIOUS is
11056              modified.
11057      Branch: perl
11058            ! sv.h util.c
11059 ____________________________________________________________________________
11060 [ 29524] By: nicholas                              on 2006/12/11  22:18:53
11061         Log: Move PERL_FBM_TABLE_OFFSET and PERL_FBM_FLAGS_OFFSET_FROM_TABLE to sv.h
11062              Stow BmRARE in the SvPVX, and so delete xbm_rare.
11063              Can you see what it is yet?
11064      Branch: perl
11065            ! sv.h util.c
11066 ____________________________________________________________________________
11067 [ 29523] By: nicholas                              on 2006/12/11  21:52:12
11068         Log: Fix typo in change 29518 which broke non-debugging builds.
11069              (Here Mark, you can have the spare ; back again)
11070      Branch: perl
11071            ! sv.h
11072 ____________________________________________________________________________
11073 [ 29522] By: nicholas                              on 2006/12/11  21:21:09
11074         Log: Convert the -1 to a more explicit PERL_FBM_FLAGS_OFFSET_FROM_TABLE.
11075      Branch: perl
11076            ! util.c
11077 ____________________________________________________________________________
11078 [ 29521] By: nicholas                              on 2006/12/11  21:15:06
11079         Log: Assert that BmRARE() BmPREVIOUS() and BmUSEFUL() are only called on
11080              valid PVBMs.
11081      Branch: perl
11082            ! sv.h
11083 ____________________________________________________________________________
11084 [ 29520] By: nicholas                              on 2006/12/11  20:55:20
11085         Log: Rename FBM_TABLE_OFFSET to PERL_FBM_TABLE_OFFSET prior to moving it
11086              to a header.
11087      Branch: perl
11088            ! util.c
11089 ____________________________________________________________________________
11090 [ 29519] By: rgs                                   on 2006/12/11  18:33:21
11091         Log: Don't load the Win32 module on non-win32 platforms
11092      Branch: perl
11093            ! lib/File/CheckTree.t
11094 ____________________________________________________________________________
11095 [ 29518] By: nicholas                              on 2006/12/11  18:26:31
11096         Log: Change SvTAIL() to check that both SVpbm_TAIL|SVpbm_VALID are true.
11097              SVpbm_VALID is the same bit value is SVf_IVisUV, which means that
11098              PVBMs can't actually ever be IOK. Therefore move BmUSEFUL() into the
11099              IV union, and save one I32 per PVBM.
11100      Branch: perl
11101            ! sv.h util.c
11102 ____________________________________________________________________________
11103 [ 29516] By: rgs                                   on 2006/12/11  17:09:17
11104         Log: Changes and README are not needed for Switch.pm
11105      Branch: perl
11106            - lib/Switch/Changes lib/Switch/README
11107            ! MANIFEST
11108 ____________________________________________________________________________
11109 [ 29515] By: rgs                                   on 2006/12/11  16:53:58
11110         Log: As pointed out by Valentin Guignon, there is most
11111              probably one \n too many in the end-of-pod marker.
11112      Branch: perl
11113            ! lib/Switch.pm
11114 ____________________________________________________________________________
11115 [ 29514] By: rgs                                   on 2006/12/11  16:49:06
11116         Log: Configure needs to know about the extensions IO/Compress/Base
11117              and IO/Compress/Zlib, so they get built.
11118      Branch: perl
11119            ! Configure
11120 ____________________________________________________________________________
11121 [ 29513] By: rgs                                   on 2006/12/11  16:16:46
11122         Log: Move files from ext/Compress/IO to ext/IO/Compress
11123      Branch: perl
11124           +> (branch 94 files)
11125            - ext/Compress/IO/Base/Changes ext/Compress/IO/Base/Makefile.PL
11126            - ext/Compress/IO/Base/README
11127            - ext/Compress/IO/Base/lib/File/GlobMapper.pm
11128            - ext/Compress/IO/Base/lib/IO/Compress/Base.pm
11129            - ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
11130            - ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
11131            - ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
11132            - ext/Compress/IO/Base/private/MakeUtil.pm
11133            - ext/Compress/IO/Base/t/01misc.t
11134            - ext/Compress/IO/Base/t/globmapper.t
11135            - ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/Makefile.PL
11136            - ext/Compress/IO/Zlib/README
11137            - ext/Compress/IO/Zlib/examples/gzappend
11138            - ext/Compress/IO/Zlib/examples/gzcat
11139            - ext/Compress/IO/Zlib/examples/gzgrep
11140            - ext/Compress/IO/Zlib/examples/gzstream
11141            - ext/Compress/IO/Zlib/examples/unzip
11142            - ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
11143            - ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
11144            - ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
11145            - ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
11146            - ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
11147            - ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
11148            - ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
11149            - ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
11150            - ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
11151            - ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
11152            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
11153            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
11154            - ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
11155            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
11156            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
11157            - ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
11158            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
11159            - ext/Compress/IO/Zlib/private/MakeUtil.pm
11160            - ext/Compress/IO/Zlib/t/001zlib-generic-deflate.t
11161            - ext/Compress/IO/Zlib/t/001zlib-generic-gzip.t
11162            - ext/Compress/IO/Zlib/t/001zlib-generic-rawdeflate.t
11163            - ext/Compress/IO/Zlib/t/001zlib-generic-zip.t
11164            - ext/Compress/IO/Zlib/t/002any-deflate.t
11165            - ext/Compress/IO/Zlib/t/002any-gzip.t
11166            - ext/Compress/IO/Zlib/t/002any-rawdeflate.t
11167            - ext/Compress/IO/Zlib/t/002any-transparent.t
11168            - ext/Compress/IO/Zlib/t/002any-zip.t
11169            - ext/Compress/IO/Zlib/t/004gziphdr.t
11170            - ext/Compress/IO/Zlib/t/005defhdr.t
11171            - ext/Compress/IO/Zlib/t/010examples.t
11172            - ext/Compress/IO/Zlib/t/020isize.t
11173            - ext/Compress/IO/Zlib/t/050interop-gzip.t
11174            - ext/Compress/IO/Zlib/t/100generic-deflate.t
11175            - ext/Compress/IO/Zlib/t/100generic-gzip.t
11176            - ext/Compress/IO/Zlib/t/100generic-rawdeflate.t
11177            - ext/Compress/IO/Zlib/t/100generic-zip.t
11178            - ext/Compress/IO/Zlib/t/101truncate-deflate.t
11179            - ext/Compress/IO/Zlib/t/101truncate-gzip.t
11180            - ext/Compress/IO/Zlib/t/101truncate-rawdeflate.t
11181            - ext/Compress/IO/Zlib/t/101truncate-zip.t
11182            - ext/Compress/IO/Zlib/t/102tied-deflate.t
11183            - ext/Compress/IO/Zlib/t/102tied-gzip.t
11184            - ext/Compress/IO/Zlib/t/102tied-rawdeflate.t
11185            - ext/Compress/IO/Zlib/t/102tied-zip.t
11186            - ext/Compress/IO/Zlib/t/103newtied-deflate.t
11187            - ext/Compress/IO/Zlib/t/103newtied-gzip.t
11188            - ext/Compress/IO/Zlib/t/103newtied-rawdeflate.t
11189            - ext/Compress/IO/Zlib/t/103newtied-zip.t
11190            - ext/Compress/IO/Zlib/t/104destroy-deflate.t
11191            - ext/Compress/IO/Zlib/t/104destroy-gzip.t
11192            - ext/Compress/IO/Zlib/t/104destroy-rawdeflate.t
11193            - ext/Compress/IO/Zlib/t/104destroy-zip.t
11194            - ext/Compress/IO/Zlib/t/105oneshot-deflate.t
11195            - ext/Compress/IO/Zlib/t/105oneshot-gzip-only.t
11196            - ext/Compress/IO/Zlib/t/105oneshot-gzip.t
11197            - ext/Compress/IO/Zlib/t/105oneshot-rawdeflate.t
11198            - ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
11199            - ext/Compress/IO/Zlib/t/105oneshot-zip.t
11200            - ext/Compress/IO/Zlib/t/106prime-deflate.t
11201            - ext/Compress/IO/Zlib/t/106prime-gzip.t
11202            - ext/Compress/IO/Zlib/t/106prime-rawdeflate.t
11203            - ext/Compress/IO/Zlib/t/106prime-zip.t
11204            - ext/Compress/IO/Zlib/t/107multi-deflate.t
11205            - ext/Compress/IO/Zlib/t/107multi-gzip.t
11206            - ext/Compress/IO/Zlib/t/107multi-rawdeflate.t
11207            - ext/Compress/IO/Zlib/t/107multi-zip.t
11208            - ext/Compress/IO/Zlib/t/108anyunc-deflate.t
11209            - ext/Compress/IO/Zlib/t/108anyunc-gzip.t
11210            - ext/Compress/IO/Zlib/t/108anyunc-rawdeflate.t
11211            - ext/Compress/IO/Zlib/t/108anyunc-transparent.t
11212            - ext/Compress/IO/Zlib/t/108anyunc-zip.t
11213            - ext/Compress/IO/Zlib/t/109merge-deflate.t
11214            - ext/Compress/IO/Zlib/t/109merge-gzip.t
11215            - ext/Compress/IO/Zlib/t/109merge-rawdeflate.t
11216            - ext/Compress/IO/Zlib/t/109merge-zip.t
11217            ! MANIFEST
11218 ____________________________________________________________________________
11219 [ 29512] By: rgs                                   on 2006/12/11  14:58:43
11220         Log: Subject: Re: [PATCH] Deparse.pm bugfix
11221              From: Bo Lindbergh <blgl@hagernas.com>
11222              Date: Sat, 9 Dec 2006 12:17:53 +0100
11223              Message-Id: <A4BDE74B-DB3A-41C0-B2BE-FCEE0E15AB54@hagernas.com>
11224      Branch: perl
11225            ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t
11226 ____________________________________________________________________________
11227 [ 29511] By: rgs                                   on 2006/12/11  13:23:55
11228         Log: Subject: re: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs
11229              From: Jan Dubois <jand@ActiveState.com>
11230              Date: Sun, 10 Dec 2006 11:47:58 -0800
11231              Message-ID: <9moon29qtn5c23t9fer229ealsu06bkf11@4ax.com>
11232      Branch: perl
11233            ! ext/Storable/Storable.xs ext/Win32/Win32.pm win32/win32.c
11234 ____________________________________________________________________________
11235 [ 29510] By: rgs                                   on 2006/12/11  13:22:11
11236         Log: Second patch from:
11237              Subject: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs
11238              From: Jan Dubois <jand@ActiveState.com>
11239              Date: Fri, 08 Dec 2006 19:07:06 -0800
11240              Message-ID: <lc9kn2tb0p5sdd4q69rbc7067r4imar59r@4ax.com>
11241      Branch: perl
11242            ! ext/Win32/Win32.xs win32/win32.c
11243 ____________________________________________________________________________
11244 [ 29509] By: rgs                                   on 2006/12/11  13:21:28
11245         Log: First patch from:
11246              Subject: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs
11247              From: Jan Dubois <jand@ActiveState.com>
11248              Date: Fri, 08 Dec 2006 19:07:06 -0800
11249              Message-ID: <lc9kn2tb0p5sdd4q69rbc7067r4imar59r@4ax.com>
11250      Branch: perl
11251            ! ext/SDBM_File/Makefile.PL lib/Cwd.pm lib/ExtUtils/MM.pm
11252            ! lib/File/CheckTree.t lib/File/Copy.pm t/op/fork.t
11253            ! win32/FindExt.pm win32/config_sh.PL
11254            ! win32/ext/Win32API/File/t/file.t
11255 ____________________________________________________________________________
11256 [ 29508] By: davem                                 on 2006/12/11  11:41:10
11257         Log: remove extraneous debugging code introduced by #29504
11258      Branch: perl
11259            ! perly.c
11260 ____________________________________________________________________________
11261 [ 29507] By: rgs                                   on 2006/12/11  10:32:47
11262         Log: Subject: [PATCH] Fatal v1.03
11263              From: Jerrad Pierce <belg4mit@MIT.EDU>
11264              Date: Sun, 10 Dec 2006 14:38:18 -0500
11265              Message-Id: <200612101938.kBAJcI9D008026@all-night-tool.mit.edu>
11266              
11267              Allow to make fatal built-ins in CORE::GLOBAL
11268      Branch: perl
11269            ! lib/Fatal.pm
11270 ____________________________________________________________________________
11271 [ 29506] By: rgs                                   on 2006/12/11  10:28:13
11272         Log: Subject: [PATCH] Re: [perl #41065] Out of memory!, while extending scalar
11273              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
11274              Date: Sun, 10 Dec 2006 22:32:32 +0100
11275              Message-ID: <20061210223232.0f3a5318@r2d2>
11276      Branch: perl
11277            ! doop.c
11278 ____________________________________________________________________________
11279 [ 29505] By: rgs                                   on 2006/12/11  09:41:45
11280         Log: perlhack.pod nit by Jarkko
11281      Branch: perl
11282            ! pod/perlhack.pod
11283 ____________________________________________________________________________
11284 [ 29504] By: davem                                 on 2006/12/11  00:48:06
11285         Log: fix eval qw(BEGIN{die}) style leaks (second attempt).
11286              
11287              Repeat of change #28319 (backed out by change #28720), this time
11288              freeing ops using the right pad. Also backs out the remempad
11289              parser addition from change #29501; instead a new auxiliary
11290              paser stack is added, which records the current value of
11291              PL_comppad for every state.
11292      Branch: perl
11293            ! perly.act perly.c perly.h perly.tab perly.y t/comp/parser.t
11294 ____________________________________________________________________________
11295 [ 29503] By: nicholas                              on 2006/12/10  23:05:25
11296         Log: Remove code duplication in S_to_utf8_substr() and S_to_byte_substr()
11297              by taking advantage of how anchored_* and float_* are stored in arrays
11298              to use a loop.
11299      Branch: perl
11300            ! regcomp.h regexec.c
11301 ____________________________________________________________________________
11302 [ 29502] By: nicholas                              on 2006/12/10  22:31:56
11303         Log: Downgrading a fixed or floating substring of a pattern whilst matching
11304              a studied string seems to get to a "should not happen" [bug #41067]
11305              It seems that Perl_regexec_flags() assumes that if the pre-downgraded
11306              substring is FBM compiled, then the downgraded version will be too,
11307              hence changing the downgrade and upgrade routines to FBM compile seems
11308              to be a correct fix.
11309      Branch: perl
11310            ! regexec.c t/op/re_tests
11311 ____________________________________________________________________________
11312 [ 29501] By: davem                                 on 2006/12/10  18:50:05
11313         Log: #28315 could crash when freeing ops with different pads
11314              Add hook to parser to record current PL_comppad, then use this
11315              when popping ops off the parser stack after parser error
11316      Branch: perl
11317            ! perly.act perly.c perly.h perly.tab perly.y t/comp/parser.t
11318 ____________________________________________________________________________
11319 [ 29500] By: davem                                 on 2006/12/10  17:18:00
11320         Log: parser: expand yy_is_opval[] to include all value types
11321              and rename to yy_type_tab[]. Then use this table to improve stack
11322              dumping with -Dpv
11323      Branch: perl
11324            ! perly.act perly.c perly.h perly.tab perly.y regen_perly.pl
11325 ____________________________________________________________________________
11326 [ 29499] By: gbarr                                 on 2006/12/10  16:28:34
11327         Log: Restore change 27486 accidently removed (also added to 1.19 before release)
11328      Branch: perl
11329            ! ext/List/Util/multicall.h
11330 ____________________________________________________________________________
11331 [ 29498] By: gbarr                                 on 2006/12/10  16:17:14
11332         Log: Upgrade to Scalar-List-Utils-1.19
11333      Branch: perl
11334            ! ext/List/Util/Changes ext/List/Util/README
11335            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
11336            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/multicall.h
11337 ____________________________________________________________________________
11338 [ 29497] By: stevep                                on 2006/12/10  02:23:10
11339         Log: Subject: Re: [PATCH 5.8.8] Build on OS/2 - missing part
11340              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
11341              Date: Sat, 9 Dec 2006 16:33:41 -0800
11342              Message-ID: <20061210003341.GA14200@powdermilk.math.berkeley.edu>
11343      Branch: perl
11344            ! Makefile.SH os2/Makefile.SHs
11345 ____________________________________________________________________________
11346 [ 29496] By: nicholas                              on 2006/12/10  01:13:09
11347         Log: Swap SVpbm_TAIL and SVpbm_VALID.
11348      Branch: perl
11349            ! sv.h
11350 ____________________________________________________________________________
11351 [ 29495] By: stevep                                on 2006/12/09  22:44:27
11352         Log: Upgrade to Time-HiRes-1.9703
11353      Branch: perl
11354            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
11355            ! ext/Time/HiRes/Makefile.PL
11356 ____________________________________________________________________________
11357 [ 29494] By: nicholas                              on 2006/12/09  21:19:45
11358         Log: PVBMs mustn't enter anything that turns SVIVisUV_on().
11359      Branch: perl
11360            ! sv.c
11361 ____________________________________________________________________________
11362 [ 29493] By: nicholas                              on 2006/12/09  21:17:37
11363         Log: Exterminate! 2 pieces of superfluous code related to UV setting.
11364      Branch: perl
11365            ! sv.c
11366 ____________________________________________________________________________
11367 [ 29492] By: nicholas                              on 2006/12/08  23:49:51
11368         Log: In Perl_fbm_instr(), no need to calculate the address of the table if
11369              we're going to return anyway.
11370      Branch: perl
11371            ! util.c
11372 ____________________________________________________________________________
11373 [ 29491] By: nicholas                              on 2006/12/08  23:22:31
11374         Log: assert that SvTAIL() isn't being called on PVAVs or PVHVs
11375      Branch: perl
11376            ! sv.h
11377 ____________________________________________________________________________
11378 [ 29490] By: nicholas                              on 2006/12/08  22:56:54
11379         Log: Wrap some macro arguments in () to avoid precedence problems.
11380      Branch: perl
11381            ! sv.h
11382 ____________________________________________________________________________
11383 [ 29489] By: nicholas                              on 2006/12/08  22:56:08
11384         Log: Perl_screaminstr() must be called with littlestr as a PVBM.
11385      Branch: perl
11386            ! util.c
11387 ____________________________________________________________________________
11388 [ 29488] By: davem                                 on 2006/12/08  22:20:41
11389         Log: add missing OP_REFCNT_LOCK/UNLOCKs and document it
11390      Branch: perl
11391            ! op.h sv.c
11392 ____________________________________________________________________________
11393 [ 29487] By: nicholas                              on 2006/12/08  22:11:56
11394         Log: Assert that BmRARE, BmUSEFUL and BmPREVIOUS are only called on SVtPVBM
11395      Branch: perl
11396            ! sv.h
11397 ____________________________________________________________________________
11398 [ 29486] By: nicholas                              on 2006/12/08  21:09:57
11399         Log: No need to upgrade if all we're going to do is return.
11400      Branch: perl
11401            ! util.c
11402 ____________________________________________________________________________
11403 [ 29485] By: steveh                                on 2006/12/07  12:34:10
11404         Log: Make use of $Config{d_pseudofork} in a couple of core tests
11405              
11406              Can't really use it in ext/IO/t/*.t and lib/Test/Simple/t/fork.t
11407              because they are dual-lived modules and must work with older perls
11408              that don't have d_pseudofork
11409      Branch: perl
11410            ! ext/Socket/t/socketpair.t t/op/fork.t
11411 ____________________________________________________________________________
11412 [ 29483] By: steveh                                on 2006/12/07  09:12:45
11413         Log: Subject: [PATCH] Move Win32 from win32/ext/Win32 to ext/Win32
11414              From: Jan Dubois <jand@ActiveState.com>
11415              Date: Wed, 06 Dec 2006 16:31:42 -0800
11416              Message-ID: <1unen2lsrq4pnnt06933h96pqj1d8luh3b@4ax.com>
11417      Branch: perl
11418           +> ext/Win32/Makefile.PL ext/Win32/Win32.pm ext/Win32/Win32.xs
11419            - win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
11420            - win32/ext/Win32/Win32.xs
11421            ! Configure MANIFEST
11422 ____________________________________________________________________________
11423 [ 29482] By: rgs                                   on 2006/12/07  09:07:25
11424         Log: Subject: [PATCH] Perl_save_destructor is not a mathom
11425              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
11426              Date: Wed, 6 Dec 2006 11:12:13 -0800 (PST)
11427              Message-ID: <20061206191213.35036.qmail@web30206.mail.mud.yahoo.com>
11428      Branch: perl
11429            ! mathoms.c scope.c
11430 ____________________________________________________________________________
11431 [ 29481] By: steveh                                on 2006/12/07  08:53:15
11432         Log: Subject: [PATCH] Makefile.PL changes to compiler Win32.xs using cygwin
11433              From: Jan Dubois <jand@ActiveState.com>
11434              Date: Wed, 06 Dec 2006 16:26:38 -0800
11435              Message-ID: <5nnen2p2h4lhremj0qf1tmpkl0asvk87hr@4ax.com>
11436      Branch: perl
11437            ! win32/ext/Win32/Makefile.PL
11438 ____________________________________________________________________________
11439 [ 29480] By: steveh                                on 2006/12/06  17:28:03
11440         Log: Better fix than #29479 for exporting refcounted_he_chain_2hv
11441      Branch: perl
11442            ! embed.fnc pod/perlapi.pod pod/perlintern.pod
11443 ____________________________________________________________________________
11444 [ 29479] By: rgs                                   on 2006/12/06  17:05:18
11445         Log: Subject: Re: [PATCH] User pragmas now accessible from B
11446              From: demerphq <demerphq@gmail.com>
11447              Date: Wed, 6 Dec 2006 17:52:08 +0100
11448              Message-ID: <9b18b3110612060852s7cfbba66id5aae25e5bb20ae0@mail.gmail.com>
11449      Branch: perl
11450            ! embed.fnc embed.h ext/B/B.xs global.sym pod/perlapi.pod
11451            ! pod/perlintern.pod
11452 ____________________________________________________________________________
11453 [ 29478] By: steveh                                on 2006/12/06  14:19:55
11454         Log: Upgrade to Time-HiRes 1.9702
11455      Branch: perl
11456            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
11457            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
11458            ! ext/Time/HiRes/t/HiRes.t
11459 ____________________________________________________________________________
11460 [ 29477] By: steveh                                on 2006/12/06  14:08:49
11461         Log: Subject: [PATCH] Re: When should PERL_SYS_TERM() be called? [was: Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing]
11462              From: Jarkko Hietaniemi <jhi@iki.fi>
11463              Date: Tue, 05 Dec 2006 16:08:33 -0500
11464              Message-ID: <4575DFD1.1060108@iki.fi>
11465              
11466              Fixes a problem spotted by Jan Dubois:
11467              
11468              The PerlMemShared pool is only shared between the interpreters that
11469              can share data structures (interpreters created by perl_clone(), which
11470              mean pseudo-fork, and threads.xs).  The pool is not shared between
11471              interpreters that are created separately by perl_alloc().
11472              [...]
11473              I guess this means PL_perlio_fd_refcnt needs to be allocated and
11474              freed by standard malloc() and not go through any abstraction.
11475      Branch: perl
11476            ! perlio.c
11477 ____________________________________________________________________________
11478 [ 29476] By: rgs                                   on 2006/12/06  13:26:18
11479         Log: save_I8 is not a mathom.
11480      Branch: perl
11481            ! mathoms.c scope.c
11482 ____________________________________________________________________________
11483 [ 29475] By: rgs                                   on 2006/12/06  12:51:34
11484         Log: Subject: [PATCH] User pragmas now accessible from B
11485              From: "Joshua ben Jore" <twists@gmail.com>
11486              Date: Tue, 5 Dec 2006 13:18:21 -0800
11487              Message-ID: <dc5c751d0612051318n2e2f08bfh185fab6323a980b@mail.gmail.com>
11488      Branch: perl
11489            + ext/B/t/pragma.t
11490            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/typemap t/lib/mypragma.pm
11491            ! t/lib/mypragma.t
11492 ____________________________________________________________________________
11493 [ 29474] By: craigb                                on 2006/12/06  05:29:50
11494         Log: Avoid my_regdupe type mismatch warning after #29430
11495      Branch: perl
11496            ! ext/re/re.xs
11497 ____________________________________________________________________________
11498 [ 29473] By: craigb                                on 2006/12/06  04:48:35
11499         Log: d_pseudofork for configure.com
11500      Branch: perl
11501            ! configure.com
11502 ____________________________________________________________________________
11503 [ 29472] By: nicholas                              on 2006/12/05  22:40:56
11504         Log: Subject: Re: [PATCH] Further tweaks to make it easier to create regexp engine plug ins.
11505              From: demerphq <demerphq@gmail.com>
11506              Message-ID: <9b18b3110612051353k7745792byabfdf98e18eb48c9@mail.gmail.com>
11507              Date: Tue, 5 Dec 2006 22:53:48 +0100
11508              
11509              Fixes a minor bug in change 29468.
11510      Branch: perl
11511            ! regcomp.c
11512 ____________________________________________________________________________
11513 [ 29471] By: stevep                                on 2006/12/05  21:00:38
11514         Log: Silence a warning from Module::CoreList that occurs when the module version is
11515              something like X.XX_XX.
11516      Branch: perl
11517            ! lib/Module/CoreList.pm
11518 ____________________________________________________________________________
11519 [ 29470] By: steveh                                on 2006/12/05  16:41:55
11520         Log: Make the check for PERL_IMPLICIT_SYS better
11521      Branch: perl
11522            ! win32/config_sh.PL
11523 ____________________________________________________________________________
11524 [ 29469] By: steveh                                on 2006/12/05  16:06:31
11525         Log: Extend d_pseudofork to Win32-land and set it when appropriate
11526              (namely, when we have USE_ITHREADS and PERL_IMPLICIT_SYSTEM)
11527      Branch: perl
11528            ! win32/config.bc win32/config.gc win32/config.vc
11529            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
11530            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
11531 ____________________________________________________________________________
11532 [ 29468] By: rgs                                   on 2006/12/05  15:39:39
11533         Log: Subject: [PATCH] Further tweaks to make it easier to create regexp engine plug ins.
11534              From: demerphq <demerphq@gmail.com>
11535              Date: Tue, 5 Dec 2006 16:13:36 +0100
11536              Message-ID: <9b18b3110612050713g77cac516x46fb5baac99b47c9@mail.gmail.com>
11537              
11538              (with tweaks)
11539      Branch: perl
11540            ! regcomp.c regcomp.h regexp.h
11541 ____________________________________________________________________________
11542 [ 29467] By: merijn                                on 2006/12/05  14:55:14
11543         Log: Introduction of d_pseudofork
11544      Branch: perl
11545            ! Configure Porting/Glossary Porting/config.sh config_h.SH
11546            ! handy.h uconfig.sh
11547 ____________________________________________________________________________
11548 [ 29465] By: steveh                                on 2006/12/05  09:41:44
11549         Log: Subject: [PATCH] Re: When should PERL_SYS_TERM() be called? [was: Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing]
11550              From: Jarkko Hietaniemi <jhi@iki.fi>
11551              Date: Mon, 04 Dec 2006 22:53:03 -0500
11552              Message-ID: <4574ED1F.40508@iki.fi>
11553              
11554              Re-instates #29424 (previously reverted by #29451), now fixed to work
11555              with PERL_IMPLICIT_SYS, thanks to Jan Dubois. Also adds PERLIO_TERM to
11556              the Symbian port.
11557      Branch: perl
11558            ! perlio.c symbian/symbianish.h win32/win32.c win32/wince.c
11559 ____________________________________________________________________________
11560 [ 29464] By: steveh                                on 2006/12/05  09:38:14
11561         Log: Skip Perl_regdupe_internal rather than Perl_regdupe
11562              when building on Win32 without ithreads (see #29430)
11563      Branch: perl
11564            ! makedef.pl
11565 ____________________________________________________________________________
11566 [ 29463] By: nicholas                              on 2006/12/04  22:50:09
11567         Log: Move Perl_get_db_sub() from pp_hot.c to util.c
11568      Branch: perl
11569            ! pp_hot.c util.c
11570 ____________________________________________________________________________
11571 [ 29462] By: merijn                                on 2006/12/04  18:09:20
11572         Log: Revert #29454
11573      Branch: perl
11574            ! Configure
11575 ____________________________________________________________________________
11576 [ 29461] By: davem                                 on 2006/12/04  18:08:31
11577         Log: fix some casting issues with perly.y / madly.y merger
11578      Branch: perl
11579            ! perly.act perly.h perly.tab perly.y
11580 ____________________________________________________________________________
11581 [ 29459] By: rgs                                   on 2006/12/04  17:50:51
11582         Log: Better version of last patch, by Yves Orton.
11583              Actually the regexp engine structure only needs
11584              one compilation function hook.
11585      Branch: perl
11586            ! ext/re/re.xs ext/re/re_top.h regcomp.c regcomp.h regexp.h
11587 ____________________________________________________________________________
11588 [ 29458] By: rgs                                   on 2006/12/04  17:22:02
11589         Log: The new regexp compilation function must be added to the engine structure.
11590      Branch: perl
11591            ! ext/re/re.xs ext/re/re_top.h regcomp.h regexp.h
11592 ____________________________________________________________________________
11593 [ 29457] By: rgs                                   on 2006/12/04  16:24:09
11594         Log: Actually submit previous change.
11595      Branch: perl
11596            ! embed.fnc embed.h global.sym proto.h regcomp.c
11597 ____________________________________________________________________________
11598 [ 29456] By: rgs                                   on 2006/12/04  16:15:54
11599         Log: Split Perl_pregcomp in two functions. Patch by Audrey Tang,
11600              to facilitate pluging in other regexp engines.
11601      Branch: perl
11602            ! embed.fnc embed.h global.sym proto.h regcomp.c
11603 ____________________________________________________________________________
11604 [ 29455] By: davem                                 on 2006/12/04  15:38:05
11605         Log: merge perly.y and madlu.y
11606      Branch: perl
11607            - madly.act madly.h madly.tab madly.y
11608            ! MANIFEST Makefile.SH madly.c perly.act perly.c perly.h
11609            ! perly.tab perly.y
11610 ____________________________________________________________________________
11611 [ 29454] By: merijn                                on 2006/12/04  15:20:53
11612         Log: Subject: Re: install misses Compress/IO/{Base,Zlib}
11613              From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
11614              Date: Mon, 4 Dec 2006 15:48:12 +0100
11615              Message-ID: <b77c1dce0612040648j411247c5i27a305c86cbac401@mail.gmail.com>
11616      Branch: perl
11617            ! Configure
11618 ____________________________________________________________________________
11619 [ 29452] By: rgs                                   on 2006/12/04  15:06:34
11620         Log: Subject: [PATCH] Add File::Fetch to the core
11621              From: "Jos Boumans" <kane@dwim.org>
11622              Date: Fri, 1 Dec 2006 12:24:08 +0100 (CET)
11623              Message-ID: <22195.80.127.35.68.1164972248.squirrel@webmail.xs4all.nl>
11624      Branch: perl
11625            + lib/File/Fetch.pm lib/File/Fetch/Item.pm
11626            + lib/File/Fetch/t/01_File-Fetch.t
11627            ! MANIFEST
11628 ____________________________________________________________________________
11629 [ 29451] By: steveh                                on 2006/12/04  14:31:08
11630         Log: Change #29424 may well be correct in itself, but currently doesn't
11631              work when perl is built with PERL_IMPLICIT_SYS because PERLIO_TERM
11632              uses PerlMemShared_free() which, in that case, involves the perlhost
11633              that has already been freed itself by perl_free(), which is called
11634              before PERL_SYS_TERM().
11635              
11636              The order of perl_destruct(), perl_free(), PERL_SYS_TERM() cannot
11637              be changed (it is advertised in perlembed for a start), so just
11638              revert #29424 and the appropriate parts of #29442 for now.
11639              
11640              Perhaps PL_perlio_fd_refcnt needs allocating differently, or else
11641              the perlhost needs freeing later (after PerlIO)?
11642      Branch: perl
11643            ! win32/perllib.c win32/win32.c win32/wince.c
11644 ____________________________________________________________________________
11645 [ 29450] By: rgs                                   on 2006/12/04  13:49:20
11646         Log: Subject: [PATCH] Minor pod nit in perlre.
11647              From: demerphq <demerphq@gmail.com>
11648              Date: Mon, 4 Dec 2006 14:47:07 +0100
11649              Message-ID: <9b18b3110612040547k1bcff290qb8c9b0d7c9ed9640@mail.gmail.com>
11650      Branch: perl
11651            ! pod/perlre.pod
11652 ____________________________________________________________________________
11653 [ 29449] By: davem                                 on 2006/12/04  12:08:56
11654         Log: another fix for bison 2.3
11655      Branch: perl
11656            ! regen_perly.pl
11657 ____________________________________________________________________________
11658 [ 29448] By: merijn                                on 2006/12/04  11:24:57
11659         Log: Subject: -DDEBUGGING=both doesn't set -g
11660              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
11661              Date: Mon, 4 Dec 2006 03:10:31 -0800 (PST)
11662              Message-ID: <1176.63.226.246.123.1165230631.squirrel@63.226.246.123>
11663      Branch: perl
11664            ! Configure
11665 ____________________________________________________________________________
11666 [ 29446] By: rgs                                   on 2006/12/04  09:36:15
11667         Log: Subject: Re: [perl #38868] Changing $0 on darwin leads to excessive padding in 'ps'
11668              From: Chris Dolan <chris@chrisdolan.net>
11669              Date: Sat, 2 Dec 2006 09:37:08 -0600
11670              Message-Id: <005671A0-5C2B-464C-85B9-A91E52278194@chrisdolan.net>
11671      Branch: perl
11672            ! mg.c
11673 ____________________________________________________________________________
11674 [ 29445] By: rgs                                   on 2006/12/04  09:21:16
11675         Log: Subject: [PATCH] \R is supposed to mean something else so switch to \g and make it more useful in the process
11676              From: demerphq <demerphq@gmail.com>
11677              Date: Sun, 3 Dec 2006 16:55:55 +0100
11678              Message-ID: <9b18b3110612030755o241e6372o9870ecce9c42e3d5@mail.gmail.com>
11679      Branch: perl
11680            ! pod/perl595delta.pod pod/perldiag.pod pod/perlre.pod regcomp.c
11681            ! regexec.c t/op/pat.t t/op/re_tests
11682 ____________________________________________________________________________
11683 [ 29444] By: stevep                                on 2006/12/04  02:48:24
11684         Log: Upgrade to Test-Simple-0.66.
11685      Branch: perl
11686            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
11687            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
11688 ____________________________________________________________________________
11689 [ 29443] By: davem                                 on 2006/12/03  22:08:57
11690         Log: add support for bison 2.3
11691      Branch: perl
11692            ! perly.c regen_perly.pl
11693 ____________________________________________________________________________
11694 [ 29442] By: rgs                                   on 2006/12/03  19:16:17
11695         Log: Subject: Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing
11696              From: demerphq <demerphq@gmail.com>
11697              Date: Sat, 2 Dec 2006 14:48:54 +0100
11698              Message-ID: <9b18b3110612020548l7c5aefd4m19cb0b5c4395abb4@mail.gmail.com>
11699      Branch: perl
11700            ! perlio.c win32/perllib.c
11701 ____________________________________________________________________________
11702 [ 29441] By: rgs                                   on 2006/12/03  18:37:15
11703         Log: Subject: Re: [perl #41010] (?(COND)) in pattern matching not working properly
11704              From: demerphq <demerphq@gmail.com>
11705              Date: Thu, 30 Nov 2006 01:12:25 +0100
11706              Message-ID: <9b18b3110611291612i137803f4lab2739e3d9af40f7@mail.gmail.com>
11707      Branch: perl
11708            ! embed.fnc embed.h proto.h regcomp.c t/op/pat.t
11709 ____________________________________________________________________________
11710 [ 29440] By: davem                                 on 2006/12/03  15:52:59
11711         Log: merge perly.c and madly.c
11712              
11713              madly.c is now just a wrapper that #includes perly.c
11714      Branch: perl
11715            ! madly.c perly.c
11716 ____________________________________________________________________________
11717 [ 29439] By: rgs                                   on 2006/12/03  13:58:52
11718         Log: Subject: Minor patch for Benchmark.pm
11719              From: christophe grosjean <christophe.grosjean@gmail.com>
11720              Date: Sun, 03 Dec 2006 01:31:58 +0100
11721              Message-Id: <1165105918.2718.90.camel@localhost.localdomain>
11722      Branch: perl
11723            ! lib/Benchmark.pm
11724 ____________________________________________________________________________
11725 [ 29438] By: davem                                 on 2006/12/02  18:38:35
11726         Log: synchronise perly.c and madly.c
11727      Branch: perl
11728            ! madly.c perly.c
11729 ____________________________________________________________________________
11730 [ 29437] By: mhx                                   on 2006/12/02  17:25:55
11731         Log: Upgrade to Devel::PPPort 3.10_02
11732      Branch: perl
11733            + ext/Devel/PPPort/parts/base/5009005
11734            + ext/Devel/PPPort/parts/todo/5009005
11735            ! MANIFEST ext/Devel/PPPort/Changes
11736            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/soak
11737 ____________________________________________________________________________
11738 [ 29436] By: mhx                                   on 2006/12/02  17:13:26
11739         Log: Upgrade to Devel::PPPort 3.10_01
11740      Branch: perl
11741            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
11742            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/TODO
11743            ! ext/Devel/PPPort/devel/buildperl.pl
11744            ! ext/Devel/PPPort/mktests.PL
11745            ! ext/Devel/PPPort/parts/base/5005000
11746            ! ext/Devel/PPPort/parts/base/5007002
11747            ! ext/Devel/PPPort/parts/base/5009001
11748            ! ext/Devel/PPPort/parts/base/5009004
11749            ! ext/Devel/PPPort/parts/embed.fnc
11750            ! ext/Devel/PPPort/parts/inc/misc
11751            ! ext/Devel/PPPort/parts/inc/threads
11752            ! ext/Devel/PPPort/parts/inc/variables
11753            ! ext/Devel/PPPort/parts/todo/5009001
11754            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
11755            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
11756            ! ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/Sv_set.t
11757            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/cop.t
11758            ! ext/Devel/PPPort/t/exception.t ext/Devel/PPPort/t/grok.t
11759            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
11760            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/memory.t
11761            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/newCONSTSUB.t
11762            ! ext/Devel/PPPort/t/newRV.t ext/Devel/PPPort/t/podtest.t
11763            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
11764            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/strlfuncs.t
11765            ! ext/Devel/PPPort/t/sv_xpvf.t ext/Devel/PPPort/t/threads.t
11766            ! ext/Devel/PPPort/t/uv.t ext/Devel/PPPort/t/variables.t
11767            ! ext/Devel/PPPort/t/warn.t
11768 ____________________________________________________________________________
11769 [ 29435] By: rgs                                   on 2006/12/02  09:10:01
11770         Log: Subject: [PATCH] perltodo.pod: add perlio todos/thinkabouts
11771              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
11772              Date: Fri, 1 Dec 2006 22:05:17 +0200 (EET)
11773              Message-Id: <200612012005.kB1K5Hn3448004@kosh.hut.fi>
11774      Branch: perl
11775            ! pod/perltodo.pod
11776 ____________________________________________________________________________
11777 [ 29434] By: nicholas                              on 2006/12/01  22:51:22
11778         Log: Make get_db_sub non-static, and call it from pp_goto, which allows the
11779              removal of duplicate code. (The conversion of GvSV(PL_DBsub) to
11780              GvSVn(PL_DBsub) implicit in this change should fix a failure with
11781              Devel::SmallProf.)
11782      Branch: perl
11783            ! embed.fnc embed.h pp_ctl.c pp_hot.c proto.h
11784 ____________________________________________________________________________
11785 [ 29433] By: nicholas                              on 2006/12/01  22:28:11
11786         Log: Remove the pp_entersub specific logic from S_get_db_sub.
11787      Branch: perl
11788            ! embed.fnc pp_ctl.c pp_hot.c proto.h
11789 ____________________________________________________________________________
11790 [ 29432] By: rgs                                   on 2006/12/01  16:56:01
11791         Log: Subject: Re: [PATCH] Make B::Lint use Module::Pluggable
11792              From: "Joshua ben Jore" <twists@gmail.com>
11793              Date: Wed, 29 Nov 2006 16:26:25 -0800
11794              Message-ID: <dc5c751d0611291626w51f85791h93d0c6b7d13ed4a2@mail.gmail.com>
11795      Branch: perl
11796            + ext/B/t/pluglib/B/Lint/Plugin/Test.pm
11797            ! MANIFEST ext/B/B/Lint.pm ext/B/t/lint.t
11798 ____________________________________________________________________________
11799 [ 29431] By: rgs                                   on 2006/12/01  14:03:22
11800         Log: Remove unused variable
11801      Branch: perl
11802            ! regcomp.c
11803 ____________________________________________________________________________
11804 [ 29430] By: rgs                                   on 2006/12/01  13:59:27
11805         Log: Subject: [PATCH] Continue split of perl internal regexp structures from ones that are engine specific.
11806              From: demerphq <demerphq@gmail.com>
11807              Date: Thu, 30 Nov 2006 22:06:38 +0100
11808              Message-ID: <9b18b3110611301306p5cad5deal4aa55559b8c8defd@mail.gmail.com>
11809      Branch: perl
11810            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym
11811            ! perl.h pod/perlreguts.pod proto.h regcomp.c regcomp.h regexp.h
11812            ! sv.c
11813 ____________________________________________________________________________
11814 [ 29429] By: rgs                                   on 2006/12/01  10:28:36
11815         Log: Verify that the debugger has an array where to store lines before
11816              doing so. This fixes an assertion failure when parsing a script
11817              that begins with '#!perl -d'.
11818              Also, code factorization in toke.c.
11819      Branch: perl
11820            ! embed.fnc embed.h op.c proto.h toke.c
11821 ____________________________________________________________________________
11822 [ 29428] By: steveh                                on 2006/12/01  09:41:47
11823         Log: Fix Time-HiRes linker error on Win32 introduced by upgrades
11824              from version 1.94 (#29423 and #29426)
11825              
11826              Subject: Re: Time::HiRes not happy?
11827              From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
11828              Date: Fri, 1 Dec 2006 10:26:48 +0100
11829              Message-ID: <b77c1dce0612010126o799d5b8bs4ef37d22d5c7e50@mail.gmail.com>
11830      Branch: perl
11831            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
11832 ____________________________________________________________________________
11833 [ 29427] By: stevep                                on 2006/11/30  14:21:40
11834         Log: -Dprefix failed on Cygwin unless the directory ${installbin} already
11835              existed prior to running make.
11836      Branch: perl
11837            ! cygwin/Makefile.SHs
11838 ____________________________________________________________________________
11839 [ 29426] By: stevep                                on 2006/11/30  14:11:57
11840         Log: Upgrade to Time-HiRes-1.96.
11841      Branch: perl
11842            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
11843            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
11844 ____________________________________________________________________________
11845 [ 29425] By: steveh                                on 2006/11/30  10:13:40
11846         Log: Don't try to export fd_refcnt symbols when building without USE_PERLIO
11847              to keep the Win32 linker happy
11848      Branch: perl
11849            ! makedef.pl
11850 ____________________________________________________________________________
11851 [ 29424] By: steveh                                on 2006/11/30  09:45:47
11852         Log: I think #29060 / #29073 missed this
11853      Branch: perl
11854            ! win32/win32.c win32/wince.c
11855 ____________________________________________________________________________
11856 [ 29423] By: stevep                                on 2006/11/30  04:44:54
11857         Log: Upgrade to Time-HiRes-1.95
11858      Branch: perl
11859            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
11860            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/fallback/const-c.inc
11861 ____________________________________________________________________________
11862 [ 29422] By: stevep                                on 2006/11/30  04:24:10
11863         Log: Subject: [PATCH] No code specified for -.
11864              From: Jarkko Hietaniemi <jhi@iki.fi>
11865              Date: Wed, 29 Nov 2006 19:06:09 -0500
11866              Message-ID: <456E2071.3010404@iki.fi>
11867      Branch: perl
11868            ! perl.c
11869 ____________________________________________________________________________
11870 [ 29421] By: stevep                                on 2006/11/29  15:32:58
11871         Log: Upgrade to CPAN-1.88_63.
11872      Branch: perl
11873            ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
11874 ____________________________________________________________________________
11875 [ 29420] By: rgs                                   on 2006/11/29  15:26:00
11876         Log: Subject: Re: Fix \k<foo> preceded by literal
11877              From: demerphq <demerphq@gmail.com>
11878              Date: Wed, 29 Nov 2006 16:18:34 +0100
11879              Message-ID: <9b18b3110611290718o685a07ddja39f595ed97c231a@mail.gmail.com>
11880      Branch: perl
11881            ! regcomp.c regcomp.h t/op/re_tests
11882 ____________________________________________________________________________
11883 [ 29419] By: stevep                                on 2006/11/29  15:24:21
11884         Log: Upgrade to Tie-RefHash-1.35_01, which is just a version change for
11885              bleadperl.
11886      Branch: perl
11887            ! lib/Tie/RefHash.pm
11888 ____________________________________________________________________________
11889 [ 29418] By: stevep                                on 2006/11/29  15:17:59
11890         Log: Upgrade to ExtUtils-ParseXS-2.17.  Actuall just caught up with 
11891              most of the patches to bleadperl.  The remaining change missing
11892              is #29252, so, the version has been bumped to 2.17_01.
11893      Branch: perl
11894            ! lib/ExtUtils/ParseXS.pm
11895 ____________________________________________________________________________
11896 [ 29417] By: rgs                                   on 2006/11/29  12:08:35
11897         Log: Patch by Derek Price to Time::Piece for CPAN bug #21255:
11898              NOTDATE - DATE should stringify DATE and let Perl handle things
11899      Branch: perl
11900            ! ext/Time/Piece/Piece.pm ext/Time/Piece/t/06subclass.t
11901 ____________________________________________________________________________
11902 [ 29416] By: rgs                                   on 2006/11/29  11:34:10
11903         Log: Subject: [perl #41008] Setting $0 invalidates environment shown by ps 
11904              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
11905              Date: Tue, 28 Nov 2006 05:09:31 -0800
11906              Message-ID: <rt-3.5.HEAD-32013-1164719371-480.41008-75-0@perl.org>
11907      Branch: perl
11908            ! mg.c
11909 ____________________________________________________________________________
11910 [ 29415] By: rgs                                   on 2006/11/29  11:01:06
11911         Log: Subject: [PATCH perl5db.pl] MacOSX debugger fork support
11912              From: Richard Foley <Richard.Foley@rfi.net>
11913              Date: Wed, 29 Nov 2006 12:00:53 +0100
11914              Message-Id: <200611291200.53429.Richard.Foley@rfi.net>
11915      Branch: perl
11916            ! lib/perl5db.pl
11917 ____________________________________________________________________________
11918 [ 29414] By: nicholas                              on 2006/11/29  10:19:19
11919         Log: Fix Attribute::Handlers to cope with proxy constant subroutines.
11920      Branch: perl
11921            + lib/Attribute/Handlers/t/constants.t
11922            ! MANIFEST lib/Attribute/Handlers.pm
11923 ____________________________________________________________________________
11924 [ 29413] By: rgs                                   on 2006/11/29  09:30:02
11925         Log: Change in handling of \RNNN inside nested patterns
11926              Subject: Re: New development release in sight
11927              From: demerphq <demerphq@gmail.com>
11928              Date: Wed, 29 Nov 2006 01:07:43 +0100
11929              Message-ID: <9b18b3110611281607i3d583febtd549989dc3cabc8a@mail.gmail.com>
11930      Branch: perl
11931            ! pod/perlre.pod regcomp.c t/op/pat.t t/op/re_tests
11932 ____________________________________________________________________________
11933 [ 29412] By: nicholas                              on 2006/11/28  23:31:15
11934         Log: Bring the joy of strict to Attribute::Handlers.
11935      Branch: perl
11936            ! lib/Attribute/Handlers.pm
11937 ____________________________________________________________________________
11938 [ 29411] By: rgs                                   on 2006/11/28  17:19:40
11939         Log: Remove DOS line endings
11940              (perforce should take care of line encodings on checkout)
11941      Branch: perl
11942            ! lib/IPC/Cmd/t/02_Interactive.t lib/Log/Message.pm
11943            ! lib/Log/Message/Config.pm lib/Log/Message/Handlers.pm
11944            ! lib/Log/Message/Item.pm lib/Log/Message/t/conf/config_file
11945            ! lib/Module/Load/Conditional/t/to_load/Commented.pm
11946            ! lib/Module/Load/Conditional/t/to_load/LoadIt.pm
11947            ! lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm
11948 ____________________________________________________________________________
11949 [ 29410] By: steveh                                on 2006/11/28  16:43:17
11950         Log: Fix IPC-Cmd test failure on Win32: check current directory as well
11951              as those listed in $ENV{PATH} when searching for binaries
11952      Branch: perl
11953            ! lib/IPC/Cmd.pm
11954 ____________________________________________________________________________
11955 [ 29409] By: steveh                                on 2006/11/28  16:01:55
11956         Log: Building with Visual C++ 2005 now works except for one test failure
11957      Branch: perl
11958            ! README.win32 win32/Makefile win32/makefile.mk
11959 ____________________________________________________________________________
11960 [ 29408] By: steveh                                on 2006/11/28  15:57:45
11961         Log: Silence VC++ 8 warnings about "possible loss of data"
11962      Branch: perl
11963            ! ext/POSIX/POSIX.xs pp_sys.c
11964 ____________________________________________________________________________
11965 [ 29407] By: rgs                                   on 2006/11/28  14:59:03
11966         Log: OS/2 compilation fixes by Ilya
11967              
11968              Subject: [PATCH 5.8.8] Build on OS/2
11969              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
11970              Date: Tue, 28 Nov 2006 03:36:29 -0800
11971              Message-ID: <20061128113629.GA18108@powdermilk.math.berkeley.edu>
11972      Branch: perl
11973            ! config_h.SH perlvars.h
11974 ____________________________________________________________________________
11975 [ 29406] By: steveh                                on 2006/11/28  14:58:14
11976         Log: Silence 4 "unreferenced local variable" warnings from VC++
11977      Branch: perl
11978            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
11979 ____________________________________________________________________________
11980 [ 29405] By: rgs                                   on 2006/11/28  14:39:58
11981         Log: Subject: Re: [PATCH 5.8.8] Build on OS/2
11982              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
11983              Date: Tue, 28 Nov 2006 05:02:20 -0800
11984              Message-ID: <20061128130220.GA18386@powdermilk.math.berkeley.edu>
11985      Branch: perl
11986            ! ext/Devel/DProf/DProf.xs
11987 ____________________________________________________________________________
11988 [ 29404] By: rgs                                   on 2006/11/28  13:50:37
11989         Log: Add Module::Pluggable
11990              (required by CPANPLUS)
11991      Branch: perl
11992            + lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
11993            + lib/Module/Pluggable/t/01use.t
11994            + lib/Module/Pluggable/t/02alsoworks.t
11995            + lib/Module/Pluggable/t/02works.t
11996            + lib/Module/Pluggable/t/02works_taint.t
11997            + lib/Module/Pluggable/t/03diffname.t
11998            + lib/Module/Pluggable/t/04acmedir.t
11999            + lib/Module/Pluggable/t/04acmedir_single.t
12000            + lib/Module/Pluggable/t/04acmepath.t
12001            + lib/Module/Pluggable/t/04acmepath_single.t
12002            + lib/Module/Pluggable/t/05postpath.t
12003            + lib/Module/Pluggable/t/06multipath.t
12004            + lib/Module/Pluggable/t/07instantiate.t
12005            + lib/Module/Pluggable/t/08nothing.t
12006            + lib/Module/Pluggable/t/09require.t
12007            + lib/Module/Pluggable/t/10innerpack.t
12008            + lib/Module/Pluggable/t/10innerpack_inner.t
12009            + lib/Module/Pluggable/t/10innerpack_noinner.t
12010            + lib/Module/Pluggable/t/10innerpack_override.t
12011            + lib/Module/Pluggable/t/11usetwice.t
12012            + lib/Module/Pluggable/t/12only.t
12013            + lib/Module/Pluggable/t/12onlyarray.t
12014            + lib/Module/Pluggable/t/12onlyregex.t
12015            + lib/Module/Pluggable/t/13except.t
12016            + lib/Module/Pluggable/t/13exceptarray.t
12017            + lib/Module/Pluggable/t/13exceptregex.t
12018            + lib/Module/Pluggable/t/14package.t
12019            + lib/Module/Pluggable/t/15topicsafe.t
12020            + lib/Module/Pluggable/t/16different_extension.t
12021            + lib/Module/Pluggable/t/17devel_inner_package.t
12022            + lib/Module/Pluggable/t/18skipped_package.t
12023            + lib/Module/Pluggable/t/19can_ok_clobber.t
12024            + lib/Module/Pluggable/t/20dodgy_files.t
12025            + lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
12026            + lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
12027            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
12028            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
12029            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
12030            + lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
12031            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
12032            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
12033            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
12034            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
12035            + lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
12036            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
12037            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
12038            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
12039            + lib/Module/Pluggable/t/lib/No/Middle.pm
12040            + lib/Module/Pluggable/t/lib/OddTest/Plugin/-Dodgy.pm
12041            + lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
12042            + lib/Module/Pluggable/t/lib/TA/C/A/I.pm
12043            ! MANIFEST
12044 ____________________________________________________________________________
12045 [ 29403] By: rgs                                   on 2006/11/28  13:32:26
12046         Log: Subject: [PATCH 5.8.8] perl5db on miniperl
12047              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12048              Date: Tue, 28 Nov 2006 03:39:05 -0800
12049              Message-ID: <20061128113905.GA18135@powdermilk.math.berkeley.edu>
12050      Branch: perl
12051            ! lib/perl5db.pl
12052 ____________________________________________________________________________
12053 [ 29402] By: steveh                                on 2006/11/28  11:57:35
12054         Log: Give perl.exe an icon when built with MinGW and Borland
12055              
12056              It already gets an icon when built with VC++, but the MinGW and Borland
12057              builds were not making any use of the resource file.
12058              
12059              Also add the top-level directory into MinGW's resource compiler search
12060              path to assist ActivePerl builds: see:
12061              http://downloads.activestate.com/ActivePerl/src/5.8/AP819_diff.txt
12062      Branch: perl
12063            ! win32/makefile.mk
12064 ____________________________________________________________________________
12065 [ 29401] By: rgs                                   on 2006/11/28  10:45:06
12066         Log: Add IPC::Cmd to the core
12067      Branch: perl
12068            + lib/IPC/Cmd.pm lib/IPC/Cmd/t/01_IPC-Cmd.t
12069            + lib/IPC/Cmd/t/02_Interactive.t lib/IPC/Cmd/t/src/child.pl
12070            ! MANIFEST
12071 ____________________________________________________________________________
12072 [ 29400] By: rgs                                   on 2006/11/28  10:09:01
12073         Log: Typo fix (by Dominic Dunlop)
12074      Branch: perl
12075            ! cflags.SH
12076 ____________________________________________________________________________
12077 [ 29399] By: rgs                                   on 2006/11/28  09:57:24
12078         Log: Subject: [PATCH[ threads 1.53
12079              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12080              Date: Mon, 27 Nov 2006 09:26:08 -0800 (PST)
12081              Message-ID: <965653.3725.qm@web30206.mail.mud.yahoo.com>
12082      Branch: perl
12083            ! ext/threads/Changes ext/threads/README
12084            ! ext/threads/shared/t/cond.t ext/threads/t/exit.t
12085            ! ext/threads/t/libc.t ext/threads/t/stress_re.t
12086            ! ext/threads/t/thread.t ext/threads/threads.pm
12087            ! ext/threads/threads.xs
12088 ____________________________________________________________________________
12089 [ 29398] By: stevep                                on 2006/11/28  01:32:07
12090         Log: Subject: [PATCH] Re: [PATCH] perlhack: some portability updates
12091              From: Dominic Dunlop <shouldbedomo@mac.com>
12092              Date: Sun, 26 Nov 2006 12:01:16 +0100
12093              Message-Id: <253514EB-BA57-4A43-93FA-75D6F3CF27BC@mac.com>
12094      Branch: perl
12095            ! cflags.SH perl.h pod/perlhack.pod
12096 ____________________________________________________________________________
12097 [ 29397] By: steveh                                on 2006/11/27  17:44:27
12098         Log: Add missing d_printf_format_null/PRINTF_FORMAT_NULL_OK to Win32 canned
12099              configs
12100              
12101              See:
12102              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00923.html
12103      Branch: perl
12104            ! perl.h win32/config.bc win32/config.gc win32/config.vc
12105            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
12106            ! win32/config_H.vc win32/config_H.vc64
12107 ____________________________________________________________________________
12108 [ 29396] By: steveh                                on 2006/11/27  17:39:00
12109         Log: Make the win32/makefile.mk a little safer
12110              
12111              - Add a few missing s,\,$B, substitutions. We were living dangerously
12112              with various unescaped backslashes not causing problems purely because
12113              they don't make valid ecape codes anyway, e.g. ..\perl59.dll was only
12114              working because \p isn't an escape code so it didn't get mapped to
12115              anything nasty.
12116              
12117              - Move the $(BLINK_FLAGS) out of $(mktmp ...)'s because it could contain
12118              backslashes which would otherwise need escaping. (Adding in the
12119              escaping would be another fix but other cases don't put $(BLINK_FLAGS)
12120              into $(mktmp ...) files in the first place.)
12121      Branch: perl
12122            ! win32/makefile.mk
12123 ____________________________________________________________________________
12124 [ 29395] By: rgs                                   on 2006/11/27  16:54:26
12125         Log: Add missing file to MANIFEST
12126      Branch: perl
12127            ! MANIFEST
12128 ____________________________________________________________________________
12129 [ 29394] By: nicholas                              on 2006/11/27  08:02:35
12130         Log: Move words and revcharmap out of struct _rev_trie_data and duplicate
12131              them on thread clone.
12132      Branch: perl
12133            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
12134 ____________________________________________________________________________
12135 [ 29393] By: nicholas                              on 2006/11/26  23:32:29
12136         Log: Move widecharmap out of the shared structure _reg_trie_data into the
12137              top level regdata array, so that it can be correctly duplicated on
12138              thread clone.
12139      Branch: perl
12140            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
12141 ____________________________________________________________________________
12142 [ 29392] By: nicholas                              on 2006/11/26  23:01:46
12143         Log: Swap _reg_ac_data.trie to U32 offset into the regdata array, as
12144              preliminary to moving _reg_trie_data.widecharmap out too.
12145      Branch: perl
12146            ! regcomp.c regcomp.h regexec.c
12147 ____________________________________________________________________________
12148 [ 29391] By: nicholas                              on 2006/11/26  22:21:02
12149         Log: Moving the reference count to the front of both _reg_trie_data and
12150              _reg_ac_data allows smaller code in Perl_regdupe.
12151      Branch: perl
12152            ! regcomp.c regcomp.h
12153 ____________________________________________________________________________
12154 [ 29390] By: nicholas                              on 2006/11/26  20:52:49
12155         Log: A little reodering of the switch statement in Perl_regdupe makes a 
12156              smaller executable.
12157      Branch: perl
12158            ! regcomp.c
12159 ____________________________________________________________________________
12160 [ 29389] By: nicholas                              on 2006/11/26  20:03:16
12161         Log: Eliminated unitialised clone_params value bug accidentally added with
12162              change 28229.
12163      Branch: perl
12164            ! ext/threads/threads.xs
12165 ____________________________________________________________________________
12166 [ 29388] By: nicholas                              on 2006/11/26  20:00:36
12167         Log: Stage 1 of threadsafe-ing the trie strucutres - use shared malloc.
12168      Branch: perl
12169            ! regcomp.c
12170 ____________________________________________________________________________
12171 [ 29387] By: nicholas                              on 2006/11/26  18:44:57
12172         Log: Simplify S_add_data(), given that realloc will NULL acts as malloc().
12173      Branch: perl
12174            ! regcomp.c
12175 ____________________________________________________________________________
12176 [ 29386] By: nicholas                              on 2006/11/26  18:26:53
12177         Log: Change (well, correct) S_add_data to take and return a U32.
12178      Branch: perl
12179            ! embed.fnc proto.h regcomp.c
12180 ____________________________________________________________________________
12181 [ 29385] By: nicholas                              on 2006/11/26  18:00:05
12182         Log: Make the cache in Carp::trusts actually persist across calls :-)
12183              I made a similar mistake once long ago, and now spot the pattern.
12184      Branch: perl
12185            ! lib/Carp/Heavy.pm
12186 ____________________________________________________________________________
12187 [ 29384] By: nicholas                              on 2006/11/26  17:33:05
12188         Log: Remove unused lexical present since change 13426.
12189      Branch: perl
12190            ! lib/Carp/Heavy.pm
12191 ____________________________________________________________________________
12192 [ 29383] By: stevep                                on 2006/11/26  14:14:54
12193         Log: Adding Time::Piece to the core...again.
12194      Branch: perl
12195            + ext/Time/Piece/Changes ext/Time/Piece/Makefile.PL
12196            + ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
12197            + ext/Time/Piece/README ext/Time/Piece/Seconds.pm
12198            + ext/Time/Piece/t/01base.t ext/Time/Piece/t/02core.t
12199            + ext/Time/Piece/t/03compare.t ext/Time/Piece/t/04mjd.t
12200            + ext/Time/Piece/t/05overload.t ext/Time/Piece/t/06subclass.t
12201            ! MANIFEST Porting/Maintainers.pl
12202 ____________________________________________________________________________
12203 [ 29382] By: nicholas                              on 2006/11/26  12:38:20
12204         Log: Stop mod_perl looping forever in &Carp::shortmess_jmp as it somehow
12205              manages to forcibly re-load Carp.pm without re-loading Carp/Heavy.pm
12206      Branch: perl
12207            ! lib/Carp.pm lib/Carp/Heavy.pm
12208 ____________________________________________________________________________
12209 [ 29381] By: stevep                                on 2006/11/25  23:11:36
12210         Log: Skip test for Module::Load::Conditional that appears to be setting
12211              $^X, but not getting it right.  I'll wait to see if Jos has a fix.
12212      Branch: perl
12213            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
12214 ____________________________________________________________________________
12215 [ 29380] By: craigb                                on 2006/11/25  22:19:14
12216         Log: xterm debugger support for VMS from John Malmberg (with revisions)
12217      Branch: perl
12218            ! configure.com lib/perl5db.pl vms/descrip_mms.template
12219            ! vms/vms.c
12220 ____________________________________________________________________________
12221 [ 29379] By: stevep                                on 2006/11/25  17:49:26
12222         Log: Subject: [PATCH] Add Module::Load::Conditional to the core
12223              From: "Jos Boumans" <kane@dwim.org>
12224              Date: Fri, 24 Nov 2006 18:07:54 +0100 (CET)
12225              Message-ID: <23336.80.127.35.68.1164388074.squirrel@webmail.xs4all.nl>
12226      Branch: perl
12227            + lib/Module/Load/Conditional.pm
12228            + lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
12229            + lib/Module/Load/Conditional/t/to_load/Commented.pm
12230            + lib/Module/Load/Conditional/t/to_load/LoadIt.pm
12231            + lib/Module/Load/Conditional/t/to_load/LoadMe.pl
12232            + lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm
12233            + lib/Module/Load/Conditional/t/to_load/ToBeLoaded
12234            ! MANIFEST
12235 ____________________________________________________________________________
12236 [ 29378] By: stevep                                on 2006/11/25  17:34:09
12237         Log: Subject: [PATCH] smoke signs suppression
12238              From: Jarkko Hietaniemi <jhi@iki.fi>
12239              Date: Sat, 25 Nov 2006 11:45:24 -0500
12240              Message-ID: <45687324.3040102@iki.fi>
12241      Branch: perl
12242            ! ext/re/re.xs iperlsys.h pp_hot.c regcomp.c regexec.c
12243 ____________________________________________________________________________
12244 [ 29377] By: stevep                                on 2006/11/25  17:29:55
12245         Log: Subject: [PATCH] perlhack: some portability updates
12246              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
12247              Date: Sat, 25 Nov 2006 17:57:23 +0200 (EET)
12248              Message-Id: <200611251557.kAPFvNKw011342@kosh.hut.fi>
12249      Branch: perl
12250            ! pod/perlhack.pod
12251 ____________________________________________________________________________
12252 [ 29376] By: steveh                                on 2006/11/24  17:11:34
12253         Log: Remove redundant macros from win32 makefiles
12254              
12255              In the course of removing redundant ByteLoader references I found that
12256              various long lists of extensions are hopelessly out of date, e.g.
12257              Compress/Zlib should be Compress/Raw/Zlib and PerlIO/*, threads/* and
12258              others are missing. It seems that these lists of extensions serve no
12259              useful purpose anyway: in Makefile they are used to delete files that
12260              should already have been deleted by the Makefile for each module, and
12261              in makefile.mk DYNAMIC_EXT wasn't used at all! So the simplest remedy
12262              is to remove them. One less maintenance headache.
12263      Branch: perl
12264            ! win32/Makefile win32/makefile.mk
12265 ____________________________________________________________________________
12266 [ 29375] By: steveh                                on 2006/11/24  15:44:23
12267         Log: Cleanup manifest file left by test script when using VC8
12268      Branch: perl
12269            ! lib/ExtUtils/t/Embed.t
12270 ____________________________________________________________________________
12271 [ 29374] By: steveh                                on 2006/11/24  15:38:24
12272         Log: Embed manifest files in DLLs built with Module-Build when using VC8
12273              
12274              This change does for Module-Build what part of #29266 did for
12275              ExtUtils-MakeMaker.
12276      Branch: perl
12277            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
12278 ____________________________________________________________________________
12279 [ 29373] By: rgs                                   on 2006/11/24  15:03:55
12280         Log: Subject: [perl #36689] &=, |= and ^= overloads are nbot documented
12281              From: "Adriano Rodrigues" <a.r.ferreira@gmail.com>
12282              Date: Thu, 23 Nov 2006 17:43:12 -0200
12283              Message-ID: <73ddeb6c0611231143y1e3461dbqf30f5fce16698b5c@mail.gmail.com>
12284      Branch: perl
12285            ! lib/overload.pm lib/overload.t
12286 ____________________________________________________________________________
12287 [ 29372] By: rgs                                   on 2006/11/24  10:16:07
12288         Log: Revert change #29098 (that introduced a new warning,
12289              "Variable length character upgraded in print")
12290      Branch: perl
12291            ! doio.c pod/perl595delta.pod pod/perldiag.pod
12292 ____________________________________________________________________________
12293 [ 29371] By: rgs                                   on 2006/11/24  09:58:43
12294         Log: Un-TODO one test in pat.t ($1 kept safe after a /g match)
12295      Branch: perl
12296            ! t/op/pat.t
12297 ____________________________________________________________________________
12298 [ 29370] By: craigb                                on 2006/11/24  04:45:30
12299         Log: Even better configure.com handling for checkcfgvar.pl
12300      Branch: perl
12301            ! Porting/checkcfgvar.pl
12302 ____________________________________________________________________________
12303 [ 29369] By: craigb                                on 2006/11/24  04:42:43
12304         Log: Initialize targetarch in configure.com
12305      Branch: perl
12306            ! configure.com
12307 ____________________________________________________________________________
12308 [ 29368] By: nicholas                              on 2006/11/23  23:17:44
12309         Log: Subject: Re: [PATCH] Cleanup regexp flags and structure
12310              From: demerphq <demerphq@gmail.com>
12311              Message-ID: <9b18b3110611231021l561a9cb4te985db3f0648e097@mail.gmail.com>
12312              Date: Thu, 23 Nov 2006 19:21:38 +0100
12313              
12314              Attached patch completes the splitting out of the core from the regexp
12315              internal data.
12316      Branch: perl
12317            ! regcomp.c regexec.c regexp.h
12318 ____________________________________________________________________________
12319 [ 29367] By: stevep                                on 2006/11/23  20:51:11
12320         Log: Module::Pluggable diff had some hidden binary files in it.  I'm
12321              backing it out while Jos verifies whether those files are actually
12322              needed in the distribution or not.
12323      Branch: perl
12324            - lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
12325            - lib/Module/Pluggable/t/01use.t
12326            - lib/Module/Pluggable/t/02alsoworks.t
12327            - lib/Module/Pluggable/t/02works.t
12328            - lib/Module/Pluggable/t/03diffname.t
12329            - lib/Module/Pluggable/t/04acmedir.t
12330            - lib/Module/Pluggable/t/04acmedir_single.t
12331            - lib/Module/Pluggable/t/04acmepath.t
12332            - lib/Module/Pluggable/t/04acmepath_single.t
12333            - lib/Module/Pluggable/t/05postpath.t
12334            - lib/Module/Pluggable/t/06multipath.t
12335            - lib/Module/Pluggable/t/07instantiate.t
12336            - lib/Module/Pluggable/t/08nothing.t
12337            - lib/Module/Pluggable/t/09require.t
12338            - lib/Module/Pluggable/t/10innerpack.t
12339            - lib/Module/Pluggable/t/10innerpack_inner.t
12340            - lib/Module/Pluggable/t/10innerpack_noinner.t
12341            - lib/Module/Pluggable/t/10innerpack_override.t
12342            - lib/Module/Pluggable/t/11usetwice.t
12343            - lib/Module/Pluggable/t/12only.t
12344            - lib/Module/Pluggable/t/12onlyarray.t
12345            - lib/Module/Pluggable/t/12onlyregex.t
12346            - lib/Module/Pluggable/t/13except.t
12347            - lib/Module/Pluggable/t/13exceptarray.t
12348            - lib/Module/Pluggable/t/13exceptregex.t
12349            - lib/Module/Pluggable/t/14package.t
12350            - lib/Module/Pluggable/t/15topicsafe.t
12351            - lib/Module/Pluggable/t/16different_extension.t
12352            - lib/Module/Pluggable/t/17devel_inner_package.t
12353            - lib/Module/Pluggable/t/18skipped_package.t
12354            - lib/Module/Pluggable/t/19can_ok_clobber.t
12355            - lib/Module/Pluggable/t/20dodgy_files.t
12356            - lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
12357            - lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
12358            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
12359            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
12360            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
12361            - lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
12362            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
12363            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
12364            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
12365            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
12366            - lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
12367            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
12368            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
12369            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
12370            - lib/Module/Pluggable/t/lib/No/Middle.pm
12371            - lib/Module/Pluggable/t/lib/OddTest/Plugin/%23Dodgy.pm
12372            - lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
12373            - lib/Module/Pluggable/t/lib/TA/C/A/I.pm
12374            ! MANIFEST
12375 ____________________________________________________________________________
12376 [ 29366] By: stevep                                on 2006/11/23  20:09:57
12377         Log: Subject: [PATCH] Add Module::Pluggable to the core
12378              From: "Jos Boumans" <kane@xs4all.net>
12379              Date: Sun, 19 Nov 2006 16:06:00 +0100 (CET)
12380              Message-ID: <4188.80.127.35.68.1163948760.squirrel@webmail.xs4all.nl>
12381      Branch: perl
12382            + lib/Devel/InnerPackage.pm lib/Module/Pluggable.pm
12383            + lib/Module/Pluggable/Object.pm lib/Module/Pluggable/t/01use.t
12384            + lib/Module/Pluggable/t/02alsoworks.t
12385            + lib/Module/Pluggable/t/02works.t
12386            + lib/Module/Pluggable/t/03diffname.t
12387            + lib/Module/Pluggable/t/04acmedir.t
12388            + lib/Module/Pluggable/t/04acmedir_single.t
12389            + lib/Module/Pluggable/t/04acmepath.t
12390            + lib/Module/Pluggable/t/04acmepath_single.t
12391            + lib/Module/Pluggable/t/05postpath.t
12392            + lib/Module/Pluggable/t/06multipath.t
12393            + lib/Module/Pluggable/t/07instantiate.t
12394            + lib/Module/Pluggable/t/08nothing.t
12395            + lib/Module/Pluggable/t/09require.t
12396            + lib/Module/Pluggable/t/10innerpack.t
12397            + lib/Module/Pluggable/t/10innerpack_inner.t
12398            + lib/Module/Pluggable/t/10innerpack_noinner.t
12399            + lib/Module/Pluggable/t/10innerpack_override.t
12400            + lib/Module/Pluggable/t/11usetwice.t
12401            + lib/Module/Pluggable/t/12only.t
12402            + lib/Module/Pluggable/t/12onlyarray.t
12403            + lib/Module/Pluggable/t/12onlyregex.t
12404            + lib/Module/Pluggable/t/13except.t
12405            + lib/Module/Pluggable/t/13exceptarray.t
12406            + lib/Module/Pluggable/t/13exceptregex.t
12407            + lib/Module/Pluggable/t/14package.t
12408            + lib/Module/Pluggable/t/15topicsafe.t
12409            + lib/Module/Pluggable/t/16different_extension.t
12410            + lib/Module/Pluggable/t/17devel_inner_package.t
12411            + lib/Module/Pluggable/t/18skipped_package.t
12412            + lib/Module/Pluggable/t/19can_ok_clobber.t
12413            + lib/Module/Pluggable/t/20dodgy_files.t
12414            + lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
12415            + lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
12416            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
12417            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
12418            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
12419            + lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
12420            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
12421            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
12422            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
12423            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
12424            + lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
12425            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
12426            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
12427            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
12428            + lib/Module/Pluggable/t/lib/No/Middle.pm
12429            + lib/Module/Pluggable/t/lib/OddTest/Plugin/%23Dodgy.pm
12430            + lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
12431            + lib/Module/Pluggable/t/lib/TA/C/A/I.pm
12432            ! MANIFEST
12433 ____________________________________________________________________________
12434 [ 29365] By: nicholas                              on 2006/11/23  19:29:57
12435         Log: Change 29364 forgot to turn the POK flag on.
12436      Branch: perl
12437            ! sv.c
12438 ____________________________________________________________________________
12439 [ 29364] By: nicholas                              on 2006/11/23  17:16:34
12440         Log: Assigning to a PVCV effectively just sets the prototype, so make this
12441              the exact behaviour. (Fixes bug #40681, which prevents mod_perl from
12442              building)
12443      Branch: perl
12444            ! sv.c
12445 ____________________________________________________________________________
12446 [ 29363] By: nicholas                              on 2006/11/23  16:59:04
12447         Log: Remove superfluous SvROK()
12448      Branch: perl
12449            ! sv.c
12450 ____________________________________________________________________________
12451 [ 29362] By: craigb                                on 2006/11/23  16:11:16
12452         Log: Tune configure.com checking to ignore trailing comments.
12453      Branch: perl
12454            ! Porting/checkcfgvar.pl
12455 ____________________________________________________________________________
12456 [ 29361] By: rgs                                   on 2006/11/23  15:55:47
12457         Log: Fix for bug #38631: tied variables don't work with .= <>
12458      Branch: perl
12459            ! pp_hot.c t/op/readline.t
12460 ____________________________________________________________________________
12461 [ 29360] By: rgs                                   on 2006/11/23  12:57:18
12462         Log: Subject: [PATCH] Cleanup regexp flags and structure
12463              From: demerphq <demerphq@gmail.com>
12464              Date: Thu, 23 Nov 2006 12:36:24 +0100
12465              Message-ID: <9b18b3110611230336p3ce3b16du47cd5398dea8d873@mail.gmail.com>
12466      Branch: perl
12467            ! dump.c ext/re/re.xs mg.c op.c op.h pp.c pp_hot.c regcomp.c
12468            ! regexec.c regexp.h
12469 ____________________________________________________________________________
12470 [ 29359] By: rgs                                   on 2006/11/23  11:28:28
12471         Log: More safety in free()s
12472      Branch: perl
12473            ! op.c
12474 ____________________________________________________________________________
12475 [ 29358] By: steveh                                on 2006/11/23  11:06:47
12476         Log: Silence VC8's warnings about "unsafe" CRT functions and POSIX CRT
12477              function names being deprecated, and add a note to perltodo to
12478              revisit this one day.
12479      Branch: perl
12480            ! pod/perltodo.pod win32/Makefile win32/makefile.mk
12481 ____________________________________________________________________________
12482 [ 29357] By: rgs                                   on 2006/11/23  10:05:43
12483         Log: Subject: [PATCH lib/ExtUtils/t/build_man.t] installman3dir is null
12484              From: "Robin Barker" <Robin.Barker@npl.co.uk>
12485              Date: Tue, 21 Nov 2006 16:48:35 -0000
12486              Message-ID: <2C2E01334A940D4792B3E115F95B7226120ABE@exchsvr1.npl.ad.local>
12487      Branch: perl
12488            ! lib/ExtUtils/t/build_man.t
12489 ____________________________________________________________________________
12490 [ 29356] By: stevep                                on 2006/11/23  03:09:08
12491         Log: Upgrade to PathTools-3.24.
12492      Branch: perl
12493            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
12494            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
12495 ____________________________________________________________________________
12496 [ 29355] By: steveh                                on 2006/11/22  17:20:05
12497         Log: Update makefile.mk as per Makefile w.r.t. #29308 and #29323
12498      Branch: perl
12499            ! win32/makefile.mk
12500 ____________________________________________________________________________
12501 [ 29354] By: rgs                                   on 2006/11/22  17:09:33
12502         Log: Subject: \G with /g results in infinite loop in 5.6 and later
12503              From: demerphq <demerphq@gmail.com>
12504              Date: Wed, 22 Nov 2006 17:11:02 +0100
12505              Message-ID: <9b18b3110611220811k1a54f650t1bd7c6a9450b0a7e@mail.gmail.com>
12506      Branch: perl
12507            ! pod/perldiag.pod pod/perlre.pod pp_hot.c regcomp.c regcomp.h
12508            ! regcomp.sym regexec.c regexp.h t/op/pat.t t/op/regmesg.t
12509 ____________________________________________________________________________
12510 [ 29353] By: stevep                                on 2006/11/22  17:00:54
12511         Log: Subject: POSIX::remove() and directories
12512              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
12513              Date: Wed, 22 Nov 2006 17:41:55 +0100
12514              Message-ID: <3852726AFA94DE4F87E616F13F416A5F0A912F@naimucu1.ffz00k.rootdom.net>
12515      Branch: perl
12516            ! ext/POSIX/POSIX.pm
12517 ____________________________________________________________________________
12518 [ 29352] By: steveh                                on 2006/11/22  16:49:10
12519         Log: VC8 regards 60 seconds as an invalid parameter for strftime()
12520              so skip the test in that case.
12521      Branch: perl
12522            ! ext/POSIX/t/posix.t
12523 ____________________________________________________________________________
12524 [ 29351] By: rgs                                   on 2006/11/22  15:17:54
12525         Log: Don't AUTOLOAD DESTROY from Attribute::Handlers.
12526              (patch by Jerry D. Hedden for CPAN bug #1911)
12527      Branch: perl
12528            ! lib/Attribute/Handlers.pm
12529 ____________________________________________________________________________
12530 [ 29350] By: steveh                                on 2006/11/22  15:11:41
12531         Log: Fix infinite loop in Perl_my_strftime() for failing strftime()
12532      Branch: perl
12533            ! util.c
12534 ____________________________________________________________________________
12535 [ 29349] By: rgs                                   on 2006/11/22  14:30:19
12536         Log: More doc nits on Switch, and bump version to 2.11 for upcoming CPAN release.
12537      Branch: perl
12538            ! lib/Switch.pm
12539 ____________________________________________________________________________
12540 [ 29348] By: stevep                                on 2006/11/22  14:10:07
12541         Log: Subject: Re: [perl #40917] Benchmark fails under -Mbignum
12542              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12543              Date: Wed, 22 Nov 2006 22:32:46 +0900
12544              Message-Id: <20061122223227.193E.BQW10602@nifty.com>
12545      Branch: perl
12546            ! lib/Benchmark.pm
12547 ____________________________________________________________________________
12548 [ 29347] By: rgs                                   on 2006/11/22  13:57:12
12549         Log: Fix a number of documentation issues in Switch.pm (code examples
12550              that do not compile, typos, obscure examples)
12551      Branch: perl
12552            ! lib/Switch.pm
12553 ____________________________________________________________________________
12554 [ 29346] By: rgs                                   on 2006/11/22  10:03:51
12555         Log: Remove tests for POD or POD coverage -- they're always skipped.
12556      Branch: perl
12557            - ext/Compress/IO/Base/t/99pod.t ext/Compress/IO/Zlib/t/999pod.t
12558            - ext/Compress/Raw/Zlib/t/99pod.t ext/Compress/Zlib/t/99pod.t
12559            - ext/Digest/SHA/t/0-pod-coverage.t ext/Digest/SHA/t/0-pod.t
12560            - lib/Term/ANSIColor/t/pod.t lib/Test/Harness/t/pod.t
12561            - lib/Text/Balanced/t/pod-coverage.t lib/Text/Balanced/t/pod.t
12562            ! MANIFEST
12563 ____________________________________________________________________________
12564 [ 29345] By: rgs                                   on 2006/11/22  09:56:14
12565         Log: - Restore two Text::Balanced tests, more comprehensive in bleadperl than
12566              in CPAN.
12567              - Restore a local bugfix, tested by the above tests.
12568              - Fix a few typos in the POD for Text::Balanced
12569              - Bump version of Text::Balanced
12570      Branch: perl
12571            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t
12572            ! lib/Text/Balanced/t/extqlk.t
12573 ____________________________________________________________________________
12574 [ 29344] By: rgs                                   on 2006/11/22  09:12:16
12575         Log: Sync Text::Balanced with the CPAN version (1.99.1)
12576      Branch: perl
12577            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
12578            ! lib/Text/Balanced/README lib/Text/Balanced/t/extmul.t
12579            ! lib/Text/Balanced/t/extqlk.t
12580 ____________________________________________________________________________
12581 [ 29343] By: rgs                                   on 2006/11/21  17:24:19
12582         Log: Remove assertions.pm review from perltodo
12583      Branch: perl
12584            ! pod/perltodo.pod
12585 ____________________________________________________________________________
12586 [ 29342] By: rgs                                   on 2006/11/21  16:32:42
12587         Log: Subject: [PATCH] threads 1.52
12588              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12589              Date: Tue, 21 Nov 2006 08:26:28 -0800 (PST)
12590              Message-ID: <204140.57721.qm@web30207.mail.mud.yahoo.com>
12591      Branch: perl
12592            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
12593            ! ext/threads/t/thread.t ext/threads/threads.pm
12594            ! ext/threads/threads.xs
12595 ____________________________________________________________________________
12596 [ 29341] By: merijn                                on 2006/11/21  16:18:49
12597         Log: Upgrade warning should only be issued if upgrade happens
12598      Branch: perl
12599            ! hints/hpux.sh
12600 ____________________________________________________________________________
12601 [ 29340] By: rgs                                   on 2006/11/21  16:08:34
12602         Log: Regenerate Changes, add nits in perldelta
12603      Branch: perl
12604            ! Changes pod/perl595delta.pod
12605 ____________________________________________________________________________
12606 [ 29339] By: merijn                                on 2006/11/21  16:03:30
12607         Log: Silence some warnings during Configure
12608      Branch: perl
12609            ! hints/hpux.sh
12610 ____________________________________________________________________________
12611 [ 29338] By: merijn                                on 2006/11/21  15:16:46
12612         Log: No more 5005thread messages from Configure for 5.9.x and up
12613      Branch: perl
12614            ! Configure Porting/Glossary config_h.SH
12615 ____________________________________________________________________________
12616 [ 29336] By: rgs                                   on 2006/11/21  14:45:19
12617         Log: Invalidate the method lookup cache when assigning to a glob
12618              named "isa". (That happens when importing "isa" from UNIVERSAL,
12619              for example.) Fixes bug #24824.
12620      Branch: perl
12621            ! pp_hot.c t/op/universal.t
12622 ____________________________________________________________________________
12623 [ 29335] By: rgs                                   on 2006/11/21  10:22:21
12624         Log: Remove warnings against WHOA THERE warnings from the hints files.
12625      Branch: perl
12626            ! hints/machten.sh hints/machten_2.sh hints/sco.sh
12627            ! hints/solaris_2.sh hints/sunos_4_1.sh hints/ultrix_4.sh
12628            ! hints/umips.sh
12629 ____________________________________________________________________________
12630 [ 29334] By: rgs                                   on 2006/11/21  10:17:36
12631         Log: Remove description of WHOA THERE messages for recommended hint values,
12632              removed by change #29288.
12633      Branch: perl
12634            ! INSTALL
12635 ____________________________________________________________________________
12636 [ 29333] By: rgs                                   on 2006/11/21  09:15:43
12637         Log: Remove the test counter checker at the end of t/op/pat.t : it
12638              doesn't get updated correctly.
12639      Branch: perl
12640            ! t/op/pat.t
12641 ____________________________________________________________________________
12642 [ 29332] By: stevep                                on 2006/11/21  03:59:34
12643         Log: "This is going to be slow."  This change switches OpenBSD locale
12644              tests from the spaghetti doneness test to specifically testing
12645              locales in its /usr/share/locale.  Speeds up lib/locale.t to 
12646              13 minutes a run vs. the previous time of over two hours.
12647      Branch: perl
12648            ! lib/locale.t
12649 ____________________________________________________________________________
12650 [ 29331] By: nicholas                              on 2006/11/20  22:53:39
12651         Log: Correct typo in test description.
12652      Branch: perl
12653            ! t/op/pat.t
12654 ____________________________________________________________________________
12655 [ 29330] By: rgs                                   on 2006/11/20  18:03:43
12656         Log: Unify the two warnings "Can't declare %s in %s", in line with what's
12657              documented in perldiag.
12658      Branch: perl
12659            ! op.c t/op/attrs.t
12660 ____________________________________________________________________________
12661 [ 29329] By: rgs                                   on 2006/11/20  16:05:33
12662         Log: Subject: [PATCH] Re: thread free problem
12663              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12664              Date: Mon, 20 Nov 2006 07:32:36 -0800 (PST)
12665              Message-ID: <696736.39963.qm@web30204.mail.mud.yahoo.com>
12666      Branch: perl
12667            ! op.c
12668 ____________________________________________________________________________
12669 [ 29328] By: rgs                                   on 2006/11/20  15:31:03
12670         Log: Actually, undef $SIG{FOO} should restore the default signal
12671              handler. Else, once we exit a block where the signal handler was
12672              localized, it becomes ignored.
12673      Branch: perl
12674            ! mg.c
12675 ____________________________________________________________________________
12676 [ 29327] By: rgs                                   on 2006/11/20  15:19:36
12677         Log: Make undef $SIG{FOO} ignore the signal FOO
12678      Branch: perl
12679            ! mg.c
12680 ____________________________________________________________________________
12681 [ 29326] By: rgs                                   on 2006/11/20  14:51:46
12682         Log: Subject: [patch@29297] perl5db.pl detecting forked debugger on VMS.
12683              From: "John E. Malmberg" <wb8tyw@qsl.net>
12684              Date: Sat, 18 Nov 2006 23:07:17 -0500
12685              Message-ID: <455FD875.8050007@qsl.net>
12686      Branch: perl
12687            ! lib/perl5db.pl
12688 ____________________________________________________________________________
12689 [ 29325] By: rgs                                   on 2006/11/20  14:04:22
12690         Log: Fix precedence problem
12691      Branch: perl
12692            ! mg.c
12693 ____________________________________________________________________________
12694 [ 29324] By: rgs                                   on 2006/11/20  13:36:10
12695         Log: Patch by Yves Orton to fix the regression reported in :
12696              Subject: 28325/6 break DateTime::Format::Strptime
12697              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
12698              Date: Sun, 19 Nov 2006 05:41:53 +0100
12699              Message-ID: <877ixs6oa6.fsf@k75.linux.bogus>
12700      Branch: perl
12701            ! ext/re/t/lexical_debug.pl ext/re/t/lexical_debug.t
12702            ! ext/re/t/regop.t pp.sym pp_proto.h regcomp.c regexec.c
12703            ! t/op/pat.t
12704 ____________________________________________________________________________
12705 [ 29323] By: rgs                                   on 2006/11/20  11:19:29
12706         Log: Extend the test-reonly make target on windows (Yves Orton)
12707      Branch: perl
12708            ! win32/Makefile
12709 ____________________________________________________________________________
12710 [ 29322] By: rgs                                   on 2006/11/20  11:18:03
12711         Log: Un-TODO tests for bug #32840, plus some new tests,
12712              by Yves Orton
12713      Branch: perl
12714            ! t/op/rxcode.t
12715 ____________________________________________________________________________
12716 [ 29321] By: steveh                                on 2006/11/20  10:38:07
12717         Log: Revert #29307. It doesn't fix the XXX after all. Using "$(shell @type )"
12718              on a temporary file just inserts the contents of the file in question
12719              into the command-line, exactly like putting the data there in the first
12720              place would achieve. It doesn't avoid creating a long command-line as we
12721              would like to do.
12722      Branch: perl
12723            ! win32/makefile.mk
12724 ____________________________________________________________________________
12725 [ 29320] By: rgs                                   on 2006/11/20  09:54:10
12726         Log: Update Text::Tabs and Text::Wrap to version 2006.1117
12727      Branch: perl
12728            + lib/Text/TabsWrap/t/Jacobson.t lib/Text/TabsWrap/t/Jacobson2.t
12729            ! MANIFEST lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG
12730            ! lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
12731            ! lib/Text/Wrap.pm
12732 ____________________________________________________________________________
12733 [ 29319] By: rgs                                   on 2006/11/19  15:36:29
12734         Log: Subject: [PATCH] ExtUtils/typemap: better error messages + constant string optimization
12735              From: Alexey Tourbin <at@altlinux.ru>
12736              Date: Sat, 18 Nov 2006 05:06:47 +0300
12737              Message-ID: <20061118020647.GA23287@localhost.localdomain>
12738      Branch: perl
12739            ! lib/ExtUtils/typemap
12740 ____________________________________________________________________________
12741 [ 29318] By: rgs                                   on 2006/11/19  13:56:32
12742         Log: Subject: Re: [PATCH] Study SUSPEND (and recursion) properly
12743              From: demerphq <demerphq@gmail.com>
12744              Date: Fri, 17 Nov 2006 13:34:42 +0100
12745              Message-ID: <9b18b3110611170434w218b4e86x7d61df2d1166a746@mail.gmail.com>
12746      Branch: perl
12747            ! regcomp.c
12748 ____________________________________________________________________________
12749 [ 29317] By: craigb                                on 2006/11/18  17:02:38
12750         Log: Update skip count for VMS.
12751      Branch: perl
12752            ! t/uni/class.t
12753 ____________________________________________________________________________
12754 [ 29316] By: nicholas                              on 2006/11/18  16:14:18
12755         Log: Subject: [perl #40921] shellwords.pl cannot handle trailing backslash
12756              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
12757              Message-ID: <rt-3.5.HEAD-32013-1163784707-1469.40921-75-0@perl.org>
12758              Date: Fri, 17 Nov 2006 09:31:48 -0800
12759              
12760              (and convert the example to a test)
12761      Branch: perl
12762            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
12763 ____________________________________________________________________________
12764 [ 29315] By: nicholas                              on 2006/11/18  15:32:04
12765         Log: Convert lib/Text/ParseWords.t to Test::More
12766      Branch: perl
12767            ! lib/Text/ParseWords.t
12768 ____________________________________________________________________________
12769 [ 29314] By: stevep                                on 2006/11/18  05:42:14
12770         Log: Sync up the function definitions for Perl_my_popen with the prototype.
12771      Branch: perl
12772            ! util.c
12773 ____________________________________________________________________________
12774 [ 29313] By: stevep                                on 2006/11/18  05:04:42
12775         Log: Tweaks needed to get Perl compiling with g++ on OpenBSD.
12776      Branch: perl
12777            ! perl.h perlio.c
12778 ____________________________________________________________________________
12779 [ 29312] By: merijn                                on 2006/11/17  20:46:20
12780         Log: Subject: [perl #18209] bug in regex s/\s$word\s/ /gi; and $& 
12781              From: "yves orton via RT" <perlbug-followup@perl.org>
12782              Date: Fri, 17 Nov 2006 10:17:48 -0800
12783              Message-ID: <rt-3.5.HEAD-1713-1163787467-1300.18209-15-0@perl.org>
12784      Branch: perl
12785            ! mg.c t/op/pat.t
12786 ____________________________________________________________________________
12787 [ 29311] By: merijn                                on 2006/11/17  20:28:27
12788         Log: Subject: [perl #18209] bug in regex s/\s$word\s/ /gi; and $& 
12789              From: "yves orton via RT" <perlbug-followup@perl.org>
12790              Date: Fri, 17 Nov 2006 10:17:48 -0800
12791              Message-ID: <rt-3.5.HEAD-1713-1163787467-1300.18209-15-0@perl.org>
12792      Branch: perl
12793            ! t/op/pat.t
12794 ____________________________________________________________________________
12795 [ 29310] By: merijn                                on 2006/11/17  20:25:27
12796         Log: Subject: [perl #22395] regexp /(.*)[bc]/ 10000 times slower in 5.8.0 vs 5.6.1 
12797              From: "yves orton via RT" <perlbug-followup@perl.org>
12798              Date: Fri, 17 Nov 2006 09:48:14 -0800
12799              Message-ID: <rt-3.5.HEAD-1666-1163785693-404.22395-15-0@perl.org>
12800      Branch: perl
12801            ! regcomp.c t/op/pat.t
12802 ____________________________________________________________________________
12803 [ 29309] By: merijn                                on 2006/11/17  20:12:20
12804         Log: Subject: [perl #17542] regex confusion 
12805              From: "yves orton via RT" <perlbug-followup@perl.org>
12806              Date: Fri, 17 Nov 2006 07:40:15 -0800
12807              Message-ID: <rt-3.5.HEAD-32013-1163778013-580.17542-15-0@perl.org>
12808      Branch: perl
12809            ! t/op/subst.t
12810 ____________________________________________________________________________
12811 [ 29308] By: merijn                                on 2006/11/17  19:54:49
12812         Log: Subject: [perl #36909] $^R undefined on matches involving backreferences
12813              From: yves orton via RT <bugs-perl5@bugs6.perl.org>
12814              Date: Nov 17, 2006 4:07 PM
12815      Branch: perl
12816            ! regcomp.c regexec.c t/op/pat.t t/op/subst.t win32/Makefile
12817 ____________________________________________________________________________
12818 [ 29307] By: steveh                                on 2006/11/17  17:07:33
12819         Log: Fix the XXX in #29303
12820      Branch: perl
12821            ! win32/makefile.mk
12822 ____________________________________________________________________________
12823 [ 29306] By: steveh                                on 2006/11/17  15:55:51
12824         Log: Tidy up Makefile part of #29260 and apply to makefile.mk too
12825      Branch: perl
12826            ! win32/Makefile win32/makefile.mk
12827 ____________________________________________________________________________
12828 [ 29305] By: steveh                                on 2006/11/17  15:45:26
12829         Log: Install perl-static.exe if it was built
12830              
12831              Perhaps this should be done via "installperl" so as to get, e.g.,
12832              perl5.9.5-static.exe and honour INST_VER and INST_ARCH?
12833              
12834              Just do it quick-and-dirty for now, as is done for wperl.exe. It
12835              can always be fixed later if anyone wants it.
12836      Branch: perl
12837            ! win32/Makefile win32/makefile.mk
12838 ____________________________________________________________________________
12839 [ 29304] By: rgs                                   on 2006/11/17  15:45:23
12840         Log: Subject: [patch@29297] d_printf_format_null needed in configure.com
12841              From: "John E. Malmberg" <wb8tyw@qsl.net>
12842              Date: Fri, 17 Nov 2006 10:22:50 -0500
12843              Message-ID: <455DD3CA.6050405@qsl.net>
12844      Branch: perl
12845            ! configure.com
12846 ____________________________________________________________________________
12847 [ 29303] By: steveh                                on 2006/11/17  15:12:12
12848         Log: Add perl-static.exe support to win32/makefile.mk
12849              
12850              This applies the same changes that were made in win32/Makefile by
12851              changes #29285 and #29296, plus a tweak to win32/runperl.c to fix
12852              a linker error when using MinGW/gcc
12853      Branch: perl
12854            ! win32/makefile.mk win32/runperl.c
12855 ____________________________________________________________________________
12856 [ 29302] By: nicholas                              on 2006/11/17  13:01:51
12857         Log: Change 29297 omitted a semicolon.
12858      Branch: perl
12859            ! t/op/taint.t
12860 ____________________________________________________________________________
12861 [ 29301] By: rgs                                   on 2006/11/17  11:06:48
12862         Log: Subject: [PATCH] Study SUSPEND (and recursion) properly
12863              From: demerphq <demerphq@gmail.com>
12864              Date: Thu, 16 Nov 2006 20:32:11 +0100
12865              Message-ID: <9b18b3110611161132j695ee86ata939a149b08efb11@mail.gmail.com>
12866      Branch: perl
12867            ! regcomp.c t/op/pat.t
12868 ____________________________________________________________________________
12869 [ 29300] By: rgs                                   on 2006/11/17  09:45:56
12870         Log: Doc nits to re.pm
12871      Branch: perl
12872            ! ext/re/re.pm
12873 ____________________________________________________________________________
12874 [ 29299] By: rgs                                   on 2006/11/17  09:38:56
12875         Log: Subject: [PATCH] add regmust() to re.pm/re.xs
12876              From: demerphq <demerphq@gmail.com>
12877              Date: Fri, 17 Nov 2006 00:54:13 +0100
12878              Message-ID: <9b18b3110611161554m222446bay7912ec1f778d3aaa@mail.gmail.com>
12879      Branch: perl
12880            ! ext/re/re.pm ext/re/re.xs ext/re/t/re_funcs.t pod/perltodo.pod
12881 ____________________________________________________________________________
12882 [ 29298] By: steveh                                on 2006/11/17  08:53:21
12883         Log: Add missing d_ctermid/HAS_CTERMID to Win32 canned configs
12884      Branch: perl
12885            ! win32/config.bc win32/config.gc win32/config.vc
12886            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
12887            ! win32/config_H.vc win32/config_H.vc64
12888 ____________________________________________________________________________
12889 [ 29297] By: stevep                                on 2006/11/17  04:20:01
12890         Log: Change #27951 added tests to t/op/taint.t involving taint, opening 
12891              "|-".  Unfortunately, this usually reacts badly on OpenBSD with
12892              threaded Perls, causing zombie processes nearly every time this is run.
12893              For now, skipping the test seem reasonable while working on a solution
12894              to the problem.
12895      Branch: perl
12896            ! t/op/taint.t
12897 ____________________________________________________________________________
12898 [ 29296] By: steveh                                on 2006/11/16  14:28:59
12899         Log: Fix Extensions_static dependencies to avoid relinking every time
12900              
12901              Subject: Re: [PATCH@29224] RE: [patch-at-29217] static linkage for perl.ex e fo r win32
12902              From: demerphq <demerphq@gmail.com>
12903              Date: Thu, 16 Nov 2006 13:58:32 +0100
12904              Message-ID: <9b18b3110611160458r6bebb7f6k8421abe68b474997@mail.gmail.com>
12905      Branch: perl
12906            ! win32/Makefile
12907 ____________________________________________________________________________
12908 [ 29295] By: rgs                                   on 2006/11/16  13:35:14
12909         Log: Remove duplicate declaration
12910      Branch: perl
12911            ! regexp.h
12912 ____________________________________________________________________________
12913 [ 29294] By: rgs                                   on 2006/11/16  11:55:07
12914         Log: Clarifications to close() docs, pointed out by Peter Dintelmann
12915      Branch: perl
12916            ! pod/perlfunc.pod
12917 ____________________________________________________________________________
12918 [ 29293] By: rgs                                   on 2006/11/16  10:24:47
12919         Log: Subject: [PATCH] threads 1.51
12920              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12921              Date: Wed, 15 Nov 2006 11:36:58 -0800 (PST)
12922              Message-ID: <71793.95536.qm@web30213.mail.mud.yahoo.com>
12923      Branch: perl
12924            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
12925            ! ext/threads/t/thread.t ext/threads/threads.pm
12926            ! ext/threads/threads.xs
12927 ____________________________________________________________________________
12928 [ 29292] By: steveh                                on 2006/11/16  09:30:48
12929         Log: Update checkcfgvars.pl: config.ce is in win32/ in 5.9.x
12930              Leave wince/config.ce in the list as well, though, because that still
12931              exists in 5.8.x
12932      Branch: perl
12933            ! Porting/checkcfgvar.pl
12934 ____________________________________________________________________________
12935 [ 29291] By: merijn                                on 2006/11/16  09:13:08
12936         Log: Extended uconfig.sh based on Porting/checkcfgvar.pl findings
12937      Branch: perl
12938            ! uconfig.sh
12939 ____________________________________________________________________________
12940 [ 29289] By: merijn                                on 2006/11/16  08:07:33
12941         Log: Yet another step in generation a more reliable Glossary
12942      Branch: perl
12943            ! Porting/Glossary Porting/config.sh
12944 ____________________________________________________________________________
12945 [ 29288] By: merijn                                on 2006/11/15  21:36:30
12946         Log: 1. Less Whoa there, based on a suggestion by Andy Dougherty
12947              2. d_printf_format_null, based on a patch by Robin Barker
12948      Branch: perl
12949            ! Configure Porting/Glossary config_h.SH
12950 ____________________________________________________________________________
12951 [ 29285] By: steveh                                on 2006/11/15  18:07:44
12952         Log: Add support for building a perl-static.exe that doesn't depend on
12953              the perl59.dll. It currently can't load DLL extension modules, so
12954              any that are required must be statically linked too. This may be
12955              fixed sometime.  Changes to win32/makefile.mk also to follow.
12956              
12957              Subject: RE: [PATCH@29224] RE: [patch-at-29217] static linkage for perl.exe fo r win32
12958              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
12959              Date: Mon, 13 Nov 2006 19:45:05 +0100
12960              Message-ID: <E3FB32585BF1D411B9E900805FF51A080207FA41@ru0022exch001u.ru.lucent.com>
12961              
12962              (with minor tweaks for cleanup and embedding manifest file)
12963      Branch: perl
12964            ! win32/Makefile
12965 ____________________________________________________________________________
12966 [ 29284] By: steveh                                on 2006/11/15  17:32:24
12967         Log: Fix tests added by #29248 and #29249
12968      Branch: perl
12969            ! ext/XS/APItest/APItest.xs ext/XS/APItest/core_or_not.inc
12970 ____________________________________________________________________________
12971 [ 29283] By: rgs                                   on 2006/11/15  15:28:53
12972         Log: Subject: [perl #39026] Tie::Memoize::EXISTS not caching the value 
12973              From: Len Weisberg (via RT) <perlbug-followup@perl.org>
12974              Date: Fri, 28 Apr 2006 20:36:05 -0700
12975              Message-ID: <rt-3.0.11-39026-132847.17.5801704932685@perl.org>
12976      Branch: perl
12977            ! lib/Tie/Memoize.pm
12978 ____________________________________________________________________________
12979 [ 29282] By: rgs                                   on 2006/11/15  13:56:52
12980         Log: FAQ sync
12981      Branch: perl
12982            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
12983            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
12984            ! pod/perlfaq9.pod
12985 ____________________________________________________________________________
12986 [ 29281] By: rgs                                   on 2006/11/15  13:03:34
12987         Log: Fix a signedness cast warning
12988      Branch: perl
12989            ! sv.c
12990 ____________________________________________________________________________
12991 [ 29280] By: rgs                                   on 2006/11/15  12:51:48
12992         Log: Tweaks to the debugger test by Richard Foley,
12993              plus fix auxiliary file path
12994      Branch: perl
12995            ! lib/perl5db.t
12996 ____________________________________________________________________________
12997 [ 29279] By: rgs                                   on 2006/11/15  12:41:24
12998         Log: Subject: Re: [PATCH] Fix RT#19049 and add relative backreferences
12999              From: demerphq <demerphq@gmail.com>
13000              Date: Wed, 15 Nov 2006 12:29:39 +0100
13001              Message-ID: <9b18b3110611150329l206e4552w887ae5f0a3f7ca80@mail.gmail.com>
13002      Branch: perl
13003            ! ext/re/re.xs pod/perl595delta.pod pod/perldiag.pod
13004            ! pod/perlre.pod pod/perlreguts.pod regcomp.c regexec.c regexp.h
13005            ! t/op/pat.t t/op/re_tests
13006 ____________________________________________________________________________
13007 [ 29278] By: rgs                                   on 2006/11/15  11:12:30
13008         Log: Move the test files for the debugger in a t/ subdirectory, so they
13009              don't get installed
13010      Branch: perl
13011           +> lib/perl5db/t/eval-line-bug
13012            - lib/perl5db/eval-line-bug
13013            ! MANIFEST
13014 ____________________________________________________________________________
13015 [ 29277] By: rgs                                   on 2006/11/15  10:37:58
13016         Log: Subject: Re: Fix linker error on Win32
13017              From: demerphq <demerphq@gmail.com>
13018              Date: Wed, 15 Nov 2006 10:36:34 +0100
13019              Message-ID: <9b18b3110611150136n7c90d187t5cf49847f153a537@mail.gmail.com>
13020      Branch: perl
13021            ! ext/XS/APItest/core_or_not.inc
13022 ____________________________________________________________________________
13023 [ 29276] By: stevep                                on 2006/11/15  04:33:20
13024         Log: Subject: [PATCH] Makefile.SH: lib/re.pm often messes restarted parallel makes
13025              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
13026              Date: Wed, 15 Nov 2006 05:48:32 +0200 (EET)
13027              Message-Id: <20061115034832.43B7E8B3E7@seth.hut.fi>
13028      Branch: perl
13029            ! Makefile.SH
13030 ____________________________________________________________________________
13031 [ 29275] By: davem                                 on 2006/11/14  23:24:45
13032         Log: debugger test could hang if run with umask 0002
13033      Branch: perl
13034            ! lib/perl5db.t
13035 ____________________________________________________________________________
13036 [ 29274] By: rgs                                   on 2006/11/14  16:59:45
13037         Log: A first regression test for the debugger, by Shlomi Fish
13038              and Richard Foley.
13039      Branch: perl
13040            + lib/perl5db.t lib/perl5db/eval-line-bug
13041            ! MANIFEST
13042 ____________________________________________________________________________
13043 [ 29273] By: rgs                                   on 2006/11/14  14:19:46
13044         Log: Fix bug #39037: rcatline doesn't stringify references
13045      Branch: perl
13046            ! pp_hot.c t/op/readline.t
13047 ____________________________________________________________________________
13048 [ 29272] By: rgs                                   on 2006/11/14  12:36:15
13049         Log: Doc patch by Thomas O Smailus :
13050              Subject: Fwd: [perl #40866] Error on doc page? (File::Basename)
13051              From: "Adriano Rodrigues" <a.r.ferreira@gmail.com>
13052              Date: Tue, 14 Nov 2006 10:24:38 -0200
13053              Message-ID: <73ddeb6c0611140424t26b01d0aq667ca95e77f25e6@mail.gmail.com>
13054      Branch: perl
13055            ! lib/File/Basename.pm
13056 ____________________________________________________________________________
13057 [ 29271] By: rgs                                   on 2006/11/14  11:35:04
13058         Log: Assert that we don't access strings saved for $1 etc. out of bounds
13059      Branch: perl
13060            ! mg.c
13061 ____________________________________________________________________________
13062 [ 29270] By: rgs                                   on 2006/11/14  10:18:00
13063         Log: Subject: Re: Why aren't %Carp::Internal and %Carp::CarpInternal documented?
13064              From: "Ben Tilly" <btilly@gmail.com>
13065              Date: Sun, 22 Oct 2006 14:07:23 -0700
13066              Message-ID: <acc274b30610221407o39e0157gad44ad5828c2bc21@mail.gmail.com>
13067      Branch: perl
13068            ! lib/Carp.pm lib/Carp.t lib/Carp/Heavy.pm
13069 ____________________________________________________________________________
13070 [ 29269] By: rgs                                   on 2006/11/14  09:40:43
13071         Log: Subject: [PATCH] ParseXS.pm: small optimization for "Usage: ..." constant strings
13072              From: Alexey Tourbin <at@altlinux.ru>
13073              Date: Tue, 14 Nov 2006 05:45:40 +0300
13074              Message-ID: <20061114024540.GA21986@localhost.localdomain>
13075      Branch: perl
13076            ! lib/ExtUtils/ParseXS.pm
13077 ____________________________________________________________________________
13078 [ 29268] By: rgs                                   on 2006/11/14  09:36:17
13079         Log: Subject: Fwd: Memory leak with s/// and hashes
13080              From: demerphq <demerphq@gmail.com>
13081              Date: Tue, 14 Nov 2006 00:38:31 +0100
13082              Message-ID: <9b18b3110611131538kc00175ft4db7ff71df22e766@mail.gmail.com>
13083      Branch: perl
13084            ! regcomp.c regexec.c regexp.h
13085 ____________________________________________________________________________
13086 [ 29267] By: rgs                                   on 2006/11/14  06:59:03
13087         Log: Subject: [PATCH] Allow negative indexing in recursive patterns
13088              From: demerphq <demerphq@gmail.com>
13089              Date: Mon, 13 Nov 2006 18:59:32 +0100
13090              Message-ID: <9b18b3110611130959k1fdd2485yd8eb1cd428de570a@mail.gmail.com>
13091      Branch: perl
13092            ! pod/perlre.pod regcomp.c t/op/pat.t t/op/re_tests
13093 ____________________________________________________________________________
13094 [ 29266] By: steveh                                on 2006/11/13  18:09:58
13095         Log: Embed manifest files in EXEs and DLLs when building with VC++ 8.x
13096              
13097              See the thread starting here for details:
13098              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00398.html
13099              
13100              (Still need to do something for Module::Build somtime...)
13101      Branch: perl
13102            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
13103            ! win32/Makefile win32/makefile.mk
13104 ____________________________________________________________________________
13105 [ 29265] By: rgs                                   on 2006/11/13  15:52:54
13106         Log: Todo (nice to have): an improvement to ~~
13107      Branch: perl
13108            ! pod/perltodo.pod
13109 ____________________________________________________________________________
13110 [ 29264] By: stevep                                on 2006/11/13  15:10:16
13111         Log: Upgrade to CPAN-1.88_62
13112      Branch: perl
13113            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
13114            ! lib/CPAN/SIGNATURE
13115 ____________________________________________________________________________
13116 [ 29263] By: rgs                                   on 2006/11/13  15:05:27
13117         Log: Fix a bug in the debugger tracing variables when one was eval'ing
13118              a string including a "#line" directive containing the actual
13119              name of the file already. (following-up change #25409)
13120      Branch: perl
13121            ! toke.c
13122 ____________________________________________________________________________
13123 [ 29262] By: rgs                                   on 2006/11/13  14:30:15
13124         Log: The latest regression test to Scalar::Util doesn't pass with threaded perls
13125      Branch: perl
13126            ! ext/List/Util/t/readonly.t
13127 ____________________________________________________________________________
13128 [ 29261] By: rgs                                   on 2006/11/13  14:15:33
13129         Log: A new regression test from:
13130              
13131              Subject: [PATHCH]  Scalar::Util::readonly &  compression (was RE: Change 29117: [PATCH] IO::Compress modules)
13132              From: "Paul Marquess" <paul.marquess@ntlworld.com>
13133              Date: Sun, 29 Oct 2006 21:03:21 -0000
13134              Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com>
13135      Branch: perl
13136            ! ext/List/Util/t/readonly.t
13137 ____________________________________________________________________________
13138 [ 29260] By: rgs                                   on 2006/11/13  14:00:41
13139         Log: Subject: Re: [PATCH] New regex syntax omnibus
13140              From: demerphq <demerphq@gmail.com>
13141              Date: Thu, 9 Nov 2006 17:09:34 +0100
13142              Message-ID: <9b18b3110611090809l667860c9t6c27453d7c86a21e@mail.gmail.com>
13143      Branch: perl
13144            ! pod/perl595delta.pod pod/perlre.pod regcomp.c regcomp.h
13145            ! regcomp.pl regcomp.sym regexec.c regexp.h regnodes.h
13146            ! t/op/pat.t win32/Makefile
13147 ____________________________________________________________________________
13148 [ 29259] By: rgs                                   on 2006/11/13  11:38:02
13149         Log: Subject: [PATCH] was RE: Perl_die() / Perl_croak()
13150              From: "Robin Barker" <Robin.Barker@npl.co.uk>
13151              Date: Mon, 13 Nov 2006 10:25:08 -0000
13152              Message-ID: <2C2E01334A940D4792B3E115F95B7226149377@exchsvr1.npl.ad.local>
13153      Branch: perl
13154            ! embed.fnc embed.pl perl.h proto.h
13155 ____________________________________________________________________________
13156 [ 29258] By: rgs                                   on 2006/11/13  11:17:10
13157         Log: Parsing fix: it wasn't possible to call a function with a (_) prototype
13158              (that is, a function mimicing an unary op) without parentheses.
13159              Bug reported by Ã†var Arnfjörð Bjarmason.
13160      Branch: perl
13161            ! madly.act madly.tab madly.y perly.act perly.tab perly.y
13162            ! t/comp/uproto.t
13163 ____________________________________________________________________________
13164 [ 29257] By: rgs                                   on 2006/11/13  10:13:52
13165         Log: Subject: Re: [perl #27053] /^/m doesn't match after a newline at the end of the string
13166              From: demerphq <demerphq@gmail.com>
13167              Date: Sat, 11 Nov 2006 16:25:17 +0100
13168              Message-ID: <9b18b3110611110725t3dc1e447v751ef5880363aa9b@mail.gmail.com>
13169      Branch: perl
13170            ! pod/perlre.pod
13171 ____________________________________________________________________________
13172 [ 29256] By: rgs                                   on 2006/11/13  10:12:34
13173         Log: Casting nit
13174      Branch: perl
13175            ! regcomp.c
13176 ____________________________________________________________________________
13177 [ 29255] By: rgs                                   on 2006/11/13  09:55:11
13178         Log: POD fixes and nits in re.pm
13179      Branch: perl
13180            ! ext/re/re.pm
13181 ____________________________________________________________________________
13182 [ 29254] By: rgs                                   on 2006/11/13  09:40:35
13183         Log: Subject: [PATCH DOC] minor nit in binmode docs
13184              From: Paul Johnson <paul@pjcj.net>
13185              Date: Fri, 10 Nov 2006 12:17:37 +0100
13186              Message-ID: <20061110111737.GP17047@pjcj.net>
13187      Branch: perl
13188            ! pod/perlfunc.pod
13189 ____________________________________________________________________________
13190 [ 29253] By: stevep                                on 2006/11/13  02:23:29
13191         Log: The DynaLoader test isn't happy with OpenBSD's libc.so.39.3.
13192      Branch: perl
13193            ! ext/DynaLoader/t/DynaLoader.t
13194 ____________________________________________________________________________
13195 [ 29252] By: stevep                                on 2006/11/13  02:19:12
13196         Log: Subject: [PATCH] Regex Utility Functions and Substituion Fix (XML::Twig core dump)
13197              From: demerphq <demerphq@gmail.com>
13198              Date: Sun, 12 Nov 2006 23:29:41 +0100
13199              Message-ID: <9b18b3110611121429g1fc9d6c1t4007dc711f9e8396@mail.gmail.com>
13200              
13201              Plus a couple tweaks to ext/re/re.pm and t/op/pat.t to those patches
13202              to apply cleanly.
13203      Branch: perl
13204            + ext/re/t/re_funcs.t
13205            ! MANIFEST embed.fnc embed.h ext/re/re.pm ext/re/re.xs
13206            ! ext/re/re_top.h lib/ExtUtils/ParseXS.pm perl.h
13207            ! pod/perlreguts.pod pp.c pp_hot.c proto.h regcomp.c regcomp.h
13208            ! regexp.h sv.c t/op/pat.t
13209 ____________________________________________________________________________
13210 [ 29251] By: nicholas                              on 2006/11/12  23:09:46
13211         Log: Re-order ops to the implementation order in pp_sys.c - this makes a
13212              branch table corresponding to a switch statement slightly smaller.
13213      Branch: perl
13214            ! opcode.h opcode.pl opnames.h
13215 ____________________________________________________________________________
13216 [ 29250] By: nicholas                              on 2006/11/12  22:17:30
13217         Log: Avoid ext/Safe/t/safeops.t needing to keep its tests in lockstep with
13218              opcode.pl OP order.
13219      Branch: perl
13220            ! ext/Safe/t/safeops.t
13221 ____________________________________________________________________________
13222 [ 29249] By: nicholas                              on 2006/11/12  21:57:22
13223         Log: Forgot to add the new files for 29248.
13224      Branch: perl
13225            + ext/XS/APItest/core.c ext/XS/APItest/core_or_not.inc
13226            + ext/XS/APItest/notcore.c ext/XS/APItest/t/svsetsv.t
13227 ____________________________________________________________________________
13228 [ 29248] By: nicholas                              on 2006/11/12  20:22:28
13229         Log: Change 24714 was arguably over-ambitious, in that non-core modules
13230              can't be expected to know that sv_setsv() may now not "really" copy a
13231              scalar. So arrange things so that COW of shared hash key scalars is
13232              only done for calls within the the PERL_CORE.
13233      Branch: perl
13234            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
13235            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL sv.c sv.h
13236 ____________________________________________________________________________
13237 [ 29247] By: nicholas                              on 2006/11/12  18:16:52
13238         Log: Looks like I didn't actually test the COW conditional code in
13239              change 27533. Perl now compiles, but
13240              ext/Compress/Raw/Zlib/t/07bufsize.t fails.
13241      Branch: perl
13242            ! pp_ctl.c regexec.c
13243 ____________________________________________________________________________
13244 [ 29246] By: rgs                                   on 2006/11/12  13:35:24
13245         Log: Subject: [PATCH] (2nd version) small tweaks based on smoke signs
13246              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
13247              Date: Sat, 11 Nov 2006 06:18:56 +0200 (EET)
13248              Message-Id: <200611110418.kAB4Ium5350338@kosh.hut.fi>
13249      Branch: perl
13250            ! hv.c regcomp.c regexec.c
13251 ____________________________________________________________________________
13252 [ 29245] By: rgs                                   on 2006/11/12  13:11:07
13253         Log: Reinstate warning 'Useless use of "re" pragma'
13254      Branch: perl
13255            ! ext/re/re.pm
13256 ____________________________________________________________________________
13257 [ 29244] By: stevep                                on 2006/11/10  22:55:01
13258         Log: Upgrade to Test-Simple-0.65.
13259      Branch: perl
13260            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
13261            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
13262            ! lib/Test/Simple/Changes
13263 ____________________________________________________________________________
13264 [ 29243] By: rgs                                   on 2006/11/09  15:58:11
13265         Log: Add to Attribute::Handlers the ability to report caller's file and line
13266              number. Based on:
13267              
13268              Subject: FW: Attribute::Handlers
13269              From: "David Feldman" <David.Feldman@tudor.com>
13270              Date: Wed, 25 Oct 2006 16:34:26 -0400
13271              Message-ID: <BA9AB162DD5CED46AC03DC5904B19C5B3736B4@tudor.com>
13272              
13273              plus docs and tests.
13274      Branch: perl
13275            + lib/Attribute/Handlers/t/linerep.t
13276            ! MANIFEST lib/Attribute/Handlers.pm
13277            ! lib/Attribute/Handlers/t/multi.t
13278 ____________________________________________________________________________
13279 [ 29242] By: rgs                                   on 2006/11/09  13:33:57
13280         Log: Silence warnings in Pod::Man
13281      Branch: perl
13282            ! lib/Pod/t/man.t
13283 ____________________________________________________________________________
13284 [ 29241] By: rgs                                   on 2006/11/09  12:32:41
13285         Log: Subject: [PATCH regexec.c regexp.h] ***speculative***  was RE: [PATCH] regexec.c - silence compiler warning
13286              From: "Robin Barker" <Robin.Barker@npl.co.uk>
13287              Date: Wed, 8 Nov 2006 15:29:47 -0000
13288              Message-ID: <2C2E01334A940D4792B3E115F95B7226120AA6@exchsvr1.npl.ad.local>
13289      Branch: perl
13290            ! regexec.c regexp.h
13291 ____________________________________________________________________________
13292 [ 29240] By: rgs                                   on 2006/11/09  11:05:24
13293         Log: Subject: [PATCH] regcomp.c: printf arg casts
13294              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
13295              Date: Thu, 9 Nov 2006 06:47:53 +0200 (EET)
13296              Message-Id: <200611090447.kA94lreg223840@kosh.hut.fi>
13297      Branch: perl
13298            ! regcomp.c
13299 ____________________________________________________________________________
13300 [ 29239] By: davem                                 on 2006/11/08  19:13:57
13301         Log: perl parser bug leading to memory corruption
13302              quoted-string parser naughtily maintained a pointer into an SV
13303              which could get realloc()ed.
13304      Branch: perl
13305            ! toke.c
13306 ____________________________________________________________________________
13307 [ 29238] By: merijn                                on 2006/11/08  16:39:21
13308         Log: Subject: Configure patch to add detection for DIR.dd_fd member variable
13309              From: "Steve Peters" <steve.peters@gmail.com>
13310              Date: Sun, 5 Nov 2006 01:40:34 -0600
13311              Message-ID: <fd7a59d30611042340p5543442ctad306aeb748b6bfe@mail.gmail.com>
13312      Branch: perl
13313            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
13314            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
13315            ! handy.h plan9/config_sh.sample symbian/config.sh uconfig.sh
13316            ! win32/config.bc win32/config.gc win32/config.vc
13317            ! win32/config.vc64
13318 ____________________________________________________________________________
13319 [ 29236] By: rgs                                   on 2006/11/08  15:33:02
13320         Log: Subject: [PATCH t/op/inccode.t] fails under minitest
13321              From: "Robin Barker" <Robin.Barker@npl.co.uk>
13322              Date: Wed, 8 Nov 2006 15:18:23 -0000
13323              Message-ID: <2C2E01334A940D4792B3E115F95B7226120AA5@exchsvr1.npl.ad.local>
13324      Branch: perl
13325            ! t/op/inccode.t
13326 ____________________________________________________________________________
13327 [ 29235] By: rgs                                   on 2006/11/08  15:14:31
13328         Log: Change the documentation of the return values of @INC-hooks to match
13329              what is tested to work. (It's a bit confusing that optional values
13330              might appear at the middle, too.)
13331      Branch: perl
13332            ! pod/perlfunc.pod
13333 ____________________________________________________________________________
13334 [ 29234] By: rgs                                   on 2006/11/08  14:02:46
13335         Log: Subject: [PATCH] Supress df warning in stat.t on OS X
13336              From: Michael G Schwern <schwern@gmail.com>
13337              Date: Wed, 08 Nov 2006 08:51:50 -0500
13338              Message-ID: <4551E0F6.20108@gmail.com>
13339      Branch: perl
13340            ! t/op/stat.t
13341 ____________________________________________________________________________
13342 [ 29233] By: steveh                                on 2006/11/08  13:53:52
13343         Log: Don't use the PERL_MSVCRT_READFIX when using VC++ 7.x onwards.
13344              
13345              VC++ 7.x onwards use their own MSVCR7x.dll, MSVCR8x.dll, etc, rather
13346              than MSVCRT.dll, so they do not require the read() fix.
13347              
13348              Therefore, we also don't need to update the ioinfo struct used by the
13349              read() fix w.r.t. VC++ 8.x, so back out that part of change #29218
13350      Branch: perl
13351            ! win32/Makefile win32/makefile.mk win32/win32.h
13352 ____________________________________________________________________________
13353 [ 29232] By: rgs                                   on 2006/11/08  13:27:14
13354         Log: Type change to avoid signed/unsigned compiler warnings
13355              (thanks to Robin Barker)
13356      Branch: perl
13357            ! regexec.c
13358 ____________________________________________________________________________
13359 [ 29231] By: rgs                                   on 2006/11/08  13:14:20
13360         Log: Regenerate Changes; update perldelta
13361      Branch: perl
13362            ! Changes pod/perl595delta.pod
13363 ____________________________________________________________________________
13364 [ 29230] By: rgs                                   on 2006/11/08  11:23:13
13365         Log: Subject: Re: New version diagnostic breaks a bunch of modules.
13366              From: Glenn Linderman <perl@NevCal.com>
13367              Date: Mon, 30 Oct 2006 12:50:21 -0800
13368              Message-ID: <4546658D.6090507@NevCal.com>
13369      Branch: perl
13370            ! pod/perlfunc.pod
13371 ____________________________________________________________________________
13372 [ 29229] By: rgs                                   on 2006/11/08  10:43:52
13373         Log: Subject: [PATCH] Perl_die() / Perl_croak()
13374              From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
13375              Date: Tue, 07 Nov 2006 23:27:40 -0800
13376              Message-ID: <455186EC.8010906@p6m7g8.com>
13377              
13378              (backported to embed.fnc)
13379      Branch: perl
13380            ! embed.fnc proto.h
13381 ____________________________________________________________________________
13382 [ 29228] By: rgs                                   on 2006/11/08  10:28:49
13383         Log: Subject: Patch for bug in SelfLoader.pm
13384              From: Mike Schilli <m@perlmeister.com>
13385              Date: Tue, 7 Nov 2006 13:39:30 -0800 (PST)
13386              Message-ID: <20061107132809.I31331@spiral.corp.yahoo.com>
13387      Branch: perl
13388            ! lib/SelfLoader.pm
13389 ____________________________________________________________________________
13390 [ 29227] By: rgs                                   on 2006/11/07  17:31:02
13391         Log: Use $HOME/localperl as default prefix for installing perl
13392              in the terse installation instructions in README.
13393      Branch: perl
13394            ! README
13395 ____________________________________________________________________________
13396 [ 29226] By: rgs                                   on 2006/11/07  16:50:47
13397         Log: More notes in perldelta
13398      Branch: perl
13399            ! pod/perl595delta.pod
13400 ____________________________________________________________________________
13401 [ 29225] By: rgs                                   on 2006/11/07  14:23:08
13402         Log: Forbid using tainted formats in printf and sprintf
13403      Branch: perl
13404            ! pod/perl595delta.pod pp.c pp_sys.c t/op/taint.t
13405 ____________________________________________________________________________
13406 [ 29224] By: rgs                                   on 2006/11/07  11:16:54
13407         Log: Subject: Re: [PATCH] [perl #40668] Data::Dumper fails to dump all hash keys when itertaor is not at start
13408              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
13409              Date: Mon, 6 Nov 2006 08:57:04 -0800 (PST)
13410              Message-ID: <20061106165704.939.qmail@web30214.mail.mud.yahoo.com>
13411      Branch: perl
13412            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/bugs.t
13413 ____________________________________________________________________________
13414 [ 29223] By: rgs                                   on 2006/11/07  10:45:26
13415         Log: Subject: Because I like pain. An update to README
13416              From: Jesse Vincent <jesse@fsck.com>
13417              Date: Mon, 6 Nov 2006 19:52:35 -0500
13418              Message-Id: <7BF48AB1-5285-4A9D-929B-8DD697348664@fsck.com>
13419      Branch: perl
13420            ! README
13421 ____________________________________________________________________________
13422 [ 29222] By: rgs                                   on 2006/11/07  10:21:25
13423         Log: Subject: [PATCH] New regex syntax omnibus
13424              From: demerphq <demerphq@gmail.com>
13425              Date: Mon, 6 Nov 2006 13:06:28 +0100
13426              Message-ID: <9b18b3110611060406u2fa1572as57073949a5df9e62@mail.gmail.com>
13427              
13428              Plus a portability fix (in string comparison for regex verbs)
13429              and doc tweaks / podchecker fixes
13430      Branch: perl
13431            ! embed.fnc embed.h ext/re/t/regop.t pod/perl595delta.pod
13432            ! pod/perldiag.pod pod/perlre.pod proto.h regcomp.c regcomp.h
13433            ! regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
13434            ! t/op/re_tests
13435 ____________________________________________________________________________
13436 [ 29221] By: nicholas                              on 2006/11/06  22:21:05
13437         Log: assert() that SvPV_set() isn't used on arrays.
13438      Branch: perl
13439            ! av.c cop.h mathoms.c pp.c pp_ctl.c pp_hot.c pp_sort.c sv.c
13440            ! sv.h
13441 ____________________________________________________________________________
13442 [ 29220] By: nicholas                              on 2006/11/06  21:05:59
13443         Log: assert() that SvPV_set() isn't used on hashes.
13444      Branch: perl
13445            ! sv.c sv.h
13446 ____________________________________________________________________________
13447 [ 29219] By: nicholas                              on 2006/11/06  20:02:38
13448         Log: assert() that scalars are of the correct type in *set macros.
13449      Branch: perl
13450            ! sv.h
13451 ____________________________________________________________________________
13452 [ 29218] By: steveh                                on 2006/11/06  16:26:48
13453         Log: Get Visual C++ 2005 (aka Visual C++ 8.x) support off the ground
13454              
13455              This is not a complete fix yet by any means (there are lots of compiler
13456              warnings and lots of test failures), but it's a step in the right
13457              direction.
13458              
13459              See the thread starting here:
13460              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-10/msg00893.html
13461              and continuing here:
13462              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00102.html
13463              for further information
13464      Branch: perl
13465            ! win32/Makefile win32/makefile.mk win32/win32.c win32/win32.h
13466 ____________________________________________________________________________
13467 [ 29217] By: merijn                                on 2006/11/06  15:19:38
13468         Log: Subject: Re: [PATCH] Detecting bad /dev/null's in Configure
13469              From: Michael Cummings <mcummings@gentoo.org>
13470              Date: Fri, 25 Aug 2006 15:48:44 -0400
13471              Message-ID: <44EF541C.7050801@gentoo.org>
13472      Branch: perl
13473            ! Configure
13474 ____________________________________________________________________________
13475 [ 29215] By: rgs                                   on 2006/11/06  14:37:32
13476         Log: Subject: Re: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.
13477              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
13478              Date: Mon, 06 Nov 2006 23:31:50 +0900
13479              Message-Id: <20061106233139.A2BC.BQW10602@nifty.com>
13480      Branch: perl
13481            ! t/op/time.t
13482 ____________________________________________________________________________
13483 [ 29214] By: rgs                                   on 2006/11/06  14:05:41
13484         Log: Sync Pod::Usage with the CPAN version
13485      Branch: perl
13486            ! lib/Pod/Usage.pm
13487 ____________________________________________________________________________
13488 [ 29213] By: merijn                                on 2006/11/06  13:58:56
13489         Log: The non-unix parts for localtime_r_needs_tzset
13490              Plus forced Glossary entry. That is a TODO for automation
13491      Branch: perl
13492            ! Cross/config.sh-arm-linux NetWare/config.wc Porting/Glossary
13493            ! Porting/config_H config_h.SH configure.com epoc/config.sh
13494            ! handy.h plan9/config.plan9 plan9/config_h.sample
13495            ! plan9/config_sh.sample uconfig.sh win32/config.bc
13496            ! win32/config.ce win32/config.gc win32/config.vc
13497            ! win32/config.vc64 win32/config_H.bc win32/config_H.ce
13498            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
13499 ____________________________________________________________________________
13500 [ 29212] By: rgs                                   on 2006/11/06  13:18:25
13501         Log: Subject: [PATCH] Re: the new t/run/cloexec.t failing in Solaris and Tru64
13502              From: Andrew Savige <ajsavige@yahoo.com.au>
13503              Date: Tue, 7 Nov 2006 00:06:46 +1100 (EST)
13504              Message-ID: <20061106130647.57891.qmail@web56411.mail.re3.yahoo.com>
13505      Branch: perl
13506            ! t/run/cloexec.t
13507 ____________________________________________________________________________
13508 [ 29211] By: rgs                                   on 2006/11/06  10:59:16
13509         Log: Upgrade to Test::Simple 0.64_03
13510      Branch: perl
13511            + lib/Test/Simple/t/carp.t
13512            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
13513            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
13514            ! lib/Test/Simple/Changes
13515            ! lib/Test/Simple/t/00test_harness_check.t
13516            ! lib/Test/Simple/t/tbt_01basic.t
13517            ! lib/Test/Simple/t/tbt_02fhrestore.t
13518            ! lib/Test/Simple/t/tbt_03die.t
13519            ! lib/Test/Simple/t/tbt_04line_num.t
13520            ! lib/Test/Simple/t/tbt_05faildiag.t
13521            ! lib/Test/Simple/t/tbt_06errormess.t
13522            ! lib/Test/Simple/t/tbt_07args.t
13523 ____________________________________________________________________________
13524 [ 29210] By: rgs                                   on 2006/11/06  10:09:12
13525         Log: Change reentr.pl to generate reentr.h accordingly to change 29209
13526      Branch: perl
13527            ! reentr.pl
13528 ____________________________________________________________________________
13529 [ 29209] By: merijn                                on 2006/11/06  09:43:30
13530         Log: RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.
13531              From: "Benjamin Holzman" <bholzman@longitude.com>
13532              Date: Wed, 19 Jul 2006 07:11:09 -0400
13533              Message-ID: <010801c6ab24$09b9ed30$ce0515ac@office.iseoptions.com>
13534      Branch: perl
13535            ! Configure Porting/Glossary config_h.SH reentr.h t/op/time.t
13536 ____________________________________________________________________________
13537 [ 29208] By: rgs                                   on 2006/11/06  09:30:41
13538         Log: Silence a cast warning
13539      Branch: perl
13540            ! regcomp.c
13541 ____________________________________________________________________________
13542 [ 29206] By: nicholas                              on 2006/11/06  08:13:09
13543         Log: PVCVs no longer allocate memory for the SvNVX slot, so assert that
13544              no-one is trying to access it.
13545      Branch: perl
13546            ! sv.h
13547 ____________________________________________________________________________
13548 [ 29205] By: craigb                                on 2006/11/06  01:37:13
13549         Log: In pipe_exit_routine in vms/vms.c, mark a subprocess we've deleted
13550              as done.  Courtesy of Scott Lepage.
13551      Branch: perl
13552            ! vms/vms.c
13553 ____________________________________________________________________________
13554 [ 29204] By: merijn                                on 2006/11/04  19:15:19
13555         Log: Subject: Re: [perl #40641] crash with unicode characters in regex comment
13556              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
13557              Date: Sat, 04 Nov 2006 21:53:50 +0900
13558              Message-Id: <20061104215302.3325.BQW10602@nifty.com>
13559      Branch: perl
13560            + t/uni/greek.t t/uni/latin2.t
13561            ! MANIFEST embed.fnc embed.h global.sym pod/perldiag.pod proto.h
13562            ! regcomp.c t/uni/tr_utf8.t
13563 ____________________________________________________________________________
13564 [ 29203] By: nicholas                              on 2006/11/04  18:56:33
13565         Log: Change 27506 wasn't quite correct - the copy of the AMAGIC flag should
13566              be as part of RvDEEPCP() in gv.c (Perl_amagic_call())
13567      Branch: perl
13568            ! gv.c sv.c
13569 ____________________________________________________________________________
13570 [ 29202] By: stevep                                on 2006/11/04  15:39:57
13571         Log: Subject: [PATCH] New test for close-on-exec ($^F): t/run/cloexec.t
13572              From: Andrew Savige <ajsavige@yahoo.com.au>
13573              Date: Sat, 4 Nov 2006 21:24:14 +1100 (EST)
13574              Message-ID: <20061104102414.78987.qmail@web56403.mail.re3.yahoo.com>
13575      Branch: perl
13576            + t/run/cloexec.t
13577            ! MANIFEST
13578 ____________________________________________________________________________
13579 [ 29201] By: rgs                                   on 2006/11/03  16:04:48
13580         Log: Subject: [PATCH] replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the extended UTF-8)
13581              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
13582              Date: Sun, 21 May 2006 14:00:43 +0900
13583              Message-Id: <20060521140011.358D.BQW10602@nifty.com>
13584      Branch: perl
13585            ! embed.fnc embed.h proto.h sv.c t/op/index.t
13586 ____________________________________________________________________________
13587 [ 29200] By: rgs                                   on 2006/11/03  15:04:15
13588         Log: The assignment to $VERSION must be on its own line, for
13589              ExtUtils::MM_Unix::parse_version to be happy.
13590      Branch: perl
13591            ! ext/DynaLoader/DynaLoader_pm.PL
13592 ____________________________________________________________________________
13593 [ 29199] By: rgs                                   on 2006/11/03  14:01:30
13594         Log: Subject: [PATCH] threads 1.49
13595              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
13596              Date: Fri, 3 Nov 2006 05:37:16 -0800 (PST)
13597              Message-ID: <20061103133716.95143.qmail@web30214.mail.mud.yahoo.com>
13598      Branch: perl
13599            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
13600            ! ext/threads/t/thread.t ext/threads/threads.pm
13601            ! ext/threads/threads.xs
13602 ____________________________________________________________________________
13603 [ 29198] By: rgs                                   on 2006/11/03  13:32:31
13604         Log: Wrap the $VERSION initialization of DynaLoader in a BEGIN block
13605              
13606              Subject: [perl #40651] (Obscure) Bug in Dynaloader 
13607              From: gml4410@ggr.co.uk (via RT) <perlbug-followup@perl.org>
13608              Date: Thu, 02 Nov 2006 09:30:34 -0800
13609              Message-ID: <rt-3.5.HEAD-4979-1162488633-1267.40651-75-0@perl.org>
13610      Branch: perl
13611            ! ext/DynaLoader/DynaLoader_pm.PL
13612 ____________________________________________________________________________
13613 [ 29197] By: rgs                                   on 2006/11/03  10:09:19
13614         Log: When code is loaded through an @INC-hook, and when this hook
13615              has set a filename entry in %INC, make sure __FILE__ is set
13616              for this code accordingly to the contents of that %INC entry.
13617      Branch: perl
13618            ! pp_ctl.c t/op/inccode.t
13619 ____________________________________________________________________________
13620 [ 29196] By: gisle                                 on 2006/11/03  07:08:18
13621         Log: Typo fixes by Troy Topnik.
13622      Branch: perl
13623            ! pod/perlretut.pod
13624 ____________________________________________________________________________
13625 [ 29195] By: merijn                                on 2006/11/02  17:49:53
13626         Log: Change #29193 makes this addition unneeded
13627      Branch: perl
13628            ! t/lib/common.pl
13629 ____________________________________________________________________________
13630 [ 29194] By: davem                                 on 2006/11/02  17:36:33
13631         Log: add test that eval undef clears $@
13632      Branch: perl
13633            ! t/op/eval.t
13634 ____________________________________________________________________________
13635 [ 29193] By: davem                                 on 2006/11/02  17:07:00
13636         Log: eval $undef should emit one warning, not three.
13637              Also ensure that eval $undef clears $@ (it did, but only by luck)
13638      Branch: perl
13639            ! pp_ctl.c t/lib/warnings/9uninit toke.c
13640 ____________________________________________________________________________
13641 [ 29192] By: rgs                                   on 2006/11/02  16:45:13
13642         Log: Fix case in external pod link
13643      Branch: perl
13644            ! pod/perlop.pod
13645 ____________________________________________________________________________
13646 [ 29191] By: rgs                                   on 2006/11/02  13:51:21
13647         Log: say() has the same syntax than print(), so forbid to override it
13648              (like print())
13649      Branch: perl
13650            ! perl_keyword.pl t/op/cproto.t toke.c
13651 ____________________________________________________________________________
13652 [ 29190] By: rgs                                   on 2006/11/02  13:04:10
13653         Log: This volatile modifier is not on the referent, but on the pointer
13654              (see change 28606)
13655      Branch: perl
13656            ! op.c
13657 ____________________________________________________________________________
13658 [ 29189] By: rgs                                   on 2006/11/02  12:26:47
13659         Log: Subject: [PATCH] Add more backtracking control verbs to regex engine (?CUT), (?ERROR)
13660              From: demerphq <demerphq@gmail.com>
13661              Date: Thu, 2 Nov 2006 12:35:10 +0100
13662              Message-ID: <9b18b3110611020335h7ea469a8g28ca483f6832816d@mail.gmail.com>
13663      Branch: perl
13664            ! embed.fnc ext/re/re.pm pod/perl595delta.pod pod/perlre.pod
13665            ! proto.h regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
13666            ! regexp.h regnodes.h t/op/pat.t
13667 ____________________________________________________________________________
13668 [ 29188] By: rgs                                   on 2006/11/02  11:59:23
13669         Log: Subject: [patch at 21983] factor out $^O eq 'darwin' from XSLoader.pm
13670              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
13671              Date: Thu, 2 Nov 2006 12:36:49 +0100 
13672              Message-ID: <E3FB32585BF1D411B9E900805FF51A080204E833@ru0022exch001u.ru.lucent.com>
13673      Branch: perl
13674            ! ext/DynaLoader/XSLoader_pm.PL
13675 ____________________________________________________________________________
13676 [ 29187] By: rgs                                   on 2006/11/02  11:14:42
13677         Log: Subject: Re: $, and say
13678              From: Gisle Aas <gisle@ActiveState.com>
13679              Date: 27 Jan 2006 14:46:00 -0800
13680              Message-ID: <lrek2t1e8n.fsf@caliper.activestate.com>
13681              
13682              with tweaks so "say;" continues to default to $_
13683              plus a regression test
13684      Branch: perl
13685            ! embed.fnc embed.h op.c opcode.h opcode.pl pod/perlfunc.pod
13686            ! pp.sym pp_hot.c pp_proto.h proto.h t/io/say.t
13687 ____________________________________________________________________________
13688 [ 29186] By: rgs                                   on 2006/11/02  11:01:29
13689         Log: Silence a gcc warning
13690      Branch: perl
13691            ! regexec.c
13692 ____________________________________________________________________________
13693 [ 29185] By: rgs                                   on 2006/11/02  10:32:18
13694         Log: More regression tests for the _ prototype
13695      Branch: perl
13696            ! t/comp/uproto.t
13697 ____________________________________________________________________________
13698 [ 29184] By: rgs                                   on 2006/11/02  10:06:37
13699         Log: More heuristics to make warnings.t pass under different
13700              combinations of PERL_UNICODE / locale
13701      Branch: perl
13702            ! t/lib/common.pl
13703 ____________________________________________________________________________
13704 [ 29183] By: rgs                                   on 2006/11/01  17:05:03
13705         Log: Subject: [PATCH] Add a commit verb to regex engine to allow fine tuning of backtracking control.
13706              From: demerphq <demerphq@gmail.com>
13707              Date: Tue, 31 Oct 2006 22:49:57 +0100
13708              Message-ID: <9b18b3110610311349n5947cc8fsf0b2e6ddd9a7ee01@mail.gmail.com>
13709      Branch: perl
13710            ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h
13711            ! t/op/pat.t
13712 ____________________________________________________________________________
13713 [ 29182] By: rgs                                   on 2006/11/01  16:29:05
13714         Log: Fix the failures in warnings tests when PERL_UNICODE is defined
13715              that show up in the smokes under UTF-8 locales. Based on :
13716              
13717              Subject: Re: UTF-8 Failures in smoke ($PERL_UNICODE)
13718              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
13719              Date: Wed, 1 Nov 2006 17:03:55 +0100
13720              Message-ID: <20061101170355.7c57b515@pc09>
13721      Branch: perl
13722            ! t/lib/common.pl t/lib/warnings/9uninit
13723 ____________________________________________________________________________
13724 [ 29181] By: steveh                                on 2006/11/01  13:22:16
13725         Log: Forgot to bump Time-HiRes $VERSION in change #29180
13726              (IO's $VERSION is bumped already)
13727      Branch: perl
13728            ! ext/Time/HiRes/HiRes.pm
13729 ____________________________________________________________________________
13730 [ 29180] By: steveh                                on 2006/11/01  13:07:37
13731         Log: Silence VC++ compiler warnings
13732              See: http://www.nntp.perl.org/group/perl.daily-build.reports/42208
13733      Branch: perl
13734            ! ext/IO/IO.xs ext/Time/HiRes/HiRes.xs regexec.c
13735 ____________________________________________________________________________
13736 [ 29179] By: rgs                                   on 2006/11/01  12:39:39
13737         Log: Subject: [PATCH] Remove beta status from compression modules
13738              From: "Paul Marquess" <paul.marquess@ntlworld.com>
13739              Date: Wed, 1 Nov 2006 10:34:52 -0000
13740              Message-ID: <02b301c6fda1$5d799950$4e3c140a@myopwv.com>
13741      Branch: perl
13742            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
13743            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
13744            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
13745            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
13746            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
13747            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/README
13748            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
13749            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
13750            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
13751            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
13752            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
13753            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
13754            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
13755            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
13756            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
13757            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
13758            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
13759            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
13760            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
13761            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
13762            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
13763            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
13764            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
13765            ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
13766            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
13767            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
13768            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
13769 ____________________________________________________________________________
13770 [ 29178] By: rgs                                   on 2006/11/01  10:44:58
13771         Log: Regression test by Yves Orton for : [perl #36046] Special var @-
13772              becomes arbitrarily large
13773      Branch: perl
13774            ! t/op/pat.t
13775 ____________________________________________________________________________
13776 [ 29177] By: nicholas                              on 2006/10/31  22:36:40
13777         Log: Missed a ) in a comment.
13778      Branch: perl
13779            ! perl.c
13780 ____________________________________________________________________________
13781 [ 29176] By: rgs                                   on 2006/10/31  16:28:33
13782         Log: Don't run ext/Sys/Syslog/t/constants.t with taint mode, so it's
13783              not systematically skipped
13784      Branch: perl
13785            ! ext/Sys/Syslog/t/constants.t
13786 ____________________________________________________________________________
13787 [ 29175] By: rgs                                   on 2006/10/31  16:02:03
13788         Log: Some diagnostic output was giving warnings in op/pack.t
13789              under UTF-8 locales, and warnings where fatal by default.
13790              Make them non-fatal for diagnostics.
13791      Branch: perl
13792            ! t/op/pack.t
13793 ____________________________________________________________________________
13794 [ 29174] By: rgs                                   on 2006/10/31  14:47:25
13795         Log: Fix a case of segfault in ithread destruction
13796      Branch: perl
13797            ! ext/threads/threads.xs
13798 ____________________________________________________________________________
13799 [ 29173] By: rgs                                   on 2006/10/31  14:29:07
13800         Log: Doc clarification for PerlIO::encoding
13801              (thanks to Steve Hay)
13802      Branch: perl
13803            ! ext/PerlIO/encoding/encoding.pm
13804 ____________________________________________________________________________
13805 [ 29172] By: rgs                                   on 2006/10/31  14:10:25
13806         Log: threads::shared doesn't use ppport.h in the core
13807      Branch: perl
13808            ! mkppport.lst
13809 ____________________________________________________________________________
13810 [ 29171] By: rgs                                   on 2006/10/31  14:03:30
13811         Log: Subject: [PATCH] threads 1.47
13812              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
13813              Date: Tue, 31 Oct 2006 05:26:25 -0800 (PST)
13814              Message-ID: <20061031132626.18317.qmail@web30214.mail.mud.yahoo.com>
13815      Branch: perl
13816            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
13817            ! ext/threads/t/stack.t ext/threads/t/thread.t
13818            ! ext/threads/threads.pm ext/threads/threads.xs
13819 ____________________________________________________________________________
13820 [ 29170] By: rgs                                   on 2006/10/31  13:51:38
13821         Log: Silence a warning and call readpipe_override() correctly.
13822      Branch: perl
13823            ! toke.c
13824 ____________________________________________________________________________
13825 [ 29169] By: rgs                                   on 2006/10/31  13:49:26
13826         Log: Make S_readpipe_override() compile with threads; regenerate perlapi.pod
13827      Branch: perl
13828            ! embed.fnc embed.h pod/perlapi.pod proto.h toke.c
13829 ____________________________________________________________________________
13830 [ 29168] By: rgs                                   on 2006/10/31  13:34:30
13831         Log: Make readpipe() overridable (and also `` and qx//)
13832      Branch: perl
13833            ! opcode.h opcode.pl pod/perlsub.pod pod/perltodo.pod pp.c
13834            ! t/op/cproto.t t/op/override.t toke.c
13835 ____________________________________________________________________________
13836 [ 29167] By: rgs                                   on 2006/10/31  10:59:02
13837         Log: Remove duplicated entries
13838      Branch: perl
13839            ! pod/perltodo.pod
13840 ____________________________________________________________________________
13841 [ 29166] By: gisle                                 on 2006/10/30  20:13:04
13842         Log: Improve documentation of av_len and av_fill.
13843      Branch: perl
13844            ! av.c
13845 ____________________________________________________________________________
13846 [ 29165] By: nicholas                              on 2006/10/30  18:37:41
13847         Log: Avoid Devel::DProf failing an assertion during global destruction.
13848      Branch: perl
13849            ! ext/Devel/DProf/DProf.xs
13850 ____________________________________________________________________________
13851 [ 29164] By: stevep                                on 2006/10/30  18:29:30
13852         Log: It seems only HWND__* is needed by MinGW g++.
13853      Branch: perl
13854            ! win32/win32.c
13855 ____________________________________________________________________________
13856 [ 29162] By: rgs                                   on 2006/10/30  17:56:33
13857         Log: The second patch from:
13858              Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively
13859              From: demerphq <demerphq@gmail.com>
13860              Date: Mon, 30 Oct 2006 19:15:13 +0200
13861              Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com>
13862      Branch: perl
13863            ! pod/perldiag.pod regcomp.c regcomp.sym regexec.c regnodes.h
13864 ____________________________________________________________________________
13865 [ 29161] By: rgs                                   on 2006/10/30  17:36:18
13866         Log: The first patch from:
13867              Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively
13868              From: demerphq <demerphq@gmail.com>
13869              Date: Mon, 30 Oct 2006 19:15:13 +0200
13870              Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com>
13871      Branch: perl
13872            ! embed.fnc embed.h proto.h regcomp.c regcomp.sym regexec.c
13873            ! regnodes.h
13874 ____________________________________________________________________________
13875 [ 29160] By: rgs                                   on 2006/10/30  17:07:46
13876         Log: Mention that field hashes are for inside-out objects
13877              (this will be useful for perl5100delta.)
13878      Branch: perl
13879            ! pod/perl594delta.pod
13880 ____________________________________________________________________________
13881 [ 29159] By: stevep                                on 2006/10/30  16:46:13
13882         Log: Subject: Patch 29155 breaks VC
13883              From: demerphq <demerphq@gmail.com>
13884              Date: Mon, 30 Oct 2006 18:08:17 +0200
13885              Message-ID: <9b18b3110610300808u39cc6cefxbee1468a149dc186@mail.gmail.com>
13886              
13887              Plus an additional casting.
13888      Branch: perl
13889            ! win32/win32.c
13890 ____________________________________________________________________________
13891 [ 29158] By: rgs                                   on 2006/10/30  16:29:35
13892         Log: Update perldelta with changes up to 28867
13893      Branch: perl
13894            ! pod/perl595delta.pod
13895 ____________________________________________________________________________
13896 [ 29157] By: stevep                                on 2006/10/30  15:53:50
13897         Log: VOL should be used instead of volatile in the core.
13898      Branch: perl
13899            ! op.c perl.c
13900 ____________________________________________________________________________
13901 [ 29156] By: merijn                                on 2006/10/30  14:14:25
13902         Log: $hex is already hex, so cannot be used in %X if starting with [A-F]
13903      Branch: perl
13904            ! lib/charnames.pm
13905 ____________________________________________________________________________
13906 [ 29155] By: stevep                                on 2006/10/30  13:58:15
13907         Log: Initial cleanups to support compiling Win32 with MinGW g++.
13908      Branch: perl
13909            ! perlio.c win32/win32.c
13910 ____________________________________________________________________________
13911 [ 29154] By: rgs                                   on 2006/10/30  11:25:39
13912         Log: Subject: Re: Closures with named subs
13913              From: Christian Winter <bitpoet@linux-config.de>
13914              Date: Sun, 29 Oct 2006 21:34:25 +0100
13915              Message-ID: <45451051.4080200@linux-config.de>
13916      Branch: perl
13917            ! pod/perlref.pod
13918 ____________________________________________________________________________
13919 [ 29153] By: rgs                                   on 2006/10/30  10:38:09
13920         Log: Subject: [PATCH] threads 1.46
13921              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
13922              Date: Fri, 27 Oct 2006 17:01:11 -0700 (PDT)
13923              Message-ID: <20061028000111.23729.qmail@web30207.mail.mud.yahoo.com>
13924      Branch: perl
13925            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
13926            ! ext/threads/threads.pm ext/threads/threads.xs
13927 ____________________________________________________________________________
13928 [ 29152] By: rgs                                   on 2006/10/30  10:13:22
13929         Log: Silence a g++ warning reported by Jarkko.
13930      Branch: perl
13931            ! ext/Data/Dumper/Dumper.xs
13932 ____________________________________________________________________________
13933 [ 29151] By: rgs                                   on 2006/10/30  10:08:24
13934         Log: Delete Encode's MANIFEST (or else the make process complains
13935              about the missing Encode's META.yml file)
13936      Branch: perl
13937            - ext/Encode/MANIFEST
13938            ! MANIFEST
13939 ____________________________________________________________________________
13940 [ 29150] By: steveh                                on 2006/10/30  10:02:35
13941         Log: Bump $VERSION in Term::UI following change #29120
13942      Branch: perl
13943            ! lib/Term/UI.pm
13944 ____________________________________________________________________________
13945 [ 29149] By: rgs                                   on 2006/10/30  09:52:05
13946         Log: Subject: [PATCH] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.68.tar.gz
13947              From: John Peacock <jpeacock@rowman.com>
13948              Date: Sun, 29 Oct 2006 14:47:51 -0500
13949              Message-ID: <45450567.7040609@rowman.com>
13950      Branch: perl
13951            ! lib/version.pm lib/version.t
13952 ____________________________________________________________________________
13953 [ 29148] By: rgs                                   on 2006/10/30  09:43:30
13954         Log: Subject: [patch] simplify optree test support
13955              From: Jim Cromie <jim.cromie@gmail.com>
13956              Date: Sun, 29 Oct 2006 14:50:02 -0700
13957              Message-ID: <4545220A.6060500@gmail.com>
13958      Branch: perl
13959            ! ext/B/t/OptreeCheck.pm
13960 ____________________________________________________________________________
13961 [ 29147] By: steveh                                on 2006/10/30  09:38:21
13962         Log: Add some missing targets to win32/makefile.mk
13963              
13964              This updates makefile.mk w.r.t. Makefile, following changes #28293,
13965              #28832, #28904 and #29131
13966      Branch: perl
13967            ! win32/makefile.mk
13968 ____________________________________________________________________________
13969 [ 29146] By: rgs                                   on 2006/10/30  09:33:33
13970         Log: In vim, modelines are not taken into account if they begin on the
13971              first character. Also, regenerate perlintern.pod.
13972      Branch: perl
13973            ! autodoc.pl pod/perlapi.pod pod/perlintern.pod
13974 ____________________________________________________________________________
13975 [ 29145] By: merijn                                on 2006/10/30  07:17:18
13976         Log: Subject: [PATCH@29157] wince patch
13977              From: Vadim <vadim@vkonovalov.ru>
13978              Date: Sat, 28 Oct 2006 23:48:46 +0400
13979              Message-ID: <4543B41E.3070006@vkonovalov.ru>
13980      Branch: perl
13981            ! README.ce win32/Makefile.ce
13982 ____________________________________________________________________________
13983 [ 29144] By: craigb                                on 2006/10/30  00:33:34
13984         Log: When we open a file and pass it along to PerlIO, be sure to enter the
13985              PerlIO world via Unix I/O.  If you start from stdio, a Unix I/O counter
13986              will get decremented on close even though it was never incremented (and 
13987              may not even exist).  Exposed by #29065.
13988      Branch: perl
13989            ! vms/ext/Stdio/Stdio.xs
13990 ____________________________________________________________________________
13991 [ 29143] By: craigb                                on 2006/10/30  00:23:35
13992         Log: Change the non-mkstemp, non-win32 code path of PerlIO_tmpfile
13993              to use PerlIO_fdopen so that when the tmpfile is closed we do
13994              not decrement a ref count that doesn't exist or is zero.
13995      Branch: perl
13996            ! perlio.c
13997 ____________________________________________________________________________
13998 [ 29142] By: stevep                                on 2006/10/30  00:22:00
13999         Log: Changes to get perl to compile with g++ on Cygwin.  Some additional
14000              changes will be needed to get it to link though.
14001      Branch: perl
14002            ! cygwin/cygwin.c malloc.c perl.h sv.c
14003 ____________________________________________________________________________
14004 [ 29140] By: nicholas                              on 2006/10/29  22:01:17
14005         Log: Subject: [PATHCH]  Scalar::Util::readonly &  compression (was RE: Change 29117: [PATCH] IO::Compress modules)
14006              From: "Paul Marquess" <paul.marquess@ntlworld.com>
14007              Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com>
14008              Date: Sun, 29 Oct 2006 21:03:21 -0000
14009      Branch: perl
14010            ! ext/Compress/IO/Base/t/01misc.t t/lib/compress/oneshot.pl
14011 ____________________________________________________________________________
14012 [ 29139] By: nicholas                              on 2006/10/29  21:54:29
14013         Log: Fix a typo in my description for change 26427.
14014      Branch: perl
14015            ! Changes
14016 ____________________________________________________________________________
14017 [ 29138] By: nicholas                              on 2006/10/29  21:23:12
14018         Log: Modify autodoc.pl to add read-only editor boilerplate for perlapi.pod
14019              and perlguts.pod
14020      Branch: perl
14021            ! autodoc.pl pod/perlapi.pod pod/perlguts.pod
14022 ____________________________________________________________________________
14023 [ 29133] By: nicholas                              on 2006/10/29  19:27:45
14024         Log: Subject: [PATCH] Re: Deparse bug?
14025              From: Stephen McCamant <smcc@mit.edu>
14026              Message-ID: <17732.55694.646895.706177@apocalypse.OCF.Berkeley.EDU>
14027              Date: Sun, 29 Oct 2006 08:40:46 -0800
14028      Branch: perl
14029            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
14030 ____________________________________________________________________________
14031 [ 29131] By: merijn                                on 2006/10/29  18:32:55
14032         Log: Subject: [PATCH] Add a few useful developers maketargets to win32/Makefile
14033              From: demerphq <demerphq@gmail.com>
14034              Date: Sun, 29 Oct 2006 13:28:31 +0200
14035              Message-ID: <9b18b3110610290328v71956891s7df10e40efd2350c@mail.gmail.com>
14036      Branch: perl
14037            ! win32/Makefile
14038 ____________________________________________________________________________
14039 [ 29130] By: nicholas                              on 2006/10/29  18:30:25
14040         Log: Add the note from change 25773 about auditing for destruction ordering.
14041      Branch: perl
14042            ! pod/perltodo.pod
14043 ____________________________________________________________________________
14044 [ 29128] By: nicholas                              on 2006/10/29  18:23:01
14045         Log: I shrunk struct context, so remove it from perltodo.
14046      Branch: perl
14047            ! pod/perltodo.pod
14048 ____________________________________________________________________________
14049 [ 29127] By: nicholas                              on 2006/10/27  21:40:40
14050         Log: Change 27779 failed to free() memory in two places in Perl_magic_set(),
14051              and hence was leaking like the proverbial Jumblie maritime craft.
14052      Branch: perl
14053            ! mg.c
14054 ____________________________________________________________________________
14055 [ 29126] By: stevep                                on 2006/10/27  13:29:05
14056         Log: Upgrade to Pod-Parser-1.35.
14057      Branch: perl
14058            + t/pod/p2u_data.pl t/pod/twice.t
14059            ! MANIFEST lib/Pod/Checker.pm lib/Pod/ParseUtils.pm
14060            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
14061            ! lib/Pod/Usage.pm t/pod/testcmp.pl
14062 ____________________________________________________________________________
14063 [ 29125] By: rgs                                   on 2006/10/27  09:45:33
14064         Log: Document the limitation of Attribute::Handlers w.r.t. UNITCHECK blocks.
14065      Branch: perl
14066            ! lib/Attribute/Handlers.pm
14067 ____________________________________________________________________________
14068 [ 29124] By: rgs                                   on 2006/10/27  08:43:26
14069         Log: Subject: [PATCH] Change MY_CXT ref in perl.h
14070              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
14071              Date: Thu, 26 Oct 2006 08:35:46 -0700 (PDT)
14072              Message-ID: <20061026153546.71547.qmail@web30214.mail.mud.yahoo.com>
14073      Branch: perl
14074            ! perl.h
14075 ____________________________________________________________________________
14076 [ 29123] By: rgs                                   on 2006/10/27  08:41:45
14077         Log: Subject: [PATCH] Make 'threads' conform to perlguts
14078              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
14079              Date: Thu, 26 Oct 2006 11:10:57 -0700 (PDT)
14080              Message-ID: <20061026181057.74650.qmail@web30211.mail.mud.yahoo.com>
14081      Branch: perl
14082            ! ext/threads/threads.xs
14083 ____________________________________________________________________________
14084 [ 29122] By: stevep                                on 2006/10/27  04:48:43
14085         Log: Spelling fixes for re.pm.
14086      Branch: perl
14087            ! ext/re/re.pm
14088 ____________________________________________________________________________
14089 [ 29121] By: stevep                                on 2006/10/27  03:48:34
14090         Log: Spelling nits from Debian bug list...
14091              
14092              Subject: Bug#395426: perl: spelling errors
14093              From: Matt Taggart <taggart@debian.org>
14094              Date: Thu, 26 Oct 2006 15:23:29 -0700
14095              Message-Id: <20061026222329.8B8CF1AAC6D@cyrix.home.bogus>
14096      Branch: perl
14097            ! ext/Encode/bin/enc2xs lib/ExtUtils/xsubpp x2p/find2perl.PL
14098            ! x2p/s2p.PL
14099 ____________________________________________________________________________
14100 [ 29120] By: steveh                                on 2006/10/26  16:26:56
14101         Log: Close temporary test file before unlinking (for the sake of Win32)
14102      Branch: perl
14103            ! lib/Term/UI/t/02_ui.t
14104 ____________________________________________________________________________
14105 [ 29119] By: rgs                                   on 2006/10/26  16:11:26
14106         Log: Document the new (?FAIL) assertion (Yves Orton)
14107      Branch: perl
14108            ! pod/perlre.pod
14109 ____________________________________________________________________________
14110 [ 29118] By: rgs                                   on 2006/10/26  15:58:18
14111         Log: Subject: [PATCH] Fix a problem with jump-tries, add (?FAIL) pattern.
14112              From: demerphq <demerphq@gmail.com>
14113              Date: Thu, 26 Oct 2006 14:59:11 +0200
14114              Message-ID: <9b18b3110610260559k3efa98barc28987e88c581a8a@mail.gmail.com>
14115      Branch: perl
14116            ! regcomp.c regcomp.sym regexec.c regexp.h regnodes.h
14117            ! t/op/re_tests
14118 ____________________________________________________________________________
14119 [ 29117] By: rgs                                   on 2006/10/26  15:42:40
14120         Log: Subject: [PATCH] IO::Compress modules
14121              From: "Paul Marquess" <paul.marquess@ntlworld.com>
14122              Date: Thu, 26 Oct 2006 15:29:43 +0100
14123              Message-ID: <028201c6f90b$2de7a4b0$4e3c140a@myopwv.com>
14124      Branch: perl
14125            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/Makefile.PL
14126            ! ext/Compress/IO/Base/README
14127            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
14128            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
14129            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
14130            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
14131            ! ext/Compress/IO/Base/private/MakeUtil.pm
14132            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
14133            ! ext/Compress/IO/Zlib/README
14134            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
14135            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
14136            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
14137            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
14138            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
14139            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
14140            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
14141            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
14142            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
14143            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
14144            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
14145            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
14146            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
14147            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
14148            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
14149            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
14150            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
14151            ! ext/Compress/IO/Zlib/private/MakeUtil.pm
14152            ! ext/Compress/Raw/Zlib/Changes
14153            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
14154            ! ext/Compress/Raw/Zlib/Zlib.xs
14155            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
14156            ! ext/Compress/Raw/Zlib/private/MakeUtil.pm
14157            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
14158            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
14159            ! ext/Compress/Zlib/private/MakeUtil.pm
14160            ! t/lib/compress/CompTestUtils.pm t/lib/compress/generic.pl
14161            ! t/lib/compress/multi.pl t/lib/compress/oneshot.pl
14162 ____________________________________________________________________________
14163 [ 29116] By: rgs                                   on 2006/10/26  15:30:52
14164         Log: Subject: Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix
14165              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14166              Date: Fri, 27 Oct 2006 00:19:34 +0900
14167              Message-Id: <20061027001924.B158.BQW10602@nifty.com>
14168      Branch: perl
14169            ! pod/perlfunc.pod sv.c t/op/sprintf.t
14170 ____________________________________________________________________________
14171 [ 29115] By: merijn                                on 2006/10/26  14:08:03
14172         Log: Subject: [PATCH] Fix typo in File::Find POD
14173              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
14174              Date: Thu, 26 Oct 2006 06:50:04 -0700 (PDT)
14175              Message-ID: <20061026135004.79720.qmail@web30211.mail.mud.yahoo.com>
14176      Branch: perl
14177            ! lib/File/Find.pm
14178 ____________________________________________________________________________
14179 [ 29114] By: rgs                                   on 2006/10/26  12:22:07
14180         Log: Add Term::UI and Object::Accessor to the list of dual-life modules
14181      Branch: perl
14182            ! Porting/Maintainers.pl
14183 ____________________________________________________________________________
14184 [ 29113] By: rgs                                   on 2006/10/26  12:16:49
14185         Log: Subject: [PATCH] Add Object::Accessor to the core
14186              From: "Jos Boumans" <kane@xs4all.net>
14187              Date: Thu, 26 Oct 2006 14:04:44 +0200 (CEST)
14188              Message-ID: <18983.80.127.35.68.1161864284.squirrel@webmail.xs4all.nl>
14189      Branch: perl
14190            + lib/Object/Accessor.pm
14191            + lib/Object/Accessor/t/00_Object-Accessor.t
14192            + lib/Object/Accessor/t/01_Object-Accessor-Subclassed.t
14193            + lib/Object/Accessor/t/02_Object-Accessor-allow.t
14194            + lib/Object/Accessor/t/03_Object-Accessor-local.t
14195            + lib/Object/Accessor/t/04_Object-Accessor-lvalue.t
14196            + lib/Object/Accessor/t/05_Object-Accessor-callback.t
14197            ! MANIFEST
14198 ____________________________________________________________________________
14199 [ 29112] By: rgs                                   on 2006/10/26  12:13:59
14200         Log: Subject: [PATCH] Add Term::UI to the core
14201              From: "Jos Boumans" <kane@xs4all.net>
14202              Date: Mon, 23 Oct 2006 12:07:23 +0200 (CEST)
14203              Message-ID: <19689.80.127.35.68.1161598043.squirrel@webmail.xs4all.nl>
14204      Branch: perl
14205            + lib/Term/UI.pm lib/Term/UI/History.pm lib/Term/UI/t/00_load.t
14206            + lib/Term/UI/t/01_history.t lib/Term/UI/t/02_ui.t
14207            ! MANIFEST
14208 ____________________________________________________________________________
14209 [ 29111] By: rgs                                   on 2006/10/26  11:02:15
14210         Log: Fix a memory leak :
14211              Subject: Re: Valgrind findings
14212              From: demerphq <demerphq@gmail.com>
14213              Date: Thu, 26 Oct 2006 12:34:43 +0200
14214              Message-ID: <9b18b3110610260334t6b77c2dbu2ca8207d822402da@mail.gmail.com>
14215      Branch: perl
14216            ! regexec.c
14217 ____________________________________________________________________________
14218 [ 29110] By: rgs                                   on 2006/10/26  10:42:03
14219         Log: Subject: [PATCH] threads-shared 1.05
14220              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
14221              Date: Wed, 25 Oct 2006 11:27:15 -0700 (PDT)
14222              Message-ID: <20061025182715.561.qmail@web30211.mail.mud.yahoo.com>
14223      Branch: perl
14224            ! ext/threads/shared/Changes ext/threads/shared/Makefile.PL
14225            ! ext/threads/shared/README ext/threads/shared/shared.pm
14226            ! ext/threads/shared/shared.xs
14227 ____________________________________________________________________________
14228 [ 29109] By: rgs                                   on 2006/10/26  10:37:43
14229         Log: Subject: [PATCH] threads 1.45
14230              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
14231              Date: Wed, 25 Oct 2006 11:26:29 -0700 (PDT)
14232              Message-ID: <20061025182629.16434.qmail@web30209.mail.mud.yahoo.com>
14233      Branch: perl
14234            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
14235            ! ext/threads/t/thread.t ext/threads/threads.pm
14236 ____________________________________________________________________________
14237 [ 29108] By: rgs                                   on 2006/10/25  16:19:50
14238         Log: Fix small leak with -F at interpreter destruction
14239      Branch: perl
14240            ! perl.c
14241 ____________________________________________________________________________
14242 [ 29107] By: rgs                                   on 2006/10/25  13:51:55
14243         Log: Plug a memory leak in newCONSTSUB
14244      Branch: perl
14245            ! op.c
14246 ____________________________________________________________________________
14247 [ 29106] By: rgs                                   on 2006/10/25  12:16:08
14248         Log: I'll finally get it right. (thanks to Sadahiro Tomoyuki)
14249      Branch: perl
14250            ! pod/perlfunc.pod
14251 ____________________________________________________________________________
14252 [ 29105] By: rgs                                   on 2006/10/25  11:18:27
14253         Log: Fix nit in previous patch, spotted by Gisle
14254      Branch: perl
14255            ! pod/perlfunc.pod
14256 ____________________________________________________________________________
14257 [ 29104] By: rgs                                   on 2006/10/25  10:59:55
14258         Log: Add a %B sprintf format
14259              
14260              Subject: Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix
14261              From: Nicholas Clark <nick@ccl4.org>
14262              Date: Mon, 23 Oct 2006 18:19:51 +0100
14263              Message-ID: <20061023171951.GA3262@plum.flirble.org>
14264              (plus docs)
14265      Branch: perl
14266            ! pod/perlfunc.pod sv.c t/op/sprintf.t
14267 ____________________________________________________________________________
14268 [ 29103] By: rgs                                   on 2006/10/25  10:27:05
14269         Log: Subject: [PATCH] FindBin.pm: better fix for PATH entries
14270              From: Alexey Tourbin <at@altlinux.ru>
14271              Date: Wed, 25 Oct 2006 14:02:55 +0400
14272              Message-ID: <20061025100255.GE7821@localhost.localdomain>
14273      Branch: perl
14274            ! lib/FindBin.pm
14275 ____________________________________________________________________________
14276 [ 29102] By: rgs                                   on 2006/10/25  09:56:06
14277         Log: Document that warnings.pm doesn't load Carp anymore
14278      Branch: perl
14279            ! pod/perl595delta.pod
14280 ____________________________________________________________________________
14281 [ 29101] By: craigb                                on 2006/10/25  03:58:38
14282         Log: Initialize d_ctermid and i_gdbm in configure.com.
14283      Branch: perl
14284            ! configure.com
14285 ____________________________________________________________________________
14286 [ 29100] By: stevep                                on 2006/10/24  15:44:22
14287         Log: Upgrade to CPAN-1.88_57.
14288      Branch: perl
14289            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
14290            ! lib/CPAN/SIGNATURE
14291 ____________________________________________________________________________
14292 [ 29099] By: rgs                                   on 2006/10/24  14:42:13
14293         Log: Silence an expected warning (when playing with utf8ness and string overloading)
14294      Branch: perl
14295            ! t/uni/overload.t
14296 ____________________________________________________________________________
14297 [ 29098] By: rgs                                   on 2006/10/24  12:53:14
14298         Log: New UTF-8 warning : Variable length character upgraded in print.
14299              
14300              Subject: Re: Changing the internal encoding (was: Re: utf8 regexp performance problem)
14301              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14302              Date: Sun, 22 Oct 2006 14:32:34 +0900
14303              Message-Id: <20061022142512.A7D3.BQW10602@nifty.com>
14304              
14305              (but with ckWARN_d replaced by ckWARN)
14306      Branch: perl
14307            ! doio.c pod/perldiag.pod
14308 ____________________________________________________________________________
14309 [ 29097] By: rgs                                   on 2006/10/24  09:46:57
14310         Log: No warning was produced if perl failed to load PerlIO::scalar
14311              (contrary to other PerlIO layers.)
14312      Branch: perl
14313            ! perlio.c
14314 ____________________________________________________________________________
14315 [ 29096] By: merijn                                on 2006/10/23  15:43:15
14316         Log: Fix for RT#38169 & RT#38945
14317              Configure won't handle versions 5.10.0 or 5.8.10.
14318      Branch: perl
14319            ! Configure config_h.SH
14320 ____________________________________________________________________________
14321 [ 29093] By: rgs                                   on 2006/10/23  13:43:32
14322         Log: Document that the %#X printf format prefixes the output with 0X, not 0x.
14323      Branch: perl
14324            ! pod/perlfunc.pod
14325 ____________________________________________________________________________
14326 [ 29092] By: rgs                                   on 2006/10/23  09:33:26
14327         Log: Update Changes
14328      Branch: perl
14329            ! Changes
14330 ____________________________________________________________________________
14331 [ 29091] By: rgs                                   on 2006/10/23  09:22:05
14332         Log: Some notes about the recent changes in perldelta
14333      Branch: perl
14334            ! pod/perl595delta.pod
14335 ____________________________________________________________________________
14336 [ 29090] By: rgs                                   on 2006/10/23  08:51:02
14337         Log: Subject: [PATCH] base.pm
14338              From: Ovid <publiustemp-p5p3@yahoo.com>
14339              Date: Thu, 19 Oct 2006 08:47:48 -0700 (PDT)
14340              Message-ID: <20061019154748.87433.qmail@web60824.mail.yahoo.com>
14341      Branch: perl
14342            ! lib/base.pm lib/base/t/base.t
14343 ____________________________________________________________________________
14344 [ 29089] By: rgs                                   on 2006/10/23  08:28:08
14345         Log: Protection against overwriting defsubs.h via a symlink
14346              (by Jim Cromie)
14347      Branch: perl
14348            ! ext/B/defsubs_h.PL
14349 ____________________________________________________________________________
14350 [ 29088] By: rgs                                   on 2006/10/23  08:27:05
14351         Log: Subject: [patch] make test.valgrind capable of running cachegrind
14352              From: Jim Cromie <jim.cromie@gmail.com>
14353              Date: Fri, 20 Oct 2006 14:49:03 -0600
14354              Message-ID: <4539363F.9020205@gmail.com>
14355      Branch: perl
14356            ! t/TEST
14357 ____________________________________________________________________________
14358 [ 29086] By: nicholas                              on 2006/10/22  22:51:59
14359         Log: Fix the other bug introduced by change 29079
14360      Branch: perl
14361            ! sv.c
14362 ____________________________________________________________________________
14363 [ 29085] By: nicholas                              on 2006/10/22  22:35:42
14364         Log: Fix bug in change 27321 - Perl_ss_dup should also have been updated.
14365      Branch: perl
14366            ! sv.c
14367 ____________________________________________________________________________
14368 [ 29084] By: nicholas                              on 2006/10/22  22:12:57
14369         Log: Fix a bug introduced by change 29079
14370      Branch: perl
14371            ! sv.c
14372 ____________________________________________________________________________
14373 [ 29083] By: stevep                                on 2006/10/22  21:47:11
14374         Log: Removed typo that caused a variable to shadow an existing variable
14375              in an external scope.
14376      Branch: perl
14377            ! ext/threads/Makefile.PL
14378 ____________________________________________________________________________
14379 [ 29082] By: nicholas                              on 2006/10/22  21:02:28
14380         Log: Merge cases in Perl_ss_dup().
14381      Branch: perl
14382            ! sv.c
14383 ____________________________________________________________________________
14384 [ 29079] By: nicholas                              on 2006/10/22  19:06:14
14385         Log: const the variable used for the save stack type in Perl_ss_dup().
14386      Branch: perl
14387            ! sv.c
14388 ____________________________________________________________________________
14389 [ 29078] By: rgs                                   on 2006/10/22  13:15:39
14390         Log: Make the overrides of built-ins in the bytes pragma use the new prototype _.
14391      Branch: perl
14392            ! lib/bytes.pm lib/bytes_heavy.pl
14393 ____________________________________________________________________________
14394 [ 29077] By: nicholas                              on 2006/10/21  23:01:45
14395         Log: Add PERLIO_INIT and PERLIO_TERM to PERL_SYS_INIT* and PERL_SYS_TERM*
14396              in */*ish.h headers.
14397      Branch: perl
14398            ! epoc/epocish.h mpeix/mpeixish.h os2/os2ish.h plan9/plan9ish.h
14399            ! vms/vmsish.h
14400 ____________________________________________________________________________
14401 [ 29076] By: nicholas                              on 2006/10/21  22:40:28
14402         Log: Subject: Re: Change 29050: Memory leak fix, by Jarkko
14403              From: Jarkko Hietaniemi <jhi@iki.fi>
14404              Message-ID: <453A97FA.5090403@iki.fi>
14405              Date: Sat, 21 Oct 2006 17:58:18 -0400
14406              
14407              (Make AIX linker happy)
14408      Branch: perl
14409            ! makedef.pl
14410 ____________________________________________________________________________
14411 [ 29075] By: nicholas                              on 2006/10/21  21:53:48
14412         Log: Semicolon consistency between PERL_FPU_INIT and the other INITs.
14413      Branch: perl
14414            ! perl.h unixish.h
14415 ____________________________________________________________________________
14416 [ 29074] By: nicholas                              on 2006/10/21  21:31:20
14417         Log: Add PERLIO_INIT to PERL_SYS_INIT.
14418              I infer that this was accidentally omitted from change 29060
14419      Branch: perl
14420            ! dosish.h perl.h unixish.h
14421 ____________________________________________________________________________
14422 [ 29073] By: nicholas                              on 2006/10/21  21:02:53
14423         Log: Always defining PERLIO_TERM, even if it's empty, makes for a simpler
14424              PERL_SYS_TERM
14425      Branch: perl
14426            ! dosish.h perl.h unixish.h
14427 ____________________________________________________________________________
14428 [ 29072] By: stevep                                on 2006/10/21  18:16:53
14429         Log: Changes for threads::shared to all building with g++.
14430      Branch: perl
14431            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.xs
14432 ____________________________________________________________________________
14433 [ 29071] By: stevep                                on 2006/10/21  16:45:38
14434         Log: Fixes for Storable.xs when compiling a threaded Perl with g++.
14435      Branch: perl
14436            ! ext/Storable/Storable.xs
14437 ____________________________________________________________________________
14438 [ 29070] By: stevep                                on 2006/10/21  16:17:58
14439         Log: Fix in perl.h for compiling with g++.
14440      Branch: perl
14441            ! perl.h
14442 ____________________________________________________________________________
14443 [ 29069] By: stevep                                on 2006/10/21  13:28:13
14444         Log: Better solution to silencing prereq warnings from threads's
14445              Makefile.PL
14446      Branch: perl
14447            ! ext/threads/Makefile.PL
14448 ____________________________________________________________________________
14449 [ 29068] By: stevep                                on 2006/10/21  02:04:19
14450         Log: Quiet a warning in pp_sys.c on AIX.
14451      Branch: perl
14452            ! pp_sys.c
14453 ____________________________________________________________________________
14454 [ 29067] By: stevep                                on 2006/10/20  19:28:46
14455         Log: Comment out Hash::Util and IO::File from prereqs of threads, since
14456              they are both available in the core.
14457      Branch: perl
14458            ! ext/threads/Makefile.PL
14459 ____________________________________________________________________________
14460 [ 29066] By: rgs                                   on 2006/10/20  15:31:36
14461         Log: Adjustment to symbol lists after latest changes (by Jarkko)
14462      Branch: perl
14463            ! makedef.pl perlio.sym
14464 ____________________________________________________________________________
14465 [ 29065] By: rgs                                   on 2006/10/20  15:04:47
14466         Log: Enable perlio mutexes under threads (by Jarkko)
14467      Branch: perl
14468            ! perlio.c perlvars.h
14469 ____________________________________________________________________________
14470 [ 29064] By: rgs                                   on 2006/10/20  13:01:14
14471         Log: regen headers
14472      Branch: perl
14473            ! embedvar.h perlapi.h
14474 ____________________________________________________________________________
14475 [ 29063] By: davem                                 on 2006/10/20  13:00:52
14476         Log: only do \C hackery if \C is seen
14477              
14478              From: demerphq <demerphq@gmail.com>
14479              Date: Fri, 20 Oct 2006 12:38:13 +0200
14480              Subject: Re: utf8 regexp performance problem
14481              Message-ID: <9b18b3110610200338k5df1d3afpf829fbc0f3663a75@mail.gmail.com>
14482      Branch: perl
14483            ! mg.c
14484 ____________________________________________________________________________
14485 [ 29062] By: rgs                                   on 2006/10/20  11:51:57
14486         Log: Subject: [PATCH] B:: changes for UNITCHECK blocks
14487              From: Alex Gough <alex-p5p@earth.li>
14488              Date: Fri, 20 Oct 2006 02:05:20 +0100
14489              Message-ID: <20061020010520.GC12290@the.earth.li>
14490      Branch: perl
14491            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Deparse.pm
14492            ! ext/B/t/concise-xs.t ext/B/t/optree_specials.t
14493 ____________________________________________________________________________
14494 [ 29061] By: rgs                                   on 2006/10/20  10:32:20
14495         Log: Let's undocument -Dusesfio in INSTALL.
14496      Branch: perl
14497            ! INSTALL
14498 ____________________________________________________________________________
14499 [ 29060] By: rgs                                   on 2006/10/20  10:20:18
14500         Log: More leak fixes, by Jarkko
14501      Branch: perl
14502            ! dosish.h perl.h perlio.c perliol.h perlvars.h unixish.h
14503 ____________________________________________________________________________
14504 [ 29059] By: davem                                 on 2006/10/20  10:06:57
14505         Log: zero length $1 took too long to detect utf8-ness
14506      Branch: perl
14507            ! mg.c
14508 ____________________________________________________________________________
14509 [ 29058] By: rgs                                   on 2006/10/20  09:04:49
14510         Log: Silence some warnings
14511      Branch: perl
14512            ! pp_ctl.c regcomp.c
14513 ____________________________________________________________________________
14514 [ 29057] By: nicholas                              on 2006/10/19  20:52:31
14515         Log: Subject: Re: Off by one in the trie code?
14516              From: demerphq <demerphq@gmail.com>
14517              Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com>
14518              Date: Wed, 18 Oct 2006 20:51:41 +0200
14519              
14520              1. code necessary to make patterns with interpolated vars behave
14521              correctly under lexical re 'debug', including additional tests.
14522              2. changes necessary to resolve the off by one error,
14523              3. tweaks to re.pm to document that re 'debug' is lexical,
14524      Branch: perl
14525            ! ext/re/re.pm ext/re/t/lexical_debug.pl
14526            ! ext/re/t/lexical_debug.t ext/re/t/regop.pl ext/re/t/regop.t
14527            ! pp_ctl.c regcomp.c regcomp.h
14528 ____________________________________________________________________________
14529 [ 29056] By: nicholas                              on 2006/10/19  20:47:53
14530         Log: Subject: Re: Off by one in the trie code?
14531              From: demerphq <demerphq@gmail.com>
14532              Date: Wed, 18 Oct 2006 20:51:41 +0200
14533              Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com>
14534              
14535              change test files that do a require "./test.pl"; without a BEGIN block
14536              to ensure prototypes are seen, plus fix any breakage this reveals.
14537      Branch: perl
14538            ! ext/Devel/Peek/t/Peek.t ext/POSIX/t/posix.t lib/vmsish.t
14539            ! t/comp/parser.t t/comp/utf.t t/io/argv.t t/io/utf8.t
14540            ! t/op/stash.t t/run/switchC.t t/run/switchd.t t/run/switches.t
14541 ____________________________________________________________________________
14542 [ 29055] By: merijn                                on 2006/10/19  16:40:08
14543         Log: <tr> isnb't the same as C<tr>, and <tr> looks so stupid in man
14544      Branch: perl
14545            ! pod/perlop.pod
14546 ____________________________________________________________________________
14547 [ 29054] By: rgs                                   on 2006/10/19  16:20:41
14548         Log: Trim perltodo.
14549      Branch: perl
14550            ! pod/perltodo.pod
14551 ____________________________________________________________________________
14552 [ 29053] By: rgs                                   on 2006/10/19  15:54:15
14553         Log: Subject: [PATCH] stab at UNITCHECK blocks
14554              From: Alex Gough <alex-p5p@earth.li>
14555              Date: Thu, 19 Oct 2006 13:04:12 +0100
14556              Message-ID: <20061019120412.GA12290@the.earth.li>
14557      Branch: perl
14558            + t/op/blocks.t
14559            ! MANIFEST cv.h embedvar.h intrpvar.h keywords.h keywords.pl
14560            ! madly.act madly.h madly.tab madly.y op.c perl.c
14561            ! perl_keyword.pl perlapi.h perly.act perly.tab perly.y
14562            ! pod/perldebug.pod pod/perldiag.pod pod/perlfunc.pod
14563            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod pp_ctl.c sv.c
14564            ! toke.c
14565 ____________________________________________________________________________
14566 [ 29052] By: stevep                                on 2006/10/19  13:49:56
14567         Log: Subject: [PATCH] Add Log::Message and Log::Message::Simple to the core
14568              From: "Jos Boumans" <kane@xs4all.net>
14569              Date: Fri, 13 Oct 2006 17:12:57 +0200 (CEST)
14570              Message-ID: <13003.80.127.35.68.1160752377.squirrel@webmail.xs4all.nl>
14571      Branch: perl
14572            + lib/Log/Message.pm lib/Log/Message/Config.pm
14573            + lib/Log/Message/Handlers.pm lib/Log/Message/Item.pm
14574            + lib/Log/Message/Simple.pm lib/Log/Message/Simple/t/01_use.t
14575            + lib/Log/Message/Simple/t/02_imports.t
14576            + lib/Log/Message/Simple/t/03_functions.t
14577            + lib/Log/Message/t/01_Log-Message-Config.t
14578            + lib/Log/Message/t/02_Log-Message.t
14579            + lib/Log/Message/t/conf/LoadMe.pl
14580            + lib/Log/Message/t/conf/config_file
14581            ! MANIFEST Porting/Maintainers.pl
14582 ____________________________________________________________________________
14583 [ 29051] By: rgs                                   on 2006/10/19  12:17:18
14584         Log: Make prototype("CORE::mkdir") work. That's a special case,
14585              since from the OA_* flags we can't figure out which parameter
14586              is going to default to $_.
14587      Branch: perl
14588            ! pp.c t/op/cproto.t
14589 ____________________________________________________________________________
14590 [ 29050] By: rgs                                   on 2006/10/19  12:08:24
14591         Log: Memory leak fix, by Jarkko
14592      Branch: perl
14593            ! perlio.c
14594 ____________________________________________________________________________
14595 [ 29049] By: rgs                                   on 2006/10/19  10:27:20
14596         Log: Adjust documentation for previous change
14597      Branch: perl
14598            ! pod/perlsub.pod
14599 ____________________________________________________________________________
14600 [ 29048] By: rgs                                   on 2006/10/19  10:26:54
14601         Log: Allow the _ prototype character to be followed by optional arguments
14602      Branch: perl
14603            ! op.c t/comp/uproto.t
14604 ____________________________________________________________________________
14605 [ 29047] By: rgs                                   on 2006/10/19  08:56:14
14606         Log: Make all JAPH tests pass
14607      Branch: perl
14608            ! t/japh/abigail.t
14609 ____________________________________________________________________________
14610 [ 29046] By: rgs                                   on 2006/10/19  08:04:04
14611         Log: Remove free() part of change #29045, which causes
14612              panics from miniperl in FreeBSD/multithreaded
14613      Branch: perl
14614            ! perlio.c
14615 ____________________________________________________________________________
14616 [ 29045] By: stevep                                on 2006/10/19  01:18:50
14617         Log: Subject: [PATCH] blead valgrind finding
14618              From: Jarkko Hietaniemi <jhi@iki.fi>
14619              Date: Wed, 18 Oct 2006 20:07:54 -0400
14620              Message-ID: <4536C1DA.4060600@iki.fi>
14621      Branch: perl
14622            ! perlio.c
14623 ____________________________________________________________________________
14624 [ 29044] By: rgs                                   on 2006/10/18  20:26:37
14625         Log: Make prototype("CORE::foo") return prototypes with _ when it should
14626              (except for mkdir)
14627      Branch: perl
14628            ! pp.c t/op/cproto.t
14629 ____________________________________________________________________________
14630 [ 29043] By: rgs                                   on 2006/10/18  19:37:01
14631         Log: Add a regression test for change #29041
14632      Branch: perl
14633            ! t/comp/uproto.t
14634 ____________________________________________________________________________
14635 [ 29042] By: nicholas                              on 2006/10/18  19:11:55
14636         Log: Using explicit printf-like APIs with a format of "%s" isn't the world's
14637              most efficient idea.
14638      Branch: perl
14639            ! XSUB.h dump.c
14640 ____________________________________________________________________________
14641 [ 29041] By: rgs                                   on 2006/10/18  17:40:57
14642         Log: Functions with a (_) prototype should behave as unary operators
14643              (which is not the case of functions with a (;$) prototype)
14644      Branch: perl
14645            ! toke.c
14646 ____________________________________________________________________________
14647 [ 29040] By: nicholas                              on 2006/10/18  17:35:06
14648         Log: panic if we attempt to sv_setsv to or from an already freed SV.
14649      Branch: perl
14650            ! sv.c
14651 ____________________________________________________________________________
14652 [ 29039] By: rgs                                   on 2006/10/18  14:41:26
14653         Log: Test for the interaction between ; and _ in prototypes
14654      Branch: perl
14655            ! t/comp/uproto.t
14656 ____________________________________________________________________________
14657 [ 29038] By: rgs                                   on 2006/10/18  14:34:26
14658         Log: Document _ prototype in perlsub
14659      Branch: perl
14660            ! pod/perlsub.pod
14661 ____________________________________________________________________________
14662 [ 29037] By: rgs                                   on 2006/10/18  14:30:57
14663         Log: Fix prototype to mimic built-in in perlsub examples
14664      Branch: perl
14665            ! pod/perlsub.pod
14666 ____________________________________________________________________________
14667 [ 29036] By: rgs                                   on 2006/10/18  14:01:59
14668         Log: The _ character is only allowed to be at the end of prototypes
14669      Branch: perl
14670            ! op.c t/comp/uproto.t
14671 ____________________________________________________________________________
14672 [ 29035] By: rgs                                   on 2006/10/18  12:54:34
14673         Log: Improvements and fixes to the _ prototype
14674      Branch: perl
14675            ! op.c t/comp/uproto.t
14676 ____________________________________________________________________________
14677 [ 29034] By: rgs                                   on 2006/10/18  08:49:01
14678         Log: FAQ sync
14679      Branch: perl
14680            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
14681            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
14682            ! pod/perlfaq7.pod pod/perlfaq9.pod
14683 ____________________________________________________________________________
14684 [ 29033] By: rgs                                   on 2006/10/18  08:24:30
14685         Log: Subject: [perl #40557] regexec.c saves context stack position improperly 
14686              From: Dave Bailey (via RT) <perlbug-followup@perl.org>
14687              Date: Tue, 17 Oct 2006 09:37:28 -0700
14688              Message-ID: <rt-3.5.HEAD-4979-1161103047-337.40557-75-0@perl.org>
14689      Branch: perl
14690            ! regexec.c scope.c scope.h
14691 ____________________________________________________________________________
14692 [ 29032] By: rgs                                   on 2006/10/17  16:07:04
14693         Log: First attempt at implementing the _ prototype
14694      Branch: perl
14695            + t/comp/uproto.t
14696            ! MANIFEST op.c toke.c
14697 ____________________________________________________________________________
14698 [ 29031] By: stevep                                on 2006/10/17  15:43:05
14699         Log: Upgrade to Time-HiRes-1.94.
14700      Branch: perl
14701            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
14702            ! ext/Time/HiRes/t/HiRes.t
14703 ____________________________________________________________________________
14704 [ 29030] By: rgs                                   on 2006/10/17  14:13:52
14705         Log: Subject: Re: [PATCH] remove leaveit from toke.c:scan_const
14706              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14707              Date: Tue, 17 Oct 2006 23:10:04 +0900
14708              Message-Id: <20061017230958.41A2.BQW10602@nifty.com>
14709      Branch: perl
14710            ! pod/perldiag.pod
14711 ____________________________________________________________________________
14712 [ 29029] By: stevep                                on 2006/10/17  12:42:04
14713         Log: Upgrade to CPAN-1.88_55.
14714      Branch: perl
14715            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE
14716 ____________________________________________________________________________
14717 [ 29028] By: rgs                                   on 2006/10/17  07:44:09
14718         Log: Less brace nesting.
14719      Branch: perl
14720            ! toke.c
14721 ____________________________________________________________________________
14722 [ 29027] By: rgs                                   on 2006/10/16  12:59:07
14723         Log: The "Unrecognized escape" warning can now be emitted in category
14724              "regexp" after change 29026 
14725      Branch: perl
14726            ! pod/perldiag.pod
14727 ____________________________________________________________________________
14728 [ 29026] By: rgs                                   on 2006/10/16  12:55:28
14729         Log: Subject: [PATCH] remove leaveit from toke.c:scan_const
14730              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14731              Date: Sun, 15 Oct 2006 22:23:00 +0900
14732              Message-Id: <20061015222223.BC38.BQW10602@nifty.com>
14733      Branch: perl
14734            ! pod/perlop.pod t/lib/warnings/regcomp t/lib/warnings/toke
14735            ! t/op/pat.t t/op/regmesg.t toke.c
14736 ____________________________________________________________________________
14737 [ 29025] By: rgs                                   on 2006/10/16  09:26:17
14738         Log: Subject: [PATCH] Re: sprintf 64 test
14739              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14740              Date: Sun, 15 Oct 2006 16:51:34 +0900
14741              Message-Id: <20061015165052.77AD.BQW10602@nifty.com>
14742              
14743              1. nullify 0 flag in integer conversions when precision is given
14744              2. ignore space after a plus sign as a sign for a nonnegative number
14745              3. make a negative precision through * working as if the precision
14746              is omitted
14747      Branch: perl
14748            ! pod/perlfunc.pod sv.c t/op/sprintf.t t/op/sprintf2.t
14749 ____________________________________________________________________________
14750 [ 29024] By: nicholas                              on 2006/10/16  04:41:30
14751         Log: Fix change 28770 to cope with the strange 32 bit bool type on VMS.
14752              (I should have seen this one coming - the two structures weren't
14753              textually identical)
14754      Branch: perl
14755            ! cop.h
14756 ____________________________________________________________________________
14757 [ 29023] By: stevep                                on 2006/10/15  17:17:32
14758         Log: Upgrade to Time-HiRes-1.93.
14759      Branch: perl
14760            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
14761            ! ext/Time/HiRes/t/HiRes.t
14762 ____________________________________________________________________________
14763 [ 29020] By: stevep                                on 2006/10/14  23:18:29
14764         Log: Upgrade to CPAN-1.88_54.
14765      Branch: perl
14766            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
14767 ____________________________________________________________________________
14768 [ 29019] By: stevep                                on 2006/10/14  23:11:23
14769         Log: Upgrade to Digest-SHA-5.44.
14770      Branch: perl
14771            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
14772            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/SHA.xs
14773            ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c
14774            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
14775            ! ext/Digest/SHA/src/sha.h
14776 ____________________________________________________________________________
14777 [ 29018] By: nicholas                              on 2006/10/14  23:06:52
14778         Log: Avoid undefined behaviour for -DPERL_MEM_LOG by not using a
14779              dereference of member of the structure being reallocated as part of
14780              the size calculation. (This one was well hidden by macros)
14781      Branch: perl
14782            ! regcomp.c
14783 ____________________________________________________________________________
14784 [ 29017] By: stevep                                on 2006/10/14  23:00:35
14785         Log: Upgrade to XSLoader-0.07.
14786      Branch: perl
14787            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
14788 ____________________________________________________________________________
14789 [ 29016] By: nicholas                              on 2006/10/14  22:40:00
14790         Log: Avoid undefined behaviour for -DPERL_MEM_LOG by not using a direct
14791              dereference of member of the structure being reallocated as part of
14792              the size calculation. (There may be other similar bugs).
14793      Branch: perl
14794            ! regcomp.c
14795 ____________________________________________________________________________
14796 [ 29015] By: nicholas                              on 2006/10/14  20:38:59
14797         Log: Use Perl_croak_nocontext() rather than Perl_croak() for the snprintf()
14798              and vsnprintf() macros.
14799      Branch: perl
14800            ! perl.h
14801 ____________________________________________________________________________
14802 [ 29012] By: nicholas                              on 2006/10/14  14:32:28
14803         Log: Fix typo.
14804      Branch: perl
14805            ! Changes
14806 ____________________________________________________________________________
14807 [ 29011] By: nicholas                              on 2006/10/13  20:35:44
14808         Log: Subject: Re: SVpvs vs SVpvn
14809              From: Jim Cromie <jim.cromie@gmail.com>
14810              Message-ID: <452FED1D.1000504@gmail.com>
14811              Date: Fri, 13 Oct 2006 13:46:37 -0600
14812              
14813              plus the last newSVpvn() in toke.c that his regexp missed.
14814      Branch: perl
14815            ! toke.c
14816 ____________________________________________________________________________
14817 [ 29010] By: stevep                                on 2006/10/13  14:11:04
14818         Log: Upgrade to Time-HiRes-1.92.
14819      Branch: perl
14820            + ext/Time/HiRes/hints/aix.pl
14821            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
14822            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
14823            ! ext/Time/HiRes/t/HiRes.t
14824 ____________________________________________________________________________
14825 [ 29009] By: nicholas                              on 2006/10/13  13:53:16
14826         Log: Correct one "parenthesis" to "parentheses".
14827      Branch: perl
14828            ! pod/perlre.pod
14829 ____________________________________________________________________________
14830 [ 29008] By: rgs                                   on 2006/10/13  12:12:04
14831         Log: Don't bother checking for bad characters in prototypes if we're not
14832              going to warn about them.
14833      Branch: perl
14834            ! toke.c
14835 ____________________________________________________________________________
14836 [ 29007] By: rgs                                   on 2006/10/13  11:27:54
14837         Log: Subject: [PATCH] compiler warning noreturn
14838              From: "Robin Barker" <Robin.Barker@npl.co.uk>
14839              Date: Fri, 13 Oct 2006 11:49:11 +0100
14840              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A70@exchsvr1.npl.ad.local>
14841      Branch: perl
14842            ! doio.c
14843 ____________________________________________________________________________
14844 [ 29006] By: rgs                                   on 2006/10/13  09:15:43
14845         Log: Fix nit in possessive quantifier descriptions.
14846              Add some =head3 headings.
14847      Branch: perl
14848            ! pod/perlre.pod
14849 ____________________________________________________________________________
14850 [ 29005] By: rgs                                   on 2006/10/13  09:02:05
14851         Log: Subject: [PATCH] Add possessive quantifiers to regex engine.
14852              From: demerphq <demerphq@gmail.com>
14853              Date: Thu, 12 Oct 2006 21:23:15 +0200
14854              Message-ID: <9b18b3110610121223m191e47ddtce3398cb0e8ba320@mail.gmail.com>
14855              
14856              With doc tweaks
14857      Branch: perl
14858            ! pod/perl595delta.pod pod/perlre.pod pod/perltodo.pod regcomp.c
14859            ! regcomp.h t/op/re_tests t/op/regexp.t
14860 ____________________________________________________________________________
14861 [ 29004] By: stevep                                on 2006/10/12  15:07:17
14862         Log: Upgrade to PathTools-3.23.
14863      Branch: perl
14864            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
14865            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
14866 ____________________________________________________________________________
14867 [ 29003] By: rgs                                   on 2006/10/12  14:52:42
14868         Log: Subject: [PATCH] threads::shared 1.04
14869              From: Jerry Hedden <jdhedden@yahoo.com>
14870              Date: Thu, 12 Oct 2006 07:47:37 -0700 (PDT)
14871              Message-ID: <20061012144737.56305.qmail@web30207.mail.mud.yahoo.com>
14872      Branch: perl
14873            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
14874            ! ext/threads/shared/shared.pm
14875 ____________________________________________________________________________
14876 [ 29002] By: rgs                                   on 2006/10/12  14:26:37
14877         Log: Subject: [PATCH] threads 1.44
14878              From: Jerry Hedden <jdhedden@yahoo.com>
14879              Date: Wed, 11 Oct 2006 05:57:43 -0700 (PDT)
14880              Message-ID: <20061011125743.68567.qmail@web30211.mail.mud.yahoo.com>
14881      Branch: perl
14882            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
14883            ! ext/threads/threads.pm
14884 ____________________________________________________________________________
14885 [ 29001] By: rgs                                   on 2006/10/12  14:19:33
14886         Log: Subject: [PATCH] fix format errors; was RE: g++ compile and make test 100%
14887              From: "Robin Barker" <Robin.Barker@npl.co.uk>
14888              Date: Wed, 11 Oct 2006 17:02:01 +0100
14889              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A69@exchsvr1.npl.ad.local>
14890      Branch: perl
14891            ! regcomp.c
14892 ____________________________________________________________________________
14893 [ 29000] By: rgs                                   on 2006/10/12  14:03:55
14894         Log: Subject: [PATCH] RE: g++ compile and make test 100%
14895              From: "Robin Barker" <Robin.Barker@npl.co.uk>
14896              Date: Wed, 11 Oct 2006 16:58:10 +0100
14897              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A68@exchsvr1.npl.ad.local>
14898      Branch: perl
14899            ! ext/ODBM_File/t/odbm.t
14900 ____________________________________________________________________________
14901 [ 28999] By: rgs                                   on 2006/10/12  13:57:57
14902         Log: Subject: [PATCH] More regexp documentation
14903              From: demerphq <demerphq@gmail.com>
14904              Date: Thu, 12 Oct 2006 14:45:25 +0200
14905              Message-ID: <9b18b3110610120545m3002e17cqace30f908b0e2277@mail.gmail.com>
14906      Branch: perl
14907            ! pod/perlre.pod pod/perlreguts.pod regcomp.c
14908 ____________________________________________________________________________
14909 [ 28998] By: rgs                                   on 2006/10/12  08:43:20
14910         Log: Subject: [PATCH] Add Regex conditionals. Various bugfixes. More tests.
14911              From: demerphq <demerphq@gmail.com>
14912              Date: Thu, 12 Oct 2006 00:46:50 +0200
14913              Message-ID: <9b18b3110610111546j74ca490dg21bd9fd1e7e10d42@mail.gmail.com>
14914      Branch: perl
14915            ! embed.fnc embed.h pod/perlre.pod proto.h regcomp.c regcomp.sym
14916            ! regexec.c regnodes.h t/op/pat.t t/op/re_tests
14917 ____________________________________________________________________________
14918 [ 28997] By: rgs                                   on 2006/10/11  15:01:52
14919         Log: Subject: RE: g++ compile and make test 100%
14920              From: "Robin Barker" <Robin.Barker@npl.co.uk>
14921              Date: Wed, 11 Oct 2006 15:29:43 +0100
14922              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A65@exchsvr1.npl.ad.local>
14923      Branch: perl
14924            ! ext/NDBM_File/typemap
14925 ____________________________________________________________________________
14926 [ 28996] By: stevep                                on 2006/10/11  14:48:45
14927         Log: Fix typo in NDBM_File.xs and bump up the version number.
14928      Branch: perl
14929            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
14930 ____________________________________________________________________________
14931 [ 28995] By: rgs                                   on 2006/10/11  09:59:15
14932         Log: Fix aliasing to an non-existent element of %+
14933              (by Yves Orton)
14934      Branch: perl
14935            ! hv.c
14936 ____________________________________________________________________________
14937 [ 28994] By: rgs                                   on 2006/10/11  09:38:37
14938         Log: Update comment (by Yves Orton), plus POD fixes
14939      Branch: perl
14940            ! ext/re/re.pm
14941 ____________________________________________________________________________
14942 [ 28993] By: rgs                                   on 2006/10/11  08:03:03
14943         Log: Missing % in format string
14944      Branch: perl
14945            ! perl.h
14946 ____________________________________________________________________________
14947 [ 28992] By: merijn                                on 2006/10/11  07:02:56
14948         Log: Subject: [PATCH] ext re: C++: EXTERN_C needed, and where did sub install() go?
14949              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
14950              Date: Wed, 11 Oct 2006 09:53:59 +0300 (EEST)
14951              Message-Id: <20061011065359.DFC4C8B3A1@seth.hut.fi>
14952      Branch: perl
14953            ! ext/re/re.pm ext/re/re.xs
14954 ____________________________________________________________________________
14955 [ 28991] By: stevep                                on 2006/10/11  00:52:58
14956         Log: Grrr...moved the files, but forgot to update Soundex.pm
14957      Branch: perl
14958            ! ext/Text/Soundex/Soundex.pm
14959 ____________________________________________________________________________
14960 [ 28990] By: rgs                                   on 2006/10/10  16:26:31
14961         Log: Subject: [PATCH] C++: class is a keyword
14962              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
14963              Date: Tue, 10 Oct 2006 19:20:26 +0300 (EEST)
14964              Message-Id: <20061010162026.190BE8B37C@seth.hut.fi>
14965      Branch: perl
14966            ! lib/ExtUtils/ParseXS/t/XSTest.xs
14967 ____________________________________________________________________________
14968 [ 28989] By: rgs                                   on 2006/10/10  16:23:48
14969         Log: Adjust test count for ExtUtils::Command
14970      Branch: perl
14971            ! lib/ExtUtils/t/eu_command.t
14972 ____________________________________________________________________________
14973 [ 28988] By: stevep                                on 2006/10/10  15:04:09
14974         Log: Upgrade to ExtUtils-Manifest-1.49.
14975      Branch: perl
14976            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
14977 ____________________________________________________________________________
14978 [ 28987] By: stevep                                on 2006/10/10  15:01:21
14979         Log: Upgrade to ExtUtils-Command-1.12.
14980      Branch: perl
14981            ! lib/ExtUtils/Command.pm lib/ExtUtils/t/eu_command.t
14982 ____________________________________________________________________________
14983 [ 28986] By: stevep                                on 2006/10/10  14:49:47
14984         Log: Upgrade to CPAN-1.88_53.
14985      Branch: perl
14986            ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Queue.pm
14987            ! lib/CPAN/SIGNATURE
14988 ____________________________________________________________________________
14989 [ 28985] By: rgs                                   on 2006/10/10  14:36:49
14990         Log: Subject: [perl #40473] sprintf width+precision fails on wide chars 
14991              From: Anatoly Vorobey (via RT) <perlbug-followup@perl.org>
14992              Date: Sun, 08 Oct 2006 17:58:16 -0700
14993              Message-ID: <rt-3.5.HEAD-31259-1160355496-1702.40473-75-0@perl.org>
14994      Branch: perl
14995            ! sv.c t/op/sprintf2.t
14996 ____________________________________________________________________________
14997 [ 28984] By: stevep                                on 2006/10/10  14:33:53
14998         Log: Upgrade to ExtUtils-Makemaker-6.31.
14999      Branch: perl
15000            ! lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
15001            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
15002            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_AIX.pm
15003            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
15004            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
15005            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
15006            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_QNX.pm
15007            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
15008            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_VOS.pm
15009            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
15010            ! lib/ExtUtils/MY.pm lib/ExtUtils/MakeMaker.pm
15011            ! lib/ExtUtils/MakeMaker/Config.pm
15012            ! lib/ExtUtils/MakeMaker/bytes.pm
15013            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Mkbootstrap.pm
15014            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/README
15015            ! lib/ExtUtils/TODO lib/ExtUtils/t/basic.t
15016            ! lib/ExtUtils/testlib.pm
15017 ____________________________________________________________________________
15018 [ 28983] By: stevep                                on 2006/10/10  14:05:52
15019         Log: Update to PathTools-3.22.
15020      Branch: perl
15021            ! ext/Cwd/Changes ext/Text/Soundex/Soundex.xs lib/Cwd.pm
15022            ! lib/File/Spec.pm lib/File/Spec/Unix.pm lib/File/Spec/t/Spec.t
15023            ! lib/File/Spec/t/crossplatform.t
15024 ____________________________________________________________________________
15025 [ 28982] By: merijn                                on 2006/10/10  14:02:16
15026         Log: New shiny models
15027      Branch: perl
15028            ! README.hpux
15029 ____________________________________________________________________________
15030 [ 28981] By: rgs                                   on 2006/10/10  13:13:18
15031         Log: Subject: [PATCH] Regexp Recurse by name.
15032              From: demerphq <demerphq@gmail.com>
15033              Date: Mon, 9 Oct 2006 20:36:20 +0200
15034              Message-ID: <9b18b3110610091136g48e5b154tf16d00d38e80a6dc@mail.gmail.com>
15035              
15036              (with doc nits)
15037      Branch: perl
15038            ! embed.fnc embed.h ext/re/re.pm pod/perlre.pod proto.h
15039            ! regcomp.c t/op/re_tests
15040 ____________________________________________________________________________
15041 [ 28980] By: rgs                                   on 2006/10/10  11:25:58
15042         Log: Subject: [PATCH] enc2xs and C++: add extern "C" to  data
15043              From: Jarkko Hietaniemi <jhi@iki.fi>
15044              Date: Tue, 10 Oct 2006 13:52:57 +0300
15045              Message-ID: <452B7B89.201@iki.fi>
15046      Branch: perl
15047            ! ext/Encode/bin/enc2xs
15048 ____________________________________________________________________________
15049 [ 28979] By: rgs                                   on 2006/10/10  11:20:19
15050         Log: Subject: [PATCH] Linux and Solaris hints: C++ vs dlerror
15051              From: Jarkko Hietaniemi <jhi@iki.fi>
15052              Date: Tue, 10 Oct 2006 14:00:40 +0300
15053              Message-ID: <452B7D58.1090009@iki.fi>
15054      Branch: perl
15055            ! hints/linux.sh hints/solaris_2.sh
15056 ____________________________________________________________________________
15057 [ 28978] By: steveh                                on 2006/10/10  10:25:06
15058         Log: Updates for building on Win32 with Visual C++ 2005 Express Edition
15059              
15060              Add some instructions in README.win32, clarify macro comments and add
15061              missing macros to makefile.mk, and drop the GLOBEXEBUILD macro from
15062              Makefile--the Express Edition of Visual C++ 2005 is free and includes
15063              setargv.obj, so there is no need to support the .NET 2.0 SDK compiler
15064              which didn't include it.
15065              
15066              Unfortunately, the build still doesn't work yet--my attempt got as far
15067              as building extensions, but miniperl.exe crashed.  Hopefully this can
15068              be sorted out soon.
15069      Branch: perl
15070            ! README.win32 win32/Makefile win32/makefile.mk
15071 ____________________________________________________________________________
15072 [ 28977] By: craigb                                on 2006/10/10  03:29:50
15073         Log: fix a doc typo and a warning typo in VMS::DCLsym
15074      Branch: perl
15075            ! vms/ext/DCLsym/DCLsym.pm
15076 ____________________________________________________________________________
15077 [ 28976] By: stevep                                on 2006/10/09  20:17:07
15078         Log: Make g++ happy when compiling NDBM_File on a system that
15079              is likely using the GDBM compatibility headers that 
15080              g++ (and other C++ implementations) cannot handle.
15081      Branch: perl
15082            ! ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.xs
15083 ____________________________________________________________________________
15084 [ 28975] By: davem                                 on 2006/10/09  16:35:02
15085         Log: fix bad free in do_exec3()
15086      Branch: perl
15087            ! doio.c
15088 ____________________________________________________________________________
15089 [ 28974] By: rgs                                   on 2006/10/09  14:29:52
15090         Log: Subject: [PATCH] Encode.xs: add an explicit cast to make g++ happier
15091              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
15092              Date: Mon,  9 Oct 2006 16:54:12 +0300 (EEST)
15093              Message-Id: <20061009135412.47F7A8B3A0@seth.hut.fi>
15094      Branch: perl
15095            ! ext/Encode/Encode.xs
15096 ____________________________________________________________________________
15097 [ 28973] By: rgs                                   on 2006/10/09  14:13:25
15098         Log: Address update for Jerry D. Hedden
15099      Branch: perl
15100            ! AUTHORS
15101 ____________________________________________________________________________
15102 [ 28972] By: rgs                                   on 2006/10/09  12:53:40
15103         Log: Update perldelta for recent regexp changes, based on a text by Yves Orton.
15104      Branch: perl
15105            ! pod/perl595delta.pod
15106 ____________________________________________________________________________
15107 [ 28971] By: rgs                                   on 2006/10/09  12:28:11
15108         Log: Subject: [PATCH] Digest::SHA 5.43_01 - ANSIfy src/hmac.c
15109              From: Jarkko Hietaniemi <jhi@iki.fi>
15110              Date: Mon, 09 Oct 2006 14:24:09 +0300
15111              Message-ID: <452A3159.3060003@iki.fi>
15112      Branch: perl
15113            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/hmac.c
15114 ____________________________________________________________________________
15115 [ 28970] By: rgs                                   on 2006/10/09  10:32:06
15116         Log: Add perl595delta
15117      Branch: perl
15118            + pod/perl595delta.pod
15119            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
15120            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
15121            ! win32/pod.mak
15122 ____________________________________________________________________________
15123 [ 28969] By: rgs                                   on 2006/10/09  10:11:09
15124         Log: Bump version to 5.9.5
15125      Branch: perl
15126            ! Cross/config.sh-arm-linux NetWare/Makefile NetWare/config_H.wc
15127            ! epoc/config.sh epoc/createpkg.pl patchlevel.h
15128            ! plan9/config.plan9 win32/Makefile win32/Makefile.ce
15129            ! win32/config_H.bc win32/config_H.ce win32/config_H.gc
15130            ! win32/config_H.vc win32/config_H.vc64 win32/makefile.mk
15131 ____________________________________________________________________________
15132 [ 28968] By: rgs                                   on 2006/10/09  10:02:08
15133         Log: Subject: Re: [PATCH] regexec.c: goto crossing initialization
15134              From: Jarkko Hietaniemi <jhi@iki.fi>
15135              Date: Mon, 09 Oct 2006 12:47:11 +0300
15136              Message-ID: <452A1A9F.4080103@iki.fi>
15137      Branch: perl
15138            ! regexec.c
15139 ____________________________________________________________________________
15140 [ 28967] By: rgs                                   on 2006/10/08  19:53:10
15141         Log: Subject: Re: [perl #40468] Not OK: perl 5.9.4 +patchaperlup: on i686-linux-64int 2.6.17-2-k7 (UNINSTALLED)
15142              From: demerphq <demerphq@gmail.com>
15143              Date: Sun, 8 Oct 2006 20:14:24 +0200
15144              Message-ID: <9b18b3110610081114g11dabafaw860181598ab54bd6@mail.gmail.com>
15145      Branch: perl
15146            ! hv.c regcomp.c t/op/pat.t
15147 ____________________________________________________________________________
15148 [ 28966] By: rgs                                   on 2006/10/08  19:39:00
15149         Log: Revert change 28962 (at least until a better solution is found)
15150      Branch: perl
15151            ! XSUB.h perl.h sv.c
15152 ____________________________________________________________________________
15153 [ 28965] By: rgs                                   on 2006/10/08  17:07:42
15154         Log: Clarifications on the usage of setlocale() and LC_NUMERIC to
15155              affect the decimal point in output, by Jarkko.
15156      Branch: perl
15157            ! pod/perldata.pod pod/perlfunc.pod pod/perllocale.pod
15158 ____________________________________________________________________________
15159 [ 28964] By: nicholas                              on 2006/10/08  00:25:07
15160         Log: Document the growth policy, and Yves suggested a better arbitary
15161              constant. (The original plan was add 80 if free space is less than 80,
15162              which wasn't a noticable improvement. Hence 40 was 80/2 for plan B)
15163      Branch: perl
15164            ! ext/Data/Dumper/Dumper.xs
15165 ____________________________________________________________________________
15166 [ 28963] By: nicholas                              on 2006/10/07  23:42:56
15167         Log: Yves said that the XS version of Data::Dumper was inefficient because
15168              it keeps triggering realloc() due to sv_cat(). Here's a rather brute
15169              force approach to pre-stretching the buffer - if there are less than
15170              40 bytes free, grow it by 50%.
15171              
15172              Surprisingly effective for my test program
15173              ./perl -Ilib -MData::Dumper -MStorable=retrieve -we \
15174              'print Dumper(retrieve(shift))' ~/.cpan/Metadata >/dev/null
15175              
15176              Before
15177              real    2m42.921s
15178              user    1m43.321s
15179              sys     0m55.611s
15180              
15181              
15182              After
15183              real    0m5.205s
15184              user    0m4.885s
15185              sys     0m0.255s
15186              
15187              Same 25M of output, byte for byte. :-)
15188      Branch: perl
15189            ! ext/Data/Dumper/Dumper.xs
15190 ____________________________________________________________________________
15191 [ 28962] By: nicholas                              on 2006/10/07  22:24:28
15192         Log: No need to create a new magic vtable if it's all 0 pointers.
15193              [And these are function pointers, so they're not NULL :-)]
15194      Branch: perl
15195            ! XSUB.h perl.h sv.c
15196 ____________________________________________________________________________
15197 [ 28961] By: nicholas                              on 2006/10/07  22:06:19
15198         Log: Make reference stringification (blessed and unblessed) about as fast as
15199              is possible, because I'm told it's used quite frequently.
15200      Branch: perl
15201            ! sv.c
15202 ____________________________________________________________________________
15203 [ 28960] By: nicholas                              on 2006/10/07  17:16:01
15204         Log: Use packed addresses for the seen tracking hash, rather than
15205              "stringified" references. These use less memory, and should be faster
15206              as there is no call to sprintf().
15207      Branch: perl
15208            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
15209 ____________________________________________________________________________
15210 [ 28959] By: nicholas                              on 2006/10/07  16:08:04
15211         Log: Eliminate two more unneeded strlen()s from Dumper.xs
15212      Branch: perl
15213            ! ext/Data/Dumper/Dumper.xs
15214 ____________________________________________________________________________
15215 [ 28958] By: rgs                                   on 2006/10/07  16:01:55
15216         Log: Subject: [PATCH] threads 1.43 - stringify
15217              From: Jerry Hedden <jdhedden@yahoo.com>
15218              Date: Fri, 6 Oct 2006 12:19:41 -0700 (PDT)
15219              Message-ID: <20061006191941.22457.qmail@web30205.mail.mud.yahoo.com>
15220      Branch: perl
15221            - ext/threads/typemap
15222            ! MANIFEST ext/threads/Changes ext/threads/Makefile.PL
15223            ! ext/threads/README ext/threads/t/basic.t
15224            ! ext/threads/t/thread.t ext/threads/threads.pm
15225 ____________________________________________________________________________
15226 [ 28957] By: rgs                                   on 2006/10/07  14:30:32
15227         Log: Subject: Re: [PATCH] Initial attempt at named captures for perls regexp engine
15228              From: demerphq <demerphq@gmail.com>
15229              Date: Fri, 6 Oct 2006 19:16:01 +0200
15230              Message-ID: <9b18b3110610061016x5ddce965u30d9a821f632d450@mail.gmail.com>
15231      Branch: perl
15232            ! XSUB.h doop.c dump.c embed.fnc embed.h gv.c hv.c perl.h
15233            ! pod/perlre.pod pod/perltodo.pod pod/perlvar.pod pp.c proto.h
15234            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
15235            ! sv.c t/op/pat.t t/op/re_tests t/op/regexp.t toke.c
15236 ____________________________________________________________________________
15237 [ 28956] By: nicholas                              on 2006/10/07  13:53:36
15238         Log: Change sprintf() to my_sprintf(), and use the returned length from
15239              that and my_snprintf() to avoid calls to strlen()
15240      Branch: perl
15241            ! ext/Data/Dumper/Dumper.xs
15242 ____________________________________________________________________________
15243 [ 28955] By: merijn                                on 2006/10/07  11:56:31
15244         Log: Subject: [PATCH] cflags.SH: strip -std=c89 for g++
15245              From: Jarkko Hietaniemi <jhi@iki.fi>
15246              Date: Sat, 07 Oct 2006 13:37:04 +0300
15247              Message-ID: <45278350.8020707@iki.fi>
15248      Branch: perl
15249            ! cflags.SH
15250 ____________________________________________________________________________
15251 [ 28954] By: merijn                                on 2006/10/07  11:52:04
15252         Log: Subject: [PATCH] another g++ patch (Util.xs)
15253              From: "Paul Marquess" <paul.marquess@ntlworld.com>
15254              Date: Fri, 6 Oct 2006 11:14:03 +0100
15255              Message-ID: <00ea01c6e930$269f3d70$4e3c140a@myopwv.com>
15256      Branch: perl
15257            ! ext/List/Util/Util.xs
15258 ____________________________________________________________________________
15259 [ 28953] By: stevep                                on 2006/10/07  01:34:15
15260         Log: Upgrade to Test-Harness-2.64
15261      Branch: perl
15262            + lib/Test/Harness/Results.pm
15263            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
15264            ! lib/Test/Harness/Straps.pm lib/Test/Harness/Util.pm
15265            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
15266            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/failure.t
15267            ! lib/Test/Harness/t/prove-switches.t
15268            ! lib/Test/Harness/t/strap-analyze.t
15269            ! lib/Test/Harness/t/test-harness.t
15270 ____________________________________________________________________________
15271 [ 28952] By: nicholas                              on 2006/10/06  21:56:46
15272         Log: Make the executable slightly smaller by using PL_hexdigit in
15273              Perl_sv_vcatpvfn.
15274      Branch: perl
15275            ! sv.c
15276 ____________________________________________________________________________
15277 [ 28951] By: nicholas                              on 2006/10/06  21:27:13
15278         Log: Fix typo spotted by Rafael. Close the file handle explicity and check
15279              for errors. Add overload.pl to regen.pl
15280      Branch: perl
15281            ! overload.pl regen.pl
15282 ____________________________________________________________________________
15283 [ 28950] By: nicholas                              on 2006/10/06  21:19:26
15284         Log: Generate the overload enum and names array programatically, which
15285              allows experimentation with the order. The new order shaves nearly
15286              900 bytes from gv.o, because the compiler can make smaller branch
15287              tables for switch statements.
15288      Branch: perl
15289            + overload.h overload.pl
15290            ! MANIFEST perl.h
15291 ____________________________________________________________________________
15292 [ 28949] By: nicholas                              on 2006/10/06  21:01:00
15293         Log: Reoder struct am_table and am_table_short to save 8 bytes on LP64
15294              systems, by placing the two U32 fields next to each other.
15295      Branch: perl
15296            ! perl.h
15297 ____________________________________________________________________________
15298 [ 28948] By: stevep                                on 2006/10/06  20:02:48
15299         Log: Upgrade to PathTools-3.21
15300      Branch: perl
15301            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
15302            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
15303            ! lib/File/Spec/t/Spec.t
15304 ____________________________________________________________________________
15305 [ 28947] By: nicholas                              on 2006/10/06  18:05:45
15306         Log: Don't bother generating the "Operation \"%s\": no method found..."
15307              message text if we're not going to use it.
15308      Branch: perl
15309            ! gv.c
15310 ____________________________________________________________________________
15311 [ 28946] By: davem                                 on 2006/10/05  18:16:19
15312         Log: Document the new regmatch() backtracking mechanism
15313      Branch: perl
15314            ! regexec.c
15315 ____________________________________________________________________________
15316 [ 28945] By: davem                                 on 2006/10/05  16:05:57
15317         Log: remove REGMATCH detritus and shrink the size of the backtrack structure
15318      Branch: perl
15319            ! regexec.c regexp.h
15320 ____________________________________________________________________________
15321 [ 28944] By: davem                                 on 2006/10/05  14:00:38
15322         Log: migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigm
15323      Branch: perl
15324            ! regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
15325 ____________________________________________________________________________
15326 [ 28943] By: rgs                                   on 2006/10/05  12:39:53
15327         Log: Subject: Re: [perl #8835] fairly large regex optimization bug with 5.7.3
15328              From: demerphq <demerphq@gmail.com>
15329              Date: Wed, 4 Oct 2006 19:08:47 +0200
15330              Message-ID: <9b18b3110610041008v2bd63d14g9294f93804122dec@mail.gmail.com>
15331      Branch: perl
15332            ! regcomp.c regcomp.h
15333 ____________________________________________________________________________
15334 [ 28942] By: rgs                                   on 2006/10/05  12:23:24
15335         Log: Nit in regcomp, discovered by a gcc warning, fixed by Yves
15336      Branch: perl
15337            ! regcomp.c
15338 ____________________________________________________________________________
15339 [ 28941] By: rgs                                   on 2006/10/05  12:20:28
15340         Log: Fix a couple of casting warnings
15341      Branch: perl
15342            ! regcomp.c
15343 ____________________________________________________________________________
15344 [ 28940] By: stevep                                on 2006/10/05  11:30:56
15345         Log: Fix a few pod nits in perlre.
15346      Branch: perl
15347            ! pod/perlre.pod
15348 ____________________________________________________________________________
15349 [ 28939] By: rgs                                   on 2006/10/05  10:23:08
15350         Log: Subject: Re: [PATCH] Add recursive regexes similar to PCRE
15351              From: demerphq <demerphq@gmail.com>
15352              Date: Wed, 4 Oct 2006 15:45:15 +0200
15353              Message-ID: <9b18b3110610040645s563220a2id6f235494b497e90@mail.gmail.com>
15354              
15355              Subject: Re: [PATCH] Add recursive regexes similar to PCRE
15356              From: demerphq <demerphq@gmail.com>
15357              Date: Wed, 4 Oct 2006 21:05:10 +0200
15358              Message-ID: <9b18b3110610041205m2660eb43m1315cf4b0653db96@mail.gmail.com>
15359      Branch: perl
15360            ! embed.fnc embed.h pod/perlre.pod pod/perltodo.pod proto.h
15361            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c regexp.h
15362            ! regnodes.h t/op/pat.t t/op/re_tests
15363 ____________________________________________________________________________
15364 [ 28938] By: rgs                                   on 2006/10/05  08:43:25
15365         Log: Upgrade to Module::CoreList 2.09:
15366              - make the dependency on version.pm optional
15367              - improve doc of corelist(1)
15368      Branch: perl
15369            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
15370 ____________________________________________________________________________
15371 [ 28937] By: rgs                                   on 2006/10/05  08:00:57
15372         Log: Change md5sum of MD5.xs after change 28936 (on UNIX, might
15373              need adjustments on other platforms)
15374      Branch: perl
15375            ! ext/Digest/MD5/t/files.t
15376 ____________________________________________________________________________
15377 [ 28936] By: stevep                                on 2006/10/04  19:56:13
15378         Log: Change to sv_reftype return value caused compile for Digest::MD5
15379              with g++ to fail.
15380      Branch: perl
15381            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
15382 ____________________________________________________________________________
15383 [ 28935] By: stevep                                on 2006/10/04  19:44:58
15384         Log: Subject: [PATCH] Give zlib the ASNI C treatmant
15385              From: "Paul Marquess" <paul.marquess@ntlworld.com>
15386              Date: Wed, 4 Oct 2006 17:14:05 +0100
15387              Message-ID: <018901c6e7d0$1f06c8f0$7565140a@myopwv.com>
15388      Branch: perl
15389            ! ext/Compress/Raw/Zlib/zlib-src/adler32.c
15390            ! ext/Compress/Raw/Zlib/zlib-src/compress.c
15391            ! ext/Compress/Raw/Zlib/zlib-src/crc32.c
15392            ! ext/Compress/Raw/Zlib/zlib-src/deflate.c
15393            ! ext/Compress/Raw/Zlib/zlib-src/infback.c
15394            ! ext/Compress/Raw/Zlib/zlib-src/inffast.c
15395            ! ext/Compress/Raw/Zlib/zlib-src/inflate.c
15396            ! ext/Compress/Raw/Zlib/zlib-src/inftrees.c
15397            ! ext/Compress/Raw/Zlib/zlib-src/trees.c
15398            ! ext/Compress/Raw/Zlib/zlib-src/uncompr.c
15399            ! ext/Compress/Raw/Zlib/zlib-src/zutil.c
15400 ____________________________________________________________________________
15401 [ 28934] By: stevep                                on 2006/10/04  18:45:37
15402         Log: Fixes to compile Perl with g++ and DEBUGGING.
15403      Branch: perl
15404            ! regcomp.pl regnodes.h x2p/a2p.c
15405 ____________________________________________________________________________
15406 [ 28933] By: rgs                                   on 2006/10/04  07:16:04
15407         Log: Subject: [PATCH] Update Stratus VOS files.
15408              From: "Green, Paul" <Paul.Green@stratus.com>
15409              Date: Tue, 3 Oct 2006 17:40:03 -0400
15410              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB022CA121@EXNA.corp.stratus.com>
15411      Branch: perl
15412            + vos/syslog.h
15413            ! MANIFEST vos/Changes vos/vos.c
15414 ____________________________________________________________________________
15415 [ 28932] By: rgs                                   on 2006/10/03  16:39:58
15416         Log: Text::Soundex is now dual-lived.
15417      Branch: perl
15418            ! Porting/Maintainers.pl
15419 ____________________________________________________________________________
15420 [ 28931] By: rgs                                   on 2006/10/03  15:52:33
15421         Log: Subject: [PATCH] threads-shared 1.03 - Changes, Makefile.PL
15422              From: Jerry Hedden <jdhedden@yahoo.com>
15423              Date: Tue, 3 Oct 2006 07:49:37 -0700 (PDT)
15424              Message-ID: <20061003144937.58522.qmail@web30202.mail.mud.yahoo.com>
15425      Branch: perl
15426            + ext/threads/shared/Changes
15427            ! MANIFEST ext/threads/shared/Makefile.PL
15428 ____________________________________________________________________________
15429 [ 28930] By: stevep                                on 2006/10/03  15:36:55
15430         Log: Upgrade to CGI.pm-3.25
15431      Branch: perl
15432            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Util.pm
15433 ____________________________________________________________________________
15434 [ 28929] By: stevep                                on 2006/10/03  15:08:35
15435         Log: Quiet warnings in new test for ExtUtils::Command.
15436      Branch: perl
15437            ! lib/ExtUtils/t/eu_command.t
15438 ____________________________________________________________________________
15439 [ 28928] By: rgs                                   on 2006/10/03  14:53:33
15440         Log: Subject: PATCH: clarify docs for lib.pm
15441              From: Mark Stosberg <mark@summersault.com>
15442              Date: Mon, 25 Sep 2006 15:53:44 -0400
15443              Message-ID: <20060925195512.27418.qmail@lists.develooper.com>
15444              
15445              (further modified by Merijn)
15446      Branch: perl
15447            ! lib/lib_pm.PL
15448 ____________________________________________________________________________
15449 [ 28927] By: stevep                                on 2006/10/03  14:52:45
15450         Log: Move Text::Soundex from lib/ to ext/ and upgrade it to 
15451              Text-Soundex-3.02.
15452      Branch: perl
15453            + ext/Text/Soundex/Changes ext/Text/Soundex/Makefile.PL
15454            + ext/Text/Soundex/README ext/Text/Soundex/Soundex.pm
15455            + ext/Text/Soundex/Soundex.xs
15456           +> ext/Text/Soundex/t/Soundex.t
15457            - lib/Text/Soundex.pm lib/Text/Soundex.t
15458            ! MANIFEST
15459 ____________________________________________________________________________
15460 [ 28926] By: rgs                                   on 2006/10/03  14:36:59
15461         Log: Subject: [patch] convert spare debug flag to DEBUG_U, for Unofficial, User hacking.
15462              From: Jim Cromie <jim.cromie@gmail.com>
15463              Date: Fri, 29 Sep 2006 12:38:56 -0600
15464              Message-ID: <451D6840.3020408@gmail.com>
15465      Branch: perl
15466            ! perl.c perl.h
15467 ____________________________________________________________________________
15468 [ 28925] By: rgs                                   on 2006/10/03  14:29:48
15469         Log: Un-TODO some B tests
15470      Branch: perl
15471            ! ext/B/t/optree_constants.t
15472 ____________________________________________________________________________
15473 [ 28924] By: stevep                                on 2006/10/03  13:51:30
15474         Log: Upgrade to version-0.6701  
15475      Branch: perl
15476            ! lib/version.pm
15477 ____________________________________________________________________________
15478 [ 28923] By: stevep                                on 2006/10/03  13:46:26
15479         Log: Upgrade to threads-shared-1.03
15480      Branch: perl
15481            ! ext/threads/shared/README ext/threads/shared/shared.pm
15482            ! ext/threads/shared/shared.xs ext/threads/shared/t/0nothread.t
15483            ! ext/threads/shared/t/av_refs.t
15484            ! ext/threads/shared/t/av_simple.t
15485            ! ext/threads/shared/t/blessed.t ext/threads/shared/t/cond.t
15486            ! ext/threads/shared/t/disabled.t ext/threads/shared/t/hv_refs.t
15487            ! ext/threads/shared/t/hv_simple.t
15488            ! ext/threads/shared/t/no_share.t
15489            ! ext/threads/shared/t/shared_attr.t
15490            ! ext/threads/shared/t/sv_refs.t
15491            ! ext/threads/shared/t/sv_simple.t ext/threads/shared/t/wait.t
15492            ! mkppport.lst
15493 ____________________________________________________________________________
15494 [ 28922] By: stevep                                on 2006/10/03  13:28:30
15495         Log: Upgrade to threads-1.42
15496      Branch: perl
15497            ! ext/threads/Changes ext/threads/README ext/threads/t/libc.t
15498            ! ext/threads/t/thread.t ext/threads/threads.pm
15499 ____________________________________________________________________________
15500 [ 28921] By: stevep                                on 2006/10/03  13:19:48
15501         Log: Upgrade to ExtUtils-Manifest-1.48
15502      Branch: perl
15503            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
15504 ____________________________________________________________________________
15505 [ 28920] By: stevep                                on 2006/10/03  13:13:53
15506         Log: Upgrade to CPAN-1.88_52
15507      Branch: perl
15508            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm
15509            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
15510            ! lib/CPAN/t/10version.t
15511 ____________________________________________________________________________
15512 [ 28919] By: stevep                                on 2006/10/03  13:08:35
15513         Log: Upgrade to Time-HiRes-1.91
15514      Branch: perl
15515            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
15516            ! ext/Time/HiRes/HiRes.xs
15517 ____________________________________________________________________________
15518 [ 28918] By: stevep                                on 2006/10/03  13:06:06
15519         Log: Update to ExtUtils-Command-1.11
15520      Branch: perl
15521            + lib/ExtUtils/t/eu_command.t
15522            - lib/ExtUtils/t/Command.t
15523            ! MANIFEST lib/ExtUtils/Command.pm
15524 ____________________________________________________________________________
15525 [ 28917] By: rgs                                   on 2006/10/03  11:58:46
15526         Log: Subject: [perl #40427] Segfault in pack 
15527              From: dgay@acm.org (via RT) <perlbug-followup@perl.org>
15528              Date: Thu, 28 Sep 2006 17:30:37 -0700
15529              Message-ID: <rt-3.5.HEAD-31259-1159489837-428.40427-75-0@perl.org>
15530      Branch: perl
15531            ! pp_pack.c
15532 ____________________________________________________________________________
15533 [ 28916] By: rgs                                   on 2006/10/03  07:51:03
15534         Log: Regenerate proto.h
15535      Branch: perl
15536            ! proto.h
15537 ____________________________________________________________________________
15538 [ 28915] By: merijn                                on 2006/10/03  06:56:41
15539         Log: Subject: [PATCH] const sv_reftype
15540              From: Jarkko Hietaniemi <jhi@iki.fi>
15541              Date: Tue, 03 Oct 2006 08:05:24 +0300
15542              Message-ID: <4521EF94.5080602@iki.fi>
15543      Branch: perl
15544            ! embed.fnc pod/perlapi.pod sv.c
15545 ____________________________________________________________________________
15546 [ 28914] By: merijn                                on 2006/10/02  20:50:18
15547         Log: Subject: Re: [PATCH] cflags.SH: rethink of the gcc -std=c89 and -pedantic
15548              From: Jarkko Hietaniemi <jhi@iki.fi>
15549              Date: Mon, 02 Oct 2006 13:04:14 +0300
15550              Message-ID: <4520E41E.8040300@iki.fi>
15551      Branch: perl
15552            ! cflags.SH
15553 ____________________________________________________________________________
15554 [ 28913] By: merijn                                on 2006/10/02  11:10:21
15555         Log: doc typo change on jhi's request
15556      Branch: perl
15557            ! pod/perldiag.pod
15558 ____________________________________________________________________________
15559 [ 28912] By: merijn                                on 2006/10/02  10:09:48
15560         Log: Subject: [PATCH] perldiag.pod: followup on the PerlIO::scalar patch
15561              From: Jarkko Hietaniemi <jhi@iki.fi>
15562              Date: Mon, 02 Oct 2006 12:58:18 +0300
15563              Message-ID: <4520E2BA.1000309@iki.fi>
15564      Branch: perl
15565            ! pod/perldiag.pod
15566 ____________________________________________________________________________
15567 [ 28911] By: nicholas                              on 2006/10/01  20:22:02
15568         Log: In PerlIO_debug(), if tainting or set*id, set PL_perlio_debug_fd to -1
15569              first time through to reduce the checks on subsequent calls.
15570      Branch: perl
15571            ! perlio.c
15572 ____________________________________________________________________________
15573 [ 28910] By: nicholas                              on 2006/10/01  19:29:50
15574         Log: In pp_binmode, call mode_from_discipline() once and remember the result.
15575      Branch: perl
15576            ! pp_sys.c
15577 ____________________________________________________________________________
15578 [ 28909] By: stevep                                on 2006/09/30  14:17:55
15579         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.88_51.tar.gz
15580              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
15581              Date: Sat, 30 Sep 2006 13:44:02 +0200
15582              Message-ID: <87ejttmvel.fsf@k75.linux.bogus>
15583      Branch: perl
15584            + lib/CPAN/Queue.pm
15585            ! MANIFEST lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
15586            ! lib/CPAN/HandleConfig.pm lib/CPAN/SIGNATURE
15587            ! lib/CPAN/t/03pkgs.t
15588 ____________________________________________________________________________
15589 [ 28908] By: davem                                 on 2006/09/30  11:31:14
15590         Log: remove backing up outercc->cur in regmatch()/WHILEM
15591      Branch: perl
15592            ! regexec.c
15593 ____________________________________________________________________________
15594 [ 28907] By: davem                                 on 2006/09/30  00:29:10
15595         Log: assert that backing up outercc->cur in regmatch()/WHILEM is not needed
15596      Branch: perl
15597            ! regexec.c
15598 ____________________________________________________________________________
15599 [ 28906] By: davem                                 on 2006/09/30  00:22:20
15600         Log: add stress test for CURLYX/WHILEM regex ops
15601      Branch: perl
15602            ! t/op/pat.t
15603 ____________________________________________________________________________
15604 [ 28905] By: davem                                 on 2006/09/30  00:07:49
15605         Log: rationalise sayYES and sayNO code in regmatch()
15606      Branch: perl
15607            ! regexec.c regexp.h
15608 ____________________________________________________________________________
15609 [ 28904] By: merijn                                on 2006/09/29  17:54:12
15610         Log: Subject: [PATCH] Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns.
15611              From: demerphq <demerphq@gmail.com>
15612              Date: Fri, 29 Sep 2006 17:39:16 +0200
15613              Message-ID: <9b18b3110609290839i58fa703u59259e4ec1d9f2d9@mail.gmail.com>
15614      Branch: perl
15615            ! ext/re/re.pm regcomp.c regcomp.h win32/Makefile
15616 ____________________________________________________________________________
15617 [ 28903] By: stevep                                on 2006/09/29  15:10:41
15618         Log: Subject: [PATCH] PerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling seekand don't talk to negative strangers
15619              From: Jarkko Hietaniemi <jhi@iki.fi>
15620              Date: Fri, 29 Sep 2006 17:41:28 +0300
15621              Message-ID: <451D3098.1000305@iki.fi>
15622      Branch: perl
15623            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
15624            ! pod/perldiag.pod
15625 ____________________________________________________________________________
15626 [ 28902] By: merijn                                on 2006/09/29  15:05:22
15627         Log: Subject: Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re pluggable under threads)
15628              From: demerphq <demerphq@gmail.com>
15629              Date: Fri, 29 Sep 2006 16:57:07 +0200
15630              Message-ID: <9b18b3110609290757n62b3484i7bb948f965524191@mail.gmail.com>
15631      Branch: perl
15632            ! perl.h regcomp.c regexp.h
15633 ____________________________________________________________________________
15634 [ 28901] By: stevep                                on 2006/09/29  13:55:55
15635         Log: Fix debug format in regcomp.c that was failing under
15636              -Doptimize="-g"
15637      Branch: perl
15638            ! regcomp.c
15639 ____________________________________________________________________________
15640 [ 28900] By: merijn                                on 2006/09/29  12:29:24
15641         Log: Subject: Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re pluggable under threads)
15642              From: demerphq <demerphq@gmail.com>
15643              Date: Fri, 29 Sep 2006 12:41:26 +0200
15644              Message-ID: <9b18b3110609290341p11767110sec20a6fee2038a00@mail.gmail.com>
15645      Branch: perl
15646            + ext/re/t/lexical_debug.pl ext/re/t/lexical_debug.t
15647            ! MANIFEST embed.fnc embed.h embedvar.h ext/re/re.pm
15648            ! ext/re/re.xs ext/re/t/re.t op.c perl.h perlapi.h pp.c pp_ctl.c
15649            ! pp_hot.c proto.h regcomp.c regcomp.h regcomp.pl regexec.c
15650            ! regexp.h regnodes.h sv.c thrdvar.h
15651 ____________________________________________________________________________
15652 [ 28899] By: nicholas                              on 2006/09/28  22:15:57
15653         Log: Silence two warnings from gcc when being -pedantic
15654      Branch: perl
15655            ! perl.h
15656 ____________________________________________________________________________
15657 [ 28898] By: merijn                                on 2006/09/28  11:23:38
15658         Log: Subject: Re: reentr reshuffle
15659              From: Jarkko Hietaniemi <jhi@iki.fi>
15660              Date: Thu, 28 Sep 2006 14:15:45 +0300
15661              Message-ID: <451BAEE1.1070509@iki.fi>
15662      Branch: perl
15663            ! reentr.h reentr.pl
15664 ____________________________________________________________________________
15665 [ 28897] By: merijn                                on 2006/09/28  10:36:00
15666         Log: Regen for #28896
15667      Branch: perl
15668            ! reentr.c reentr.h
15669 ____________________________________________________________________________
15670 [ 28896] By: merijn                                on 2006/09/28  10:30:21
15671         Log: Subject: reentr reshuffle
15672              From: Jarkko Hietaniemi <jhi@iki.fi>
15673              Date: Thu, 28 Sep 2006 12:40:04 +0300
15674              Message-ID: <451B9874.7060000@iki.fi>
15675      Branch: perl
15676            ! pod/perlembed.pod pod/perlxs.pod reentr.pl
15677 ____________________________________________________________________________
15678 [ 28895] By: rgs                                   on 2006/09/27  08:45:02
15679         Log: Saddest patch I ever had to apply.
15680      Branch: perl
15681            ! Porting/Maintainers.pl
15682 ____________________________________________________________________________
15683 [ 28894] By: steveh                                on 2006/09/27  08:37:23
15684         Log: I think we need to skip PL_regdupe as well as Perl_regdupe
15685              when USE_ITHREADS is not defined
15686              
15687              See: http://www.nntp.perl.org/group/perl.daily-build.reports/41274
15688      Branch: perl
15689            ! makedef.pl
15690 ____________________________________________________________________________
15691 [ 28893] By: nicholas                              on 2006/09/26  22:29:09
15692         Log: Make Perl_regdupe only exist for threaded perls.
15693      Branch: perl
15694            ! embed.fnc embed.h ext/re/re.xs makedef.pl proto.h regcomp.c
15695            ! thrdvar.h
15696 ____________________________________________________________________________
15697 [ 28892] By: davem                                 on 2006/09/25  22:01:36
15698         Log: Automate generation of the regmatch() state constants
15699              
15700              Subject:  Re: Problem with EVAL handling in bleads iterative regex code.
15701              From:  demerphq <demerphq@gmail.com>
15702              Date:  Mon, 25 Sep 2006 20:09:07 +0200
15703              Message-Id:  <9b18b3110609251109t4cb1d443y87d7a7dc94fcfc24@mail.gmail.com>
15704      Branch: perl
15705            ! regcomp.c regcomp.pl regcomp.sym regexec.c regnodes.h
15706 ____________________________________________________________________________
15707 [ 28891] By: nicholas                              on 2006/09/25  20:47:34
15708         Log: Subject: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re
15709              From: demerphq <demerphq@gmail.com>
15710              Message-ID: <9b18b3110609170557r73d94c18v90285bd57a38b876@mail.gmail.com>
15711              Date: Sun, 17 Sep 2006 14:57:57 +0200
15712      Branch: perl
15713            ! embed.fnc embed.h embedvar.h ext/re/re.xs ext/re/re_top.h
15714            ! global.sym perl.h perlapi.h proto.h regcomp.c sv.c thrdvar.h
15715 ____________________________________________________________________________
15716 [ 28890] By: rgs                                   on 2006/09/25  13:28:24
15717         Log: Remove three X<...> that cannot be handled by pod2text currently
15718              (spotted by David Landgren)
15719      Branch: perl
15720            ! pod/perlref.pod
15721 ____________________________________________________________________________
15722 [ 28889] By: rgs                                   on 2006/09/25  13:10:45
15723         Log: Subject: [PATCH] perlref clarification (was: Re: Is this a bug or a feature?)
15724              From: David Landgren <david@landgren.net>
15725              Date: Mon, 25 Sep 2006 15:03:33 +0200
15726              Message-ID: <4517D3A5.4010200@landgren.net>
15727      Branch: perl
15728            ! pod/perlref.pod
15729 ____________________________________________________________________________
15730 [ 28888] By: davem                                 on 2006/09/25  10:03:41
15731         Log: Fix re debug formatting nits
15732              
15733              From: demerphq <demerphq@gmail.com>
15734              Message-ID: <9b18b3110609250237h4dcf1784s487f1979b2b431b9@mail.gmail.com>
15735              Date: Mon, 25 Sep 2006 11:37:36 +0200
15736              Subject: Re: Problem with EVAL handling in bleads iterative regex code.
15737      Branch: perl
15738            ! regexec.c
15739 ____________________________________________________________________________
15740 [ 28887] By: rgs                                   on 2006/09/25  08:31:37
15741         Log: Typo fix in overload docs
15742      Branch: perl
15743            ! lib/overload.pm
15744 ____________________________________________________________________________
15745 [ 28886] By: nicholas                              on 2006/09/25  07:12:36
15746         Log: Subject: Re: Change 28877: [PATCH] deal with some gcc warnings
15747              From: Jarkko Hietaniemi <jhi@iki.fi>
15748              Message-ID: <45175CA4.3020900@iki.fi>
15749              Date: Mon, 25 Sep 2006 07:35:48 +0300
15750              
15751              remove casts that were causing failure on FreeBSD -Duse64bitint, and
15752              some other cleanups.
15753      Branch: perl
15754            ! doio.c reentr.c reentr.pl
15755 ____________________________________________________________________________
15756 [ 28885] By: davem                                 on 2006/09/25  01:23:31
15757         Log: eliminate PL_regindent and improve -Mre=Debug,STATE output
15758      Branch: perl
15759            ! perl.c regexec.c regexp.h
15760 ____________________________________________________________________________
15761 [ 28884] By: davem                                 on 2006/09/24  22:31:59
15762         Log: fix regression introduced in #27778: must backtrack into inner regex
15763              "aa" =~ /(??{"a+"})a/
15764      Branch: perl
15765            ! regexec.c regexp.h t/op/pat.t t/op/re_tests
15766 ____________________________________________________________________________
15767 [ 28883] By: davem                                 on 2006/09/24  22:03:05
15768         Log: in S_regmatch(), convert state var st->cc into local var cur_curlyx
15769      Branch: perl
15770            ! regexec.c regexp.h
15771 ____________________________________________________________________________
15772 [ 28882] By: davem                                 on 2006/09/24  21:23:28
15773         Log: allow fields in re_tests to include \x{nnn} etc
15774      Branch: perl
15775            ! t/op/re_tests t/op/regexp.t
15776 ____________________________________________________________________________
15777 [ 28881] By: stevep                                on 2006/09/23  16:58:17
15778         Log: Upgrade to CPAN-1.8801.
15779      Branch: perl
15780            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Tarzip.pm
15781 ____________________________________________________________________________
15782 [ 28880] By: rgs                                   on 2006/09/21  15:08:54
15783         Log: Document the values that mad_key can hold
15784              (by Larry)
15785      Branch: perl
15786            ! op.h
15787 ____________________________________________________________________________
15788 [ 28879] By: rgs                                   on 2006/09/21  14:52:15
15789         Log: Subject: RE: Combining UTF-16 output with :crlf is awkward
15790              From: "Jan Dubois" <jand@ActiveState.com>
15791              Date: Thu, 6 Apr 2006 18:37:21 -0700
15792              Message-ID: <0bbe01c659e3$d0c334a0$2217a8c0@candy>
15793      Branch: perl
15794            ! perlio.c
15795 ____________________________________________________________________________
15796 [ 28878] By: merijn                                on 2006/09/21  12:02:14
15797         Log: Subject: Re: \N{...} in regular expression [PATCH]
15798              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15799              Date: Thu, 21 Sep 2006 20:47:02 +0900
15800              Message-Id: <20060921204520.80A6.BQW10602@nifty.com>
15801      Branch: perl
15802            ! pod/perlop.pod
15803 ____________________________________________________________________________
15804 [ 28877] By: rgs                                   on 2006/09/21  07:54:10
15805         Log: Subject: [PATCH] deal with some gcc warnings
15806              From: Jarkko Hietaniemi <jhi@iki.fi>
15807              Date: Thu, 21 Sep 2006 09:08:47 +0300
15808              Message-ID: <45122C6F.9080904@iki.fi>
15809      Branch: perl
15810            ! doio.c reentr.c reentr.pl regcomp.c regexec.c sv.c toke.c
15811            ! util.c
15812 ____________________________________________________________________________
15813 [ 28876] By: stevep                                on 2006/09/21  02:17:30
15814         Log: Subject: [perl #40369] File::Find mishandles non-dangling symlinks
15815              From: ammon@rhythm.com (via RT) <perlbug-followup@perl.org>
15816              Date: Tue, 19 Sep 2006 20:56:32 -0700
15817              Message-ID: <rt-3.5.HEAD-31258-1158724592-1714.40369-75-0@perl.org>
15818      Branch: perl
15819            ! lib/File/Find.pm
15820 ____________________________________________________________________________
15821 [ 28875] By: rgs                                   on 2006/09/20  16:12:14
15822         Log: Deliver SIGILL, SIGBUS and SIGSEGV always in an "unsafe" manner.
15823              
15824              Subject: Safe signals and SIGSEGV
15825              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
15826              Date: Fri, 8 Sep 2006 17:43:41 +0200
15827              Message-ID: <20060908174341.0cc7988f@grubert.mandriva.com>
15828      Branch: perl
15829            ! mg.c
15830 ____________________________________________________________________________
15831 [ 28874] By: rgs                                   on 2006/09/20  15:22:22
15832         Log: prototype() wasn't working to get the prototype of optional core
15833              keywords (like say, err, given.) Fix this by adding a parameter to
15834              Perl_keyword to always get the keyword number, even if the feature
15835              isn't in effect.
15836      Branch: perl
15837            ! embed.fnc embed.h perl_keyword.pl pp.c proto.h t/op/cproto.t
15838            ! toke.c
15839 ____________________________________________________________________________
15840 [ 28873] By: rgs                                   on 2006/09/20  11:53:59
15841         Log: Subject: Re: [PATCH] Patch for win32.c to fix #38723 and #39531
15842              From: Andrew Savige <ajsavige@yahoo.com.au>
15843              Date: Tue, 19 Sep 2006 23:42:31 +1000 (EST)
15844              Message-ID: <20060919134231.87370.qmail@web56407.mail.re3.yahoo.com>
15845      Branch: perl
15846            ! win32/win32.c
15847 ____________________________________________________________________________
15848 [ 28872] By: merijn                                on 2006/09/19  19:09:36
15849         Log: Subject: Re: \N{...} in regular expression [PATCH]
15850              From: demerphq <demerphq@gmail.com>
15851              Date: Tue, 19 Sep 2006 20:36:17 +0200
15852              Message-ID: <9b18b3110609191136v4d595f37pa0a52b8c20851588@mail.gmail.com>
15853      Branch: perl
15854            ! regcomp.c
15855 ____________________________________________________________________________
15856 [ 28871] By: rgs                                   on 2006/09/19  14:05:48
15857         Log: Upgrade to podlators 2.0.5
15858      Branch: perl
15859            + lib/Pod/t/pod-parser.t
15860            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/t/basic.man
15861            ! lib/Pod/t/basic.t lib/Pod/t/filehandle.t lib/Pod/t/man.t
15862 ____________________________________________________________________________
15863 [ 28870] By: merijn                                on 2006/09/19  11:16:11
15864         Log: Changed +DA2.0w to +DD64; Added notes about C ANSI C updates
15865              on HP-UX 11.00.
15866      Branch: perl
15867            ! README.hpux
15868 ____________________________________________________________________________
15869 [ 28869] By: rgs                                   on 2006/09/19  07:54:24
15870         Log: Subject: Re: [PATCH] lib/File/Copy.t - test descriptions and minor fixes
15871              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
15872              Date: Mon, 18 Sep 2006 17:36:50 -0300
15873              Message-ID: <73ddeb6c0609181336g53a90dceo9a29777f7686e372@mail.gmail.com>
15874      Branch: perl
15875            ! lib/File/Copy.t
15876 ____________________________________________________________________________
15877 [ 28868] By: merijn                                on 2006/09/19  06:56:36
15878         Log: Subject: Re: \N{...} in regular expression [PATCH]
15879              From: demerphq <demerphq@gmail.com>
15880              Date: Tue, 19 Sep 2006 01:37:19 +0200
15881              Message-ID: <9b18b3110609181637m796d6c16o1b2741edc5f09eb2@mail.gmail.com>
15882      Branch: perl
15883            + t/lib/Cname.pm
15884            ! MANIFEST embed.fnc embed.h pod/perldiag.pod proto.h regcomp.c
15885            ! regexec.c t/op/pat.t toke.c
15886 ____________________________________________________________________________
15887 [ 28867] By: merijn                                on 2006/09/19  06:45:26
15888         Log: Subject: [PATCH] C++: add -Wno-used-parameter, and drop ODBM_File
15889              From: Jarkko Hietaniemi <jhi@iki.fi>
15890              Date: Tue, 19 Sep 2006 09:19:22 +0300
15891              Message-ID: <450F8BEA.1010802@iki.fi>
15892      Branch: perl
15893            ! Makefile.SH cflags.SH
15894 ____________________________________________________________________________
15895 [ 28866] By: rgs                                   on 2006/09/18  09:04:02
15896         Log: Fix declaration-after-statement problem
15897              
15898              Subject: [bug] IO::Socket's IO.xs fails to compile
15899              From: Sebastian Steinlechner <steinlechner@gmx.net>
15900              Date: Mon, 18 Sep 2006 01:38:31 +0200
15901              Message-ID: <450DDC77.2060405@gmx.net>
15902      Branch: perl
15903            ! ext/IO/IO.xs
15904 ____________________________________________________________________________
15905 [ 28865] By: rgs                                   on 2006/09/18  08:37:21
15906         Log: Subject: [PATCH] bleed -  silence warning in sv.c
15907              From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
15908              Date: Mon, 18 Sep 2006 01:30:05 -0700
15909              Message-ID: <450E590D.1060205@p6m7g8.com>
15910      Branch: perl
15911            ! sv.c
15912 ____________________________________________________________________________
15913 [ 28864] By: rgs                                   on 2006/09/18  08:35:21
15914         Log: Subject: [PATCH] Re: [perl #37714] XSUB.h version check may fail due to locale
15915              From: John Peacock <jpeacock@rowman.com>
15916              Date: Sun, 17 Sep 2006 16:58:58 -0400
15917              Message-ID: <450DB712.4040703@rowman.com>
15918      Branch: perl
15919            ! universal.c util.c
15920 ____________________________________________________________________________
15921 [ 28863] By: nicholas                              on 2006/09/17  19:26:01
15922         Log: Fix one genuine unitialised code path spotted by gcc, and a signed/
15923              unsigned warning.
15924      Branch: perl
15925            ! doio.c
15926 ____________________________________________________________________________
15927 [ 28862] By: nicholas                              on 2006/09/17  18:52:00
15928         Log: Avoid compiler warning about a variable that isn't used when
15929              -DDEBUGGING is not in force.
15930      Branch: perl
15931            ! regcomp.c
15932 ____________________________________________________________________________
15933 [ 28861] By: rgs                                   on 2006/09/17  13:32:18
15934         Log: A better version of change #28847
15935      Branch: perl
15936            ! universal.c util.c
15937 ____________________________________________________________________________
15938 [ 28860] By: rgs                                   on 2006/09/17  12:07:27
15939         Log: Subject: [PATCH] util.c: restore Perl_my_setenv() to pre-28814
15940              From: Jarkko Hietaniemi <jhi@iki.fi>
15941              Date: Sun, 17 Sep 2006 10:29:08 +0300
15942              Message-ID: <450CF944.7000402@iki.fi>
15943      Branch: perl
15944            ! util.c
15945 ____________________________________________________________________________
15946 [ 28859] By: nicholas                              on 2006/09/17  10:39:27
15947         Log: Some notes about struct block_loop
15948      Branch: perl
15949            ! cop.h
15950 ____________________________________________________________________________
15951 [ 28858] By: nicholas                              on 2006/09/17  00:06:53
15952         Log: Store a pointer to the op in struct block_loop, rather than the 
15953              pointers to last and redo. (for ithreads also drop the next pointer,
15954              as pp_ctl.c doesn't re-write it for ithreads). This shrinks the struct
15955              to 40 bytes on ILP32 systems, and therefore struct block to 64 bytes.
15956      Branch: perl
15957            ! cop.h pp_ctl.c scope.c sv.c
15958 ____________________________________________________________________________
15959 [ 28857] By: stevep                                on 2006/09/16  20:19:08
15960         Log: Upgrade to CPAN-CPAN-1.87_64
15961      Branch: perl
15962            ! lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
15963            ! lib/CPAN/HandleConfig.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE
15964            ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
15965 ____________________________________________________________________________
15966 [ 28856] By: stevep                                on 2006/09/16  19:37:51
15967         Log: Upgrade to ExtUtils-ParseXS-2.16.  There actually are a couple of
15968              changes in bleadperl not in the new version, so version was bumped
15969              to 2.16_01.
15970      Branch: perl
15971            ! lib/ExtUtils/ParseXS.pm
15972 ____________________________________________________________________________
15973 [ 28855] By: nicholas                              on 2006/09/16  17:59:17
15974         Log: Shrink the interpreter structure by 4 bytes (usually) by making
15975              PL_in_eval a U8 and PL_delaymagic a U16. (And corresponding changes
15976              in struct block_eval in cop.h to avoid any possible compiler warnings)
15977      Branch: perl
15978            ! cop.h thrdvar.h
15979 ____________________________________________________________________________
15980 [ 28853] By: nicholas                              on 2006/09/16  17:07:03
15981         Log: Revert changes 28772, 28773, 28774 as they won't gain us anything - I
15982              failed to realise that struct block_sub is not the largest of the
15983              4 structures in the block.blk_u union. (It's actually block_loop)
15984      Branch: perl
15985            ! cop.h pp_ctl.c pp_hot.c scope.c sv.c
15986 ____________________________________________________________________________
15987 [ 28851] By: craigb                                on 2006/09/16  15:14:36
15988         Log: return value of -1 without errno set is ok in 
15989              ext/POSIX/t/sysconf.t (it just means the feature is
15990              not implemented, not defined, or has no limit)
15991      Branch: perl
15992            ! ext/POSIX/t/sysconf.t
15993 ____________________________________________________________________________
15994 [ 28850] By: rgs                                   on 2006/09/16  06:32:36
15995         Log: No declarations after statements ! (noticed by Sadahiro Tomoyuki)
15996      Branch: perl
15997            ! util.c
15998 ____________________________________________________________________________
15999 [ 28849] By: nicholas                              on 2006/09/15  22:03:53
16000         Log: Avoid warnings when $Config{d_cplusplus} is undefined.
16001      Branch: perl
16002            ! ext/Encode/bin/enc2xs
16003 ____________________________________________________________________________
16004 [ 28848] By: craigb                                on 2006/09/15  00:39:32
16005         Log: More hacking in util.c's ifdef jungle following 28844 to avoid
16006              duplicate definition of Perl_my_setenv on VMS.
16007      Branch: perl
16008            ! util.c
16009 ____________________________________________________________________________
16010 [ 28847] By: rgs                                   on 2006/09/14  15:31:22
16011         Log: Fix for bug #37714: XSUB.h version check may fail due to locale
16012              Always convert version to number under C locale settings
16013      Branch: perl
16014            ! util.c
16015 ____________________________________________________________________________
16016 [ 28846] By: stevep                                on 2006/09/14  15:24:04
16017         Log: Subject: [PATCH] C++ Encode
16018              From: Jarkko Hietaniemi <jhi@iki.fi>
16019              Date: Thu, 14 Sep 2006 09:05:10 +0300
16020              Message-ID: <4508F116.40606@iki.fi>
16021      Branch: perl
16022            ! ext/Encode/bin/enc2xs
16023 ____________________________________________________________________________
16024 [ 28845] By: rgs                                   on 2006/09/14  14:18:32
16025         Log: MakeMaker is being split in new sub-distributions on CPAN
16026      Branch: perl
16027            ! Porting/Maintainers.pl
16028 ____________________________________________________________________________
16029 [ 28844] By: rgs                                   on 2006/09/14  12:39:16
16030         Log: Subject: Re: Re: [PATCH] C++: Solaris CC now compiles "perl"
16031              From: demerphq <demerphq@gmail.com>
16032              Date: Thu, 14 Sep 2006 14:28:16 +0200
16033              Message-ID: <9b18b3110609140528x49e063aay724169d7f1e49531@mail.gmail.com>
16034      Branch: perl
16035            ! util.c
16036 ____________________________________________________________________________
16037 [ 28843] By: craigb                                on 2006/09/14  03:50:18
16038         Log: Define d_cplusplus on VMS when appropriate
16039      Branch: perl
16040            ! configure.com
16041 ____________________________________________________________________________
16042 [ 28842] By: stevep                                on 2006/09/14  01:36:13
16043         Log: Subject: [PATCH] (1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CC
16044              From: Jarkko Hietaniemi <jhi@iki.fi>
16045              Date: Wed, 13 Sep 2006 20:19:04 +0300
16046              Message-ID: <45083D88.7050207@iki.fi>
16047              
16048              Plus a tweak to the name of CC.
16049      Branch: perl
16050            ! cflags.SH hints/solaris_2.sh perl.h
16051 ____________________________________________________________________________
16052 [ 28841] By: stevep                                on 2006/09/14  01:10:01
16053         Log: Regenerated mktables.lst per Yves Orton's suggestion.
16054      Branch: perl
16055            ! lib/unicore/mktables.lst
16056 ____________________________________________________________________________
16057 [ 28840] By: stevep                                on 2006/09/13  16:05:33
16058         Log: darwin also seems to be lacking a dl_unload_file() in its
16059              DynaLoader, so some additional skips are needed.  If I only
16060              had a NeXT to test with now...
16061      Branch: perl
16062            ! ext/DynaLoader/t/DynaLoader.t
16063 ____________________________________________________________________________
16064 [ 28839] By: stevep                                on 2006/09/13  15:34:46
16065         Log: Add darwin to the list of OS's that fail to pass test 
16066              op/sprintf.t #157.  Newer versions appear to be OK, 
16067              but Mac OS X 10.2.X regularly fail with this test.
16068      Branch: perl
16069            ! t/op/sprintf.t
16070 ____________________________________________________________________________
16071 [ 28838] By: stevep                                on 2006/09/13  14:59:01
16072         Log: Test cases for version cannot handle Test::More versions that
16073              end with _0X.  TODO-ing the failing test cases for now.
16074      Branch: perl
16075            ! lib/version.t
16076 ____________________________________________________________________________
16077 [ 28837] By: rgs                                   on 2006/09/13  14:23:38
16078         Log: Upgrade to CPAN 1.87_63
16079      Branch: perl
16080            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
16081            ! lib/CPAN/SIGNATURE
16082 ____________________________________________________________________________
16083 [ 28836] By: stevep                                on 2006/09/13  13:35:32
16084         Log: Upgrade to Test-Simple-0.64_02
16085      Branch: perl
16086            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
16087            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
16088            ! lib/Test/Simple/Changes
16089            ! lib/Test/Simple/t/00test_harness_check.t
16090            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
16091            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
16092            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/fail_one.t
16093            ! lib/Test/Simple/t/harness_active.t
16094            ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/is_fh.t
16095            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
16096            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_bad.t
16097            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/sort_bug.t
16098            ! lib/Test/Simple/t/threads.t
16099 ____________________________________________________________________________
16100 [ 28835] By: rgs                                   on 2006/09/13  13:27:05
16101         Log: Bump version and other misc. changes. 3rd patch from:
16102              
16103              Subject: [PATCH] thread 1.41 - A drama in three parts
16104              From: "Jerry D. Hedden" <jdhedden@cpan.org>
16105              Date: Sun, 10 Sep 2006 09:12:06 -0700
16106              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
16107      Branch: perl
16108            ! ext/threads/Changes ext/threads/README ext/threads/t/state.t
16109            ! ext/threads/t/thread.t ext/threads/threads.pm
16110            ! ext/threads/threads.xs
16111 ____________________________________________________________________________
16112 [ 28834] By: rgs                                   on 2006/09/13  13:21:07
16113         Log: Statically allocate the main thread.
16114              2nd patch from:
16115              
16116              Subject: [PATCH] thread 1.41 - A drama in three parts
16117              From: "Jerry D. Hedden" <jdhedden@cpan.org>
16118              Date: Sun, 10 Sep 2006 09:12:06 -0700
16119              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
16120      Branch: perl
16121            ! ext/threads/threads.xs
16122 ____________________________________________________________________________
16123 [ 28833] By: rgs                                   on 2006/09/13  13:15:44
16124         Log: Race condition fix in threads.pm
16125              First patch from:
16126              
16127              Subject: [PATCH] thread 1.41 - A drama in three parts
16128              From: "Jerry D. Hedden" <jdhedden@cpan.org>
16129              Date: Sun, 10 Sep 2006 09:12:06 -0700
16130              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
16131      Branch: perl
16132            ! ext/threads/threads.xs
16133 ____________________________________________________________________________
16134 [ 28832] By: rgs                                   on 2006/09/13  09:55:09
16135         Log: Subject: mktables executes seven time per build sigh
16136              From: demerphq <demerphq@gmail.com>
16137              Date: Sun, 10 Sep 2006 17:52:10 +0200
16138              Message-ID: <9b18b3110609100852q2cfc2497ufceda5ff5d0875e3@mail.gmail.com>
16139              
16140              (Fix for Windows)
16141      Branch: perl
16142            ! lib/unicore/mktables win32/Makefile
16143 ____________________________________________________________________________
16144 [ 28831] By: rgs                                   on 2006/09/13  09:44:26
16145         Log: Subject: [perl #40328] B::Deparse pod does not list failure to grok outer lexical scopes in BUGS section 
16146              From: David Nicol (via RT) <perlbug-followup@perl.org>
16147              Date: Tue, 12 Sep 2006 13:21:24 -0700
16148              Message-ID: <rt-3.5.HEAD-31259-1158092484-244.40328-75-0@perl.org>
16149      Branch: perl
16150            ! ext/B/B/Deparse.pm
16151 ____________________________________________________________________________
16152 [ 28830] By: rgs                                   on 2006/09/13  09:36:11
16153         Log: Subject: [perl #40327] Doc patch for perlfunc.pod 
16154              From: merijnb@ms.com (via RT) <perlbug-followup@perl.org>
16155              Date: Tue, 12 Sep 2006 09:12:12 -0700
16156              Message-ID: <rt-3.5.HEAD-31259-1158077531-1067.40327-75-0@perl.org>
16157      Branch: perl
16158            ! pod/perlfunc.pod
16159 ____________________________________________________________________________
16160 [ 28829] By: merijn                                on 2006/09/13  06:51:55
16161         Log: Accumulated fixes from earlier backports, amongst of which:
16162              Subject: [PATCH] remove -Wdeclaration-after-statement scan from Configure
16163              From: Jarkko Hietaniemi <jhi@iki.fi>
16164              Date: Tue, 12 Sep 2006 07:19:32 +0300
16165              Message-ID: <45063554.1040301@iki.fi>
16166      Branch: perl
16167            ! Configure Porting/Glossary config_h.SH
16168 ____________________________________________________________________________
16169 [ 28827] By: rgs                                   on 2006/09/12  15:51:53
16170         Log: Disable study() for utf-8 strings
16171              
16172              Subject: Re: Re: [Fwd: Smoke [5.9.4] 28821 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)]
16173              From: demerphq <demerphq@gmail.com>
16174              Date: Tue, 12 Sep 2006 17:08:55 +0200
16175              Message-ID: <9b18b3110609120808jceb84ces55ef29c2f2b73ebc@mail.gmail.com>
16176      Branch: perl
16177            ! pp.c
16178 ____________________________________________________________________________
16179 [ 28826] By: stevep                                on 2006/09/12  15:30:57
16180         Log: Upgrade to CPAN-1.87_62
16181      Branch: perl
16182            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
16183 ____________________________________________________________________________
16184 [ 28825] By: rgs                                   on 2006/09/12  14:49:21
16185         Log: Upgrade to MakeMaker 6.30_04
16186      Branch: perl
16187            + lib/ExtUtils/t/build_man.t lib/ExtUtils/t/pm.t
16188            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Any.pm
16189            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
16190            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
16191            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
16192            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/MM_Win32.t
16193            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/revision.t
16194 ____________________________________________________________________________
16195 [ 28824] By: rgs                                   on 2006/09/12  14:04:54
16196         Log: More warnings silencing, including suggestions by Dominic Dunlop
16197      Branch: perl
16198            ! regcomp.c regexec.c
16199 ____________________________________________________________________________
16200 [ 28823] By: rgs                                   on 2006/09/12  07:26:46
16201         Log: Subject: [PATCH] Re: C++ status [Fwd: Smoke [5.9.4] 28776 FAIL(FM) OSF1 V5.1 (EV6/4 cpu)]
16202              From: Dominic Dunlop <domo@computer.org>
16203              Date: Tue, 12 Sep 2006 09:13:41 +0200
16204              Message-Id: <6FD7503D-349B-4BE4-B457-D79458900FA0@computer.org>
16205      Branch: perl
16206            ! sv.c
16207 ____________________________________________________________________________
16208 [ 28822] By: rgs                                   on 2006/09/12  07:22:40
16209         Log: Another warning-silencing cast
16210      Branch: perl
16211            ! regcomp.c
16212 ____________________________________________________________________________
16213 [ 28821] By: rgs                                   on 2006/09/11  13:05:16
16214         Log: POD fixes in perlce manpage
16215      Branch: perl
16216            ! README.ce
16217 ____________________________________________________________________________
16218 [ 28820] By: rgs                                   on 2006/09/11  12:32:35
16219         Log: FAQ sync
16220      Branch: perl
16221            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
16222            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16223            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
16224            ! pod/perlfaq9.pod
16225 ____________________________________________________________________________
16226 [ 28819] By: rgs                                   on 2006/09/11  11:51:04
16227         Log: Fix a few more printf format warnings
16228      Branch: perl
16229            ! regexec.c
16230 ____________________________________________________________________________
16231 [ 28818] By: rgs                                   on 2006/09/11  10:19:20
16232         Log: Fix definition of macro HOP3 (spotted by a gcc warning)
16233      Branch: perl
16234            ! regexec.c
16235 ____________________________________________________________________________
16236 [ 28817] By: rgs                                   on 2006/09/11  10:12:32
16237         Log: Fix some compilation warnings
16238      Branch: perl
16239            ! regcomp.c
16240 ____________________________________________________________________________
16241 [ 28816] By: rgs                                   on 2006/09/11  10:04:19
16242         Log: Subject: [PATCH] Teach regex optimiser how to handle (?=) and (?<=) properly.
16243              From: demerphq <demerphq@gmail.com>
16244              Date: Sat, 9 Sep 2006 22:00:05 +0200
16245              Message-ID: <9b18b3110609091300x1fd0b15dt32932902a0a80674@mail.gmail.com>
16246      Branch: perl
16247            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regcomp.sym
16248            ! regexec.c regnodes.h sv.c t/op/re_tests t/op/regexp.t
16249 ____________________________________________________________________________
16250 [ 28815] By: rgs                                   on 2006/09/11  09:14:58
16251         Log: Subject: Re: [perl #40302] sigtrap(3pm) man page is vague
16252              From: "David Nicol" <davidnicol@gmail.com>
16253              Date: Fri, 8 Sep 2006 11:19:23 -0500
16254              Message-ID: <934f64a20609080919g3d0add8cr1ca3d1c7ea9a5d32@mail.gmail.com>
16255      Branch: perl
16256            ! lib/sigtrap.pm
16257 ____________________________________________________________________________
16258 [ 28814] By: rgs                                   on 2006/09/11  08:56:21
16259         Log: Subject: [PATCH] C++: Solaris CC now compiles "perl"
16260              From: Jarkko Hietaniemi <jhi@iki.fi>
16261              Date: Sat, 09 Sep 2006 15:29:12 +0300
16262              Message-ID: <4502B398.6060505@iki.fi>
16263      Branch: perl
16264            ! hints/solaris_2.sh opcode.h opcode.pl perl.h perlio.c
16265            ! unixish.h util.c
16266 ____________________________________________________________________________
16267 [ 28813] By: rgs                                   on 2006/09/11  08:41:50
16268         Log: Subject: NULL and sv_setpv vs. newSVpv
16269              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
16270              Date: Sun, 10 Sep 2006 20:31:46 -0700 (PDT)
16271              Message-ID: <8750.24.19.24.170.1157945506.squirrel@24.19.24.170>
16272      Branch: perl
16273            ! sv.c
16274 ____________________________________________________________________________
16275 [ 28812] By: steveh                                on 2006/09/08  16:08:53
16276         Log: Update Porting/Maintainers.pl w.r.t. #28811
16277      Branch: perl
16278            ! Porting/Maintainers.pl
16279 ____________________________________________________________________________
16280 [ 28811] By: steveh                                on 2006/09/08  16:05:53
16281         Log: Subject: [PATCH] Add Params::Check to the core
16282              From: "Jos Boumans" <kane@dwim.org>
16283              Date: Fri, 8 Sep 2006 13:57:16 +0200 (CEST)
16284              Message-ID: <8319.80.127.35.68.1157716636.squirrel@webmail.xs4all.nl>
16285              
16286              (Just the Params-Check part: Locale-Maketext-Simple has already been
16287              added by change #28809)
16288      Branch: perl
16289            + lib/Params/Check.pm lib/Params/Check/t/01_Params-Check.t
16290            ! MANIFEST
16291 ____________________________________________________________________________
16292 [ 28810] By: steveh                                on 2006/09/08  15:33:18
16293         Log: Update Porting/Maintainers.pl w.r.t. #28809
16294      Branch: perl
16295            ! Porting/Maintainers.pl
16296 ____________________________________________________________________________
16297 [ 28809] By: steveh                                on 2006/09/08  15:19:50
16298         Log: Subject: Re: [PATCH] Add Locale::Maketext::Simple to the core
16299              From: kane@xs4all.nl
16300              Date: Sun, 13 Aug 2006 15:51:58 +0200 (CEST)
16301              Message-ID: <24406.80.127.35.68.1155477118.squirrel@webmail.xs4all.nl>
16302              
16303              Actually added 0.18, rather than 0.17 which this PATCH contained, for
16304              an updated licence statement.
16305      Branch: perl
16306            + lib/Locale/Maketext/Simple.pm
16307            + lib/Locale/Maketext/Simple/t/0-signature.t
16308            + lib/Locale/Maketext/Simple/t/1-basic.t
16309            ! MANIFEST
16310 ____________________________________________________________________________
16311 [ 28808] By: rgs                                   on 2006/09/08  08:36:32
16312         Log: Use %^H instead of $^H for the assertions pragma
16313      Branch: perl
16314            ! lib/assertions.pm op.c perl.h
16315 ____________________________________________________________________________
16316 [ 28807] By: rgs                                   on 2006/09/08  07:39:10
16317         Log: Remove empty typemap file
16318      Branch: perl
16319            - ext/threads/shared/typemap
16320            ! MANIFEST
16321 ____________________________________________________________________________
16322 [ 28806] By: craigb                                on 2006/09/08  02:07:30
16323         Log: declaration after code nit in vms/vms.c (from Martin Vorlaender)
16324      Branch: perl
16325            ! vms/vms.c
16326 ____________________________________________________________________________
16327 [ 28805] By: stevep                                on 2006/09/07  18:39:22
16328         Log: Clean up some comments.
16329      Branch: perl
16330            ! cygwin/ld2.in
16331 ____________________________________________________________________________
16332 [ 28804] By: rgs                                   on 2006/09/07  15:21:56
16333         Log: Typo fix in #ifdef
16334      Branch: perl
16335            ! toke.c
16336 ____________________________________________________________________________
16337 [ 28803] By: stevep                                on 2006/09/07  14:24:18
16338         Log: Fix to first problem causing Cygwin Perl to fail to build 
16339              in a path with spaces in it. 
16340      Branch: perl
16341            ! cygwin/Makefile.SHs
16342 ____________________________________________________________________________
16343 [ 28802] By: gisle                                 on 2006/09/07  14:12:14
16344         Log: Document mkpath() return value in scalar context.
16345              Document that rmtree() return value include deleted
16346              directories.
16347      Branch: perl
16348            ! lib/File/Path.pm
16349 ____________________________________________________________________________
16350 [ 28801] By: rgs                                   on 2006/09/07  13:16:12
16351         Log: Subject: Re: [perl #40262] kill( 0, ... ) does not return alive status of child process
16352              From: "David Nicol" <davidnicol@gmail.com>
16353              Date: Fri, 1 Sep 2006 17:26:34 -0500
16354              Message-ID: <934f64a20609011526odd7f5bta847a3be1f6fa5f0@mail.gmail.com>
16355      Branch: perl
16356            ! pod/perlfunc.pod
16357 ____________________________________________________________________________
16358 [ 28800] By: rgs                                   on 2006/09/07  13:13:05
16359         Log: Subject: [perl #40293] perlsec talks erroneously about "Non-Finite Automaton" 
16360              From: premchai21@yahoo.com (via RT) <perlbug-followup@perl.org>
16361              Date: Wed, 06 Sep 2006 23:11:10 -0700
16362              Message-ID: <rt-3.5.HEAD-31258-1157609470-1994.40293-75-0@perl.org>
16363      Branch: perl
16364            ! pod/perlsec.pod
16365 ____________________________________________________________________________
16366 [ 28799] By: rgs                                   on 2006/09/07  11:46:40
16367         Log: Bump version of PerlIO::scalar
16368      Branch: perl
16369            ! ext/PerlIO/scalar/scalar.pm
16370 ____________________________________________________________________________
16371 [ 28798] By: rgs                                   on 2006/09/07  11:45:36
16372         Log: Fix for [perl #40267] PerlIO::scalar doesn't respect readonly-ness
16373      Branch: perl
16374            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
16375 ____________________________________________________________________________
16376 [ 28797] By: rgs                                   on 2006/09/07  09:49:31
16377         Log: Invalidate ISA and method caches when calling a safe compartment
16378              (bug #39887)
16379              
16380              Remove XS_VERSION, make it equal to VERSION
16381      Branch: perl
16382            ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm
16383            ! ext/Opcode/Opcode.xs
16384 ____________________________________________________________________________
16385 [ 28796] By: rgs                                   on 2006/09/07  09:25:18
16386         Log: Add Exporter in the dual-lived module list
16387      Branch: perl
16388            ! Porting/Maintainers.pl
16389 ____________________________________________________________________________
16390 [ 28795] By: rgs                                   on 2006/09/07  09:21:56
16391         Log: Subject: Dual life for Exporter
16392              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
16393              Date: Wed, 6 Sep 2006 16:40:28 -0300
16394              Message-ID: <73ddeb6c0609061240g34f60d9fodaf7727575778d8e@mail.gmail.com>
16395      Branch: perl
16396            ! lib/Exporter.t
16397 ____________________________________________________________________________
16398 [ 28794] By: stevep                                on 2006/09/07  02:07:57
16399         Log: Convert Errno.t to Test::More.  Increase the test coverage
16400              while in there as well. 
16401      Branch: perl
16402            ! ext/Errno/t/Errno.t
16403 ____________________________________________________________________________
16404 [ 28793] By: steveh                                on 2006/09/06  16:54:19
16405         Log: cxtype is a U16, not a U32 (Stops VC++ complaining)
16406      Branch: perl
16407            ! pp_ctl.c
16408 ____________________________________________________________________________
16409 [ 28792] By: stevep                                on 2006/09/06  14:33:06
16410         Log: Removed some leftover debugging accidentally added with
16411              change #28788.
16412      Branch: perl
16413            ! regexec.c
16414 ____________________________________________________________________________
16415 [ 28791] By: rgs                                   on 2006/09/06  14:11:09
16416         Log: Revert accidental file deletion
16417      Branch: perl
16418            + ext/threads/shared/typemap
16419 ____________________________________________________________________________
16420 [ 28790] By: rgs                                   on 2006/09/06  14:04:33
16421         Log: Remove perlcc and the byteloader
16422      Branch: perl
16423            - ext/B/B/Assembler.pm ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
16424            - ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Disassembler.pm
16425            - ext/B/B/Stackobj.pm ext/B/B/Stash.pm ext/B/B/assemble
16426            - ext/B/B/cc_harness ext/B/B/disassemble ext/B/B/makeliblinks
16427            - ext/B/C/C.xs ext/B/C/Makefile.PL ext/B/NOTES ext/B/README
16428            - ext/B/TESTS ext/B/Todo ext/B/ramblings/cc.notes
16429            - ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
16430            - ext/B/ramblings/magic ext/B/ramblings/reg.alloc
16431            - ext/B/ramblings/runtime.porting ext/B/t/asmdata.t
16432            - ext/B/t/assembler.t ext/B/t/bblock.t ext/B/t/bytecode.t
16433            - ext/B/t/stash.t ext/ByteLoader/ByteLoader.pm
16434            - ext/ByteLoader/ByteLoader.xs ext/ByteLoader/Makefile.PL
16435            - ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
16436            - ext/ByteLoader/byterun.h ext/ByteLoader/hints/sunos.pl
16437            - ext/threads/shared/typemap utils/perlcc.PL
16438            ! MANIFEST Makefile.SH NetWare/Makefile bytecode.pl
16439            ! configure.com ext/B/B/Asmdata.pm pod/Makefile.SH
16440            ! pod/perlcompile.pod regen.pl t/TEST t/harness
16441            ! t/lib/1_compile.t utils.lst utils/Makefile
16442            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
16443            ! win32/pod.mak x2p/Makefile.SH
16444 ____________________________________________________________________________
16445 [ 28789] By: rgs                                   on 2006/09/06  09:18:31
16446         Log: Remove JPL
16447      Branch: perl
16448            - jpl/ChangeLog jpl/JNI/Changes jpl/JNI/Closer.java
16449            - jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/JNIConfig
16450            - jpl/JNI/JNIConfig.Win32 jpl/JNI/JNIConfig.kaffe
16451            - jpl/JNI/JNIConfig.noembed jpl/JNI/JNIConfig.standard
16452            - jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
16453            - jpl/JNI/typemap.gcc jpl/JNI/typemap.win32
16454            - jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
16455            - jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
16456            - jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
16457            - jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile.PL
16458            - jpl/PerlInterpreter/PerlInterpreter.c
16459            - jpl/PerlInterpreter/PerlInterpreter.h
16460            - jpl/PerlInterpreter/PerlInterpreter.java jpl/README
16461            - jpl/README.JUST-JNI jpl/SETVARS.PL jpl/Sample/Makefile.PL
16462            - jpl/Sample/Sample.jpl jpl/Test/Makefile.PL jpl/Test/Test.jpl
16463            - jpl/bin/jpl jpl/docs/Tutorial.pod jpl/get_jdk/README
16464            - jpl/get_jdk/get_jdk.pl jpl/get_jdk/jdk_hosts jpl/install-jpl
16465            ! MANIFEST
16466 ____________________________________________________________________________
16467 [ 28788] By: stevep                                on 2006/09/06  00:35:15
16468         Log: Subject: [PATCH] UCD 5.0.0
16469              From: Jarkko Hietaniemi <jhi@iki.fi>
16470              Date: Tue, 05 Sep 2006 21:29:45 +0300
16471              Message-ID: <44FDC219.8010006@iki.fi>
16472      Branch: perl
16473            + lib/unicore/NamedSqProv.txt
16474            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabicShaping.txt
16475            ! lib/unicore/BidiMirroring.txt lib/unicore/Blocks.txt
16476            ! lib/unicore/CaseFolding.txt
16477            ! lib/unicore/CompositionExclusions.txt
16478            ! lib/unicore/EastAsianWidth.txt
16479            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
16480            ! lib/unicore/Jamo.txt lib/unicore/LineBreak.txt
16481            ! lib/unicore/NamedSequences.txt lib/unicore/NamesList.txt
16482            ! lib/unicore/NormalizationCorrections.txt
16483            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
16484            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
16485            ! lib/unicore/Scripts.txt lib/unicore/SpecialCasing.txt
16486            ! lib/unicore/StandardizedVariants.txt
16487            ! lib/unicore/UnicodeData.txt lib/unicore/version regexec.c
16488            ! t/uni/class.t
16489 ____________________________________________________________________________
16490 [ 28787] By: rgs                                   on 2006/09/05  11:09:03
16491         Log: Fix a few warnings
16492      Branch: perl
16493            ! regcomp.c regexec.c
16494 ____________________________________________________________________________
16495 [ 28786] By: rgs                                   on 2006/09/05  10:40:25
16496         Log: Subject: [PATCH perl-current]; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings
16497              From: "Robin Barker" <Robin.Barker@npl.co.uk>
16498              Date: Fri, 1 Sep 2006 16:10:25 +0100
16499              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A21@exchsvr1.npl.ad.local>
16500      Branch: perl
16501            ! dump.c perl.h perlio.c pp.c pp_pack.c sv.c utf8.c
16502 ____________________________________________________________________________
16503 [ 28785] By: rgs                                   on 2006/09/05  10:21:57
16504         Log: Subject: Re: [PATCH] Trie jumping
16505              From: demerphq <demerphq@gmail.com>
16506              Date: Sat, 2 Sep 2006 16:40:12 +0200
16507              Message-ID: <9b18b3110609020740y2eb9004cpab313c3353a437ca@mail.gmail.com>
16508      Branch: perl
16509            ! embed.fnc embed.h ext/re/re.pm opcode.h proto.h regcomp.c
16510            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
16511            ! t/op/re_tests
16512 ____________________________________________________________________________
16513 [ 28783] By: rgs                                   on 2006/09/04  16:54:36
16514         Log: Subject: [perl #40239] New hints file for MidnightBSD 
16515              From: Lucas Holt (via RT) <perlbug-followup@perl.org>
16516              Date: Fri, 25 Aug 2006 20:16:40 -0700
16517              Message-ID: <rt-3.5.HEAD-31263-1156562199-1390.40239-75-0@perl.org>
16518      Branch: perl
16519            + hints/midnightbsd.sh
16520            ! MANIFEST
16521 ____________________________________________________________________________
16522 [ 28782] By: rgs                                   on 2006/09/04  15:50:17
16523         Log: Upgrade to Sys::Syslog 0.18
16524      Branch: perl
16525            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
16526            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
16527 ____________________________________________________________________________
16528 [ 28781] By: rgs                                   on 2006/09/04  14:53:00
16529         Log: Subject: [perl #40272] subroutine call with & in perlop example 
16530              From: yath-perlbug@yath.de (via RT) <perlbug-followup@perl.org>
16531              Date: Sun, 03 Sep 2006 13:03:28 -0700
16532              Message-ID: <rt-3.5.HEAD-31251-1157313807-430.40272-75-0@perl.org>
16533      Branch: perl
16534            ! pod/perlop.pod
16535 ____________________________________________________________________________
16536 [ 28780] By: rgs                                   on 2006/09/04  13:12:20
16537         Log: Documentation nit, found by Dr Ruud.
16538      Branch: perl
16539            ! pod/perldsc.pod
16540 ____________________________________________________________________________
16541 [ 28779] By: rgs                                   on 2006/09/04  13:11:01
16542         Log: Subject: [PATCH] Correction to POD for FETCH_*_ATTRIBUTES 
16543              From: "Jerry D. Hedden" <jerry@hedden.us>
16544              Date: Fri, 01 Sep 2006 12:43:46 -0700
16545              Message-ID: <20060901124346.fb30e530d17747c2b054d625b8945d88.0cfdb87cb8.wbe@email.secureserver.net>
16546      Branch: perl
16547            ! lib/attributes.pm
16548 ____________________________________________________________________________
16549 [ 28778] By: rgs                                   on 2006/09/04  12:41:39
16550         Log: Subject: Re: AW: [PATCH pod/*] Use Direct Object Constructor Calls
16551              From: chromatic <chromatic@wgz.org>
16552              Date: Fri, 1 Sep 2006 09:12:45 -0700
16553              Message-Id: <200609010912.46314.chromatic@wgz.org>
16554      Branch: perl
16555            ! pod/perllexwarn.pod pod/perlmodlib.PL pod/perlop.pod
16556            ! pod/perlothrtut.pod pod/perlref.pod pod/perltie.pod
16557 ____________________________________________________________________________
16558 [ 28777] By: rgs                                   on 2006/09/04  12:30:36
16559         Log: Subject: [PATCH pod/perlfunc.pod] Add Index Numbers to caller() Docs
16560              From: chromatic <chromatic@wgz.org>
16561              Date: Fri, 1 Sep 2006 05:42:17 -0700
16562              Message-Id: <200609010542.17571.chromatic@wgz.org>
16563      Branch: perl
16564            ! pod/perlfunc.pod
16565 ____________________________________________________________________________
16566 [ 28776] By: rgs                                   on 2006/09/03  12:51:57
16567         Log: Remove dead code from sort.pm
16568      Branch: perl
16569            ! lib/sort.pm
16570 ____________________________________________________________________________
16571 [ 28774] By: nicholas                              on 2006/09/01  17:25:50
16572         Log: Merge lval and hasargs into one U8 in struct block_sub
16573      Branch: perl
16574            ! cop.h
16575 ____________________________________________________________________________
16576 [ 28773] By: nicholas                              on 2006/09/01  16:27:48
16577         Log: Access to cx->blk_sub.lval via macros (as it's about to move).
16578      Branch: perl
16579            ! cop.h pp_ctl.c pp_hot.c scope.c sv.c
16580 ____________________________________________________________________________
16581 [ 28772] By: nicholas                              on 2006/09/01  15:05:10
16582         Log: Access cx->blk_sub.hasargs via a pair of macros (as it's about to
16583              move)
16584      Branch: perl
16585            ! cop.h pp_ctl.c scope.c sv.c
16586 ____________________________________________________________________________
16587 [ 28771] By: nicholas                              on 2006/08/31  09:05:50
16588         Log: Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortal
16589              on the tempstack, by augmenting pp_anonlist and pp_anonhash to accept
16590              OPf_SPECIAL to mean "return a reference to the aggregate" on the stack
16591              rather than the aggregate itself.
16592      Branch: perl
16593            ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t ext/B/t/f_map.t
16594            ! ext/B/t/f_sort.t ext/Devel/Peek/t/Peek.t op.c op.h pp.c
16595 ____________________________________________________________________________
16596 [ 28770] By: nicholas                              on 2006/08/31  08:26:13
16597         Log: Save 4 bytes from struct context (on ILP32) by moving cx_type into
16598              struct block and struct subst.
16599      Branch: perl
16600            ! cop.h
16601 ____________________________________________________________________________
16602 [ 28769] By: steveh                                on 2006/08/30  15:57:13
16603         Log: Silence some more Borland compiler warnings
16604              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)
16605              
16606              - Change the cryptic pragma warn strings into numbers that are more
16607              easily recognized, and add a new one (8027).
16608              
16609              - Add a similar pragma warn line to fcrypt.c, which doesn't use
16610              win32.h.
16611      Branch: perl
16612            ! win32/fcrypt.c win32/win32.h
16613 ____________________________________________________________________________
16614 [ 28768] By: steveh                                on 2006/08/29  13:24:56
16615         Log: Silence Borland compiler warnings in XS::APItest and Win32
16616              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)
16617      Branch: perl
16618            ! ext/XS/APItest/APItest.xs win32/ext/Win32/Win32.pm
16619            ! win32/ext/Win32/Win32.xs
16620 ____________________________________________________________________________
16621 [ 28767] By: rgs                                   on 2006/08/28  12:52:00
16622         Log: Revert bogus change 28763.
16623      Branch: perl
16624            ! EXTERN.h INTERN.h
16625 ____________________________________________________________________________
16626 [ 28766] By: rgs                                   on 2006/08/28  09:26:52
16627         Log: Fix PerlIO::scalar fileno() documentation as suggested in:
16628              Subject: [perl #40245] POD error for PerlIO::scalar in 5.8.8 
16629              From: "Shawn Boyette" (via RT) <perlbug-followup@perl.org>
16630              Date: Mon, 28 Aug 2006 00:21:25 -0700
16631              Message-ID: <rt-3.5.HEAD-31263-1156749685-634.40245-75-0@perl.org>
16632      Branch: perl
16633            ! ext/PerlIO/scalar/scalar.pm
16634 ____________________________________________________________________________
16635 [ 28765] By: stevep                                on 2006/08/27  17:53:17
16636         Log: Added an additional #ifndef based on comments by Jarkko and
16637              John Malmberg.
16638      Branch: perl
16639            ! x2p/INTERN.h
16640 ____________________________________________________________________________
16641 [ 28764] By: rgs                                   on 2006/08/27  16:05:09
16642         Log: Subject: [PATCH DOC] perlsyn incomplete duplicate definition of truth
16643              From: Daniel Frederick Crisman <daniel@crisman.org>
16644              Date: Thu, 24 Aug 2006 17:29:57 -0400
16645              Message-ID: <20060824212957.GA32557@fury.crisman.org>
16646      Branch: perl
16647            ! pod/perlsyn.pod
16648 ____________________________________________________________________________
16649 [ 28763] By: rgs                                   on 2006/08/27  15:57:39
16650         Log: More conditional defines of EXTERN_C, by Jarkko
16651      Branch: perl
16652            ! EXTERN.h INTERN.h
16653 ____________________________________________________________________________
16654 [ 28762] By: rgs                                   on 2006/08/27  15:51:25
16655         Log: Subject: [PATCH] Change #24364 broke Data::Dumper::Seen()
16656              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
16657              Date: Fri, 25 Aug 2006 22:35:33 +0200
16658              Message-ID: <20060825223533.04efdf2d@r2d2>
16659      Branch: perl
16660            ! ext/Data/Dumper/Dumper.pm
16661 ____________________________________________________________________________
16662 [ 28761] By: rgs                                   on 2006/08/27  15:46:54
16663         Log: Regression test for attributes 'reserved' warning,
16664              by Jerry D. Hedden
16665      Branch: perl
16666            ! t/op/attrs.t
16667 ____________________________________________________________________________
16668 [ 28760] By: rgs                                   on 2006/08/25  16:47:08
16669         Log: Put a plan in the last added test
16670      Branch: perl
16671            ! lib/SelfLoader-buggy.t
16672 ____________________________________________________________________________
16673 [ 28759] By: steveh                                on 2006/08/25  16:12:52
16674         Log: Silence a bunch of Borland compiler warnings in SDBM_File
16675              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40283)
16676      Branch: perl
16677            ! XSUB.h
16678 ____________________________________________________________________________
16679 [ 28758] By: rgs                                   on 2006/08/25  15:58:41
16680         Log: Subject: Re: [perl #40216] SelfLoader::croak doesn't protect $@ from being clobbered by require
16681              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
16682              Date: Thu, 24 Aug 2006 10:20:43 -0300
16683              Message-ID: <73ddeb6c0608240620s207124d1mc202aea6a4598576@mail.gmail.com>
16684      Branch: perl
16685            + lib/SelfLoader-buggy.t
16686            ! MANIFEST lib/SelfLoader.pm
16687 ____________________________________________________________________________
16688 [ 28757] By: rgs                                   on 2006/08/25  15:45:08
16689         Log: Following Jarkko's advice, it seems that ODBM_File cannot be
16690              compiled as C++ as-is.
16691      Branch: perl
16692            ! ext/ODBM_File/ODBM_File.xs
16693 ____________________________________________________________________________
16694 [ 28756] By: rgs                                   on 2006/08/25  15:24:28
16695         Log: Subject: [PATCH] RE: [perl #40227] 'reserved' warning not working
16696              From: "Jerry D. Hedden" <jdhedden@cpan.org>
16697              Date: Thu, 24 Aug 2006 09:04:12 -0700
16698              Message-ID: <20060824090412.fb30e530d17747c2b054d625b8945d88.e8ae12ccab.wbe@email.secureserver.net>
16699      Branch: perl
16700            ! lib/attributes.pm xsutils.c
16701 ____________________________________________________________________________
16702 [ 28755] By: stevep                                on 2006/08/24  15:07:58
16703         Log: Upgrade to File-Temp-0.17.  Also, a change to Tim Jenness's email.
16704      Branch: perl
16705            + lib/File/Temp/t/seekable.t
16706            ! AUTHORS MANIFEST lib/File/Temp.pm
16707 ____________________________________________________________________________
16708 [ 28754] By: rgs                                   on 2006/08/24  12:36:08
16709         Log: Subject: [PATCH ext/ODBM_File/ODBM_File.xs] change 28744 broke ODBM_File
16710              From: "Robin Barker" <Robin.Barker@npl.co.uk>
16711              Date: Thu, 24 Aug 2006 13:22:47 +0100
16712              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A1A@exchsvr1.npl.ad.local>
16713      Branch: perl
16714            ! ext/ODBM_File/ODBM_File.xs
16715 ____________________________________________________________________________
16716 [ 28753] By: rgs                                   on 2006/08/24  12:23:15
16717         Log: Subject: [PATCH] Don't promulgate Perl attributes
16718              From: "Jerry D. Hedden" <jdhedden@cpan.org>
16719              Date: Wed, 23 Aug 2006 10:07:05 -0700
16720              Message-ID: <20060823100705.fb30e530d17747c2b054d625b8945d88.87c0ee9326.wbe@email.secureserver.net>
16721      Branch: perl
16722            ! lib/attributes.pm xsutils.c
16723 ____________________________________________________________________________
16724 [ 28752] By: stevep                                on 2006/08/24  01:27:08
16725         Log: Upgrade to CGI.pm-3.22.
16726      Branch: perl
16727            ! lib/CGI.pm lib/CGI/Changes
16728 ____________________________________________________________________________
16729 [ 28751] By: stevep                                on 2006/08/23  16:08:17
16730         Log: Subject: [perl #40161] ccversion fix for hpux
16731              From: smoketst@hp46t243.cup.hp.com (via RT) <perlbug-followup@perl.org>
16732              Date: Wed, 16 Aug 2006 23:10:52 -0700
16733              Message-ID: <rt-3.5.HEAD-31263-1155795052-1297.40161-75-0@perl.org>
16734      Branch: perl
16735            ! hints/hpux.sh
16736 ____________________________________________________________________________
16737 [ 28750] By: stevep                                on 2006/08/23  03:04:47
16738         Log: The previous change causes compile failures with threaded Perls.
16739      Branch: perl
16740            ! reentr.h reentr.pl
16741 ____________________________________________________________________________
16742 [ 28749] By: stevep                                on 2006/08/22  20:16:55
16743         Log: Part of one of Jarkko's g++ patches that was missed.
16744      Branch: perl
16745            ! reentr.h reentr.pl
16746 ____________________________________________________________________________
16747 [ 28748] By: stevep                                on 2006/08/22  17:41:33
16748         Log: Update to Time-HiRes-1.90.
16749      Branch: perl
16750            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
16751            ! ext/Time/HiRes/HiRes.xs
16752 ____________________________________________________________________________
16753 [ 28747] By: stevep                                on 2006/08/22  16:43:52
16754         Log: Upgrade to Time-HiRes-1.89.
16755      Branch: perl
16756            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
16757            ! ext/Time/HiRes/HiRes.xs
16758 ____________________________________________________________________________
16759 [ 28746] By: stevep                                on 2006/08/22  14:18:16
16760         Log: Upgrade to CGI.pm-3.21
16761      Branch: perl
16762            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
16763 ____________________________________________________________________________
16764 [ 28745] By: stevep                                on 2006/08/22  14:14:23
16765         Log: Upgrade to Time-HiRes-1.88.
16766      Branch: perl
16767            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
16768            ! ext/Time/HiRes/HiRes.xs
16769 ____________________________________________________________________________
16770 [ 28744] By: stevep                                on 2006/08/22  14:07:13
16771         Log: Subject: [PATCH] g++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File, XS::APItest (and Time::HiRes 1.88 in CPAN)
16772              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
16773              Date: Tue, 22 Aug 2006 10:45:41 +0300 (EEST)
16774              Message-Id: <200608220745.k7M7jfjP050939@kosh.hut.fi>
16775              
16776              ...plus various version bumps and Digest::MD5 test file fixes.
16777      Branch: perl
16778            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
16779            ! ext/Digest/MD5/t/files.t ext/Math/BigInt/FastCalc/FastCalc.pm
16780            ! ext/Math/BigInt/FastCalc/FastCalc.xs
16781            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
16782            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
16783 ____________________________________________________________________________
16784 [ 28743] By: stevep                                on 2006/08/22  02:12:16
16785         Log: Subject: [PATCH] perlhack.pod: small porta-tweaks (this time without pod2man :-)
16786              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
16787              Date: Mon, 21 Aug 2006 22:39:35 +0300 (EEST)
16788              Message-Id: <200608211939.k7LJdZ9P170671@kosh.hut.fi>
16789      Branch: perl
16790            ! pod/perlhack.pod
16791 ____________________________________________________________________________
16792 [ 28742] By: stevep                                on 2006/08/22  01:03:05
16793         Log: Subject: [PATCH] g++/x2p (better version)
16794              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
16795              Date: Mon, 21 Aug 2006 14:48:26 +0300 (EEST)
16796              Message-Id: <200608211148.k7LBmQGL161830@kosh.hut.fi>
16797      Branch: perl
16798            ! x2p/EXTERN.h x2p/INTERN.h x2p/hash.h
16799 ____________________________________________________________________________
16800 [ 28741] By: rgs                                   on 2006/08/21  10:15:30
16801         Log: Subject: [PATCH] g++/Tru64: got perl linking once got the linkage right
16802              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
16803              Date: Fri, 18 Aug 2006 13:03:17 +0300 (EEST)
16804              Message-Id: <200608181003.k7IA3Hso276655@kosh.hut.fi>
16805      Branch: perl
16806            ! hints/dec_osf.sh perl.h pp_sys.c
16807 ____________________________________________________________________________
16808 [ 28740] By: rgs                                   on 2006/08/20  10:13:12
16809         Log: Amendment to change #28739
16810      Branch: perl
16811            ! ext/B/B/Assembler.pm
16812 ____________________________________________________________________________
16813 [ 28739] By: rgs                                   on 2006/08/20  09:25:59
16814         Log: Subject: [PATCH] bytecode.t failures in Tru64: svtype (enum) is int, not long
16815              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
16816              Date: Sat, 19 Aug 2006 14:34:53 +0300 (EEST)
16817              Message-Id: <200608191134.k7JBYroK518962@kosh.hut.fi>
16818      Branch: perl
16819            ! ext/B/B/Assembler.pm
16820 ____________________________________________________________________________
16821 [ 28738] By: rgs                                   on 2006/08/20  09:15:21
16822         Log: perlthrtut update, by Jerry D. Hedden.
16823      Branch: perl
16824            ! pod/perlthrtut.pod
16825 ____________________________________________________________________________
16826 [ 28737] By: rgs                                   on 2006/08/20  08:46:33
16827         Log: Subject: [PATCH] g++/Solaris: force d_dlopen=define
16828              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
16829              Date: Fri, 18 Aug 2006 15:48:34 +0300 (EEST)
16830              Message-Id: <200608181248.k7ICmY2W028375@vipunen.hut.fi>
16831      Branch: perl
16832            ! hints/solaris_2.sh
16833 ____________________________________________________________________________
16834 [ 28736] By: rgs                                   on 2006/08/18  16:22:18
16835         Log: Phrasing nit in perlxstut (by Ville Koskinen)
16836      Branch: perl
16837            ! pod/perlxstut.pod
16838 ____________________________________________________________________________
16839 [ 28735] By: rgs                                   on 2006/08/18  15:46:18
16840         Log: A type change that apparently works around a compiler bug
16841              (gcc 4.1.1 on Solaris) (by Robin Barker)
16842      Branch: perl
16843            ! pp_hot.c
16844 ____________________________________________________________________________
16845 [ 28734] By: stevep                                on 2006/08/17  20:28:36
16846         Log: Subject: [PATCH] Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)
16847              From: Jarkko Hietaniemi <jhi@iki.fi>
16848              Date: Thu, 17 Aug 2006 19:16:09 +0300
16849              Message-ID: <44E49649.9090307@iki.fi>
16850      Branch: perl
16851            ! XSUB.h mathoms.c op.h perl.h perlio.c utf8.c
16852 ____________________________________________________________________________
16853 [ 28733] By: stevep                                on 2006/08/17  17:57:33
16854         Log: syscall() declaration in perl.h needs to have an EXTERN_C prefixing
16855              it for some C++ compiles.  Might as well fix usleep()'s 
16856              declaration too.
16857      Branch: perl
16858            ! perl.h
16859 ____________________________________________________________________________
16860 [ 28732] By: stevep                                on 2006/08/17  15:28:36
16861         Log: Fix to problem where CGI can lose the filehandle during an upload.
16862              Patch posted to the Debian bug list by Eric Wong 
16863              <eric@petta-tech.com>.
16864      Branch: perl
16865            ! lib/CGI.pm
16866 ____________________________________________________________________________
16867 [ 28731] By: stevep                                on 2006/08/17  14:50:36
16868         Log: gcc-4.1.1 on Fedora optimized away NULL chacks in Perl_do_close(),
16869              which caused core dumps.
16870      Branch: perl
16871            ! embed.fnc proto.h
16872 ____________________________________________________________________________
16873 [ 28730] By: stevep                                on 2006/08/16  17:44:44
16874         Log: Cast needed to compile bsd_glob.c with C++
16875      Branch: perl
16876            ! ext/File/Glob/bsd_glob.c
16877 ____________________________________________________________________________
16878 [ 28729] By: stevep                                on 2006/08/16  13:11:15
16879         Log: Additional changes to get C++ a little closer to a clean compile
16880              of Perl.
16881      Branch: perl
16882            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/bytecode.h
16883            ! ext/ByteLoader/byterun.c ext/DB_File/DB_File.pm
16884            ! ext/DB_File/DB_File.xs ext/Hash/Util/FieldHash/FieldHash.xs
16885            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
16886            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
16887 ____________________________________________________________________________
16888 [ 28728] By: stevep                                on 2006/08/15  18:57:11
16889         Log: Additional floating point strictness is needed to get Intel cc to pass
16890              its tests.
16891      Branch: perl
16892            ! hints/linux.sh
16893 ____________________________________________________________________________
16894 [ 28727] By: rgs                                   on 2006/08/15  10:01:48
16895         Log: Update Changes
16896      Branch: perl
16897            ! Changes
16898 ____________________________________________________________________________
16899 [ 28726] By: rgs                                   on 2006/08/15  09:59:24
16900         Log: Update Module::CoreList data with 5.9.4
16901      Branch: perl
16902            ! lib/Module/CoreList.pm
16903 ____________________________________________________________________________
16904 [ 28725] By: rgs                                   on 2006/08/15  09:55:27
16905         Log: 5.9.4 is today.
16906      Branch: perl
16907            ! pod/perlhist.pod
16908 ____________________________________________________________________________
16909 [ 28724] By: rgs                                   on 2006/08/15  09:54:02
16910         Log: Actually, Richard Clamp doesn't maintain Module::CoreList anymore.
16911      Branch: perl
16912            ! Porting/Maintainers.pl
16913 ____________________________________________________________________________
16914 [ 28723] By: rgs                                   on 2006/08/15  09:43:40
16915         Log: Regenerate perlmodlib and perltoc
16916      Branch: perl
16917            ! pod/perlmodlib.pod pod/perltoc.pod
16918 ____________________________________________________________________________
16919 [ 28722] By: rgs                                   on 2006/08/15  09:40:08
16920         Log: POD formatting nit
16921      Branch: perl
16922            ! pod/perl594delta.pod
16923 ____________________________________________________________________________
16924 [ 28721] By: rgs                                   on 2006/08/15  09:29:03
16925         Log: Remove some of the known problems documented in perldelta, which were
16926              caused by change #28319, just backed out. Add some Windows news (by
16927              Steve Hay)
16928      Branch: perl
16929            ! pod/perl594delta.pod
16930 ____________________________________________________________________________
16931 [ 28720] By: rgs                                   on 2006/08/15  09:22:54
16932         Log: Revert change 28319, which may cause segfaults with threaded perls
16933              on eval("syntax error") statements
16934      Branch: perl
16935            ! perly.c
16936 ____________________________________________________________________________
16937 [ 28719] By: rgs                                   on 2006/08/15  07:57:54
16938         Log: More perldelta nits found by my reviewers
16939      Branch: perl
16940            ! pod/perl594delta.pod
16941 ____________________________________________________________________________
16942 [ 28718] By: rgs                                   on 2006/08/14  22:30:18
16943         Log: Spelling fixes, thanks to Nicholas and to Ronald Kimball
16944      Branch: perl
16945            ! pod/perl594delta.pod
16946 ____________________________________________________________________________
16947 [ 28717] By: rgs                                   on 2006/08/14  21:58:15
16948         Log: More perldelta entries and fixes
16949      Branch: perl
16950            ! pod/perl594delta.pod
16951 ____________________________________________________________________________
16952 [ 28716] By: rgs                                   on 2006/08/14  21:31:43
16953         Log: Typo fix in the documentation of source filters in @INC
16954      Branch: perl
16955            ! pod/perlfunc.pod
16956 ____________________________________________________________________________
16957 [ 28715] By: mhx                                   on 2006/08/14  20:29:57
16958         Log: Only copy ppport.h to destination if it is different.
16959              This avoids unneccessary rebuilds.
16960      Branch: perl
16961            ! mkppport
16962 ____________________________________________________________________________
16963 [ 28714] By: mhx                                   on 2006/08/14  19:43:23
16964         Log: Upgrade to Devel::PPPort 3.10
16965      Branch: perl
16966            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
16967            ! ext/Devel/PPPort/soak
16968 ____________________________________________________________________________
16969 [ 28713] By: rgs                                   on 2006/08/14  19:30:17
16970         Log: perldelta entry describing regexp work, by Yves Orton
16971      Branch: perl
16972            ! pod/perl594delta.pod
16973 ____________________________________________________________________________
16974 [ 28712] By: rgs                                   on 2006/08/14  15:27:51
16975         Log: Regenerate metafile
16976      Branch: perl
16977            ! META.yml
16978 ____________________________________________________________________________
16979 [ 28711] By: rgs                                   on 2006/08/14  14:24:19
16980         Log: New authors
16981      Branch: perl
16982            ! AUTHORS
16983 ____________________________________________________________________________
16984 [ 28710] By: rgs                                   on 2006/08/14  12:45:59
16985         Log: More perldelta entries; plus, credits.
16986      Branch: perl
16987            ! pod/perl594delta.pod
16988 ____________________________________________________________________________
16989 [ 28709] By: rgs                                   on 2006/08/14  12:35:13
16990         Log: Typo fix in perldiag
16991      Branch: perl
16992            ! pod/perldiag.pod
16993 ____________________________________________________________________________
16994 [ 28708] By: steveh                                on 2006/08/14  10:20:13
16995         Log: Update pod/perl594delta.pod w.r.t. #28706, and arrange list of modules
16996              alphabetically.
16997      Branch: perl
16998            ! pod/perl594delta.pod
16999 ____________________________________________________________________________
17000 [ 28707] By: steveh                                on 2006/08/14  10:15:04
17001         Log: Update Porting/Maintainers.pl w.r.t. #28695, #28703 and #28706.
17002      Branch: perl
17003            ! Porting/Maintainers.pl
17004 ____________________________________________________________________________
17005 [ 28706] By: steveh                                on 2006/08/14  10:10:07
17006         Log: Subject: [PATCH] Add Module::Loaded to the core
17007              From: kane@xs4all.nl
17008              Date: Sun, 13 Aug 2006 16:22:09 +0200 (CEST)
17009              Message-ID: <9310.80.127.35.68.1155478929.squirrel@webmail.xs4all.nl>
17010      Branch: perl
17011            + lib/Module/Loaded.pm lib/Module/Loaded/t/01_Module-Loaded.t
17012            ! MANIFEST
17013 ____________________________________________________________________________
17014 [ 28705] By: rgs                                   on 2006/08/14  09:30:38
17015         Log: More perldelta nits.
17016      Branch: perl
17017            ! pod/perl594delta.pod
17018 ____________________________________________________________________________
17019 [ 28704] By: rgs                                   on 2006/08/14  09:19:02
17020         Log: Make the NAME section of Package::Constants more conformant to
17021              man page conventions
17022      Branch: perl
17023            ! lib/Package/Constants.pm
17024 ____________________________________________________________________________
17025 [ 28703] By: steveh                                on 2006/08/14  09:09:40
17026         Log: Subject: [PATCH] Add Package::Constants to the core
17027              From: kane@xs4all.nl
17028              Date: Sat, 12 Aug 2006 23:57:58 +0200 (CEST)
17029              Message-ID: <9749.80.127.35.68.1155419878.squirrel@webmail.xs4all.nl>
17030      Branch: perl
17031            + lib/Package/Constants.pm lib/Package/Constants/t/01_list.t
17032            ! MANIFEST
17033 ____________________________________________________________________________
17034 [ 28702] By: nicholas                              on 2006/08/13  19:51:41
17035         Log: Regularise the indents of Changes to placate Porting/checkAUTHORS.pl
17036      Branch: perl
17037            ! Changes
17038 ____________________________________________________________________________
17039 [ 28701] By: rgs                                   on 2006/08/13  13:53:54
17040         Log: Fix URL of perlbug database
17041      Branch: perl
17042            ! pod/perl594delta.pod
17043 ____________________________________________________________________________
17044 [ 28700] By: rgs                                   on 2006/08/13  12:44:18
17045         Log: More perldelta entries
17046      Branch: perl
17047            ! pod/perl594delta.pod
17048 ____________________________________________________________________________
17049 [ 28699] By: rgs                                   on 2006/08/13  07:51:46
17050         Log: Fix a couple URLs in perlhack
17051      Branch: perl
17052            ! pod/perlhack.pod
17053 ____________________________________________________________________________
17054 [ 28698] By: rgs                                   on 2006/08/12  12:53:32
17055         Log: Subject: [PATCH] perlhack.pod: more portability pitfalls
17056              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
17057              Date: Sat, 12 Aug 2006 10:33:38 +0300 (EEST)
17058              Message-Id: <200608120733.k7C7XcU0268432@kosh.hut.fi>
17059      Branch: perl
17060            ! pod/perlhack.pod
17061 ____________________________________________________________________________
17062 [ 28697] By: steveh                                on 2006/08/11  17:31:45
17063         Log: Resync win32/config_H.* and win32/config.* with config_h.SH
17064              and Porting/config.sh respectively
17065              
17066              No real changes except for the addition of the missing
17067              HAS_C99_VARIADIC_MACROS to win32/config_H.* and
17068              initialinstalllocation, madlyh, madlyobj and madlysrc to
17069              win32/config.*
17070      Branch: perl
17071            ! win32/config.bc win32/config.gc win32/config.vc
17072            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
17073            ! win32/config_H.vc win32/config_H.vc64
17074 ____________________________________________________________________________
17075 [ 28696] By: rgs                                   on 2006/08/11  16:02:32
17076         Log: More perldelta notes. Also, I did forget things
17077              in perl593delta...
17078      Branch: perl
17079            ! pod/perl593delta.pod pod/perl594delta.pod
17080 ____________________________________________________________________________
17081 [ 28695] By: steveh                                on 2006/08/11  12:52:51
17082         Log: Subject: [PATCH] Add Module::Load to 5.9.x
17083              From: kane@xs4all.nl
17084              Date: Wed, 9 Aug 2006 12:23:42 +0200 (CEST)
17085              Message-ID: <9866.194.109.0.185.1155119022.squirrel@webmail.xs4all.nl>
17086      Branch: perl
17087            + lib/Module/Load.pm lib/Module/Load/t/01_Module-Load.t
17088            + lib/Module/Load/t/to_load/LoadIt.pm
17089            + lib/Module/Load/t/to_load/LoadMe.pl
17090            + lib/Module/Load/t/to_load/Must/Be/Loaded.pm
17091            + lib/Module/Load/t/to_load/TestModule.pm
17092            + lib/Module/Load/t/to_load/ToBeLoaded
17093            + lib/Module/Load/t/to_load/config_file
17094            ! MANIFEST
17095 ____________________________________________________________________________
17096 [ 28694] By: steveh                                on 2006/08/11  12:49:00
17097         Log: Close file before unlinking (on Win32 at least!)
17098      Branch: perl
17099            ! t/op/stat.t
17100 ____________________________________________________________________________
17101 [ 28693] By: rgs                                   on 2006/08/10  16:46:07
17102         Log: Subject: [PATCH] Re: Smoke [5.9.4] 28683 FAIL(F) Solaris 2.11 (i386/1 cpu)
17103              From: Andrew Dougherty <doughera@lafayette.edu>
17104              Date: Thu, 10 Aug 2006 12:37:39 -0400 (EDT)
17105              Message-ID: <Pine.LNX.4.62.0608101230260.12531@fractal.phys.lafayette.edu>
17106      Branch: perl
17107            ! lib/open.t
17108 ____________________________________________________________________________
17109 [ 28692] By: rgs                                   on 2006/08/10  14:27:44
17110         Log: Update Changes
17111      Branch: perl
17112            ! Changes
17113 ____________________________________________________________________________
17114 [ 28691] By: rgs                                   on 2006/08/10  13:17:51
17115         Log: Some updates to the cross-compilation config script
17116      Branch: perl
17117            ! Cross/config.sh-arm-linux
17118 ____________________________________________________________________________
17119 [ 28690] By: rgs                                   on 2006/08/10  09:46:34
17120         Log: lstat on *GLOB{IO} with warnings on would segfault
17121              (noticed by Andrew Dougherty)
17122      Branch: perl
17123            ! pp_sys.c
17124 ____________________________________________________________________________
17125 [ 28689] By: rgs                                   on 2006/08/10  08:23:31
17126         Log: Subject: [PATCH] g++: gethostbyaddr, and more Tru64 defines
17127              From: Jarkko Hietaniemi <jhi@iki.fi>
17128              Date: Thu, 10 Aug 2006 09:00:44 +0300
17129              Message-ID: <44DACB8C.1080708@iki.fi>
17130      Branch: perl
17131            ! hints/dec_osf.sh pp_sys.c
17132 ____________________________________________________________________________
17133 [ 28688] By: rgs                                   on 2006/08/10  08:22:01
17134         Log: Subject: [PATCH] doio.c: vararg NULLs must be cast right
17135              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
17136              Date: Thu, 10 Aug 2006 08:35:53 +0300 (EEST)
17137              Message-Id: <200608100535.k7A5Zr2Z156515@kosh.hut.fi>
17138      Branch: perl
17139            ! doio.c
17140 ____________________________________________________________________________
17141 [ 28687] By: rgs                                   on 2006/08/10  08:14:46
17142         Log: Upgrade to version.pm 0.67
17143      Branch: perl
17144            ! lib/version.pm lib/version.pod lib/version.t
17145 ____________________________________________________________________________
17146 [ 28686] By: stevep                                on 2006/08/09  21:54:08
17147         Log: A couple const's and a cast to get Sun CC to compile these files.
17148              Perl, however, still will not build with the Sun CC.  
17149      Branch: perl
17150            ! op.c pp_sort.c toke.c
17151 ____________________________________________________________________________
17152 [ 28685] By: stevep                                on 2006/08/09  19:45:06
17153         Log: Fix comment nit in config.h
17154      Branch: perl
17155            ! config_h.SH
17156 ____________________________________________________________________________
17157 [ 28684] By: rgs                                   on 2006/08/09  15:46:55
17158         Log: Subject: Re: [perl #37731] junk and uninit'ed values in tied scalars
17159              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17160              Date: Mon, 28 Nov 2005 01:26:31 -0800
17161              Message-ID: <20051128092605.GA2328@efn.org>
17162              
17163              plus a regression test
17164      Branch: perl
17165            ! sv.c t/op/tie.t
17166 ____________________________________________________________________________
17167 [ 28683] By: rgs                                   on 2006/08/09  12:43:19
17168         Log: Subject: PATCH: Sync Time::Local in blead to 1.13 on CPAN
17169              From: Dave Rolsky <autarch@urth.org>
17170              Date: Wed, 9 Aug 2006 04:38:28 -0500 (CDT)
17171              Message-ID: <Pine.LNX.4.64.0608090422450.8735@urth.org>
17172      Branch: perl
17173            ! lib/Time/Local.pm lib/Time/Local.t
17174 ____________________________________________________________________________
17175 [ 28682] By: rgs                                   on 2006/08/09  09:58:52
17176         Log: Add OS-specific core modules in Module::CoreList for 5.8.[78] and 5.9.[23]
17177      Branch: perl
17178            ! lib/Module/CoreList.pm
17179 ____________________________________________________________________________
17180 [ 28681] By: rgs                                   on 2006/08/09  09:52:38
17181         Log: Add OS-specific modules in Module::Corelist generation script
17182              (hinted by Steve Hay)
17183      Branch: perl
17184            ! Porting/corelist.pl
17185 ____________________________________________________________________________
17186 [ 28680] By: rgs                                   on 2006/08/09  09:42:34
17187         Log: Fix data for 5.9.2, 5.9.3, 5.8.7 and 5.8.8
17188      Branch: perl
17189            ! lib/Module/CoreList.pm
17190 ____________________________________________________________________________
17191 [ 28679] By: rgs                                   on 2006/08/09  09:23:02
17192         Log: More fixes in the Module::Corelist data generation process
17193      Branch: perl
17194            ! Porting/corelist.pl
17195 ____________________________________________________________________________
17196 [ 28678] By: rgs                                   on 2006/08/09  09:01:25
17197         Log: Really submit previous change
17198      Branch: perl
17199            ! Porting/corelist.pl
17200 ____________________________________________________________________________
17201 [ 28677] By: rgs                                   on 2006/08/09  08:34:42
17202         Log: Several fixes in Porting/corelist.pl
17203              - make it run with 5.8.x perls
17204              - make it handle new modules layout in bleadperl
17205      Branch: perl
17206            ! Porting/corelist.pl
17207 ____________________________________________________________________________
17208 [ 28676] By: rgs                                   on 2006/08/08  09:39:35
17209         Log: Subject: [PATCH] Small precision about $SIG{__WARN__}
17210              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
17211              Date: Tue, 08 Aug 2006 11:17:58 +0200
17212              Message-ID: <1155028678.44d856c64fa0d@imp6-g19.free.fr>
17213      Branch: perl
17214            ! pod/perlvar.pod
17215 ____________________________________________________________________________
17216 [ 28675] By: rgs                                   on 2006/08/08  09:22:27
17217         Log: Simplification in Perl_magic_clearsig, plus a fix similar and
17218              symmetrical to the one implemented in change #28669.
17219      Branch: perl
17220            ! mg.c
17221 ____________________________________________________________________________
17222 [ 28674] By: stevep                                on 2006/08/08  03:55:13
17223         Log: Subject: [PATCH] g++ stage 1 reached
17224              From: Jarkko Hietaniemi <jhi@iki.fi>
17225              Date: Tue, 08 Aug 2006 00:02:35 +0300
17226              Message-ID: <44D7AA6B.4040802@iki.fi>
17227      Branch: perl
17228            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
17229            ! Porting/config_H cflags.SH config_h.SH configure.com deb.c
17230            ! dump.c epoc/config.sh gv.c mathoms.c mg.c op.c opcode.h
17231            ! plan9/config.plan9 plan9/config_h.sample symbian/config.sh
17232            ! uconfig.h uconfig.sh win32/config.bc win32/config.ce
17233            ! win32/config.gc win32/config.vc win32/config.vc64
17234            ! win32/config_H.bc win32/config_H.ce win32/config_H.gc
17235            ! win32/config_H.vc win32/config_H.vc64
17236 ____________________________________________________________________________
17237 [ 28673] By: stevep                                on 2006/08/07  19:54:51
17238         Log: Upgrade to Module-Build-0.2805
17239      Branch: perl
17240            ! lib/Module/Build.pm lib/Module/Build/API.pod
17241            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
17242            ! lib/Module/Build/Changes lib/Module/Build/ModuleInfo.pm
17243            ! lib/Module/Build/Platform/MacOS.pm lib/Module/Build/Version.pm
17244            ! lib/Module/Build/t/moduleinfo.t
17245 ____________________________________________________________________________
17246 [ 28672] By: stevep                                on 2006/08/07  19:37:28
17247         Log: Upgrade to Digest-SHA-5.43
17248      Branch: perl
17249            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
17250            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
17251            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
17252            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
17253            ! ext/Digest/SHA/src/sha64bit.c
17254 ____________________________________________________________________________
17255 [ 28671] By: steveh                                on 2006/08/07  16:58:16
17256         Log: Subject: Define PERL_NO_DEV_RANDOM on Windows
17257              From: "Davies, Alex" <adavies@ptc.com>
17258              Date: Thu, 3 Aug 2006 13:31:14 -0400
17259              Message-ID: <A69AA663CE9BBC44AE1DA72483DE15DE04622D66@HQ-MAIL3.ptcnet.ptc.com>
17260              
17261              This stops perl from trying to read C:\dev\urandom on Windows
17262      Branch: perl
17263            ! dosish.h
17264 ____________________________________________________________________________
17265 [ 28670] By: steveh                                on 2006/08/07  16:21:40
17266         Log: Fixups for test failures caused by #28667 and #28668
17267      Branch: perl
17268            ! ext/B/B/Assembler.pm ext/B/t/assembler.t
17269 ____________________________________________________________________________
17270 [ 28669] By: rgs                                   on 2006/08/07  14:10:15
17271         Log: We shouldn't try to decrement the refcount of PL_warnhook
17272              if it has been set to PERL_WARNHOOK_FATAL.
17273      Branch: perl
17274            ! mg.c
17275 ____________________________________________________________________________
17276 [ 28668] By: steveh                                on 2006/08/07  10:24:39
17277         Log: Provide a BGET_svtype, required by #28667
17278      Branch: perl
17279            ! ext/ByteLoader/bytecode.h
17280 ____________________________________________________________________________
17281 [ 28667] By: rgs                                   on 2006/08/07  09:43:20
17282         Log: Try to reinstate the fix of change #28638 by patching bytecode.pl and
17283              not the file it generates
17284      Branch: perl
17285            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
17286 ____________________________________________________________________________
17287 [ 28666] By: rgs                                   on 2006/08/07  09:23:35
17288         Log: Restore modification in warnings.h from change 28662 by backporting it
17289              to warnings.pl
17290      Branch: perl
17291            ! warnings.h warnings.pl
17292 ____________________________________________________________________________
17293 [ 28665] By: rgs                                   on 2006/08/07  09:13:42
17294         Log: Subject: [PATCH] File::Basename add X<> tags, replace regex delimiters
17295              From: "Gabor Szabo" <szabgab@gmail.com>
17296              Date: Sat, 5 Aug 2006 23:00:14 +0300
17297              Message-ID: <d8a74af10608051300m4a1ebd93j491889b9b4e8523d@mail.gmail.com>
17298      Branch: perl
17299            ! lib/File/Basename.pm
17300 ____________________________________________________________________________
17301 [ 28664] By: rgs                                   on 2006/08/07  08:28:50
17302         Log: Subject: [PATCH] adding X<> to perlvar
17303              From: "Gabor Szabo" <szabgab@gmail.com>
17304              Date: Sun, 6 Aug 2006 13:59:28 +0300
17305              Message-ID: <d8a74af10608060359g7d4726dalf947f051a51c10e@mail.gmail.com>
17306      Branch: perl
17307            ! pod/perlvar.pod
17308 ____________________________________________________________________________
17309 [ 28663] By: rgs                                   on 2006/08/07  08:23:13
17310         Log: Regenerate files after previous change
17311      Branch: perl
17312            ! ext/ByteLoader/byterun.c warnings.h
17313 ____________________________________________________________________________
17314 [ 28662] By: rgs                                   on 2006/08/07  08:15:39
17315         Log: Subject: [PATCH] g++ large patch
17316              From: Jarkko Hietaniemi <jhi@iki.fi>
17317              Date: Fri, 04 Aug 2006 08:58:27 +0300
17318              Message-ID: <44D2E203.5050201@iki.fi>
17319      Branch: perl
17320            ! cflags.SH deb.c dump.c embed.fnc embed.h gv.c hv.c mathoms.c
17321            ! mg.c op.c perl.h perlio.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
17322            ! proto.h regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
17323            ! warnings.h
17324 ____________________________________________________________________________
17325 [ 28661] By: rgs                                   on 2006/08/05  15:46:34
17326         Log: Subject: [PATCH] perlfunc.pod - unite gmtime and localtime
17327              From: "Gabor Szabo" <szabgab@gmail.com>
17328              Date: Thu, 27 Jul 2006 09:25:02 +0300
17329              Message-ID: <d8a74af10607262325n472b424cr78c9591c31ffe190@mail.gmail.com>
17330      Branch: perl
17331            ! pod/perlfunc.pod
17332 ____________________________________________________________________________
17333 [ 28660] By: rgs                                   on 2006/08/05  15:28:39
17334         Log: Subject: [PATCH] add more X<> tags to perlfunc
17335              From: "Gabor Szabo" <szabgab@gmail.com>
17336              Date: Thu, 27 Jul 2006 00:27:06 +0300
17337              Message-ID: <d8a74af10607261427g142f0c6bge6f77c2f5e59da40@mail.gmail.com>
17338      Branch: perl
17339            ! pod/perlfunc.pod
17340 ____________________________________________________________________________
17341 [ 28659] By: rgs                                   on 2006/08/05  15:22:18
17342         Log: Subject: [PATCH] File::Copy pod updated adding X<>
17343              From: "Gabor Szabo" <szabgab@gmail.com>
17344              Date: Tue, 1 Aug 2006 08:55:37 +0200
17345              Message-ID: <d8a74af10607312355t7f3fed91g1459cb74b9b50fcd@mail.gmail.com>
17346      Branch: perl
17347            ! lib/File/Copy.pm
17348 ____________________________________________________________________________
17349 [ 28658] By: stevep                                on 2006/08/04  16:42:54
17350         Log: Sorting the MANIFEST
17351      Branch: perl
17352            ! MANIFEST
17353 ____________________________________________________________________________
17354 [ 28657] By: rgs                                   on 2006/08/04  09:45:37
17355         Log: Subject: [PATCH blead] Re: [perl #39882] inconsistent list slice behaviour
17356              From: Rick Delaney <rick@bort.ca>
17357              Date: Thu, 3 Aug 2006 21:48:07 -0400
17358              Message-ID: <20060804014807.GW21381@localhost.localdomain>
17359      Branch: perl
17360            ! pp.c t/op/list.t
17361 ____________________________________________________________________________
17362 [ 28656] By: rgs                                   on 2006/08/04  09:20:31
17363         Log: Subject: [PATCH blead] Re: [perl #40055] B::Deparse double do
17364              From: Rick Delaney <rick@bort.ca>
17365              Date: Thu, 3 Aug 2006 17:30:06 -0400
17366              Message-ID: <20060803213006.GU21381@localhost.localdomain>
17367      Branch: perl
17368            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
17369 ____________________________________________________________________________
17370 [ 28655] By: stevep                                on 2006/08/03  20:18:28
17371         Log: Subject: [PATCH] Tru64 oops
17372              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
17373              Date: Thu, 3 Aug 2006 22:59:37 +0300 (EEST)
17374              Message-Id: <200608031959.k73JxbsC395856@kosh.hut.fi>
17375      Branch: perl
17376            ! pp_sys.c
17377 ____________________________________________________________________________
17378 [ 28654] By: rgs                                   on 2006/08/03  08:15:51
17379         Log: Subject: [PATCH] more g++ in Tru64
17380              From: Jarkko Hietaniemi <jhi@iki.fi>
17381              Date: Thu, 03 Aug 2006 09:04:45 +0300
17382              Message-ID: <44D191FD.9030902@iki.fi>
17383      Branch: perl
17384            ! hints/dec_osf.sh perlio.c pp_sys.c
17385 ____________________________________________________________________________
17386 [ 28653] By: stevep                                on 2006/08/02  17:47:34
17387         Log: Upgrade to Archive-Tar-1.30.  Since change #27571 is not included,
17388              the bleadperl version is bumped to 1.30_01.
17389      Branch: perl
17390            ! lib/Archive/Tar.pm
17391 ____________________________________________________________________________
17392 [ 28652] By: rgs                                   on 2006/08/02  13:11:25
17393         Log: Cross-compilation makefile fails to copy Config_heavy.pl
17394              (noticed by Alexandre Jousset <mid@gtmp.org>)
17395      Branch: perl
17396            ! Cross/Makefile
17397 ____________________________________________________________________________
17398 [ 28651] By: merijn                                on 2006/08/02  11:21:30
17399         Log: Subject: [PATCH] g++ heavy shoveling
17400              From: Jarkko Hietaniemi <jhi@iki.fi>
17401              Date: Wed, 02 Aug 2006 00:04:42 +0300
17402              Message-ID: <44CFC1EA.2050702@iki.fi>
17403      Branch: perl
17404            ! Configure
17405 ____________________________________________________________________________
17406 [ 28649] By: rgs                                   on 2006/08/02  09:49:10
17407         Log: Subject: [PATCH blead] Re: [perl #39733] $AUTOLOAD is never tainted
17408              From: Rick Delaney <rick@bort.ca>
17409              Date: Sun, 9 Jul 2006 15:01:50 -0400
17410              Message-ID: <20060709190150.GA1922@localhost.localdomain>
17411              
17412              Plus a note in perldelta
17413      Branch: perl
17414            ! gv.c pod/perl594delta.pod t/op/taint.t
17415 ____________________________________________________________________________
17416 [ 28645] By: stevep                                on 2006/08/02  03:11:51
17417         Log: Subject: [PATCH] g++ heavy shoveling
17418              From: Jarkko Hietaniemi <jhi@iki.fi>
17419              Date: Wed, 02 Aug 2006 00:04:42 +0300
17420              Message-ID: <44CFC1EA.2050702@iki.fi>
17421      Branch: perl
17422            ! cflags.SH hints/linux.sh perl.h
17423 ____________________________________________________________________________
17424 [ 28644] By: rgs                                   on 2006/08/01  16:47:01
17425         Log: Subject: Re: New perltrap?
17426              From: Rick Delaney <rick@bort.ca>
17427              Date: Tue, 1 Aug 2006 08:43:36 -0400
17428              Message-ID: <20060801124336.GM21381@localhost.localdomain>
17429      Branch: perl
17430            ! pod/perlsec.pod
17431 ____________________________________________________________________________
17432 [ 28643] By: steveh                                on 2006/08/01  16:17:47
17433         Log: Silence a couple of Borland compiler warnings
17434      Branch: perl
17435            ! cop.h regexec.c win32/win32.h
17436 ____________________________________________________________________________
17437 [ 28642] By: rgs                                   on 2006/08/01  16:11:24
17438         Log: Subject: [PATCH] threads 1.38
17439              From: "Jerry D. Hedden" <jerry@hedden.us>
17440              Date: Tue, 01 Aug 2006 08:58:52 -0700
17441              Message-ID: <20060801085852.fb30e530d17747c2b054d625b8945d88.ad7fb0a136.wbe@email.secureserver.net>
17442      Branch: perl
17443            ! ext/threads/Changes ext/threads/README ext/threads/t/free.t
17444            ! ext/threads/t/free2.t ext/threads/t/thread.t
17445            ! ext/threads/threads.pm ext/threads/threads.xs
17446 ____________________________________________________________________________
17447 [ 28641] By: rgs                                   on 2006/08/01  15:11:15
17448         Log: Bump version of Module::CoreList
17449      Branch: perl
17450            ! lib/Module/CoreList.pm
17451 ____________________________________________________________________________
17452 [ 28640] By: rgs                                   on 2006/08/01  14:59:36
17453         Log: Patch by Marius Feraru <altblue@n0i.net> to handle dotted perl versions
17454              in the corelist utility, and to add an easy way to determine what was
17455              some module's version bundled with a specified Perl release.
17456      Branch: perl
17457            ! lib/Module/CoreList/bin/corelist
17458 ____________________________________________________________________________
17459 [ 28639] By: merijn                                on 2006/08/01  12:13:53
17460         Log: Subject: [PATCH] g++ dNOOP (luckily one can mix code and decls in C++)
17461              Somewhat modifies as per Steve Hay's comment
17462              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
17463              Date: Tue, 1 Aug 2006 08:46:15 +0300 (EEST)
17464              Message-Id: <200608010546.k715kEdP017064@kosh.hut.fi>
17465      Branch: perl
17466            ! perl.h
17467 ____________________________________________________________________________
17468 [ 28638] By: steveh                                on 2006/08/01  11:20:47
17469         Log: Silence the VC7 compiler warning in the following smoke:
17470              http://www.nntp.perl.org/group/perl.daily-build.reports/39824
17471      Branch: perl
17472            ! ext/ByteLoader/byterun.c
17473 ____________________________________________________________________________
17474 [ 28637] By: merijn                                on 2006/08/01  08:44:58
17475         Log: ANSI-C headers in test snippets to please g++ (and the rest)
17476              Subject: [PATCH]  (back) towards g++ compilation (in Tru64, and elsewhere)
17477              From: Jarkko Hietaniemi <jhi@iki.fi>
17478              Date: Mon, 31 Jul 2006 23:44:55 +0300
17479              Message-ID: <44CE6BC7.8060805@iki.fi>
17480      Branch: perl
17481            ! Configure
17482 ____________________________________________________________________________
17483 [ 28635] By: steveh                                on 2006/08/01  08:10:07
17484         Log: Subject: [PATCH] op/stat.t: SKIP count fix in case of no dirfd()
17485              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
17486              Date: Tue, 1 Aug 2006 08:04:26 +0300 (EEST)
17487              Message-Id: <200608010504.k7154QT3178692@kosh.hut.fi>
17488      Branch: perl
17489            ! t/op/stat.t
17490 ____________________________________________________________________________
17491 [ 28634] By: stevep                                on 2006/08/01  00:17:19
17492         Log: Subject: [PATCH] solution(?) to the "warning: comparison is always false dueto limited range of data type" with New*()
17493              From: Jarkko Hietaniemi <jhi@iki.fi>
17494              Date: Fri, 28 Jul 2006 09:00:28 +0300
17495              Message-ID: <44C9A7FC.1060801@iki.fi>
17496      Branch: perl
17497            ! handy.h
17498 ____________________________________________________________________________
17499 [ 28633] By: stevep                                on 2006/08/01  00:10:06
17500         Log: Subject: [PATCH] (back) towards g++ compilation (in Tru64, and elsewhere)
17501              From: Jarkko Hietaniemi <jhi@iki.fi>
17502              Date: Mon, 31 Jul 2006 23:44:55 +0300
17503              Message-ID: <44CE6BC7.8060805@iki.fi>
17504              
17505              Just the hints/dec_osf.sh changes from this set of patches.
17506      Branch: perl
17507            ! hints/dec_osf.sh
17508 ____________________________________________________________________________
17509 [ 28632] By: stevep                                on 2006/07/30  17:03:10
17510         Log: Tests to go with change #28628.
17511      Branch: perl
17512            ! t/op/stat.t
17513 ____________________________________________________________________________
17514 [ 28631] By: stevep                                on 2006/07/30  16:20:58
17515         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.87_55.tar.gz
17516              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
17517              Date: Sat, 29 Jul 2006 22:06:31 +0200
17518              Message-ID: <877j1w2n20.fsf@k75.linux.bogus>
17519      Branch: perl
17520            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
17521            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
17522 ____________________________________________________________________________
17523 [ 28630] By: steveh                                on 2006/07/28  16:37:48
17524         Log: Remove a (UINT) cast to silence a VC6 compiler warning
17525              (this was added by #27352, but Digest-SHA-5.37 changed the
17526              loop variable to be signed so the cast now needs to go).
17527              Also bump the VERSION since #27482 has not yet been applied
17528              to the CPAN version.
17529      Branch: perl
17530            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/sha.c
17531 ____________________________________________________________________________
17532 [ 28629] By: merijn                                on 2006/07/28  08:04:01
17533         Log: Subject: [PATCH] z/OS: an easy test nit
17534              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
17535              Date: Thu, 27 Jul 2006 20:00:02 +0300 (EEST)
17536              Message-Id: <200607271700.k6RH02V1355005@kosh.hut.fi>
17537      Branch: perl
17538            ! ext/PerlIO/t/encoding.t
17539 ____________________________________________________________________________
17540 [ 28628] By: stevep                                on 2006/07/28  00:42:04
17541         Log: Change stat() and -X filetests so that they treat *FILE{IO} 
17542              filehandles like *FILE filehandles.  This resolves RT #8244.
17543      Branch: perl
17544            ! doio.c pp_sys.c
17545 ____________________________________________________________________________
17546 [ 28627] By: stevep                                on 2006/07/27  21:17:10
17547         Log: Upgrade to Digest-SHA-5.42
17548      Branch: perl
17549            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
17550            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
17551            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
17552            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
17553            ! ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/2-nist-sha-oo.t
17554            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
17555            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
17556            ! ext/Digest/SHA/t/3-gillogly-hard.t
17557            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
17558 ____________________________________________________________________________
17559 [ 28626] By: steveh                                on 2006/07/27  16:25:41
17560         Log: Clear up most of the VC6 compiler warnings in the following smoke:
17561              http://www.nntp.perl.org/group/perl.daily-build.reports/39733
17562      Branch: perl
17563            ! doio.c ext/B/B.xs ext/XS/APItest/APItest.xs hv.c op.c pp.c
17564            ! pp_pack.c utf8.c
17565 ____________________________________________________________________________
17566 [ 28625] By: merijn                                on 2006/07/27  15:33:07
17567         Log: #7217: config.h comments for HAS_POLL incorrect
17568              http://rt.perl.org/rt3/Ticket/Display.html?id=7217
17569              Date: Mon, 2 Jul 2001 14:58:27 -0700
17570              From: David Dyck <dcd@tc.fluke.com>
17571              Subject: config.h comments for HAS_POLL incorrect
17572      Branch: perl
17573            ! config_h.SH
17574 ____________________________________________________________________________
17575 [ 28623] By: craigb                                on 2006/07/27  13:54:55
17576         Log: Subject: Re: Silence/fix more warnings from the regex engine
17577              From: demerphq <demerphq@gmail.com>
17578              Date: Tue, 18 Jul 2006 21:57:15 +0200
17579              Message-ID: <9b18b3110607181257l28cc424aj1de28ebfc4c196d7@mail.gmail.com>
17580              
17581              REGCP_SET should only set a value, not check the previous value of its arg
17582      Branch: perl
17583            ! regexec.c
17584 ____________________________________________________________________________
17585 [ 28622] By: stevep                                on 2006/07/27  11:00:18
17586         Log: Subject: [perl #39835] Patch for perlipc.pod to update TCP server example wrt safe signals and accept()
17587              From: Andy Wardley (via RT) <perlbug-followup@perl.org>
17588              Date: Fri, 14 Jul 2006 10:11:44 -0700      
17589              Message-ID: <rt-3.6.HEAD-20371-1152897103-1865.39835-75-0@perl.org>
17590      Branch: perl
17591            ! pod/perlipc.pod
17592 ____________________________________________________________________________
17593 [ 28621] By: rgs                                   on 2006/07/26  20:36:19
17594         Log: Some notes in perl594delta.
17595      Branch: perl
17596            ! pod/perl594delta.pod
17597 ____________________________________________________________________________
17598 [ 28620] By: rgs                                   on 2006/07/26  20:32:08
17599         Log: Subject: interpolation of @- (and @+) in patterns ([perl #27940] comes back)
17600              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17601              Date: Tue, 25 Jul 2006 00:15:50 +0900
17602              Message-Id: <20060725001517.3C5D.BQW10602@nifty.com>
17603      Branch: perl
17604            ! pod/perlop.pod t/op/pat.t t/op/subst.t t/op/tr.t toke.c
17605 ____________________________________________________________________________
17606 [ 28619] By: stevep                                on 2006/07/26  13:54:28
17607         Log: Added tests from CGI.pm that had not been integrated into core.
17608      Branch: perl
17609            + lib/CGI/t/start_end_asterisk.t lib/CGI/t/start_end_end.t
17610            + lib/CGI/t/start_end_start.t
17611            ! MANIFEST
17612 ____________________________________________________________________________
17613 [ 28618] By: rgs                                   on 2006/07/26  06:41:56
17614         Log: Add a few links to standard modules in perlfunc, by Gabor Szabo.
17615      Branch: perl
17616            ! pod/perlfunc.pod
17617 ____________________________________________________________________________
17618 [ 28617] By: stevep                                on 2006/07/26  01:59:06
17619         Log: Subject: [PATCH] Re: [ID 20000816.012] *foo = *_ is broken
17620              From: Mike Guy <mjtg@cam.ac.uk>
17621              Date: Thu, 17 Aug 2000 16:26:56 +0100
17622              Message-Id: <E13PRZI-0007Ge-00@libra.cus.cam.ac.uk>
17623              
17624              Only part regarding @ARG missing from the documentation was applied.
17625      Branch: perl
17626            ! pod/perlvar.pod
17627 ____________________________________________________________________________
17628 [ 28616] By: mhx                                   on 2006/07/25  18:54:08
17629         Log: Upgrade to Devel::PPPort 3.09_02
17630      Branch: perl
17631            + ext/Devel/PPPort/parts/inc/strlfuncs
17632            + ext/Devel/PPPort/t/strlfuncs.t
17633            ! MANIFEST ext/Devel/PPPort/Changes
17634            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
17635            ! ext/Devel/PPPort/parts/apicheck.pl
17636            ! ext/Devel/PPPort/parts/base/5009004
17637            ! ext/Devel/PPPort/parts/embed.fnc
17638            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
17639 ____________________________________________________________________________
17640 [ 28615] By: mhx                                   on 2006/07/25  18:42:26
17641         Log: Very recent development versions of gcc (4.2.0 20060715) seem
17642              to have switched from '<command line>' to '<command-line>'.
17643      Branch: perl
17644            ! makedepend.SH
17645 ____________________________________________________________________________
17646 [ 28614] By: stevep                                on 2006/07/24  17:30:38
17647         Log: Replace some sprintf()'s in Data::Dumper with my_snprintf()'s
17648      Branch: perl
17649            ! ext/Data/Dumper/Dumper.xs mkppport.lst
17650 ____________________________________________________________________________
17651 [ 28613] By: rgs                                   on 2006/07/23  20:32:33
17652         Log: Revert change 28603: this was a wrong fix, that didn't prevent
17653              a later crash. Reindent a bit of the same function.
17654      Branch: perl
17655            ! pp_hot.c
17656 ____________________________________________________________________________
17657 [ 28612] By: rgs                                   on 2006/07/23  19:59:55
17658         Log: Subject: [PATCH document] perlop: parsing quoted constructs 
17659              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17660              Date: Sun, 16 Jul 2006 20:06:33 +0900
17661              Message-Id: <20060716200218.2CE6.BQW10602@nifty.com>
17662      Branch: perl
17663            ! pod/perlop.pod
17664 ____________________________________________________________________________
17665 [ 28611] By: stevep                                on 2006/07/23  13:46:05
17666         Log: The rest of the changes for Sys-Syslog-0.17 which my new patch no
17667              longer automatically "p4 edits" for me.
17668      Branch: perl
17669            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
17670            ! ext/Sys/Syslog/README ext/Sys/Syslog/t/syslog.t
17671 ____________________________________________________________________________
17672 [ 28610] By: stevep                                on 2006/07/23  13:42:55
17673         Log: Upgrade to Sys-Syslog-0.17
17674      Branch: perl
17675            ! ext/Sys/Syslog/Syslog.pm
17676 ____________________________________________________________________________
17677 [ 28609] By: stevep                                on 2006/07/23  13:20:07
17678         Log: Subject: [PATCH] Tru64: if cc given both -O and -g, -g must be -g3
17679              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
17680              Date: Sun, 23 Jul 2006 10:18:11 +0300 (EEST)
17681              Message-Id: <200607230718.k6N7IB4u009170@kosh.hut.fi>
17682      Branch: perl
17683            ! hints/dec_osf.sh
17684 ____________________________________________________________________________
17685 [ 28608] By: rgs                                   on 2006/07/23  13:17:48
17686         Log: Revert part of last change, that was causing utf8 test failures
17687      Branch: perl
17688            ! toke.c
17689 ____________________________________________________________________________
17690 [ 28607] By: rgs                                   on 2006/07/23  13:04:10
17691         Log: Subject: [PATCH] z/OS: pp_sys.c, reg*.c, toke.c, utf8.c
17692              From: Jarkko Hietaniemi <jhi@iki.fi>
17693              Date: Sat, 22 Jul 2006 18:51:48 +0300
17694              Message-ID: <44C24994.6020008@iki.fi>
17695      Branch: perl
17696            ! pp_sys.c regcomp.c regexec.c toke.c utf8.c
17697 ____________________________________________________________________________
17698 [ 28606] By: rgs                                   on 2006/07/23  12:51:02
17699         Log: Add another volatile modifier to protect against longjmp clobbering
17700      Branch: perl
17701            ! op.c
17702 ____________________________________________________________________________
17703 [ 28605] By: mhx                                   on 2006/07/21  17:56:39
17704         Log: Upgrade to Devel::PPPort 3.09_01
17705      Branch: perl
17706            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
17707            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
17708            ! ext/Devel/PPPort/mktests.PL ext/Devel/PPPort/parts/ppptools.pl
17709            ! ext/Devel/PPPort/soak
17710 ____________________________________________________________________________
17711 [ 28604] By: rgs                                   on 2006/07/21  15:27:20
17712         Log: More tweaks to threads 1.37, by Jerry D. Hedden
17713      Branch: perl
17714            ! ext/threads/Changes ext/threads/t/exit.t
17715            ! ext/threads/t/thread.t ext/threads/threads.pm
17716            ! ext/threads/threads.xs
17717 ____________________________________________________________________________
17718 [ 28603] By: rgs                                   on 2006/07/20  22:03:59
17719         Log: In pp_entersub, accept to handle a CV with a NULL padlist.
17720              This fixes a crash with mod_perl 1.29.
17721      Branch: perl
17722            ! pp_hot.c
17723 ____________________________________________________________________________
17724 [ 28602] By: rgs                                   on 2006/07/20  21:36:25
17725         Log: Upgrade to threads 1.37, by Jerry D. Hedden
17726      Branch: perl
17727            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
17728            ! ext/threads/t/thread.t ext/threads/threads.pm
17729            ! ext/threads/threads.xs
17730 ____________________________________________________________________________
17731 [ 28601] By: rgs                                   on 2006/07/19  21:34:05
17732         Log: Band-aid for segfault in ext/threads/t/blocks.t on SMP machines
17733      Branch: perl
17734            ! pp_hot.c
17735 ____________________________________________________________________________
17736 [ 28600] By: stevep                                on 2006/07/19  14:59:24
17737         Log: Subject: [perl #39876] Time::gmtime 1.02 examples patch
17738              From: Alexandr Ciornii (via RT) <perlbug-followup@perl.org>
17739              Date: Wed, 19 Jul 2006 05:46:36 -0700
17740              Message-ID: <rt-3.6.HEAD-25412-1153313196-897.39876-75-0@perl.org>
17741              
17742              Pod fixes for Time::gmtime.pm
17743      Branch: perl
17744            ! lib/Time/gmtime.pm
17745 ____________________________________________________________________________
17746 [ 28599] By: rgs                                   on 2006/07/18  21:43:52
17747         Log: Subject: [PATCH] make magic vtables const if PERL_GLOBAL_STRUCT_PRIVATE
17748              From: Jarkko Hietaniemi <jhi@iki.fi>
17749              Date: Mon, 17 Jul 2006 09:09:24 +0300
17750              Message-ID: <44BB2994.5090609@iki.fi>
17751      Branch: perl
17752            ! perl.h pod/perlguts.pod pod/perlhack.pod
17753 ____________________________________________________________________________
17754 [ 28598] By: rgs                                   on 2006/07/18  21:02:39
17755         Log: Subject: [PATCH] [Fwd: Smoke [5.9.4] 28575 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)]
17756              From: "Jerry D. Hedden" <jerry@hedden.us>
17757              Date: Mon, 17 Jul 2006 05:00:01 -0700
17758              Message-ID: <20060717050001.fb30e530d17747c2b054d625b8945d88.b729fe881f.wbe@email.secureserver.net>
17759      Branch: perl
17760            ! ext/threads/t/basic.t ext/threads/t/free.t
17761 ____________________________________________________________________________
17762 [ 28597] By: steveh                                on 2006/07/18  12:11:36
17763         Log: Fix Borland problem with quoted pre-processor macros in response files
17764              
17765              This should clear up the errors from Module/Build/t/ppm.t and
17766              Module/Build/t/xs.t in the Borland smokes.
17767              
17768              Subject: Re: Smoke [5.9.4] 27656 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
17769              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
17770              Date: Thu, 06 Apr 2006 22:33:04 -0400
17771              Message-ID: <4435CF60.1000707@thepierianspring.org>
17772              
17773              See the thread here for details:
17774              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00027.html
17775      Branch: perl
17776            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
17777 ____________________________________________________________________________
17778 [ 28596] By: stevep                                on 2006/07/18  03:10:51
17779         Log: Additional reason for ssh passphrase failures.
17780      Branch: perl
17781            ! Porting/repository.pod
17782 ____________________________________________________________________________
17783 [ 28595] By: rgs                                   on 2006/07/17  21:11:52
17784         Log: Remove the C89 checking with gcc
17785              (but leave a note in perlhack)
17786      Branch: perl
17787            ! cflags.SH pod/perlhack.pod
17788 ____________________________________________________________________________
17789 [ 28594] By: steveh                                on 2006/07/17  14:32:19
17790         Log: Subject: Silence system warning during tests (only on win32 for now)
17791              From: demerphq <demerphq@gmail.com>
17792              Date: Sat, 15 Jul 2006 18:21:15 +0200
17793              Message-ID: <9b18b3110607150921p33be8e87wd51b2fd317a81587@mail.gmail.com>
17794      Branch: perl
17795            ! t/comp/opsubs.t
17796 ____________________________________________________________________________
17797 [ 28593] By: steveh                                on 2006/07/17  14:23:59
17798         Log: Avoid an error that VC++'s resource compiler seems to have
17799              with a reference to "perly.y" in "perly.h"
17800              
17801              See the thread here for details:
17802              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-07/msg00460.html
17803      Branch: perl
17804            ! perly.h regen_perly.pl
17805 ____________________________________________________________________________
17806 [ 28592] By: merijn                                on 2006/07/17  06:51:54
17807         Log: Cygwin doesn't cope (yet) with gcc flags -std=c89
17808      Branch: perl
17809            ! cflags.SH
17810 ____________________________________________________________________________
17811 [ 28591] By: rgs                                   on 2006/07/16  21:42:59
17812         Log: Check for taintedness of PERL5SHELL on Windows
17813              (bug #39832)
17814      Branch: perl
17815            ! taint.c
17816 ____________________________________________________________________________
17817 [ 28590] By: stevep                                on 2006/07/16  19:18:27
17818         Log: Subject: [PATCH] MIME::Base64 quoted-print.t: z/OS (EBCDIC)
17819              From: Jarkko Hietaniemi <jhi@iki.fi>
17820              Date: Sun, 16 Jul 2006 13:11:15 +0300
17821              Message-ID: <44BA10C3.8040007@iki.fi>
17822      Branch: perl
17823            ! ext/MIME/Base64/t/quoted-print.t
17824 ____________________________________________________________________________
17825 [ 28589] By: stevep                                on 2006/07/16  19:12:28
17826         Log: Subject: Re: Fix loads of warnings from the last escaping patch...
17827              From: demerphq <demerphq@gmail.com>
17828              Date: Sun, 16 Jul 2006 19:59:02 +0200
17829              Message-ID: <9b18b3110607161059j276ac869p450aa178150044ae@mail.gmail.com>
17830      Branch: perl
17831            ! dump.c embed.fnc ext/re/re.pm pod/perlapi.pod proto.h
17832            ! regcomp.c regcomp.h
17833 ____________________________________________________________________________
17834 [ 28588] By: stevep                                on 2006/07/16  19:06:01
17835         Log: Subject: [PATCH] perlhack: advertise Configure -Dgccansipedantic
17836              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
17837              Date: Sun, 16 Jul 2006 20:27:20 +0300 (EEST)
17838              Message-Id: <200607161727.k6GHRKFk069579@kosh.hut.fi>
17839      Branch: perl
17840            ! pod/perlhack.pod
17841 ____________________________________________________________________________
17842 [ 28587] By: stevep                                on 2006/07/16  15:40:29
17843         Log: Upgrade to Module-Build-0.2803
17844      Branch: perl
17845            ! lib/Module/Build.pm lib/Module/Build/Base.pm
17846            ! lib/Module/Build/Changes
17847 ____________________________________________________________________________
17848 [ 28586] By: stevep                                on 2006/07/16  14:54:58
17849         Log: Upgrade to Test-Simple-0.64
17850      Branch: perl
17851            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
17852            ! lib/Test/Simple/Changes lib/Test/Simple/t/skip.t
17853            ! lib/Test/Simple/t/tbt_01basic.t
17854            ! lib/Test/Simple/t/tbt_05faildiag.t
17855            ! lib/Test/Simple/t/tbt_06errormess.t
17856            ! lib/Test/Simple/t/tbt_07args.t
17857 ____________________________________________________________________________
17858 [ 28585] By: stevep                                on 2006/07/16  13:46:35
17859         Log: various safety/portability tweaks
17860              From: Jarkko Hietaniemi <jhi@iki.fi>
17861              Date: Sat, 15 Jul 2006 22:15:29 +0300
17862              Message-ID: <44B93ED1.7080000@iki.fi>
17863              
17864              Fix for change #28578.
17865      Branch: perl
17866            ! util.c
17867 ____________________________________________________________________________
17868 [ 28584] By: davem                                 on 2006/07/16  00:20:25
17869         Log: run regen_headerds
17870      Branch: perl
17871            ! embed.h global.sym proto.h
17872 ____________________________________________________________________________
17873 [ 28583] By: davem                                 on 2006/07/15  22:14:46
17874         Log: Subject:  [PATCH] comment update for scan_const
17875              From:  SADAHIRO Tomoyuki <bqw10602@nifty.com>
17876              Date:  Sat, 15 Jul 2006 20:16:01 +0900
17877              Message-Id:  <20060715201552.9FA5.BQW10602@nifty.com>
17878      Branch: perl
17879            ! toke.c
17880 ____________________________________________________________________________
17881 [ 28582] By: davem                                 on 2006/07/15  21:59:43
17882         Log: Subject:  Updated escaping code. utf8 regex debug output improvements
17883              From:  demerphq <demerphq@gmail.com>
17884              Date:  Sat, 15 Jul 2006 18:56:03 +0200
17885              Message-Id:  <9b18b3110607150956o6273a16clb1518911d1945d4@mail.gmail.com>
17886      Branch: perl
17887            ! dump.c embed.fnc ext/re/re.pm perl.h regcomp.c regcomp.h
17888            ! regexec.c
17889 ____________________________________________________________________________
17890 [ 28581] By: stevep                                on 2006/07/15  18:57:39
17891         Log: Adding Module::Build::Version missed in upgrade.
17892      Branch: perl
17893            + lib/Module/Build/Version.pm
17894            ! MANIFEST
17895 ____________________________________________________________________________
17896 [ 28580] By: stevep                                on 2006/07/15  15:22:35
17897         Log: Upgrade to ANSIColor-1.11
17898      Branch: perl
17899            + lib/Term/ANSIColor/t/basic.t lib/Term/ANSIColor/t/pod.t
17900            - lib/Term/ANSIColor/test.pl
17901            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
17902            ! lib/Term/ANSIColor/README
17903 ____________________________________________________________________________
17904 [ 28579] By: stevep                                on 2006/07/15  14:46:53
17905         Log: Upgrade to Module-Build-0.2802
17906      Branch: perl
17907            ! lib/Module/Build.pm lib/Module/Build/Base.pm
17908            ! lib/Module/Build/Changes lib/Module/Build/ModuleInfo.pm
17909            ! lib/Module/Build/t/moduleinfo.t
17910            ! lib/Module/Build/t/runthrough.t
17911 ____________________________________________________________________________
17912 [ 28578] By: merijn                                on 2006/07/15  11:53:36
17913         Log: Subject: [PATCH] various safety/portability tweaks
17914              From: Jarkko Hietaniemi <jhi@iki.fi>
17915              Date: Sat, 15 Jul 2006 13:14:32 +0300
17916              Message-ID: <44B8C008.4030300@iki.fi>
17917      Branch: perl
17918            ! pod/perlhack.pod pod/perltodo.pod pp_sys.c sv.c util.c
17919 ____________________________________________________________________________
17920 [ 28577] By: merijn                                on 2006/07/15  11:45:15
17921         Log: Subject: [PATCH] cflags.SH: add missing C files
17922              From: Jarkko Hietaniemi <jhi@iki.fi>
17923              Date: Sat, 15 Jul 2006 12:30:25 +0300
17924              Message-ID: <44B8B5B1.2050902@iki.fi>
17925      Branch: perl
17926            ! cflags.SH
17927 ____________________________________________________________________________
17928 [ 28576] By: merijn                                on 2006/07/15  11:41:59
17929         Log: Subject: [PATCH] Re: [PATCH] cflags.SH: add -std=c89
17930              From: Jarkko Hietaniemi <jhi@iki.fi>
17931              Date: Sat, 15 Jul 2006 12:19:45 +0300
17932              Message-ID: <44B8B331.8090009@iki.fi>
17933      Branch: perl
17934            ! cflags.SH
17935 ____________________________________________________________________________
17936 [ 28575] By: craigb                                on 2006/07/14  18:18:18
17937         Log: overload.t has same locale problem with VMS that it has with dec_osf
17938      Branch: perl
17939            ! t/uni/overload.t
17940 ____________________________________________________________________________
17941 [ 28574] By: craigb                                on 2006/07/14  18:09:40
17942         Log: Make sysconf tests handle unimplemented success indications
17943              for the benefit of Mac OS X and VMS.
17944      Branch: perl
17945            ! ext/POSIX/t/sysconf.t
17946 ____________________________________________________________________________
17947 [ 28573] By: steveh                                on 2006/07/14  14:42:57
17948         Log: Silence a compiler warning on Win32/VC++
17949              
17950              Subject: Re: Smoke [5.9.4] 28569 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
17951              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
17952              Date: Fri, 14 Jul 2006 16:33:01 +0200
17953              Message-Id: <8CC2FF7E-42EE-4B28-A9D2-4FCD8C745004@mailbox.tu-berlin.de>
17954      Branch: perl
17955            ! ext/Hash/Util/FieldHash/FieldHash.xs
17956 ____________________________________________________________________________
17957 [ 28572] By: stevep                                on 2006/07/14  14:38:28
17958         Log: Skip tests for pathconf() and fpathconf() on HP-UX for 
17959              _PC_CHOWN_RESTRICTED.  The HP-UX manpage suggests not trying
17960              to do it, and that the errno will not be set on failure.
17961      Branch: perl
17962            ! ext/POSIX/t/sysconf.t
17963 ____________________________________________________________________________
17964 [ 28571] By: davem                                 on 2006/07/14  11:50:37
17965         Log: remove regex postive super-linear cache code
17966              (it wasn't actually achieving anything)
17967      Branch: perl
17968            ! regexec.c t/op/re_tests
17969 ____________________________________________________________________________
17970 [ 28570] By: merijn                                on 2006/07/14  07:03:08
17971         Log: Subject: [PATCH] -DPERL_GLOBAL_STRUCT_PRIVATE tweaks (done_sanity_check global? yech!)
17972              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
17973              Date: Fri, 14 Jul 2006 09:34:09 +0300 (EEST)
17974              Message-Id: <200607140634.k6E6Y9Ia471707@kosh.hut.fi>
17975      Branch: perl
17976            ! hv.c sv.c
17977 ____________________________________________________________________________
17978 [ 28569] By: stevep                                on 2006/07/13  20:31:59
17979         Log: Version bumps for z/OS fixes.
17980      Branch: perl
17981            ! ext/Encode/Encode.pm ext/MIME/Base64/Base64.pm
17982            ! ext/threads/shared/shared.pm
17983 ____________________________________________________________________________
17984 [ 28568] By: stevep                                on 2006/07/13  20:18:59
17985         Log: Subject: [PATCH] z/OS: CPAN-ized ext/ and lib/
17986              From: Jarkko Hietaniemi <jhi@iki.fi>
17987              Date: Thu, 13 Jul 2006 23:10:27 +0300
17988              Message-ID: <44B6A8B3.5070605@iki.fi>
17989      Branch: perl
17990            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
17991            ! ext/Encode/Encode.xs ext/Encode/t/utf8strict.t
17992            ! ext/MIME/Base64/Base64.xs ext/Storable/t/downgrade.t
17993            ! ext/Storable/t/overload.t ext/threads/shared/shared.xs
17994            ! lib/CGI/t/util-58.t lib/Digest/t/base.t lib/Digest/t/file.t
17995            ! lib/Pod/t/pod2html-lib.pl lib/Tie/File/t/09_gen_rs.t
17996 ____________________________________________________________________________
17997 [ 28567] By: merijn                                on 2006/07/13  17:12:00
17998         Log: Subject: [PATCH] z/OS: non-CPAN ext and lib + main() without the third arg + Stephen McCamant's comment
17999              From: Jarkko Hietaniemi <jhi@iki.fi>
18000              Date: Thu, 13 Jul 2006 19:47:29 +0300
18001              Message-ID: <44B67921.6090901@iki.fi>
18002      Branch: perl
18003            ! ext/B/B/Deparse.pm lib/AutoLoader.t lib/DBM_Filter/t/encode.t
18004            ! lib/DBM_Filter/t/utf8.t lib/ExtUtils/Constant/Utils.pm
18005            ! lib/ExtUtils/Embed.pm lib/ExtUtils/t/Embed.t
18006            ! lib/PerlIO/via/t/QuotedPrint.t lib/bytes.t lib/dumpvar.pl
18007            ! lib/utf8.t miniperlmain.c perl.h
18008 ____________________________________________________________________________
18009 [ 28566] By: stevep                                on 2006/07/13  15:46:11
18010         Log: Keep Intel C++ from claiming that it is gcc.
18011      Branch: perl
18012            ! hints/linux.sh
18013 ____________________________________________________________________________
18014 [ 28565] By: stevep                                on 2006/07/13  14:04:18
18015         Log: Clear up a few more warnings from blead.
18016      Branch: perl
18017            ! op.c perl.c reentr.c reentr.pl regexec.c
18018 ____________________________________________________________________________
18019 [ 28564] By: rgs                                   on 2006/07/13  08:46:30
18020         Log: Not everybody has env
18021      Branch: perl
18022            ! pod/perlintro.pod
18023 ____________________________________________________________________________
18024 [ 28563] By: rgs                                   on 2006/07/13  08:40:12
18025         Log: Subject: Re: Misunderstanding escapes in heredocs?
18026              From: demerphq <demerphq@gmail.com>
18027              Date: Sun, 9 Jul 2006 16:42:45 +0200
18028              Message-ID: <9b18b3110607090742gc55b4ffl402d5fadc5bd231e@mail.gmail.com>
18029              
18030              with formatting nits
18031      Branch: perl
18032            ! pod/perlop.pod
18033 ____________________________________________________________________________
18034 [ 28562] By: rgs                                   on 2006/07/13  08:17:04
18035         Log: Additions to perlhack based on a patch by Gabor Szabo
18036      Branch: perl
18037            ! pod/perlhack.pod
18038 ____________________________________________________________________________
18039 [ 28561] By: rgs                                   on 2006/07/13  08:04:44
18040         Log: Nits to the perlintro safety net (by Gabor Szabo and Merijn)
18041      Branch: perl
18042            ! pod/perlintro.pod
18043 ____________________________________________________________________________
18044 [ 28560] By: merijn                                on 2006/07/13  06:50:55
18045         Log: Relink to use temp file forced on current dir in mpeix
18046              Subject: [PATCH] mpeix/relink: tweak from Donna Garverick
18047              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
18048              Date: Thu, 13 Jul 2006 08:25:59 +0300 (EEST)
18049              Message-Id: <200607130525.k6D5PxFp251263@kosh.hut.fi>
18050      Branch: perl
18051            ! mpeix/relink
18052 ____________________________________________________________________________
18053 [ 28559] By: rgs                                   on 2006/07/12  13:19:04
18054         Log: Cleanup and conversion to t/test.pl
18055      Branch: perl
18056            ! ext/Devel/Peek/t/Peek.t
18057 ____________________________________________________________________________
18058 [ 28558] By: rgs                                   on 2006/07/12  12:29:58
18059         Log: I prefer array indexes that start from 0 in beginner docs
18060      Branch: perl
18061            ! pod/perlintro.pod
18062 ____________________________________________________________________________
18063 [ 28557] By: rgs                                   on 2006/07/12  12:28:34
18064         Log: Integration of strlcat is to-done (noticed by Yves)
18065      Branch: perl
18066            ! pod/perltodo.pod
18067 ____________________________________________________________________________
18068 [ 28556] By: steveh                                on 2006/07/12  10:28:39
18069         Log: Fix change #28552: VC++ doesn't like code before declarations
18070      Branch: perl
18071            ! ext/Hash/Util/FieldHash/FieldHash.xs
18072 ____________________________________________________________________________
18073 [ 28555] By: rgs                                   on 2006/07/12  09:56:04
18074         Log: Additions and removals in perltodo
18075      Branch: perl
18076            ! pod/perltodo.pod
18077 ____________________________________________________________________________
18078 [ 28554] By: merijn                                on 2006/07/12  09:40:14
18079         Log: Subject: [PATCH] more strictness in perlintro
18080              From: "Gabor Szabo" <szabgab@gmail.com>
18081              Date: Wed, 12 Jul 2006 10:30:06 +0300
18082              Message-ID: <d8a74af10607120030p1964b935y9493e29994a5b371@mail.gmail.com>
18083      Branch: perl
18084            ! pod/perlintro.pod
18085 ____________________________________________________________________________
18086 [ 28553] By: merijn                                on 2006/07/12  09:27:59
18087         Log: Subject: [PATCH] perlinro (use $fh filehandler + not to use built in function name in sub example)
18088              From: "Gabor Szabo" <szabgab@gmail.com>
18089              Date: Wed, 12 Jul 2006 10:51:03 +0300
18090              Message-ID: <d8a74af10607120051t10382a7fw95ce094f0f395490@mail.gmail.com>
18091      Branch: perl
18092            ! pod/perlintro.pod
18093 ____________________________________________________________________________
18094 [ 28552] By: rgs                                   on 2006/07/12  09:00:01
18095         Log: Subject: Re: [PATCH] FieldHash coverity-compliant
18096              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
18097              Date: Wed, 12 Jul 2006 00:45:44 +0200
18098              Message-Id: <7AEBF247-0AF7-46A8-9D61-D38B45FD21EA@mailbox.tu-berlin.de>
18099      Branch: perl
18100            ! ext/Hash/Util/FieldHash/FieldHash.xs
18101 ____________________________________________________________________________
18102 [ 28551] By: rgs                                   on 2006/07/12  08:49:17
18103         Log: Upgrade to PathTools 3.19
18104      Branch: perl
18105            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
18106            ! lib/File/Spec/Unix.pm lib/File/Spec/t/Spec.t
18107 ____________________________________________________________________________
18108 [ 28550] By: merijn                                on 2006/07/12  06:53:22
18109         Log: Subject: [PATCH] z/OS: t/ - mostly EBCDIC fixes
18110              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
18111              Date: Wed, 12 Jul 2006 00:01:29 +0300 (EEST)
18112              Message-Id: <200607112101.k6BL1TGr321715@kosh.hut.fi>
18113      Branch: perl
18114            ! t/comp/parser.t t/op/caller.t t/op/chop.t t/op/exec.t
18115            ! t/op/index.t t/op/pack.t t/op/pat.t t/op/sprintf.t
18116            ! t/op/utfhash.t t/run/fresh_perl.t t/uni/case.pl t/uni/class.t
18117 ____________________________________________________________________________
18118 [ 28549] By: rgs                                   on 2006/07/11  17:00:26
18119         Log: A few rough notes for the next perldelta
18120      Branch: perl
18121            ! pod/perl594delta.pod
18122 ____________________________________________________________________________
18123 [ 28548] By: rgs                                   on 2006/07/11  14:55:17
18124         Log: Revert bogus fix for bug #27940, which wasn't really a bug,
18125              and a new test item, as found and suggested by Sadahiro Tomoyuki.
18126      Branch: perl
18127            ! t/op/pat.t toke.c
18128 ____________________________________________________________________________
18129 [ 28547] By: rgs                                   on 2006/07/11  14:06:08
18130         Log: Subject: Re: Misunderstanding escapes in heredocs?
18131              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18132              Date: Sun, 09 Jul 2006 11:57:42 +0900
18133              Message-Id: <20060709115613.78FF.BQW10602@nifty.com>
18134      Branch: perl
18135            ! pod/perlop.pod
18136 ____________________________________________________________________________
18137 [ 28546] By: stevep                                on 2006/07/11  12:31:10
18138         Log: Upgrade to Text-Tabs+Wrap-2006.0711.  Keep the local changes from
18139              change #27541.  Also, leave out the test files Jacobson.t and 
18140              Jacobson2.t which both generated several warnings.
18141      Branch: perl
18142            + lib/Text/TabsWrap/t/37000.t lib/Text/TabsWrap/t/39548.t
18143            + lib/Text/TabsWrap/t/Jochen.t lib/Text/TabsWrap/t/belg4mit.t
18144            + lib/Text/TabsWrap/t/sep.t lib/Text/TabsWrap/t/sep2.t
18145            ! MANIFEST lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG
18146            ! lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
18147 ____________________________________________________________________________
18148 [ 28545] By: steveh                                on 2006/07/11  11:26:17
18149         Log: Fix change #28533: my_strlcpy does not return the dest str!
18150      Branch: perl
18151            ! util.c
18152 ____________________________________________________________________________
18153 [ 28544] By: rgs                                   on 2006/07/11  09:29:23
18154         Log: Adjust test count in threads test
18155      Branch: perl
18156            ! ext/threads/t/kill.t
18157 ____________________________________________________________________________
18158 [ 28543] By: rgs                                   on 2006/07/11  09:27:25
18159         Log: Subject: [PATCH] threads 1.36 - Signalling terminated threads core dumps
18160              From: "Jerry D. Hedden" <jerry@hedden.us>
18161              Date: Mon, 10 Jul 2006 13:28:25 -0700
18162              Message-ID: <20060710132825.fb30e530d17747c2b054d625b8945d88.5bdc82d2c0.wbe@email.secureserver.net>
18163      Branch: perl
18164            ! ext/threads/Changes ext/threads/README ext/threads/t/kill.t
18165            ! ext/threads/t/thread.t ext/threads/threads.pm
18166            ! ext/threads/threads.xs
18167 ____________________________________________________________________________
18168 [ 28542] By: rgs                                   on 2006/07/11  08:06:26
18169         Log: Subject: [PATCH] FieldHash coverity-compliant
18170              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
18171              Date: Mon, 10 Jul 2006 21:30:15 +0200
18172              Message-Id: <9C6C104C-8040-489A-BB35-40D22BC48AFC@mailbox.tu-berlin.de>
18173      Branch: perl
18174            ! ext/Hash/Util/FieldHash/FieldHash.xs
18175            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
18176            ! ext/Hash/Util/FieldHash/t/02_function.t
18177            ! ext/Hash/Util/FieldHash/t/04_thread.t
18178 ____________________________________________________________________________
18179 [ 28541] By: rgs                                   on 2006/07/11  07:55:21
18180         Log: Subject: [PATCH] Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused))
18181              From: Andy Dougherty <doughera@lafayette.edu>
18182              Date: Mon, 10 Jul 2006 13:16:27 -0400 (EDT)
18183              Message-ID: <Pine.LNX.4.62.0607101312540.24708@fractal.phys.lafayette.edu>
18184      Branch: perl
18185            ! perl.h
18186 ____________________________________________________________________________
18187 [ 28540] By: rgs                                   on 2006/07/11  07:48:24
18188         Log: Subject: [PATCH] sysconf.t: still failing in tru64, try harder to skip
18189              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
18190              Date: Tue, 11 Jul 2006 09:23:08 +0300 (EEST)
18191              Message-Id: <200607110623.k6B6N8Ni488812@kosh.hut.fi>
18192      Branch: perl
18193            ! ext/POSIX/t/sysconf.t
18194 ____________________________________________________________________________
18195 [ 28539] By: rgs                                   on 2006/07/10  20:14:34
18196         Log: Subject: [PATCH] z/OS: hints/os390.sh and Makefile.SH
18197              From: Jarkko Hietaniemi <jhi@iki.fi>
18198              Date: Mon, 10 Jul 2006 22:55:33 +0300
18199              Message-ID: <44B2B0B5.3000008@iki.fi>
18200      Branch: perl
18201            ! Makefile.SH hints/os390.sh
18202 ____________________________________________________________________________
18203 [ 28538] By: rgs                                   on 2006/07/10  19:42:18
18204         Log: Update Changes
18205      Branch: perl
18206            ! Changes
18207 ____________________________________________________________________________
18208 [ 28537] By: stevep                                on 2006/07/10  19:28:54
18209         Log: Subject: [PATCH] perlhack: argh...
18210              From: Jarkko Hietaniemi <jhi@iki.fi>
18211              Date: Mon, 10 Jul 2006 21:07:35 +0300
18212              Message-ID: <44B29767.4040606@iki.fi>
18213      Branch: perl
18214            ! pod/perlhack.pod
18215 ____________________________________________________________________________
18216 [ 28536] By: stevep                                on 2006/07/10  19:12:07
18217         Log: Restoring change #28523 accidentilly reverted with change #28528.
18218      Branch: perl
18219            ! doio.c
18220 ____________________________________________________________________________
18221 [ 28535] By: stevep                                on 2006/07/10  18:26:25
18222         Log: Fix another empty if-statement warning
18223      Branch: perl
18224            ! sv.c
18225 ____________________________________________________________________________
18226 [ 28534] By: stevep                                on 2006/07/10  18:17:30
18227         Log: Silence empty if-statement warning.
18228      Branch: perl
18229            ! universal.c
18230 ____________________________________________________________________________
18231 [ 28533] By: stevep                                on 2006/07/10  17:23:02
18232         Log: Convert some low hanging fruit to my_strlcpy/my_strlcat.
18233      Branch: perl
18234            ! doio.c mg.c pp_sys.c toke.c util.c
18235 ____________________________________________________________________________
18236 [ 28532] By: rgs                                   on 2006/07/10  17:09:38
18237         Log: POD fixes in perlhack
18238      Branch: perl
18239            ! pod/perlhack.pod
18240 ____________________________________________________________________________
18241 [ 28531] By: rgs                                   on 2006/07/10  17:07:43
18242         Log: Typo found by Craig Berry
18243      Branch: perl
18244            ! pod/perlhack.pod
18245 ____________________________________________________________________________
18246 [ 28530] By: rgs                                   on 2006/07/10  17:05:12
18247         Log: More perlhack portability additions by Jarkko
18248      Branch: perl
18249            ! pod/perlhack.pod
18250 ____________________________________________________________________________
18251 [ 28529] By: rgs                                   on 2006/07/10  14:04:00
18252         Log: Subject: [PATCH] threads 1.35 - Borland compiler fix
18253              From: "Jerry D. Hedden" <jerry@hedden.us>
18254              Date: Mon, 10 Jul 2006 06:49:34 -0700
18255              Message-ID: <20060710064934.fb30e530d17747c2b054d625b8945d88.384e3b280c.wbe@email.secureserver.net>
18256      Branch: perl
18257            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
18258            ! ext/threads/threads.pm ext/threads/threads.xs
18259 ____________________________________________________________________________
18260 [ 28528] By: stevep                                on 2006/07/10  13:55:39
18261         Log: Change existing uses of strlcpy()/strlcat() to use new my_strlcpy()/
18262              my_strlcat() API.  Convert ext/File/Glob/bsd_glob.c to use 
18263              my_strlcat().  Add to the strlcy()/strlcat() todo entry.
18264      Branch: perl
18265            ! doio.c ext/File/Glob/bsd_glob.c pod/perltodo.pod pp_ctl.c
18266            ! util.c
18267 ____________________________________________________________________________
18268 [ 28527] By: rgs                                   on 2006/07/10  12:46:41
18269         Log: Subject: [PATCH] perlhack: more portability musings
18270              From: Jarkko Hietaniemi <jhi@iki.fi>
18271              Date: Mon, 10 Jul 2006 15:41:10 +0300
18272              Message-ID: <44B24AE6.6030708@iki.fi>
18273      Branch: perl
18274            ! pod/perlhack.pod
18275 ____________________________________________________________________________
18276 [ 28526] By: rgs                                   on 2006/07/10  12:01:20
18277         Log: Subject: examples in the core documentation
18278              From: "Gabor Szabo" <szabgab@gmail.com>
18279              Date: Sun, 9 Jul 2006 15:44:47 +0200
18280              Message-ID: <d8a74af10607090644o5c1ee3b2p98f6aa9301898b44@mail.gmail.com>
18281      Branch: perl
18282            ! pod/perlfunc.pod
18283 ____________________________________________________________________________
18284 [ 28525] By: stevep                                on 2006/07/10  11:28:24
18285         Log: Add Russ Allbery's public domain implementations of strlcat and
18286              strlcpy as Perl_my_strlcat and Perl_my_strlcpy to the Perl core.
18287              Thanks Russ!
18288      Branch: perl
18289            ! embed.fnc embed.h global.sym perl.h proto.h util.c
18290 ____________________________________________________________________________
18291 [ 28524] By: rgs                                   on 2006/07/10  10:16:53
18292         Log: Add a macro to remove duplicated code
18293              
18294              Subject: Re: cut-and-paste findings for blead 28504
18295              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18296              Date: Sun, 09 Jul 2006 13:47:04 +0900
18297              Message-Id: <20060709134236.E51A.BQW10602@nifty.com>
18298      Branch: perl
18299            ! pp_sort.c
18300 ____________________________________________________________________________
18301 [ 28523] By: rgs                                   on 2006/07/10  10:11:22
18302         Log: Fix a signed/unsigned warning
18303      Branch: perl
18304            ! doio.c
18305 ____________________________________________________________________________
18306 [ 28522] By: rgs                                   on 2006/07/10  09:53:33
18307         Log: Pod cleanup in Shell.pm
18308      Branch: perl
18309            ! lib/Shell.pm
18310 ____________________________________________________________________________
18311 [ 28521] By: merijn                                on 2006/07/10  07:41:25
18312         Log: Even Jarkko's patches should go in only once
18313              Subject: [PATCH] undouble Jarkko's patch
18314              From: andy@petdance.com (Andy Lester)
18315              Date: Mon, 10 Jul 2006 00:22:18 -0500
18316              Message-ID: <20060710052218.GA7477@petdance.com>
18317      Branch: perl
18318            ! pod/perlhack.pod
18319 ____________________________________________________________________________
18320 [ 28520] By: stevep                                on 2006/07/10  03:07:59
18321         Log: Subject: [PATCH] Skip tests of a POSIX constant on Mac OS X because saved IDs are borked
18322              From: Dominic Dunlop <shouldbedomo@mac.com>
18323              Date: Sun, 9 Jul 2006 22:22:14 +0200
18324              Message-Id: <F1942C06-CDE3-47C6-AC5A-4358960E0F6E@mac.com>
18325      Branch: perl
18326            ! ext/POSIX/t/sysconf.t
18327 ____________________________________________________________________________
18328 [ 28519] By: stevep                                on 2006/07/10  00:29:02
18329         Log: Clear up test based on line number differences between the core and the
18330              Test-Simple version.
18331      Branch: perl
18332            ! lib/Test/Simple/t/tbt_01basic.t
18333 ____________________________________________________________________________
18334 [ 28518] By: nicholas                              on 2006/07/09  21:56:18
18335         Log: Tweak for Jarkko's addition to perlhack, suggested by Yves.
18336      Branch: perl
18337            ! pod/perlhack.pod
18338 ____________________________________________________________________________
18339 [ 28517] By: stevep                                on 2006/07/09  20:51:48
18340         Log: Hmmm...patch didn't warn about rejects in tbt_01basic.t.
18341      Branch: perl
18342            ! lib/Test/Simple/t/tbt_01basic.t
18343 ____________________________________________________________________________
18344 [ 28516] By: merijn                                on 2006/07/09  18:50:01
18345         Log: Subject: [PATCH] some coding guidelines/tips to perlhack (+ one perltodo)
18346              From: Jarkko Hietaniemi <jhi@iki.fi>
18347              Date: Sun, 09 Jul 2006 19:42:10 +0300
18348              Message-ID: <44B131E2.8050805@iki.fi>
18349      Branch: perl
18350            ! pod/perlhack.pod pod/perltodo.pod
18351 ____________________________________________________________________________
18352 [ 28515] By: stevep                                on 2006/07/09  13:57:25
18353         Log: Subject: [PATCH] perlhack.pod
18354              From: Jarkko Hietaniemi <jhi@iki.fi>
18355              Date: Sun, 09 Jul 2006 14:55:20 +0300
18356              Message-ID: <44B0EEA8.4080003@iki.fi>
18357      Branch: perl
18358            ! pod/perlhack.pod
18359 ____________________________________________________________________________
18360 [ 28514] By: stevep                                on 2006/07/09  13:51:37
18361         Log: Upgrade to Test-Simple-0.63
18362      Branch: perl
18363            ! lib/Test/Builder.pm lib/Test/Builder/Tester.pm
18364            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
18365            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/tbt_01basic.t
18366            ! lib/Test/Simple/t/tbt_05faildiag.t
18367 ____________________________________________________________________________
18368 [ 28513] By: mhx                                   on 2006/07/09  08:19:33
18369         Log: Integrate mkppport. All ppport.h files in the core will now
18370              be autogenerated at build time (and removed during cleanup).
18371      Branch: perl
18372            + mkppport mkppport.lst
18373            - ext/Compress/Raw/Zlib/ppport.h ext/Cwd/ppport.h
18374            - ext/Digest/SHA/ppport.h ext/Sys/Syslog/ppport.h
18375            - ext/Time/HiRes/ppport.h win32/ext/Win32API/File/ppport.h
18376            ! MANIFEST Makefile.SH vms/descrip_mms.template win32/Makefile
18377            ! win32/Makefile.ce win32/makefile.mk
18378 ____________________________________________________________________________
18379 [ 28512] By: stevep                                on 2006/07/08  18:08:07
18380         Log: Subject: [PATCH] Macroize vast tracks of duplicated code in regexec.c
18381              From: demerphq <demerphq@gmail.com>
18382              Date: Sat, 8 Jul 2006 17:48:34 +0200
18383              Message-ID: <9b18b3110607080848u663b114ag86f76ac5c9c9d5e@mail.gmail.com>
18384              
18385              Removing duplicated regexp trie-related code.
18386      Branch: perl
18387            ! regexec.c
18388 ____________________________________________________________________________
18389 [ 28511] By: stevep                                on 2006/07/08  18:00:17
18390         Log: Subject: [PATCH] optimisation for File::Spec::abs2rel where both args are relative
18391              From: Brendan O'Dea <bod@debian.org>
18392              Date: Thu, 6 Jul 2006 01:02:41 +1000
18393              Message-ID: <20060705150241.GA2244@londo.c47.org>
18394      Branch: perl
18395            ! lib/File/Spec/Unix.pm
18396 ____________________________________________________________________________
18397 [ 28510] By: stevep                                on 2006/07/08  17:51:43
18398         Log: Subject: [PATCH] perl5db.pl: read full lines from remote socket
18399              From: Brendan O'Dea <bod@debian.org>
18400              Date: Sat, 8 Jul 2006 13:27:50 +1000
18401              Message-ID: <20060708032750.GA20454@londo.c47.org>
18402      Branch: perl
18403            ! lib/perl5db.pl
18404 ____________________________________________________________________________
18405 [ 28509] By: stevep                                on 2006/07/08  17:47:24
18406         Log: Making encoding::warnings lexical is to-done.
18407      Branch: perl
18408            ! pod/perltodo.pod
18409 ____________________________________________________________________________
18410 [ 28508] By: stevep                                on 2006/07/08  17:28:36
18411         Log: Subject: Skip some POSIX tests when the thing they are testing is unimplemented
18412              From: demerphq <demerphq@gmail.com>
18413              Date: Sat, 8 Jul 2006 17:55:09 +0200
18414              Message-ID: <9b18b3110607080855g73407c4fx41a578815c2a6da2@mail.gmail.com>
18415      Branch: perl
18416            ! ext/POSIX/t/sysconf.t ext/POSIX/t/termios.t
18417 ____________________________________________________________________________
18418 [ 28507] By: mhx                                   on 2006/07/08  16:27:10
18419         Log: Upgrade to Devel::PPPort 3.09
18420      Branch: perl
18421            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
18422            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort_pm.PL
18423            ! ext/Devel/PPPort/parts/apidoc.fnc
18424            ! ext/Devel/PPPort/parts/base/5009004
18425            ! ext/Devel/PPPort/parts/embed.fnc
18426            ! ext/Devel/PPPort/parts/inc/podtest
18427            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
18428            ! ext/Devel/PPPort/t/podtest.t
18429 ____________________________________________________________________________
18430 [ 28506] By: stevep                                on 2006/07/08  14:50:33
18431         Log: Update Audrey Tang's email throughout various files.
18432      Branch: perl
18433            ! AUTHORS Porting/Maintainers.pl Porting/checkAUTHORS.pl
18434 ____________________________________________________________________________
18435 [ 28505] By: merijn                                on 2006/07/08  09:04:56
18436         Log: POSIX test improvements on True64
18437              Subject: [PATCH] the new POSIX tests
18438              From: Jarkko Hietaniemi <jhi@iki.fi>
18439              Date: Sat, 08 Jul 2006 11:43:05 +0300
18440              Message-ID: <44AF7019.3070509@iki.fi>
18441      Branch: perl
18442            ! ext/POSIX/POSIX.pod ext/POSIX/t/sysconf.t
18443            ! ext/POSIX/t/termios.t
18444 ____________________________________________________________________________
18445 [ 28504] By: stevep                                on 2006/07/08  01:14:28
18446         Log: Upgrade to encoding-warnings-0.10
18447      Branch: perl
18448            + lib/encoding/warnings/t/4-lexical.t
18449            ! MANIFEST lib/encoding/warnings.pm
18450            ! lib/encoding/warnings/t/3-normal.t
18451 ____________________________________________________________________________
18452 [ 28503] By: stevep                                on 2006/07/07  18:38:01
18453         Log: Subject: [PATCH] Test scripts for I18N::Langinfo and POSIX
18454              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
18455              Date: Fri, 07 Jul 2006 11:02:31 +0200
18456              Message-ID: <1152262951.44ae23272ffa0@imp3-g19.free.fr>
18457              
18458              Only includes changes to:
18459              * ext/I18N/Langinfo/t/Langinfo.t
18460              * ext/POSIX/t/sysconf.t
18461              * ext/POSIX/t/termios.t
18462      Branch: perl
18463            + ext/POSIX/t/sysconf.t ext/POSIX/t/termios.t
18464            ! MANIFEST ext/I18N/Langinfo/t/Langinfo.t
18465 ____________________________________________________________________________
18466 [ 28502] By: rgs                                   on 2006/07/07  14:52:15
18467         Log: Subject: Re: Dual life for Shell.pm
18468              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
18469              Date: Thu, 6 Jul 2006 13:02:23 -0300
18470              Message-ID: <73ddeb6c0607060902tc471f84sf1bb841b6e9ecddf@mail.gmail.com>
18471      Branch: perl
18472            ! lib/Shell.pm lib/Shell.t
18473 ____________________________________________________________________________
18474 [ 28501] By: rgs                                   on 2006/07/07  14:12:59
18475         Log: Subject: [PATCH] threads 1.34 - state methods
18476              From: "Jerry D. Hedden" <jerry@hedden.us>
18477              Date: Thu, 06 Jul 2006 07:33:13 -0700
18478              Message-ID: <20060706073313.fb30e530d17747c2b054d625b8945d88.baa39d91bc.wbe@email.secureserver.net>
18479      Branch: perl
18480            + ext/threads/t/state.t
18481            ! MANIFEST ext/threads/Changes ext/threads/README
18482            ! ext/threads/t/context.t ext/threads/t/thread.t
18483            ! ext/threads/threads.pm ext/threads/threads.xs
18484 ____________________________________________________________________________
18485 [ 28500] By: rgs                                   on 2006/07/07  13:23:45
18486         Log: Subject: More escaping in the RE
18487              From: demerphq <demerphq@gmail.com>
18488              Date: Fri, 7 Jul 2006 10:40:40 +0200
18489              Message-ID: <9b18b3110607070140p5cb2c58ftcadbcd113a58c3af@mail.gmail.com>
18490              
18491              (with tweaks)
18492      Branch: perl
18493            ! regcomp.c regcomp.h regexec.c
18494 ____________________________________________________________________________
18495 [ 28499] By: rgs                                   on 2006/07/07  09:50:35
18496         Log: Fix the implementation of list assignment to state().
18497      Branch: perl
18498            ! op.c t/lib/warnings/op t/op/state.t
18499 ____________________________________________________________________________
18500 [ 28498] By: rgs                                   on 2006/07/06  16:55:57
18501         Log: The state() implementation is not yet perfect. Check in a new todo test
18502      Branch: perl
18503            ! t/op/state.t
18504 ____________________________________________________________________________
18505 [ 28497] By: rgs                                   on 2006/07/06  16:35:37
18506         Log: Error in the formulation of the new warning, spotted by Dominic Dunlop
18507      Branch: perl
18508            ! pod/perldiag.pod
18509 ____________________________________________________________________________
18510 [ 28496] By: rgs                                   on 2006/07/06  15:49:30
18511         Log: Add a new warning, "State variable %s will be reinitialized"
18512      Branch: perl
18513            ! op.c pod/perldiag.pod t/lib/warnings/op
18514 ____________________________________________________________________________
18515 [ 28495] By: stevep                                on 2006/07/06  15:38:51
18516         Log: Upgrade to Module-Build-0.2801.
18517      Branch: perl
18518            ! lib/Module/Build.pm lib/Module/Build/Base.pm
18519            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
18520            ! lib/Module/Build/Cookbook.pm lib/Module/Build/Platform/Unix.pm
18521            ! lib/Module/Build/Platform/Windows.pm lib/Module/Build/YAML.pm
18522            ! lib/Module/Build/t/extend.t lib/Module/Build/t/lib/MBTest.pm
18523            ! lib/Module/Build/t/mbyaml.t lib/Module/Build/t/runthrough.t
18524 ____________________________________________________________________________
18525 [ 28494] By: stevep                                on 2006/07/06  15:18:58
18526         Log: Math-Complex now dual-lived with Jarkko Hietaniemi as the maintainer.
18527              Also, sync'ing up with the CPAN version of the module.
18528      Branch: perl
18529            ! Porting/Maintainers.pl lib/Math/Complex.pm lib/Math/Complex.t
18530            ! lib/Math/Trig.pm lib/Math/Trig.t
18531 ____________________________________________________________________________
18532 [ 28493] By: rgs                                   on 2006/07/06  14:31:55
18533         Log: Document state() variables in perlsub
18534      Branch: perl
18535            ! pod/perlsub.pod
18536 ____________________________________________________________________________
18537 [ 28492] By: stevep                                on 2006/07/06  14:12:56
18538         Log: Alphabetizing function names in perlfunc lists. 
18539      Branch: perl
18540            ! pod/perlfunc.pod
18541 ____________________________________________________________________________
18542 [ 28491] By: rgs                                   on 2006/07/06  13:36:57
18543         Log: Mention state variables in perldiag. Add switch-related keywords
18544              in the keyword listing section in perlfunc. Add a summary of
18545              C<state> in perlfunc. Fix a typo in the synopsis for C<our>.
18546              Don't say that C<my $_> is illegal in perlsub.
18547      Branch: perl
18548            ! pod/perldiag.pod pod/perlfunc.pod pod/perlsub.pod
18549 ____________________________________________________________________________
18550 [ 28490] By: rgs                                   on 2006/07/06  09:01:16
18551         Log: Introduce a new function, pv_escape(), to display contents of PVs
18552              that might contain non printable chars.
18553              
18554              Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
18555              From: demerphq <demerphq@gmail.com>
18556              Date: Wed, 5 Jul 2006 20:40:58 +0200
18557              Message-ID: <9b18b3110607051140n10c211a1jf17d3b7914d6f68b@mail.gmail.com>
18558      Branch: perl
18559            ! dump.c embed.fnc embed.h global.sym perl.h pod/perlapi.pod
18560            ! proto.h reentr.c regexec.c t/lib/warnings/9uninit
18561 ____________________________________________________________________________
18562 [ 28489] By: rgs                                   on 2006/07/05  21:00:31
18563         Log: Implement handling of state variables in list assignment
18564      Branch: perl
18565            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/state.t
18566 ____________________________________________________________________________
18567 [ 28488] By: rgs                                   on 2006/07/05  20:00:10
18568         Log: Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN op when the left
18569              side is made out a list declared with our(). In this case OPpLVAL_INTRO
18570              isn't set on the left op, so we just remove that check. Add new tests.
18571      Branch: perl
18572            ! op.c t/op/array.t
18573 ____________________________________________________________________________
18574 [ 28487] By: rgs                                   on 2006/07/05  19:49:36
18575         Log: Adjust test count after introducing new constants in POSIX
18576      Branch: perl
18577            ! ext/B/t/concise-xs.t
18578 ____________________________________________________________________________
18579 [ 28486] By: stevep                                on 2006/07/05  16:27:16
18580         Log: Add constants needed for recvmsg()/sendmsg() support.
18581      Branch: perl
18582            ! ext/POSIX/Makefile.PL
18583 ____________________________________________________________________________
18584 [ 28485] By: stevep                                on 2006/07/05  15:40:05
18585         Log: Skip lib/Memoize/t/tie_ndbm.t if $TMP is not writable.
18586      Branch: perl
18587            ! lib/Memoize/t/tie_ndbm.t
18588 ____________________________________________________________________________
18589 [ 28484] By: rgs                                   on 2006/07/05  14:10:18
18590         Log: Add a TODO test for list assignment to a list of state variables.
18591              Not sure yet how to encode in the optree the information that
18592              state($x, $y) and (state $x, state $y) must be treated differently.
18593      Branch: perl
18594            ! t/op/state.t
18595 ____________________________________________________________________________
18596 [ 28483] By: rgs                                   on 2006/07/05  12:48:57
18597         Log: Don't add extra warning flags for gcc versions < 3.
18598      Branch: perl
18599            ! cflags.SH
18600 ____________________________________________________________________________
18601 [ 28482] By: rgs                                   on 2006/07/05  08:53:56
18602         Log: Make the distclean target remove lib/Hash correctly
18603      Branch: perl
18604            ! Makefile.SH
18605 ____________________________________________________________________________
18606 [ 28481] By: craigb                                on 2006/07/05  02:31:06
18607         Log: Subject: [PATCH] RE: [PATCH] threads 1.33
18608              From: "Jerry D. Hedden" <jdhedden@cpan.org>
18609              Message-id: <20060704171845.fb30e530d17747c2b054d625b8945d88.f0db2cab53.wbe@email.secureserver.net>
18610              Date: Tue, 04 Jul 2006 17:18:45 -0700
18611              
18612              exiting from threads works differently on VMS
18613      Branch: perl
18614            ! ext/threads/t/exit.t
18615 ____________________________________________________________________________
18616 [ 28480] By: craigb                                on 2006/07/04  21:27:42
18617         Log: fix signed/unsigned nit in reentr.c
18618      Branch: perl
18619            ! reentr.c
18620 ____________________________________________________________________________
18621 [ 28479] By: craigb                                on 2006/07/04  19:08:16
18622         Log: fix type mismatch warning caused by return statement lurking in DIE macro
18623      Branch: perl
18624            ! doio.c
18625 ____________________________________________________________________________
18626 [ 28478] By: nicholas                              on 2006/07/04  18:58:10
18627         Log: Subject: [PATCH] more warning-silencing in FieldHash
18628              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
18629              Message-Id: <CE8BC13E-8BE5-4743-803C-6DF0D1FB2010@mailbox.tu-berlin.de>
18630              Date: Tue, 4 Jul 2006 19:42:12 +0200
18631      Branch: perl
18632            ! ext/Hash/Util/FieldHash/FieldHash.xs
18633            ! ext/Hash/Util/FieldHash/t/02_function.t
18634            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
18635 ____________________________________________________________________________
18636 [ 28477] By: rgs                                   on 2006/07/04  12:04:58
18637         Log: Subject: [PATCH] consting and localizing in universal.c
18638              From: andy@petdance.com (Andy Lester)
18639              Date: Mon, 3 Jul 2006 17:41:48 -0500
18640              Message-ID: <20060703224148.GA14449@petdance.com>
18641      Branch: perl
18642            ! embed.fnc proto.h universal.c
18643 ____________________________________________________________________________
18644 [ 28476] By: rgs                                   on 2006/07/04  09:42:12
18645         Log: Subject: [PATCH] toke.c consting and localizing
18646              From: andy@petdance.com (Andy Lester)
18647              Date: Mon, 3 Jul 2006 17:42:50 -0500
18648              Message-ID: <20060703224250.GA14481@petdance.com>
18649      Branch: perl
18650            ! toke.c
18651 ____________________________________________________________________________
18652 [ 28475] By: rgs                                   on 2006/07/04  09:37:10
18653         Log: Subject: [PATCH] threads 1.33
18654              From: "Jerry D. Hedden" <jdhedden@cpan.org>
18655              Date: Mon, 03 Jul 2006 09:01:53 -0700
18656              Message-ID: <20060703090153.fb30e530d17747c2b054d625b8945d88.b26e047e0f.wbe@email.secureserver.net>
18657      Branch: perl
18658            + ext/threads/t/exit.t
18659            ! MANIFEST ext/threads/Changes ext/threads/README
18660            ! ext/threads/t/blocks.t ext/threads/t/context.t
18661            ! ext/threads/t/end.t ext/threads/t/free.t ext/threads/t/free2.t
18662            ! ext/threads/t/join.t ext/threads/t/thread.t
18663            ! ext/threads/threads.pm ext/threads/threads.xs
18664 ____________________________________________________________________________
18665 [ 28474] By: mhx                                   on 2006/07/03  21:40:58
18666         Log: Upgrade to Devel::PPPort 3.08_07
18667      Branch: perl
18668            + ext/Devel/PPPort/PPPort.xs
18669            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
18670            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
18671            ! ext/Devel/PPPort/parts/inc/ppphbin
18672            ! ext/Devel/PPPort/parts/inc/ppphdoc
18673            ! ext/Devel/PPPort/parts/inc/ppphtest ext/Devel/PPPort/soak
18674            ! ext/Devel/PPPort/t/ppphtest.t
18675 ____________________________________________________________________________
18676 [ 28473] By: stevep                                on 2006/07/03  18:09:01
18677         Log: Allow stat() and -X file tests work on dirhandles.
18678      Branch: perl
18679            ! doio.c pod/perlfunc.pod pp_sys.c t/op/stat.t
18680 ____________________________________________________________________________
18681 [ 28472] By: rgs                                   on 2006/07/03  16:51:05
18682         Log: Subject: [PATCH] embed.pl enhancements
18683              From: andy@petdance.com (Andy Lester)
18684              Date: Sun, 2 Jul 2006 12:11:39 -0500
18685              Message-ID: <20060702171139.GA20266@petdance.com>
18686              
18687              Add experimental (and optional) splint support
18688      Branch: perl
18689            ! embed.pl perlapi.c
18690 ____________________________________________________________________________
18691 [ 28471] By: rgs                                   on 2006/07/03  16:40:19
18692         Log: Subject: [PATCH] Makefile splint support
18693              From: andy@petdance.com (Andy Lester)
18694              Date: Sun, 2 Jul 2006 12:19:08 -0500
18695              Message-ID: <20060702171908.GA20443@petdance.com>
18696      Branch: perl
18697            ! Makefile.SH
18698 ____________________________________________________________________________
18699 [ 28470] By: rgs                                   on 2006/07/03  16:36:14
18700         Log: Subject: [PATCH] DProf.xs patch
18701              From: andy@petdance.com (Andy Lester)
18702              Date: Sun, 2 Jul 2006 12:17:08 -0500
18703              Message-ID: <20060702171708.GA20392@petdance.com>
18704      Branch: perl
18705            ! ext/Devel/DProf/DProf.xs
18706 ____________________________________________________________________________
18707 [ 28469] By: rgs                                   on 2006/07/03  09:39:42
18708         Log: Subject: [PATCH] mg.c cleanups
18709              From: andy@petdance.com (Andy Lester)
18710              Date: Sun, 2 Jul 2006 12:33:36 -0500
18711              Message-ID: <20060702173336.GA20641@petdance.com>
18712      Branch: perl
18713            ! mg.c
18714 ____________________________________________________________________________
18715 [ 28468] By: rgs                                   on 2006/07/03  09:34:44
18716         Log: Subject: [PATCH] Clean up mathoms.c
18717              From: andy@petdance.com (Andy Lester)
18718              Date: Sun, 2 Jul 2006 12:24:45 -0500
18719              Message-ID: <20060702172445.GA20521@petdance.com>
18720      Branch: perl
18721            ! mathoms.c
18722 ____________________________________________________________________________
18723 [ 28467] By: steveh                                on 2006/07/03  08:23:03
18724         Log: Subject: Re: Win32API::File now in core
18725              From: demerphq <demerphq@gmail.com>
18726              Date: Sun, 2 Jul 2006 15:19:58 +0200
18727              Message-ID: <9b18b3110607020619s4c4480d8ra3e681aee69a8d7@mail.gmail.com>
18728              
18729              Sync blead with Win32API-File-0.1001
18730              (plus change to sync README too)
18731      Branch: perl
18732            ! win32/ext/Win32API/File/Changes
18733            ! win32/ext/Win32API/File/File.pm win32/ext/Win32API/File/README
18734 ____________________________________________________________________________
18735 [ 28466] By: davem                                 on 2006/07/02  22:47:24
18736         Log: silence a compiler warning
18737      Branch: perl
18738            ! regexec.c
18739 ____________________________________________________________________________
18740 [ 28465] By: davem                                 on 2006/07/02  19:30:49
18741         Log: remove some unnecessary uses of WITH_THR
18742      Branch: perl
18743            ! mg.c op.c
18744 ____________________________________________________________________________
18745 [ 28464] By: craigb                                on 2006/07/02  18:06:36
18746         Log: s/have a more/have more/ typo fix in perlfaq4
18747      Branch: perl
18748            ! pod/perlfaq4.pod
18749 ____________________________________________________________________________
18750 [ 28463] By: davem                                 on 2006/07/02  16:31:10
18751         Log: Subject:  [PATCH] Synchronize ExtUtils::Instal 1.41
18752              From:  demerphq <demerphq@gmail.com>
18753              Date:  Sun, 2 Jul 2006 16:23:21 +0200
18754              Message-Id:  <9b18b3110607020723h1765f051hda802b6682a99df0@mail.gmail.com>
18755              
18756              Sync ExtUtils::Install with CPAN (just trivially change version nos)
18757      Branch: perl
18758            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
18759            ! lib/ExtUtils/Packlist.pm
18760 ____________________________________________________________________________
18761 [ 28462] By: davem                                 on 2006/07/02  15:34:23
18762         Log: 
18763              From: demerphq <demerphq@gmail.com>
18764              Date: Sun, 2 Jul 2006 15:13:20 +0200
18765              Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
18766              Message-ID: <9b18b3110607020613u1ab782dam2c425da61deb1876@mail.gmail.com>
18767              
18768              add test for patch #28417
18769      Branch: perl
18770            ! t/op/pat.t
18771 ____________________________________________________________________________
18772 [ 28461] By: rgs                                   on 2006/06/30  16:33:57
18773         Log: Must not forget that.
18774      Branch: perl
18775            ! pod/perltodo.pod
18776 ____________________________________________________________________________
18777 [ 28460] By: steveh                                on 2006/06/30  13:46:06
18778         Log: Add Win32API::File to the core
18779              
18780              For discussions, see the thread starting here:
18781              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-06/msg00710.html
18782      Branch: perl
18783            + win32/ext/Win32API/File/Changes
18784            + win32/ext/Win32API/File/ExtUtils/Myconst2perl.pm
18785            + win32/ext/Win32API/File/File.pm
18786            + win32/ext/Win32API/File/File.xs
18787            + win32/ext/Win32API/File/Makefile.PL
18788            + win32/ext/Win32API/File/README
18789            + win32/ext/Win32API/File/buffers.h
18790            + win32/ext/Win32API/File/cFile.h
18791            + win32/ext/Win32API/File/cFile.pc
18792            + win32/ext/Win32API/File/const2perl.h
18793            + win32/ext/Win32API/File/ppport.h
18794            + win32/ext/Win32API/File/t/file.t
18795            + win32/ext/Win32API/File/t/tie.t
18796            + win32/ext/Win32API/File/typemap
18797            ! MANIFEST Porting/Maintainers.pl t/TEST t/harness
18798            ! win32/Makefile win32/config_sh.PL win32/makefile.mk
18799 ____________________________________________________________________________
18800 [ 28459] By: rgs                                   on 2006/06/30  13:28:46
18801         Log: Fix casting warnings related to snprintf/vsnprintf
18802      Branch: perl
18803            ! perl.h util.c
18804 ____________________________________________________________________________
18805 [ 28458] By: merijn                                on 2006/06/30  13:17:59
18806         Log: Solaris' sh doesn't like empty if's
18807      Branch: perl
18808            ! hints/solaris_2.sh
18809 ____________________________________________________________________________
18810 [ 28457] By: rgs                                   on 2006/06/30  13:09:40
18811         Log: PERL_UNUSED_CONTEXT is not enough to silence warnings when pTHXx
18812              is used.
18813      Branch: perl
18814            ! perl.c
18815 ____________________________________________________________________________
18816 [ 28456] By: rgs                                   on 2006/06/30  12:56:59
18817         Log: Fix a couple of compilation warnings
18818      Branch: perl
18819            ! regcomp.c toke.c
18820 ____________________________________________________________________________
18821 [ 28455] By: davem                                 on 2006/06/30  12:07:01
18822         Log: migrate CURLY/PLUS/STAR branch in regmatch() to new FSM-esque paradigm
18823      Branch: perl
18824            ! regexec.c regexp.h
18825 ____________________________________________________________________________
18826 [ 28454] By: rgs                                   on 2006/06/30  08:13:24
18827         Log: Small adjustment to the Plan
18828      Branch: perl
18829            ! pod/perltodo.pod
18830 ____________________________________________________________________________
18831 [ 28453] By: merijn                                on 2006/06/30  05:00:22
18832         Log: HASATTRIBUTE_UNUSED works for gcc-3.3, but not for g++-3.3
18833              Subject: Re: [PATCH] Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused))
18834              From: Andrew Dougherty <doughera@lafayette.edu>
18835              Date: Thu, 29 Jun 2006 13:41:28 -0400 (EDT)
18836              Message-ID: <Pine.LNX.4.62.0606291327130.16718@fractal.phys.lafayette.edu>
18837      Branch: perl
18838            ! perl.h
18839 ____________________________________________________________________________
18840 [ 28452] By: rgs                                   on 2006/06/29  16:47:32
18841         Log: Another typo fix.
18842      Branch: perl
18843            ! pod/perlre.pod
18844 ____________________________________________________________________________
18845 [ 28451] By: rgs                                   on 2006/06/29  16:12:05
18846         Log: Typo fix.
18847      Branch: perl
18848            ! pod/perlre.pod
18849 ____________________________________________________________________________
18850 [ 28450] By: rgs                                   on 2006/06/29  15:53:43
18851         Log: Subject: [PATCH] Small precision about \Q \E inside m//x
18852              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
18853              Date: Thu, 29 Jun 2006 17:46:57 +0200
18854              Message-ID: <1151596017.44a3f5f105205@imp1-g19.free.fr>
18855      Branch: perl
18856            ! pod/perlre.pod
18857 ____________________________________________________________________________
18858 [ 28449] By: rgs                                   on 2006/06/29  14:53:38
18859         Log: Subject: [PATCH] Cleanup in Hash::Util::FieldHash
18860              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
18861              Date: Wed, 28 Jun 2006 19:20:14 +0200
18862              Message-Id: <B45A1CCD-ECCA-44EB-97A6-1DA9F5E4DE81@mailbox.tu-berlin.de>
18863      Branch: perl
18864            ! ext/Hash/Util/FieldHash/FieldHash.xs
18865            ! ext/Hash/Util/FieldHash/Makefile.PL
18866            ! ext/Hash/Util/FieldHash/t/01_load.t
18867 ____________________________________________________________________________
18868 [ 28448] By: craigb                                on 2006/06/29  14:21:35
18869         Log: Updated handling of signal names and signals for VMS
18870      Branch: perl
18871            ! configure.com vms/vms.c
18872 ____________________________________________________________________________
18873 [ 28447] By: rgs                                   on 2006/06/29  12:12:00
18874         Log: Some CPP macro sanitization by Sadahiro Tomoyuki
18875      Branch: perl
18876            ! utfebcdic.h
18877 ____________________________________________________________________________
18878 [ 28446] By: merijn                                on 2006/06/28  17:51:28
18879         Log: Solaris hints: gcc flags confuse Configure
18880              Subject: [PATCH] (Was Re: [perl #39636] Configure fails)
18881              From: Andy Dougherty <doughera@lafayette.edu>
18882              Date: Wed, 28 Jun 2006 13:37:54 -0400 (EDT)
18883              Message-ID: <Pine.LNX.4.62.0606281331350.3867@fractal.phys.lafayette.edu>
18884      Branch: perl
18885            ! hints/solaris_2.sh
18886 ____________________________________________________________________________
18887 [ 28445] By: rgs                                   on 2006/06/28  14:37:03
18888         Log: Subject: [PATCH] Update for IO::Uncompress::Base
18889              From: "Paul Marquess" <paul.marquess@ntlworld.com>
18890              Date: Wed, 28 Jun 2006 14:22:46 +0100
18891              Message-ID: <001701c69ab5$f4d5d3d0$2405140a@myopwv.com>
18892      Branch: perl
18893            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
18894            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
18895            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
18896            ! t/lib/compress/CompTestUtils.pm t/lib/compress/any.pl
18897            ! t/lib/compress/anyunc.pl t/lib/compress/multi.pl
18898            ! t/lib/compress/oneshot.pl
18899 ____________________________________________________________________________
18900 [ 28444] By: rgs                                   on 2006/06/28  08:42:09
18901         Log: Subject: [perl #39639] perldoc -f waitpid has wrong code example 
18902              From: Alexander_Gernler@genua.de (via RT) <perlbug-followup@perl.org>
18903              Date: Tue, 27 Jun 2006 07:23:59 -0700
18904              Message-ID: <rt-3.0.11-39639-135396.19.0765391798804@perl.org>
18905      Branch: perl
18906            ! pod/perlfunc.pod
18907 ____________________________________________________________________________
18908 [ 28435] By: rgs                                   on 2006/06/27  14:01:30
18909         Log: Nits in the perlpragma manpage
18910      Branch: perl
18911            ! pod/perlpragma.pod
18912 ____________________________________________________________________________
18913 [ 28434] By: rgs                                   on 2006/06/27  08:48:45
18914         Log: Subject: [PATCH] cflags.SH: scan the gcc warning flags only once, during .SH expansion
18915              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
18916              Date: Mon, 26 Jun 2006 22:12:37 +0300 (EEST)
18917              Message-Id: <20060626191237.8A0936CF04@seth.hut.fi>
18918      Branch: perl
18919            ! cflags.SH
18920 ____________________________________________________________________________
18921 [ 28433] By: rgs                                   on 2006/06/26  17:17:57
18922         Log: Adjust test preamble for Hash::Util tests too.
18923      Branch: perl
18924            ! ext/Hash/Util/t/Util.t
18925 ____________________________________________________________________________
18926 [ 28432] By: rgs                                   on 2006/06/26  16:50:58
18927         Log: Adjust test preambles for Hash::Util::FieldHash tests to change
18928              the @INC path only when testing inside the core
18929      Branch: perl
18930            ! ext/Hash/Util/FieldHash/t/01_load.t
18931            ! ext/Hash/Util/FieldHash/t/02_function.t
18932            ! ext/Hash/Util/FieldHash/t/03_class.t
18933            ! ext/Hash/Util/FieldHash/t/04_thread.t
18934            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
18935            ! ext/Hash/Util/FieldHash/t/10_hash.t
18936            ! ext/Hash/Util/FieldHash/t/11_hashassign.t
18937            ! ext/Hash/Util/FieldHash/t/12_hashwarn.t
18938 ____________________________________________________________________________
18939 [ 28431] By: rgs                                   on 2006/06/26  16:32:16
18940         Log: Subject: Re: [PATCH] Hash::Util::FieldHash
18941              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
18942              Date: Mon, 26 Jun 2006 18:05:53 +0200
18943              Message-Id: <133195AB-599D-49EC-8CFE-D67299D947EB@mailbox.tu-berlin.de>
18944      Branch: perl
18945            ! ext/Hash/Util/FieldHash/Changes
18946            ! ext/Hash/Util/FieldHash/FieldHash.xs
18947            ! ext/Hash/Util/FieldHash/Makefile.PL
18948 ____________________________________________________________________________
18949 [ 28430] By: rgs                                   on 2006/06/26  16:29:06
18950         Log: Remove notes about removed 5005-threads from perlguts.
18951      Branch: perl
18952            ! pod/perlguts.pod
18953 ____________________________________________________________________________
18954 [ 28429] By: rgs                                   on 2006/06/26  12:31:19
18955         Log: Subject: [patch@28427] vms.c - null termination of string missing.
18956              From: "John E. Malmberg" <wb8tyw@qsl.net>
18957              Date: Mon, 26 Jun 2006 08:24:57 -0400
18958              Message-ID: <449FD219.5060900@qsl.net>
18959      Branch: perl
18960            ! vms/vms.c
18961 ____________________________________________________________________________
18962 [ 28428] By: rgs                                   on 2006/06/26  08:55:56
18963         Log: More perlreguts nits by Dominic Dunlop,
18964              plus fix a broken internal POD link
18965      Branch: perl
18966            ! pod/perlreguts.pod
18967 ____________________________________________________________________________
18968 [ 28427] By: rgs                                   on 2006/06/25  22:23:46
18969         Log: Nits about lock() in perlthrtut by Daniel Frederick Crisman,
18970              plus other nits by rgs
18971      Branch: perl
18972            ! pod/perlthrtut.pod
18973 ____________________________________________________________________________
18974 [ 28426] By: rgs                                   on 2006/06/25  21:57:30
18975         Log: Compilation fixes for VMS by John E. Malmberg
18976      Branch: perl
18977            ! ext/Hash/Util/FieldHash/FieldHash.xs
18978 ____________________________________________________________________________
18979 [ 28425] By: rgs                                   on 2006/06/25  21:12:06
18980         Log: Nits to perlreguts.pod by Dominic Dunlop
18981      Branch: perl
18982            ! pod/perlreguts.pod
18983 ____________________________________________________________________________
18984 [ 28424] By: mhx                                   on 2006/06/25  08:13:33
18985         Log: Upgrade to Devel::PPPort 3.08_06
18986      Branch: perl
18987            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
18988            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/mktests.PL
18989            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
18990            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
18991            ! ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/Sv_set.t
18992            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/cop.t
18993            ! ext/Devel/PPPort/t/exception.t ext/Devel/PPPort/t/grok.t
18994            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
18995            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/memory.t
18996            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/newCONSTSUB.t
18997            ! ext/Devel/PPPort/t/newRV.t ext/Devel/PPPort/t/podtest.t
18998            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
18999            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/sv_xpvf.t
19000            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
19001            ! ext/Devel/PPPort/t/variables.t ext/Devel/PPPort/t/warn.t
19002 ____________________________________________________________________________
19003 [ 28423] By: stevep                                on 2006/06/25  01:45:51
19004         Log: Re: [PATCH] Hash::Util::FieldHash
19005              From: demerphq <demerphq@gmail.com>
19006              Date: Sat, 24 Jun 2006 13:19:35 +0200
19007              Message-ID: <9b18b3110606240419p1b5a2072t3867306925a3ce46@mail.gmail.com>
19008      Branch: perl
19009            ! ext/Hash/Util/FieldHash/Makefile.PL
19010 ____________________________________________________________________________
19011 [ 28422] By: davem                                 on 2006/06/24  23:31:33
19012         Log: quieten warning by avoiding a comment-within-a-comment
19013      Branch: perl
19014            ! regcomp.c
19015 ____________________________________________________________________________
19016 [ 28421] By: davem                                 on 2006/06/23  22:26:02
19017         Log: migrate TRIE branch in regmatch() to new FSM-esque paradigm
19018      Branch: perl
19019            ! regexec.c regexp.h
19020 ____________________________________________________________________________
19021 [ 28420] By: mhx                                   on 2006/06/23  19:06:43
19022         Log: Upgrade to Devel::PPPort 3.08_05
19023      Branch: perl
19024            - ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
19025            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
19026            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/soak
19027 ____________________________________________________________________________
19028 [ 28419] By: rgs                                   on 2006/06/23  16:28:03
19029         Log: Subject: Re: [PATCH] Hash::Util::FieldHash
19030              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
19031              Date: Wed, 21 Jun 2006 22:39:51 +0200
19032              Message-Id: <974A5B4B-7614-4F3F-BA7C-828960D82C55@mailbox.tu-berlin.de>
19033      Branch: perl
19034            + ext/Hash/Util/FieldHash/Changes
19035            + ext/Hash/Util/FieldHash/FieldHash.xs
19036            + ext/Hash/Util/FieldHash/Makefile.PL
19037            + ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
19038            + ext/Hash/Util/FieldHash/t/01_load.t
19039            + ext/Hash/Util/FieldHash/t/02_function.t
19040            + ext/Hash/Util/FieldHash/t/03_class.t
19041            + ext/Hash/Util/FieldHash/t/04_thread.t
19042            + ext/Hash/Util/FieldHash/t/05_perlhook.t
19043            + ext/Hash/Util/FieldHash/t/10_hash.t
19044            + ext/Hash/Util/FieldHash/t/11_hashassign.t
19045            + ext/Hash/Util/FieldHash/t/12_hashwarn.t
19046            ! MANIFEST embed.fnc embed.h ext/Hash/Util/Changes
19047            ! ext/Hash/Util/Makefile.PL ext/Hash/Util/lib/Hash/Util.pm hv.c
19048            ! mg.c pod/perlapi.pod pod/perlguts.pod proto.h sv.c
19049 ____________________________________________________________________________
19050 [ 28418] By: rgs                                   on 2006/06/23  14:00:59
19051         Log: Subject: Re: [PATCH] perlhack.pod
19052              From: "Dr.Ruud" <rvtol+news@isolution.nl>
19053              Date: Thu, 22 Jun 2006 23:42:53 +0200
19054              Message-ID: <20060622215407.9605.qmail@lists.develooper.com>
19055      Branch: perl
19056            ! pod/perlhack.pod
19057 ____________________________________________________________________________
19058 [ 28417] By: rgs                                   on 2006/06/23  10:50:29
19059         Log: Subject: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
19060              From: demerphq <demerphq@gmail.com>
19061              Date: Fri, 23 Jun 2006 11:54:19 +0200
19062              Message-ID: <9b18b3110606230254m6afd620bjde6322aefda6f199@mail.gmail.com>
19063      Branch: perl
19064            ! regexec.c
19065 ____________________________________________________________________________
19066 [ 28416] By: rgs                                   on 2006/06/23  09:41:36
19067         Log: perltodo additions by Vadim Konovalov
19068      Branch: perl
19069            ! pod/perltodo.pod
19070 ____________________________________________________________________________
19071 [ 28415] By: stevep                                on 2006/06/22  11:34:20
19072         Log: Subject: [PATCH] IO::Compress::Base
19073              From: "Paul Marquess" <paul.marquess@ntlworld.com>
19074              Date: Thu, 22 Jun 2006 11:40:10 +0100
19075              Message-ID: <01f701c695e8$3d035e20$2405140a@myopwv.com>
19076      Branch: perl
19077            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
19078            ! t/lib/compress/merge.pl
19079 ____________________________________________________________________________
19080 [ 28414] By: steveh                                on 2006/06/22  08:05:14
19081         Log: Subject: Re: Smoke [5.9.4] 28410 FAIL(Fm) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
19082              From: demerphq <demerphq@gmail.com>
19083              Date: Wed, 21 Jun 2006 22:51:03 +0200
19084              Message-ID: <9b18b3110606211351v5b052103i4d727ad464a162e@mail.gmail.com>
19085      Branch: perl
19086            ! regcomp.c
19087 ____________________________________________________________________________
19088 [ 28413] By: rgs                                   on 2006/06/21  08:15:38
19089         Log: Subject: [PATCH] <toke.c> isALNUM(*s) && *s != '_'
19090              From: "Dr.Ruud" <rvtol+news@isolution.nl>
19091              Date: Wed, 21 Jun 2006 01:58:19 +0200
19092              Message-ID: <20060621000237.24398.qmail@lists.develooper.com>
19093      Branch: perl
19094            ! toke.c
19095 ____________________________________________________________________________
19096 [ 28412] By: steveh                                on 2006/06/21  08:07:21
19097         Log: Fix code before declaration error introduced by #28405
19098      Branch: perl
19099            ! regcomp.c
19100 ____________________________________________________________________________
19101 [ 28411] By: rgs                                   on 2006/06/21  07:44:24
19102         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary string using vector flag
19103              From: Dominic Dunlop <shouldbedomo@mac.com>
19104              Date: Tue, 20 Jun 2006 21:49:07 +0200
19105              Message-Id: <C48A3CD4-DDA5-43AD-8DDC-20375A187EFD@mac.com>
19106      Branch: perl
19107            ! t/op/sprintf.t
19108 ____________________________________________________________________________
19109 [ 28410] By: rgs                                   on 2006/06/20  22:01:16
19110         Log: Upgrade to Sys::Syslog 0.16
19111      Branch: perl
19112            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
19113            ! ext/Sys/Syslog/t/syslog.t
19114 ____________________________________________________________________________
19115 [ 28409] By: rgs                                   on 2006/06/20  17:22:15
19116         Log: Change 28404 broke the construct s/foo/<<BAR/e. So, try to be more
19117              clever. If the right hand side of s///e contains a #, then maybe
19118              it's a comment, so add a \n after it. Obviously, this is fast, but
19119              won't cover all possible cases.
19120      Branch: perl
19121            ! toke.c
19122 ____________________________________________________________________________
19123 [ 28408] By: rgs                                   on 2006/06/20  14:18:28
19124         Log: Subject: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary string using vector flag
19125              From: Dominic Dunlop <shouldbedomo@mac.com>
19126              Date: Tue, 20 Jun 2006 16:02:38 +0200
19127              Message-Id: <D223CF35-9AC3-4351-A0C9-F4E224AAC19E@mac.com>
19128      Branch: perl
19129            ! sv.c t/op/sprintf.t
19130 ____________________________________________________________________________
19131 [ 28407] By: rgs                                   on 2006/06/20  12:51:31
19132         Log: Subject: [PATCH] IO::Compress::* 2.000_13
19133              From: "Paul Marquess" <paul.marquess@ntlworld.com>
19134              Date: Tue, 20 Jun 2006 13:40:47 +0100
19135              Message-ID: <00b101c69466$c18f0af0$2405140a@myopwv.com>
19136      Branch: perl
19137            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
19138            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
19139            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
19140            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
19141            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
19142            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
19143            ! ext/Compress/IO/Zlib/README
19144            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
19145            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
19146            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
19147            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
19148            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
19149            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
19150            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
19151            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
19152            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
19153            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
19154            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
19155            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
19156            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
19157            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
19158            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
19159            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
19160            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
19161            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
19162            ! ext/Compress/Raw/Zlib/README
19163            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
19164            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
19165            ! ext/Compress/Zlib/lib/Compress/Zlib.pm t/lib/compress/multi.pl
19166            ! t/lib/compress/oneshot.pl
19167 ____________________________________________________________________________
19168 [ 28406] By: rgs                                   on 2006/06/20  12:44:27
19169         Log: Upgrade to Unicode::Normalize 1.01
19170      Branch: perl
19171            + ext/Unicode/Normalize/t/tie.t
19172            ! MANIFEST ext/Unicode/Normalize/Changes
19173            ! ext/Unicode/Normalize/Normalize.pm
19174            ! ext/Unicode/Normalize/Normalize.xs
19175            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
19176            ! ext/Unicode/Normalize/t/illegal.t
19177 ____________________________________________________________________________
19178 [ 28405] By: stevep                                on 2006/06/20  12:14:27
19179         Log: Clean up a few warnings in regcomp.c under -Dgccansipedantic.
19180      Branch: perl
19181            ! regcomp.c
19182 ____________________________________________________________________________
19183 [ 28404] By: rgs                                   on 2006/06/20  08:52:12
19184         Log: Subject: [perl #39365] Bug in toke.c (eval in subst) 
19185              From: bcarter@gumdrop.flyinganvil.org (via RT) <perlbug-followup@perl.org>
19186              Date: Fri, 09 Jun 2006 02:08:44 -0700
19187              Message-ID: <rt-3.0.11-39365-134716.18.9775670722527@perl.org>
19188              
19189              plus a regression test.
19190      Branch: perl
19191            ! t/comp/parser.t toke.c
19192 ____________________________________________________________________________
19193 [ 28403] By: rgs                                   on 2006/06/20  08:16:58
19194         Log: Subject: [PATCH lib/UNIVERSAL.pm] Add Documentation for DOES()
19195              From: chromatic <chromatic@wgz.org>
19196              Date: Sat, 17 Jun 2006 17:24:03 -0700
19197              Message-Id: <200606171724.04302.chromatic@wgz.org>
19198      Branch: perl
19199            ! lib/UNIVERSAL.pm
19200 ____________________________________________________________________________
19201 [ 28402] By: rgs                                   on 2006/06/19  11:27:03
19202         Log: Subject: RE: [PATCH] cflags.SH: rework the gcc warnings selection
19203              From: "Green, Paul" <Paul.Green@stratus.com>
19204              Date: Sun, 18 Jun 2006 19:41:50 -0400
19205              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB02026106@EXNA.corp.stratus.com>
19206      Branch: perl
19207            ! cflags.SH
19208 ____________________________________________________________________________
19209 [ 28401] By: davem                                 on 2006/06/18  09:58:08
19210         Log: Subject:  [PATCH] Re: blead trie problems in tru64 with -DDEBUGGING
19211              From:  Jarkko Hietaniemi <jhi@iki.fi>
19212              Date:  Sun, 18 Jun 2006 01:04:46 +0300
19213              Message-Id:  <44947C7E.7090100@iki.fi>
19214      Branch: perl
19215            ! regexec.c
19216 ____________________________________________________________________________
19217 [ 28400] By: davem                                 on 2006/06/17  20:01:38
19218         Log: Subject:  [PATCH] Comply with the 0x80th commandment
19219              From:  demerphq <demerphq@gmail.com>
19220              Date:  Sat, 17 Jun 2006 16:44:17 +0200
19221              Message-Id:  <9b18b3110606170744x60f4074bg11bf0f4c87eeb6c1@mail.gmail.com>
19222              
19223              add some (U8) casts
19224      Branch: perl
19225            ! regcomp.h
19226 ____________________________________________________________________________
19227 [ 28399] By: davem                                 on 2006/06/17  16:39:53
19228         Log: dont warn at exit of detatched threads still running
19229      Branch: perl
19230            ! ext/threads/t/blocks.t ext/threads/threads.xs
19231 ____________________________________________________________________________
19232 [ 28398] By: davem                                 on 2006/06/16  23:25:51
19233         Log: start turning regmatch() main loop into a FSM
19234              also make BRANCH use the state stack rather than its own unwind struct
19235      Branch: perl
19236            ! regcomp.pl regexec.c regexp.h regnodes.h t/op/re_tests
19237 ____________________________________________________________________________
19238 [ 28397] By: rgs                                   on 2006/06/15  10:01:14
19239         Log: Subject: [PATCH] cflags.SH: rework the gcc warnings selection
19240              From: Jarkko Hietaniemi <jhi@iki.fi>
19241              Date: Thu, 15 Jun 2006 09:12:53 +0300
19242              Message-ID: <4490FA65.70006@iki.fi>
19243      Branch: perl
19244            ! cflags.SH
19245 ____________________________________________________________________________
19246 [ 28396] By: craigb                                on 2006/06/15  03:20:48
19247         Log: only use NAML$M_OPEN_SPECIAL where it exists
19248      Branch: perl
19249            ! vms/vms.c
19250 ____________________________________________________________________________
19251 [ 28395] By: craigb                                on 2006/06/15  03:16:34
19252         Log: signedness nit in Unicode::Normalize::decompose
19253      Branch: perl
19254            ! ext/Unicode/Normalize/Normalize.xs
19255 ____________________________________________________________________________
19256 [ 28394] By: rgs                                   on 2006/06/14  14:58:14
19257         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)
19258              From: demerphq <demerphq@gmail.com>
19259              Date: Wed, 14 Jun 2006 14:33:24 +0200
19260              Message-ID: <9b18b3110606140533k583fdd3bh6c4b292e7ff4cf13@mail.gmail.com>
19261      Branch: perl
19262            ! regcomp.c regcomp.h
19263 ____________________________________________________________________________
19264 [ 28393] By: rgs                                   on 2006/06/14  12:11:13
19265         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)
19266              From: demerphq <demerphq@gmail.com>
19267              Date: Wed, 14 Jun 2006 13:54:04 +0200
19268              Message-ID: <9b18b3110606140454p19f4241exae6528f1c7bb32d7@mail.gmail.com>
19269      Branch: perl
19270            ! ext/re/t/regop.pl lib/Benchmark.pm regcomp.c regcomp.h
19271            ! regexec.c
19272 ____________________________________________________________________________
19273 [ 28392] By: rgs                                   on 2006/06/13  09:23:23
19274         Log: I thought I had fixed the spelling of DOES() in universal.t, but
19275              apparently no.
19276      Branch: perl
19277            ! t/op/universal.t
19278 ____________________________________________________________________________
19279 [ 28391] By: rgs                                   on 2006/06/13  08:32:04
19280         Log: Subject: Guard clause should happen first, otherwise its not a guard clause.
19281              From: demerphq <demerphq@gmail.com>
19282              Date: Tue, 13 Jun 2006 09:39:42 +0200
19283              Message-ID: <9b18b3110606130039v1c6a3fe6s448e92ab2a05888a@mail.gmail.com>
19284      Branch: perl
19285            ! regcomp.c regexec.c
19286 ____________________________________________________________________________
19287 [ 28390] By: stevep                                on 2006/06/13  01:15:21
19288         Log: Upgrade to Digest-SHA-5.41
19289      Branch: perl
19290            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
19291            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
19292            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
19293            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
19294            ! ext/Digest/SHA/t/2-nist-sha-oo.t
19295 ____________________________________________________________________________
19296 [ 28389] By: stevep                                on 2006/06/13  01:00:02
19297         Log: Upgrade to Unicode-Normalize-1.00
19298      Branch: perl
19299            ! ext/Unicode/Normalize/Changes
19300            ! ext/Unicode/Normalize/Normalize.pm
19301            ! ext/Unicode/Normalize/Normalize.xs
19302            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
19303            ! ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/func.t
19304            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/null.t
19305            ! ext/Unicode/Normalize/t/test.t
19306 ____________________________________________________________________________
19307 [ 28388] By: rgs                                   on 2006/06/12  17:21:22
19308         Log: Subject: Re: Segv from new regex code when under threads.
19309              From: demerphq <demerphq@gmail.com>
19310              Date: Mon, 12 Jun 2006 19:17:30 +0200
19311              Message-ID: <9b18b3110606121017t3af81484t4fb13015fac74592@mail.gmail.com>
19312      Branch: perl
19313            ! regcomp.c win32/vmem.h
19314 ____________________________________________________________________________
19315 [ 28387] By: rgs                                   on 2006/06/12  16:41:44
19316         Log: Add the new method UNIVERSAL::DOES() and the API function sv_does()
19317              
19318              Subject: Re: [PROPOSED PATCH: universal.c, t/op/universal.t] Add does()
19319              From: chromatic <chromatic@wgz.org>
19320              Date: Tue, 30 May 2006 17:41:08 -0700
19321              Message-Id: <200605301741.08363.chromatic@wgz.org>
19322      Branch: perl
19323            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h
19324            ! t/op/universal.t universal.c
19325 ____________________________________________________________________________
19326 [ 28386] By: rgs                                   on 2006/06/12  14:35:22
19327         Log: Adapt the new Test::Harness test to the core
19328      Branch: perl
19329            ! lib/Test/Harness/t/failure.t
19330 ____________________________________________________________________________
19331 [ 28385] By: rgs                                   on 2006/06/12  14:12:18
19332         Log: Subject: [PATCH] Static cleanup in pp_sort.c
19333              From: andy@petdance.com (Andy Lester)
19334              Date: Mon, 12 Jun 2006 08:59:34 -0500
19335              Message-ID: <20060612135934.GA2202@petdance.com>
19336      Branch: perl
19337            ! embed.fnc embed.h pp_sort.c proto.h
19338 ____________________________________________________________________________
19339 [ 28384] By: rgs                                   on 2006/06/12  14:08:09
19340         Log: Upgrade to Test::Harness 2.62
19341      Branch: perl
19342            + lib/Test/Harness/t/failure.t
19343            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
19344 ____________________________________________________________________________
19345 [ 28383] By: rgs                                   on 2006/06/12  13:01:43
19346         Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.15.tar.gz
19347              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
19348              Date: Sun, 11 Jun 2006 02:30:54 +0200
19349              Message-ID: <1149985854.448b643e27a1f@imp5-g19.free.fr>
19350      Branch: perl
19351            + ext/Sys/Syslog/ppport.h
19352            ! MANIFEST ext/Sys/Syslog/Changes ext/Sys/Syslog/README
19353            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/Syslog.xs
19354            ! ext/Sys/Syslog/t/syslog.t
19355 ____________________________________________________________________________
19356 [ 28382] By: rgs                                   on 2006/06/12  12:08:54
19357         Log: Subject: Re: [PATCH DOC] Three minor fixes related to perlop
19358              From: Daniel Frederick Crisman <daniel@crisman.org>
19359              Date: Sat, 10 Jun 2006 10:49:29 -0400
19360              Message-ID: <20060610144929.GA10201@fury.crisman.org>
19361      Branch: perl
19362            ! pod/perldiag.pod pod/perlop.pod
19363 ____________________________________________________________________________
19364 [ 28381] By: rgs                                   on 2006/06/12  10:07:18
19365         Log: Subject: [PATCH] Proper use of enums
19366              From: andy@petdance.com (Andy Lester)
19367              Date: Sun, 11 Jun 2006 22:44:34 -0500
19368              Message-ID: <20060612034434.GA21588@petdance.com>
19369      Branch: perl
19370            ! embed.fnc gv.c op.c perlio.c pod/perlapi.pod pp.c proto.h sv.c
19371            ! sv.h
19372 ____________________________________________________________________________
19373 [ 28380] By: rgs                                   on 2006/06/11  23:08:32
19374         Log: Subject: Re: [PATCH] regexec/regcomp.c cleanups
19375              From: demerphq <demerphq@gmail.com>
19376              Date: Sun, 11 Jun 2006 23:01:14 +0200
19377              Message-ID: <9b18b3110606111401o143b2f57rd17bf117979853e7@mail.gmail.com>
19378      Branch: perl
19379            ! ext/re/re.pm pod/perlreguts.pod regcomp.c regcomp.h regexec.c
19380            ! regexp.h sv.c
19381 ____________________________________________________________________________
19382 [ 28379] By: rgs                                   on 2006/06/11  22:00:03
19383         Log: Subject: Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.
19384              From: demerphq <demerphq@gmail.com>
19385              Date: Fri, 9 Jun 2006 19:48:11 +0200
19386              Message-ID: <9b18b3110606091048n4d1f3b17vc608943044d4532a@mail.gmail.com>
19387      Branch: perl
19388            ! ext/re/re.pm regcomp.c regexec.c regexp.h
19389 ____________________________________________________________________________
19390 [ 28378] By: nicholas                              on 2006/06/11  20:52:36
19391         Log: A little more work needed to get ext/re/t/re.t test 14 (no segv) passing
19392              with PERL_DESTRUCT_LEVEL=2.
19393      Branch: perl
19394            ! gv.c regcomp.h
19395 ____________________________________________________________________________
19396 [ 28377] By: rgs                                   on 2006/06/09  16:40:52
19397         Log: Mark the 1st argument to S_exec_failed as non null
19398      Branch: perl
19399            ! embed.fnc proto.h
19400 ____________________________________________________________________________
19401 [ 28376] By: rgs                                   on 2006/06/09  16:15:08
19402         Log: Subject: [PATCH] Add error checks after execing PL_cshname or PL_sh_path
19403              From: "Jan Dubois" <jand@activestate.com>
19404              Date: Wed, 7 Jun 2006 15:53:02 -0700
19405              Message-ID: <002301c68a85$21aa7320$d045a8c0@candy>
19406      Branch: perl
19407            ! doio.c embed.fnc embed.h proto.h
19408 ____________________________________________________________________________
19409 [ 28375] By: rgs                                   on 2006/06/09  16:03:03
19410         Log: Subject: [patch] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.64.tar.gz
19411              From: John Peacock <jpeacock@rowman.com>
19412              Date: Thu, 08 Jun 2006 21:14:04 -0400
19413              Message-ID: <4488CB5C.4070702@rowman.com>
19414      Branch: perl
19415            ! lib/version.pm lib/version.pod lib/version.t universal.c
19416            ! util.c
19417 ____________________________________________________________________________
19418 [ 28374] By: rgs                                   on 2006/06/09  14:39:31
19419         Log: Subject: [PATCH] sv_dup
19420              From: andy@petdance.com (Andy Lester)
19421              Date: Fri, 9 Jun 2006 00:39:25 -0500
19422              Message-ID: <20060609053925.GA30698@petdance.com>
19423      Branch: perl
19424            ! sv.c
19425 ____________________________________________________________________________
19426 [ 28373] By: rgs                                   on 2006/06/09  14:06:24
19427         Log: Subject: Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.
19428              From: demerphq <demerphq@gmail.com>
19429              Date: Fri, 9 Jun 2006 00:56:37 +0200
19430              Message-ID: <9b18b3110606081556t779de698r82f361d82a05fbc8@mail.gmail.com>
19431              
19432              (with tweaks)
19433      Branch: perl
19434            ! embed.fnc embed.h ext/re/t/re.t ext/re/t/regop.pl
19435            ! ext/re/t/regop.t proto.h regcomp.c regcomp.h regexec.c sv.c
19436 ____________________________________________________________________________
19437 [ 28372] By: rgs                                   on 2006/06/08  14:11:29
19438         Log: Add the perlreguts manpage, by Yves Orton
19439      Branch: perl
19440            + pod/perlreguts.pod
19441            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
19442            ! vms/descrip_mms.template win32/pod.mak
19443 ____________________________________________________________________________
19444 [ 28371] By: rgs                                   on 2006/06/08  13:00:18
19445         Log: Subject: [PATCH] Re: range operator vs. unicode
19446              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19447              Date: Thu, 8 Jun 2006 02:33:43 -0700
19448              Message-ID: <20060608093343.GD2676@efn.org>
19449              
19450              with tweaks
19451      Branch: perl
19452            ! pod/perlop.pod
19453 ____________________________________________________________________________
19454 [ 28370] By: rgs                                   on 2006/06/07  20:47:20
19455         Log: Revert change #20462 (except the regression test),
19456              since the bug has been really fixed by change #22074,
19457              as explained in :
19458              Subject: Re: [perl #39247] defined-ness of substrings disappear over repeated calls
19459              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19460              Date: Thu, 01 Jun 2006 08:16:51 +0900
19461              Message-Id: <20060601081304.7A39.BQW10602@nifty.com>
19462      Branch: perl
19463            ! pp.c
19464 ____________________________________________________________________________
19465 [ 28369] By: nicholas                              on 2006/06/07  17:36:32
19466         Log: The binmode in t/iop/utf8.t doesn't need to be conditional on ${^OPEN}
19467      Branch: perl
19468            ! t/io/utf8.t
19469 ____________________________________________________________________________
19470 [ 28368] By: craigb                                on 2006/06/07  12:29:32
19471         Log: autosplit one level deeper so we don't miss anything
19472              on a second pass (where lib/auto already exists)
19473      Branch: perl
19474            ! vms/descrip_mms.template
19475 ____________________________________________________________________________
19476 [ 28367] By: craigb                                on 2006/06/07  12:14:39
19477         Log: Subject: [patch@28349] vmsify - full EFS charset support
19478              From: "John E. Malmberg" <wb8tyw@qsl.net>
19479              Date: Mon, 05 Jun 2006 23:39:32 -0400
19480              Message-id: <4484F8F4.7040902@qsl.net>
19481
19482      Branch: perl
19483            ! vms/vms.c vms/vmsish.h
19484 ____________________________________________________________________________
19485 [ 28366] By: rgs                                   on 2006/06/07  09:13:51
19486         Log: Add a regression test to ensure that charnames pragma
19487              is propagated to eval("")
19488      Branch: perl
19489            ! lib/charnames.t
19490 ____________________________________________________________________________
19491 [ 28365] By: rgs                                   on 2006/06/07  08:47:49
19492         Log: Make "use feature 'dor'" an alias for "use feature 'err'"
19493      Branch: perl
19494            ! lib/feature.pm
19495 ____________________________________________________________________________
19496 [ 28364] By: rgs                                   on 2006/06/07  08:33:35
19497         Log: Subject: [PATCH] exhausting <> in BEGIN{} gets ARGVOUT used only once warning
19498              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19499              Date: Tue, 6 Jun 2006 22:24:46 -0700
19500              Message-ID: <20060607052446.GA3240@efn.org>
19501      Branch: perl
19502            ! gv.c t/op/readline.t
19503 ____________________________________________________________________________
19504 [ 28363] By: rgs                                   on 2006/06/07  08:30:03
19505         Log: Subject: [PATCH] dump.c patches
19506              From: andy@petdance.com (Andy Lester)
19507              Date: Tue, 6 Jun 2006 10:01:37 -0500
19508              Message-ID: <20060606150137.GA4434@petdance.com>
19509      Branch: perl
19510            ! doop.c dump.c
19511 ____________________________________________________________________________
19512 [ 28362] By: merijn                                on 2006/06/06  18:33:52
19513         Log: Subject: [PATCH]Teach Configure that icc is not gcc
19514              From: Steve Peters <steve@fisharerojo.org>
19515              Date: Tue, 6 Jun 2006 10:33:12 -0500
19516              Message-ID: <20060606153312.GA5542@fisharerojo.org>
19517      Branch: perl
19518            ! Configure
19519 ____________________________________________________________________________
19520 [ 28360] By: rgs                                   on 2006/06/06  16:30:36
19521         Log: Upgrade to Module::CoreList 2.05
19522              (contains a patch by Adriano Ferreira to make corelist accept
19523              regexps as arguments)
19524      Branch: perl
19525            + lib/Module/CoreList/t/find_modules.t
19526            ! MANIFEST lib/Module/CoreList.pm
19527            ! lib/Module/CoreList/bin/corelist
19528 ____________________________________________________________________________
19529 [ 28359] By: rgs                                   on 2006/06/06  12:37:34
19530         Log: Upgrade to Encode 2.18
19531      Branch: perl
19532            ! ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm ext/Encode/Changes
19533            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/Encode.pm
19534            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
19535            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
19536            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
19537            ! ext/Encode/lib/Encode/Alias.pm
19538            ! ext/Encode/lib/Encode/CJKConstants.pm
19539            ! ext/Encode/lib/Encode/CN/HZ.pm ext/Encode/lib/Encode/Config.pm
19540            ! ext/Encode/lib/Encode/Encoding.pm
19541            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
19542            ! ext/Encode/lib/Encode/JP/JIS7.pm
19543            ! ext/Encode/lib/Encode/KR/2022_KR.pm
19544            ! ext/Encode/lib/Encode/MIME/Header.pm
19545            ! ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
19546            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
19547 ____________________________________________________________________________
19548 [ 28358] By: rgs                                   on 2006/06/06  11:27:19
19549         Log: Subject: [PATCH] more accumulated cleanups
19550              From: andy@petdance.com (Andy Lester)
19551              Date: Tue, 6 Jun 2006 00:25:01 -0500
19552              Message-ID: <20060606052501.GA30469@petdance.com>
19553      Branch: perl
19554            ! av.c doio.c utf8.c util.c
19555 ____________________________________________________________________________
19556 [ 28357] By: rgs                                   on 2006/06/06  11:17:22
19557         Log: Subject: [PATCH] Accumulated toke.c cleanups
19558              From: andy@petdance.com (Andy Lester)
19559              Date: Tue, 6 Jun 2006 00:07:36 -0500
19560              Message-ID: <20060606050736.GA30291@petdance.com>
19561      Branch: perl
19562            ! toke.c
19563 ____________________________________________________________________________
19564 [ 28356] By: rgs                                   on 2006/06/06  11:05:46
19565         Log: Subject: [PATCH] random thread test failure
19566              From: "Jerry D. Hedden" <jerry@hedden.us>
19567              Date: Mon, 05 Jun 2006 13:28:51 -0700
19568              Message-ID: <20060605132851.fb30e530d17747c2b054d625b8945d88.65486bb40b.wbe@email.secureserver.net>
19569      Branch: perl
19570            ! ext/threads/t/thread.t
19571 ____________________________________________________________________________
19572 [ 28355] By: rgs                                   on 2006/06/06  11:02:14
19573         Log: Subject: [PATCH] threads 1.32
19574              From: "Jerry D. Hedden" <jerry@hedden.us>
19575              Date: Mon, 05 Jun 2006 06:34:56 -0700
19576              Message-ID: <20060605063456.fb30e530d17747c2b054d625b8945d88.21396dde59.wbe@email.secureserver.net>
19577      Branch: perl
19578            + ext/threads/hints/hpux.pl
19579            ! MANIFEST ext/threads/Changes ext/threads/README
19580            ! ext/threads/t/blocks.t ext/threads/t/context.t
19581            ! ext/threads/t/end.t ext/threads/t/free.t ext/threads/t/free2.t
19582            ! ext/threads/t/join.t ext/threads/t/kill.t ext/threads/t/libc.t
19583            ! ext/threads/t/problems.t ext/threads/t/thread.t
19584            ! ext/threads/threads.pm ext/threads/threads.xs
19585 ____________________________________________________________________________
19586 [ 28354] By: nicholas                              on 2006/06/05  21:39:40
19587         Log: Eliminate most of the UTF-8 black smoke by skipping optree tests when
19588              ${^OPEN} is set, and tweaking hints.t to understand that $^H is
19589              different when -C has been used.
19590      Branch: perl
19591            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
19592            ! ext/B/t/optree_constants.t ext/B/t/optree_misc.t
19593            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
19594            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
19595            ! t/comp/hints.t
19596 ____________________________________________________________________________
19597 [ 28353] By: nicholas                              on 2006/06/05  21:38:38
19598         Log: Add the missing ${^OPEN} hints flag to B::Concise
19599      Branch: perl
19600            ! ext/B/B/Concise.pm
19601 ____________________________________________________________________________
19602 [ 28352] By: rgs                                   on 2006/06/05  16:22:46
19603         Log: Subject: [DOCPATCH perlunicode.pod] paragraphing nit
19604              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19605              Date: Sun, 04 Jun 2006 15:52:54 +0900
19606              Message-Id: <20060604155149.0913.BQW10602@nifty.com>
19607      Branch: perl
19608            ! pod/perlunicode.pod
19609 ____________________________________________________________________________
19610 [ 28351] By: rgs                                   on 2006/06/05  08:35:45
19611         Log: Subject: [PATCH] mg.c: using #ifdef inside a macro call ENONPORTABLE (causes e.g. AIX to barf)
19612              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19613              Date: Sun, 4 Jun 2006 11:21:30 +0300 (EEST)
19614              Message-Id: <200606040821.k548LUYu010965@vipunen.hut.fi>
19615      Branch: perl
19616            ! mg.c
19617 ____________________________________________________________________________
19618 [ 28350] By: rgs                                   on 2006/06/05  07:50:12
19619         Log: Use POSIX::_exit instead of exit in IPC::Open when exiting after an
19620              exec() failure, as suggested by Salvador Fandino after change #28347
19621      Branch: perl
19622            ! lib/IPC/Open3.pm
19623 ____________________________________________________________________________
19624 [ 28349] By: rgs                                   on 2006/06/04  22:32:50
19625         Log: The smart match table was duplicated in source code and in perlsyn,
19626              so remove the one in the source code
19627      Branch: perl
19628            ! pod/perlsyn.pod pp_ctl.c
19629 ____________________________________________________________________________
19630 [ 28348] By: craigb                                on 2006/06/02  23:18:08
19631         Log: It's all relative -- better handling of tainted directories
19632              in PATH on VMS (and scrubbing them in t/test.pl).
19633      Branch: perl
19634            ! mg.c t/test.pl
19635 ____________________________________________________________________________
19636 [ 28347] By: davem                                 on 2006/06/02  19:53:52
19637         Log: IPC::Open3 handled exec failure badly
19638              When you're in the child, don't croak - you may get trapped by
19639              eval. Also clarify the documentation
19640      Branch: perl
19641            ! lib/IPC/Open3.pm
19642 ____________________________________________________________________________
19643 [ 28346] By: stevep                                on 2006/06/01  19:11:38
19644         Log: Subject: [perl #39178] IO::Socket::connect returns wrong errno on timeout
19645              From: "mlelstv@serpens.de (via RT)" <perlbug-followup@perl.org>
19646              Date: Sun, 21 May 2006 04:23:38 -0700
19647              Message-ID: <rt-3.0.11-39178-133695.13.7935957232893@perl.org>
19648      Branch: perl
19649            ! ext/IO/lib/IO/Socket.pm
19650 ____________________________________________________________________________
19651 [ 28345] By: rgs                                   on 2006/06/01  14:50:50
19652         Log: Add the perlunitut manpage, by Juerd Waalboer
19653      Branch: perl
19654            + pod/perlunitut.pod
19655            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
19656            ! vms/descrip_mms.template win32/pod.mak
19657 ____________________________________________________________________________
19658 [ 28344] By: rgs                                   on 2006/06/01  12:16:09
19659         Log: Subject: [PATCH: installperl] Was: Bug#369481: perl-base: 5.8.4-8sarge4 seemed to trigger "weak references not implemented"
19660              From: Brendan O'Dea <bod@debian.org>
19661              Date: Wed, 31 May 2006 22:51:48 +1000
19662              Message-ID: <20060531125148.GA20658@londo.c47.org>
19663      Branch: perl
19664            ! installperl
19665 ____________________________________________________________________________
19666 [ 28343] By: rgs                                   on 2006/06/01  11:40:34
19667         Log: Add a few more built-in types in perlfunc/ref()
19668      Branch: perl
19669            ! pod/perlfunc.pod
19670 ____________________________________________________________________________
19671 [ 28342] By: rgs                                   on 2006/06/01  07:08:36
19672         Log: Remove duplicate file in manifest
19673      Branch: perl
19674            ! MANIFEST
19675 ____________________________________________________________________________
19676 [ 28341] By: rgs                                   on 2006/06/01  07:07:43
19677         Log: Add missing file to MANIFEST
19678      Branch: perl
19679            ! MANIFEST
19680 ____________________________________________________________________________
19681 [ 28340] By: craigb                                on 2006/05/31  03:31:54
19682         Log: Teach incfilter.t some DCL.
19683      Branch: perl
19684            ! t/op/incfilter.t
19685 ____________________________________________________________________________
19686 [ 28339] By: craigb                                on 2006/05/31  03:19:27
19687         Log: Make VMS-specific device name encoding routine say no more politely.
19688      Branch: perl
19689            ! vms/vms.c
19690 ____________________________________________________________________________
19691 [ 28338] By: rgs                                   on 2006/05/30  12:21:17
19692         Log: Subject: Re: B::Lint changes
19693              From: "Joshua ben Jore" <twists@gmail.com>
19694              Date: Thu, 18 May 2006 08:45:30 -0500
19695              Message-ID: <dc5c751d0605180645q63ddba5fga354d2660a4877f5@mail.gmail.com>
19696      Branch: perl
19697            ! ext/B/B/Lint.pm ext/B/t/lint.t
19698 ____________________________________________________________________________
19699 [ 28337] By: nicholas                              on 2006/05/30  11:59:26
19700         Log: Fix bugs in the bytecode system caused by the abolition of cop_io.
19701      Branch: perl
19702            ! ext/B/B.xs ext/B/B/Bytecode.pm
19703 ____________________________________________________________________________
19704 [ 28336] By: rgs                                   on 2006/05/30  08:32:00
19705         Log: Subject: C is not perl, AV's dont just magically free themselves...
19706              From: demerphq <demerphq@gmail.com>
19707              Date: Tue, 30 May 2006 10:23:19 +0200
19708              Message-ID: <9b18b3110605300123t467f14eerf30a149f253be281@mail.gmail.com>
19709      Branch: perl
19710            ! regcomp.c
19711 ____________________________________________________________________________
19712 [ 28335] By: nicholas                              on 2006/05/29  22:58:46
19713         Log: Comprehensive regression tests for Perl_refcounted_he_fetch().
19714              Fix a bug due to the fact that Perl's typedef'd "bool" type isn't
19715              actually boolean.
19716      Branch: perl
19717            + ext/XS/APItest/t/op.t t/op/caller.pl
19718            ! MANIFEST ext/XS/APItest/APItest.xs hv.c t/op/caller.t
19719 ____________________________________________________________________________
19720 [ 28334] By: craigb                                on 2006/05/29  22:34:23
19721         Log: Subject: [PATCH] redo part of change 27374
19722              From: Abe Timmerman <abe@ztreet.demon.nl>
19723              Date: Mon, 29 May 2006 23:24:51 +0200
19724              Message-id: <200605292324.51714.abe@ztreet.demon.nl>
19725
19726      Branch: perl
19727            ! configure.com
19728 ____________________________________________________________________________
19729 [ 28333] By: craigb                                on 2006/05/29  19:37:41
19730         Log: And some more DynaLoader things that should not be tested on
19731              VMS since they are not part of the implementation.
19732      Branch: perl
19733            ! ext/DynaLoader/t/DynaLoader.t
19734 ____________________________________________________________________________
19735 [ 28332] By: mhx                                   on 2006/05/29  17:50:48
19736         Log: Upgrade to Devel::PPPort 3.08_04
19737      Branch: perl
19738            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
19739            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
19740            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
19741            ! ext/Devel/PPPort/apicheck_c.PL
19742            ! ext/Devel/PPPort/devel/buildperl.pl
19743            ! ext/Devel/PPPort/devel/devtools.pl
19744            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
19745            ! ext/Devel/PPPort/devel/regenerate
19746            ! ext/Devel/PPPort/parts/apicheck.pl
19747            ! ext/Devel/PPPort/parts/base/5004000
19748            ! ext/Devel/PPPort/parts/base/5004050
19749            ! ext/Devel/PPPort/parts/base/5005000
19750            ! ext/Devel/PPPort/parts/base/5005030
19751            ! ext/Devel/PPPort/parts/base/5006000
19752            ! ext/Devel/PPPort/parts/base/5006001
19753            ! ext/Devel/PPPort/parts/base/5007001
19754            ! ext/Devel/PPPort/parts/base/5007002
19755            ! ext/Devel/PPPort/parts/base/5007003
19756            ! ext/Devel/PPPort/parts/base/5008000
19757            ! ext/Devel/PPPort/parts/base/5008001
19758            ! ext/Devel/PPPort/parts/base/5009000
19759            ! ext/Devel/PPPort/parts/base/5009001
19760            ! ext/Devel/PPPort/parts/base/5009002
19761            ! ext/Devel/PPPort/parts/base/5009003
19762            ! ext/Devel/PPPort/parts/base/5009004
19763            ! ext/Devel/PPPort/parts/inc/podtest
19764            ! ext/Devel/PPPort/parts/todo/5004000
19765            ! ext/Devel/PPPort/parts/todo/5005000
19766            ! ext/Devel/PPPort/parts/todo/5005030
19767            ! ext/Devel/PPPort/parts/todo/5006000
19768            ! ext/Devel/PPPort/parts/todo/5006001
19769            ! ext/Devel/PPPort/parts/todo/5007001
19770            ! ext/Devel/PPPort/parts/todo/5007002
19771            ! ext/Devel/PPPort/parts/todo/5007003
19772            ! ext/Devel/PPPort/parts/todo/5008000
19773            ! ext/Devel/PPPort/parts/todo/5008001
19774            ! ext/Devel/PPPort/parts/todo/5009000
19775            ! ext/Devel/PPPort/parts/todo/5009001
19776            ! ext/Devel/PPPort/parts/todo/5009002
19777            ! ext/Devel/PPPort/parts/todo/5009003
19778            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
19779            ! ext/Devel/PPPort/t/podtest.t
19780 ____________________________________________________________________________
19781 [ 28331] By: davem                                 on 2006/05/29  15:27:02
19782         Log: make require report too many open files error
19783              ie don't continue searching the rest of @INC
19784      Branch: perl
19785            ! pp_ctl.c
19786 ____________________________________________________________________________
19787 [ 28330] By: davem                                 on 2006/05/29  14:12:13
19788         Log: ensure failure to load Carp::Heavy gets reported
19789      Branch: perl
19790            ! lib/Carp.pm
19791 ____________________________________________________________________________
19792 [ 28329] By: rgs                                   on 2006/05/29  14:08:42
19793         Log: Revert change 28322, which makes ithreads panic
19794      Branch: perl
19795            ! perlio.c
19796 ____________________________________________________________________________
19797 [ 28328] By: rgs                                   on 2006/05/29  13:41:24
19798         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. 
19799              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19800              Date: Sun, 21 May 2006 19:33:21 +0900
19801              Message-Id: <20060521193259.81E5.BQW10602@nifty.com>
19802              
19803              with test tweaks further suggested by the same
19804      Branch: perl
19805            ! sv.c t/op/sprintf2.t
19806 ____________________________________________________________________________
19807 [ 28327] By: rgs                                   on 2006/05/29  13:10:45
19808         Log: Silence a warning
19809      Branch: perl
19810            ! regcomp.c
19811 ____________________________________________________________________________
19812 [ 28326] By: rgs                                   on 2006/05/29  12:40:15
19813         Log: Regen headers following change 28325. Also, make it compile
19814              with gcc by forward-declaring struct _reg_trie_data; and
19815              tweak the new re test to use test.pl, in order to portably
19816              run a new interpreter
19817      Branch: perl
19818            ! embed.h ext/re/t/regop.t perl.h proto.h regcomp.c regcomp.h
19819            ! regexec.c regnodes.h
19820 ____________________________________________________________________________
19821 [ 28325] By: rgs                                   on 2006/05/29  12:38:09
19822         Log: Subject: Re: [PATCH] More regex optimisations and debug enhancements (including Andys stuff too)
19823              From: demerphq <demerphq@gmail.com>
19824              Date: Sun, 28 May 2006 16:24:59 +0200
19825              Message-ID: <9b18b3110605280724u54a9c53bn3b20692b6fe4f1c3@mail.gmail.com>
19826      Branch: perl
19827            + ext/re/t/regop.pl ext/re/t/regop.t
19828            ! MANIFEST embed.fnc ext/re/re.pm regcomp.c regcomp.h regcomp.pl
19829            ! regcomp.sym regexec.c t/op/re_tests
19830 ____________________________________________________________________________
19831 [ 28324] By: rgs                                   on 2006/05/29  09:39:06
19832         Log: Subject: [PATCH] skip t/op/incfilter.t for "make clean;make miniperl;make minitest"
19833              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19834              Date: Sun, 28 May 2006 14:11:02 +0300 (EEST)
19835              Message-Id: <200605281111.k4SBB2jc133843@kosh.hut.fi>
19836      Branch: perl
19837            ! t/op/incfilter.t
19838 ____________________________________________________________________________
19839 [ 28323] By: rgs                                   on 2006/05/29  08:20:36
19840         Log: Subject: [PATCH] gv.c consting
19841              From: andy@petdance.com (Andy Lester)
19842              Date: Sun, 28 May 2006 12:24:25 -0500
19843              Message-ID: <20060528172425.GA8291@petdance.com>
19844              
19845              Subject: [PATCH] mg.c consting
19846              From: andy@petdance.com (Andy Lester)
19847              Date: Sun, 28 May 2006 11:34:33 -0500
19848              Message-ID: <20060528163433.GA5518@petdance.com>
19849      Branch: perl
19850            ! embed.fnc gv.c mg.c proto.h
19851 ____________________________________________________________________________
19852 [ 28322] By: rgs                                   on 2006/05/29  08:00:04
19853         Log: Subject: [PATCH] perlio.c: nobody was freeing PL_perlio_fd_refcnt, now PerlIO_cleanup() is
19854              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
19855              Date: Sun, 28 May 2006 18:15:35 +0300 (EEST)
19856              Message-Id: <20060528151535.BEA3E6D08C@seth.hut.fi>
19857      Branch: perl
19858            ! perlio.c
19859 ____________________________________________________________________________
19860 [ 28321] By: nicholas                              on 2006/05/28  10:55:17
19861         Log: Subject: [PATCH] DynaLoader.t: less assumptions
19862              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
19863              Message-ID: <44796AF2.8060903@gmail.com>
19864              Date: Sun, 28 May 2006 12:18:42 +0300
19865      Branch: perl
19866            ! ext/DynaLoader/t/DynaLoader.t
19867 ____________________________________________________________________________
19868 [ 28320] By: nicholas                              on 2006/05/28  10:40:48
19869         Log: Perl_refcounted_he_chain_2hv()'s code to skip duplicate keys was far
19870              too lax.
19871      Branch: perl
19872            ! hv.c t/op/caller.t
19873 ____________________________________________________________________________
19874 [ 28319] By: davem                                 on 2006/05/27  21:16:30
19875         Log: fix eval qw(BEGIN{die}) style leaks.
19876              death while exdcuting code while parsing meant that the current
19877              parse stack got quiety abandonded, thus leaking a bunch of OPs.
19878              Register a destructor to be called when this happens.
19879      Branch: perl
19880            ! perly.c
19881 ____________________________________________________________________________
19882 [ 28318] By: craigb                                on 2006/05/27  18:00:31
19883         Log: use the same arg names everyone else does and handle undef filename
19884      Branch: perl
19885            ! ext/DynaLoader/dl_vms.xs
19886 ____________________________________________________________________________
19887 [ 28317] By: davem                                 on 2006/05/27  15:05:30
19888         Log: Subject:  RE: perlhack.pod confused about POPSTACK
19889              From:  "Jan Dubois" <jand@activestate.com>
19890              Date:  Thu, 25 May 2006 18:20:25 -0700
19891              Message-Id:  <059101c68062$9143d550$2217a8c0@candy>
19892              
19893              more fixing of the PUSHMARK example
19894      Branch: perl
19895            ! pod/perlhack.pod
19896 ____________________________________________________________________________
19897 [ 28316] By: davem                                 on 2006/05/27  00:54:18
19898         Log: make -Dpv display OP names ons the parser stack
19899      Branch: perl
19900            ! perly.c
19901 ____________________________________________________________________________
19902 [ 28315] By: davem                                 on 2006/05/27  00:31:33
19903         Log: stop OPs leaking in eval "syntax error"
19904              When bison pops states during error recovery, any states holding
19905              an OP would leak the OP. Create an extra YY table that tells us
19906              which states are of type opval, and when popping one of those,
19907              free the op.
19908      Branch: perl
19909            ! madly.tab perly.c perly.tab regen_perly.pl
19910 ____________________________________________________________________________
19911 [ 28314] By: davem                                 on 2006/05/26  18:50:34
19912         Log: stop eval "sub{" leaking
19913      Branch: perl
19914            ! madly.act madly.h madly.tab madly.y perly.act perly.h
19915            ! perly.tab perly.y
19916 ____________________________________________________________________________
19917 [ 28313] By: stevep                                on 2006/05/26  15:03:12
19918         Log: Subject: [PATCH] SysV IPC
19919              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
19920              Date: Thu, 25 May 2006 18:49:33 +0300
19921              Message-ID: <4475D20D.9010600@gmail.com>
19922      Branch: perl
19923            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
19924            ! ext/IPC/SysV/SysV.pm pod/perlipc.pod
19925 ____________________________________________________________________________
19926 [ 28312] By: stevep                                on 2006/05/26  14:45:01
19927         Log: Upgrade to Sys-Syslog-0.14
19928      Branch: perl
19929            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
19930            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/fallback/const-c.inc
19931            ! ext/Sys/Syslog/t/constants.t ext/Sys/Syslog/t/syslog.t
19932 ____________________________________________________________________________
19933 [ 28311] By: stevep                                on 2006/05/26  13:39:06
19934         Log: Fix pod nit in perltodo.
19935      Branch: perl
19936            ! pod/perltodo.pod
19937 ____________________________________________________________________________
19938 [ 28310] By: stevep                                on 2006/05/26  13:38:16
19939         Log: Stop a warning generated from thread's Makefile.PL
19940      Branch: perl
19941            ! ext/threads/Makefile.PL
19942 ____________________________________________________________________________
19943 [ 28309] By: stevep                                on 2006/05/26  13:33:54
19944         Log: Sun C on Linux doesn't complain about the attributes sprinkled 
19945              through the code in all cases, even though attributes are not
19946              supported.  In some cases, however, it does.  
19947      Branch: perl
19948            ! hints/linux.sh
19949 ____________________________________________________________________________
19950 [ 28308] By: rgs                                   on 2006/05/26  13:01:35
19951         Log: Subject: Re: [PATCH] Test script for DynaLoader
19952              From: demerphq <demerphq@gmail.com>
19953              Date: Thu, 25 May 2006 13:20:53 +0200
19954              Message-ID: <9b18b3110605250420m7431bfbeve44aada2025264f7@mail.gmail.com>
19955      Branch: perl
19956            ! ext/DynaLoader/t/DynaLoader.t
19957 ____________________________________________________________________________
19958 [ 28307] By: mhx                                   on 2006/05/25  15:52:02
19959         Log: Upgrade to Devel::PPPort 3.08_03
19960      Branch: perl
19961            + ext/Devel/PPPort/devel/devtools.pl
19962            + ext/Devel/PPPort/devel/regenerate
19963            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
19964            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
19965            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
19966            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
19967            ! ext/Devel/PPPort/parts/apicheck.pl
19968            ! ext/Devel/PPPort/parts/apidoc.fnc
19969            ! ext/Devel/PPPort/parts/base/5006000
19970            ! ext/Devel/PPPort/parts/base/5009003
19971            ! ext/Devel/PPPort/parts/base/5009004
19972            ! ext/Devel/PPPort/parts/embed.fnc
19973            ! ext/Devel/PPPort/parts/inc/podtest
19974            ! ext/Devel/PPPort/parts/inc/ppphtest
19975            ! ext/Devel/PPPort/parts/todo/5009003
19976            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
19977            ! ext/Devel/PPPort/t/podtest.t ext/Devel/PPPort/t/ppphtest.t
19978 ____________________________________________________________________________
19979 [ 28306] By: stevep                                on 2006/05/25  13:48:56
19980         Log: Upgrade to Digest-SHA-5.38.
19981      Branch: perl
19982            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
19983            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
19984            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
19985            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
19986            ! ext/Digest/SHA/t/2-nist-sha-oo.t
19987 ____________________________________________________________________________
19988 [ 28305] By: gisle                                 on 2006/05/25  07:09:15
19989         Log: Subject: Pod::Html should not convert "foo" in `foo''
19990              From: Gisle Aas <gisle@ActiveState.com>
19991              Date: 24 May 2006 14:09:49 -0700
19992              Message-ID: <lr1wujqgde.fsf@caliper.activestate.com>
19993      Branch: perl
19994            ! lib/Pod/Html.pm
19995 ____________________________________________________________________________
19996 [ 28304] By: stevep                                on 2006/05/25  02:17:21
19997         Log: Upgrade to Test-Harness-2.60
19998      Branch: perl
19999            ! lib/Test/Harness.pm lib/Test/Harness/Changes
20000 ____________________________________________________________________________
20001 [ 28303] By: davem                                 on 2006/05/25  00:21:21
20002         Log: Subject:  RE: perlhack.pod confused about POPSTACK
20003              From:  "Jan Dubois" <jand@activestate.com>
20004              Date:  Wed, 24 May 2006 16:35:14 -0700
20005              Message-Id:  <03ee01c67f8a$b4d6aca0$2217a8c0@candy>
20006              
20007              clean up davem's doc thinko of change #28292
20008      Branch: perl
20009            ! pod/perlhack.pod
20010 ____________________________________________________________________________
20011 [ 28302] By: mhx                                   on 2006/05/24  17:44:20
20012         Log: Run 'make regen' for changes 28299, 28300, 28301.
20013      Branch: perl
20014            ! pod/perlapi.pod proto.h
20015 ____________________________________________________________________________
20016 [ 28301] By: mhx                                   on 2006/05/24  17:40:01
20017         Log: The sv_catpvs() and sv_setpvs() macros also return void.
20018      Branch: perl
20019            ! handy.h
20020 ____________________________________________________________________________
20021 [ 28300] By: mhx                                   on 2006/05/24  17:38:08
20022         Log: The SvREFCNT_*void* macros return void, not SV*.
20023      Branch: perl
20024            ! sv.h
20025 ____________________________________________________________________________
20026 [ 28299] By: mhx                                   on 2006/05/24  17:31:28
20027         Log: The 'f' flag was missing for my_snprintf().
20028      Branch: perl
20029            ! embed.fnc
20030 ____________________________________________________________________________
20031 [ 28298] By: rgs                                   on 2006/05/24  13:34:45
20032         Log: Fix segfault in SDBM_File when the destructor is called multiple times
20033      Branch: perl
20034            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
20035 ____________________________________________________________________________
20036 [ 28297] By: rgs                                   on 2006/05/24  12:39:31
20037         Log: Subject: [PATCH] Stop harness from printing summary table header for each row in table
20038              From: demerphq <demerphq@gmail.com>
20039              Date: Tue, 23 May 2006 22:27:40 +0200
20040              Message-ID: <9b18b3110605231327t316104caoce301668178ee442@mail.gmail.com>
20041      Branch: perl
20042            ! lib/Test/Harness.pm
20043 ____________________________________________________________________________
20044 [ 28296] By: rgs                                   on 2006/05/24  12:24:27
20045         Log: Subject: [PATCH] Refactoring in av.c
20046              From: andy@petdance.com (Andy Lester)
20047              Date: Wed, 24 May 2006 00:16:40 -0500
20048              Message-ID: <20060524051640.GA4713@petdance.com>
20049      Branch: perl
20050            ! av.c cop.h
20051 ____________________________________________________________________________
20052 [ 28295] By: rgs                                   on 2006/05/24  07:27:47
20053         Log: Subject: [PATCH lib/AutoLoader.pm lib/AutoLoader.t] Export can() with AUTOLOAD()
20054              From: chromatic <chromatic@wgz.org>
20055              Date: Sat, 20 May 2006 11:40:27 -0700
20056              Message-Id: <200605201140.27789.chromatic@wgz.org>
20057              
20058              With tweaks: use built-in ref() instead of Scalar::Util::blessed
20059      Branch: perl
20060            ! lib/AutoLoader.pm lib/AutoLoader.t
20061 ____________________________________________________________________________
20062 [ 28294] By: stevep                                on 2006/05/24  02:56:23
20063         Log: Subject: [PATCH] Make t/TEST more helpful
20064              From: andy@petdance.com (Andy Lester)
20065              Date: Tue, 23 May 2006 21:07:48 -0500
20066              Message-ID: <20060524020748.GA16729@petdance.com>
20067      Branch: perl
20068            ! t/TEST
20069 ____________________________________________________________________________
20070 [ 28293] By: stevep                                on 2006/05/24  02:53:38
20071         Log: Subject: Re: [patch] win32/buildext.pl to handle inclusions and not just exclusions
20072              From: demerphq <demerphq@gmail.com>
20073              Date: Sun, 21 May 2006 12:20:12 +0200
20074              Message-ID: <9b18b3110605210320h5adc9df4hbee2302722b3dd6e@mail.gmail.com>
20075      Branch: perl
20076            ! win32/Makefile win32/buildext.pl
20077 ____________________________________________________________________________
20078 [ 28292] By: davem                                 on 2006/05/23  22:16:28
20079         Log: correct POPSTACK/POPMARK confusion in perlhack.pod
20080      Branch: perl
20081            ! pod/perlhack.pod
20082 ____________________________________________________________________________
20083 [ 28291] By: rgs                                   on 2006/05/23  08:05:56
20084         Log: Typo fix
20085      Branch: perl
20086            ! ext/threads/threads.pm
20087 ____________________________________________________________________________
20088 [ 28290] By: rgs                                   on 2006/05/23  08:03:08
20089         Log: Subject: [PATCH] Explicit thread context
20090              From: "Jerry D. Hedden" <jerry@hedden.us>
20091              Date: Fri, 19 May 2006 13:42:50 -0700
20092              Message-ID: <20060519134250.fb30e530d17747c2b054d625b8945d88.933b701674.wbe@email.secureserver.net>
20093      Branch: perl
20094            + ext/threads/t/context.t
20095            ! MANIFEST ext/threads/Changes ext/threads/README
20096            ! ext/threads/threads.pm ext/threads/threads.xs
20097 ____________________________________________________________________________
20098 [ 28289] By: rgs                                   on 2006/05/23  07:27:11
20099         Log: Subject: [PATCH] clean some lint findings
20100              From: andy@petdance.com (Andy Lester)
20101              Date: Sun, 21 May 2006 00:02:40 -0500
20102              Message-ID: <20060521050240.GA21051@petdance.com>
20103      Branch: perl
20104            ! embed.fnc embed.h hv.c perlio.c pp_pack.c proto.h
20105 ____________________________________________________________________________
20106 [ 28288] By: rgs                                   on 2006/05/23  07:23:48
20107         Log: Subject: Re: [PATCH - DUH] Synchronize bleadperl with version-0.60
20108              From: John Peacock <jpeacock@rowman.com>
20109              Date: Mon, 22 May 2006 19:08:03 -0400
20110              Message-ID: <44724453.5090606@rowman.com>
20111      Branch: perl
20112            ! lib/version.pm lib/version.t
20113 ____________________________________________________________________________
20114 [ 28287] By: rgs                                   on 2006/05/23  07:20:15
20115         Log: Fix a syntax error in test
20116      Branch: perl
20117            ! lib/Text/Balanced/t/00-load.t
20118 ____________________________________________________________________________
20119 [ 28286] By: merijn                                on 2006/05/23  06:17:26
20120         Log: HAS_HAS WAS NOW HAS
20121      Branch: perl
20122            ! handy.h
20123 ____________________________________________________________________________
20124 [ 28285] By: stevep                                on 2006/05/22  20:30:14
20125         Log: Subject: [PATCH] IO::Compress::Base::Common
20126              From: "Paul Marquess" <paul.marquess@openwave.com>
20127              Date: Sat, 20 May 2006 11:55:21 +0100
20128              Message-ID: <3F2DD0FCF1E2EA4D974C6195B482FD8801C339EF@bfs-exch-prd1.myopwv.com>
20129      Branch: perl
20130            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
20131 ____________________________________________________________________________
20132 [ 28284] By: merijn                                on 2006/05/22  17:39:47
20133         Log: If I needed this now, I'll probably need it next time too :)
20134      Branch: perl
20135            ! handy.h
20136 ____________________________________________________________________________
20137 [ 28283] By: merijn                                on 2006/05/22  17:37:33
20138         Log: Re-generation after backports of
20139              #28188 Only ask about MAD for 5.9.0 and greater. Otherwise silently
20140              #28189 A Configure probe for C99 variadic macros, based on code from
20141              #28202 Take advantage of the bug that binexp ignores the Configure
20142              #28263 Oops. Fix bad #! lines when not using userelocatableinc
20143              One small cleanup fix added. Some small re-ordering. Some whitespace.
20144      Branch: perl
20145            ! Configure Porting/Glossary Porting/config.sh config_h.SH
20146 ____________________________________________________________________________
20147 [ 28280] By: rgs                                   on 2006/05/22  16:51:36
20148         Log: Amend version.pm so it correctly loads the XS version of qv()
20149      Branch: perl
20150            ! lib/version.pm
20151 ____________________________________________________________________________
20152 [ 28279] By: rgs                                   on 2006/05/22  16:41:56
20153         Log: Subject: [PATCH] pp_sys cleanup again
20154              From: andy@petdance.com (Andy Lester)
20155              Date: Sat, 20 May 2006 16:20:20 -0500
20156              Message-ID: <20060520212020.GA30688@petdance.com>
20157      Branch: perl
20158            ! pp_sys.c
20159 ____________________________________________________________________________
20160 [ 28277] By: steveh                                on 2006/05/22  15:18:33
20161         Log: Fix Win32 linker error
20162              
20163              See:
20164              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-05/msg00758.html
20165      Branch: perl
20166            ! embed.fnc embed.h global.sym
20167 ____________________________________________________________________________
20168 [ 28276] By: rgs                                   on 2006/05/22  15:02:08
20169         Log: Upgrade to version.pm 0.60
20170      Branch: perl
20171            ! lib/version.pm lib/version.t universal.c util.c
20172 ____________________________________________________________________________
20173 [ 28275] By: rgs                                   on 2006/05/22  14:49:05
20174         Log: Subject: Perl_PerlIO_context_layers and PerlIO_apply_layers, as well as other unexported/undefined entities... (patch 28258/28264 incomplete?)
20175              From: demerphq <demerphq@gmail.com>
20176              Date: Sun, 21 May 2006 15:06:20 +0200
20177              Message-ID: <9b18b3110605210606l441b69b3lf6934a15d9a26e4b@mail.gmail.com>
20178              
20179              (only the makedef.pl and perlio.c patches)
20180      Branch: perl
20181            ! makedef.pl perlio.c
20182 ____________________________________________________________________________
20183 [ 28274] By: merijn                                on 2006/05/22  14:42:47
20184         Log: Better handling for error-checking
20185              From: IRC/#p5p/Maddingue (Sebastien Aperghis-Tramoni)
20186      Branch: perl
20187            ! ext/DynaLoader/t/DynaLoader.t
20188 ____________________________________________________________________________
20189 [ 28273] By: rgs                                   on 2006/05/22  13:58:45
20190         Log: Subject: [PATCH] literal string macros
20191              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
20192              Date: Mon, 22 May 2006 13:39:33 +0200
20193              Message-ID: <20060522133933.65ea93ce@r2d2>
20194      Branch: perl
20195            ! handy.h pod/perlapi.pod
20196 ____________________________________________________________________________
20197 [ 28272] By: stevep                                on 2006/05/22  13:57:54
20198         Log: Additional perlpragma.pod nits.
20199      Branch: perl
20200            ! pod/perlpragma.pod
20201 ____________________________________________________________________________
20202 [ 28271] By: rgs                                   on 2006/05/22  13:47:19
20203         Log: More nits in perlpragma, and remove the warning about %^H being
20204              strictly internal in perlvar.
20205      Branch: perl
20206            ! pod/perlpragma.pod pod/perlvar.pod
20207 ____________________________________________________________________________
20208 [ 28270] By: stevep                                on 2006/05/22  13:46:30
20209         Log: Silence Text::Balanced's 00-load.t when PERL_CORE is defined.
20210      Branch: perl
20211            ! lib/Text/Balanced/t/00-load.t
20212 ____________________________________________________________________________
20213 [ 28269] By: rgs                                   on 2006/05/22  13:09:12
20214         Log: Subject: Re: [PATCH] optimize /[x]/ to /x/.
20215              From: demerphq <demerphq@gmail.com>
20216              Date: Sun, 21 May 2006 19:32:15 +0200
20217              Message-ID: <9b18b3110605211032n5035d2cfne703514d8271e181@mail.gmail.com>
20218              
20219              New tests.
20220      Branch: perl
20221            ! t/op/re_tests
20222 ____________________________________________________________________________
20223 [ 28268] By: rgs                                   on 2006/05/22  12:55:13
20224         Log: Fix two nits in perlpragma.pod
20225      Branch: perl
20226            ! pod/perlpragma.pod
20227 ____________________________________________________________________________
20228 [ 28267] By: mhx                                   on 2006/05/22  11:31:57
20229         Log: Upgrade to Devel::PPPort 3.08_02
20230      Branch: perl
20231            + ext/Devel/PPPort/parts/inc/SvREFCNT
20232            + ext/Devel/PPPort/parts/inc/podtest
20233            + ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/podtest.t
20234            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
20235            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
20236            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/mktests.PL
20237            ! ext/Devel/PPPort/parts/apidoc.fnc
20238            ! ext/Devel/PPPort/parts/base/5009004
20239            ! ext/Devel/PPPort/parts/embed.fnc
20240            ! ext/Devel/PPPort/parts/inc/memory
20241            ! ext/Devel/PPPort/parts/inc/misc
20242            ! ext/Devel/PPPort/parts/inc/ppphbin
20243            ! ext/Devel/PPPort/parts/inc/ppphdoc
20244            ! ext/Devel/PPPort/parts/inc/pvs
20245            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
20246            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
20247            ! ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/call.t
20248            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/exception.t
20249            ! ext/Devel/PPPort/t/grok.t ext/Devel/PPPort/t/limits.t
20250            ! ext/Devel/PPPort/t/mPUSH.t ext/Devel/PPPort/t/magic.t
20251            ! ext/Devel/PPPort/t/memory.t ext/Devel/PPPort/t/misc.t
20252            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
20253            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
20254            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/sv_xpvf.t
20255            ! ext/Devel/PPPort/t/testutil.pl ext/Devel/PPPort/t/threads.t
20256            ! ext/Devel/PPPort/t/uv.t ext/Devel/PPPort/t/variables.t
20257            ! ext/Devel/PPPort/t/warn.t
20258 ____________________________________________________________________________
20259 [ 28266] By: mhx                                   on 2006/05/21  22:34:29
20260         Log: Remove duplicate documentation for SvREFCNT_inc().
20261              Add documentation for SvREFCNT_inc_simple_void_NN().
20262              Wrap SvREFCNT_inc_simple_void() in STMT_START/STMT_END.
20263      Branch: perl
20264            ! sv.h
20265 ____________________________________________________________________________
20266 [ 28265] By: mhx                                   on 2006/05/21  22:20:48
20267         Log: Document PoisonFree() instead of documenting Poison() twice.
20268      Branch: perl
20269            ! handy.h
20270 ____________________________________________________________________________
20271 [ 28264] By: stevep                                on 2006/05/21  03:47:18
20272         Log: Add Perl_PerlIO_context_layers() to the public API to fix Win32 builds.
20273              Also, picked up a missed change for pod/perlapi.pod.
20274      Branch: perl
20275            ! embed.fnc embed.h global.sym pod/perlapi.pod
20276 ____________________________________________________________________________
20277 [ 28263] By: nicholas                              on 2006/05/20  23:08:40
20278         Log: Oops. Fix bad #! lines when not using userelocatableinc
20279      Branch: perl
20280            ! Configure
20281 ____________________________________________________________________________
20282 [ 28262] By: davem                                 on 2006/05/20  22:23:21
20283         Log: Subject:  [PATCH] optimize /[x]/ to /x/.
20284              From:  demerphq <demerphq@gmail.com>
20285              Date:  Sat, 20 May 2006 23:16:33 +0200
20286              Message-Id:  <9b18b3110605201416i3dc44c39k86cd9b2f47f5cda0@mail.gmail.com>
20287      Branch: perl
20288            ! regcomp.c
20289 ____________________________________________________________________________
20290 [ 28261] By: nicholas                              on 2006/05/20  22:17:07
20291         Log: Fix bug in change 28258. So how come I thought I'd passed all tests?
20292      Branch: perl
20293            ! ext/B/B.xs
20294 ____________________________________________________________________________
20295 [ 28260] By: davem                                 on 2006/05/20  21:07:34
20296         Log: don't try to dump GVish parts of an LV if it hasn't got GVish parts
20297      Branch: perl
20298            ! dump.c
20299 ____________________________________________________________________________
20300 [ 28259] By: mhx                                   on 2006/05/20  18:22:00
20301         Log: Upgrade to Devel::PPPort 3.08_01
20302      Branch: perl
20303            + ext/Devel/PPPort/parts/base/5008008
20304            + ext/Devel/PPPort/parts/base/5009004
20305            + ext/Devel/PPPort/parts/inc/pvs
20306            + ext/Devel/PPPort/parts/inc/snprintf
20307            + ext/Devel/PPPort/parts/inc/warn
20308            + ext/Devel/PPPort/parts/todo/5008008
20309            + ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/t/pvs.t
20310            + ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/warn.t
20311            - ext/Devel/PPPort/MANIFEST
20312            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
20313            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
20314            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
20315            ! ext/Devel/PPPort/parts/apicheck.pl
20316            ! ext/Devel/PPPort/parts/apidoc.fnc
20317            ! ext/Devel/PPPort/parts/base/5004050
20318            ! ext/Devel/PPPort/parts/base/5006000
20319            ! ext/Devel/PPPort/parts/base/5006001
20320            ! ext/Devel/PPPort/parts/base/5007002
20321            ! ext/Devel/PPPort/parts/base/5007003
20322            ! ext/Devel/PPPort/parts/base/5008000
20323            ! ext/Devel/PPPort/parts/base/5008001
20324            ! ext/Devel/PPPort/parts/base/5009000
20325            ! ext/Devel/PPPort/parts/base/5009003
20326            ! ext/Devel/PPPort/parts/embed.fnc
20327            ! ext/Devel/PPPort/parts/inc/Sv_set
20328            ! ext/Devel/PPPort/parts/inc/magic
20329            ! ext/Devel/PPPort/parts/inc/misc
20330            ! ext/Devel/PPPort/parts/todo/5004000
20331            ! ext/Devel/PPPort/parts/todo/5005000
20332            ! ext/Devel/PPPort/parts/todo/5006000
20333            ! ext/Devel/PPPort/parts/todo/5006001
20334            ! ext/Devel/PPPort/parts/todo/5007003
20335            ! ext/Devel/PPPort/parts/todo/5009003 ext/Devel/PPPort/soak
20336            ! ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/magic.t
20337            ! ext/Devel/PPPort/t/misc.t
20338 ____________________________________________________________________________
20339 [ 28258] By: nicholas                              on 2006/05/20  17:29:52
20340         Log: Abolish cop_io (the simple way) by storing the value in cop_hints_hash.
20341              Todo - store the in and out values under 2 keys, and avoid the need to
20342              create a temporary mortal SV while checking it.
20343      Branch: perl
20344            ! bytecode.pl cop.h embed.fnc embed.h ext/B/B.xs
20345            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
20346            ! ext/ByteLoader/byterun.h mg.c op.c perl.c perl.h perlio.c
20347            ! perlio.h pp_ctl.c pp_sys.c proto.h sv.c
20348 ____________________________________________________________________________
20349 [ 28257] By: nicholas                              on 2006/05/20  15:27:28
20350         Log: Move the hints from op_private into cop_hints. This allows all 32 bits
20351              to be stored. Make B::Concise display the new hints field, and modify
20352              B::Deparse to use it.
20353      Branch: perl
20354            ! cop.h ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm
20355            ! ext/B/B/Deparse.pm ext/B/t/f_map.t ext/B/t/f_sort.t
20356            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
20357            ! ext/B/t/optree_constants.t ext/B/t/optree_misc.t
20358            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
20359            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
20360            ! ext/ByteLoader/bytecode.h op.c perl.h
20361 ____________________________________________________________________________
20362 [ 28255] By: merijn                                on 2006/05/20  15:16:29
20363         Log: Small typo correction
20364      Branch: perl
20365            ! INSTALL
20366 ____________________________________________________________________________
20367 [ 28254] By: davem                                 on 2006/05/20  14:30:50
20368         Log: eval { s/$foo/die/e } leaked a scalar
20369      Branch: perl
20370            ! pp_ctl.c pp_hot.c
20371 ____________________________________________________________________________
20372 [ 28253] By: merijn                                on 2006/05/20  13:26:51
20373         Log: Subject: Re: Over-pious message from Configure?
20374              From: Dominic Dunlop <shouldbedomo@mac.com>
20375              Date: Thu, 18 May 2006 15:47:27 +0200
20376              Message-Id: <90C6E6BF-D1B1-4346-A893-1708E8E50534@mac.com>
20377      Branch: perl
20378            ! INSTALL
20379 ____________________________________________________________________________
20380 [ 28252] By: nicholas                              on 2006/05/20  12:31:09
20381         Log: Rename cop_hints to cop_hints_hash
20382      Branch: perl
20383            ! cop.h mg.c op.c perl.c pod/perlintern.pod pp_ctl.c scope.c
20384            ! scope.h sv.c
20385 ____________________________________________________________________________
20386 [ 28251] By: davem                                 on 2006/05/20  11:58:07
20387         Log: Perl segfaults; test case available
20388              sub f { s/$var/f()/e } could free the wrong RE
20389      Branch: perl
20390            ! cop.h pp_ctl.c pp_hot.c
20391 ____________________________________________________________________________
20392 [ 28250] By: nicholas                              on 2006/05/20  11:29:26
20393         Log: Abolish cop_arybase. Signal a non zero $[ with a hint flag, and store
20394              the value in the hints structure used for %^H.
20395      Branch: perl
20396            ! cop.h embed.fnc embed.h global.sym hv.c op.c perl.h proto.h
20397 ____________________________________________________________________________
20398 [ 28249] By: nicholas                              on 2006/05/20  10:27:23
20399         Log: Solaris was happy, but change 28247 removed the wrong dTHX as far as
20400              some other operating systems were concerned.
20401      Branch: perl
20402            ! perlio.c
20403 ____________________________________________________________________________
20404 [ 28248] By: davem                                 on 2006/05/20  00:43:42
20405         Log: SEGV with complicated regexp and long string
20406              PL_reg_maxiter was wrapping to a negative value
20407      Branch: perl
20408            ! op.c regexec.c
20409 ____________________________________________________________________________
20410 [ 28247] By: nicholas                              on 2006/05/19  22:48:38
20411         Log: Perl_croak() needs an aTHX_ in PerlIO_vsprintf().
20412      Branch: perl
20413            ! perlio.c
20414 ____________________________________________________________________________
20415 [ 28246] By: mhx                                   on 2006/05/19  22:11:44
20416         Log: There is no STASH type.
20417      Branch: perl
20418            ! sv.h
20419 ____________________________________________________________________________
20420 [ 28245] By: nicholas                              on 2006/05/19  21:44:14
20421         Log: Correct Perl_refcounted_he_chain_2hv() and its caller - it doesn't
20422              store a reference to the value, so don't pass it in a new SV.
20423      Branch: perl
20424            ! hv.c mg.c pod/perlintern.pod
20425 ____________________________________________________________________________
20426 [ 28244] By: stevep                                on 2006/05/19  20:15:10
20427         Log: Grrr...Perforce decided not to add the MANIFEST changes for change
20428              #28243.  Hateful indeed!
20429      Branch: perl
20430            ! MANIFEST
20431 ____________________________________________________________________________
20432 [ 28243] By: stevep                                on 2006/05/19  20:12:23
20433         Log: Shortening name of a Pod::Simple test case to allow the test to be 
20434              run on the VOS operating system.  Fixes "RT #38645: Test case name
20435              is too long".
20436      Branch: perl
20437           +> lib/Pod/Simple/t/search_25_glob_squaa.t
20438            - lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
20439 ____________________________________________________________________________
20440 [ 28242] By: nicholas                              on 2006/05/19  20:11:57
20441         Log: Rebuild perltoc.pod.
20442      Branch: perl
20443            ! pod/perltoc.pod
20444 ____________________________________________________________________________
20445 [ 28241] By: nicholas                              on 2006/05/19  20:10:47
20446         Log: Add perlpragma.pod, which describes how to implement user pragmata.
20447      Branch: perl
20448            + pod/perlpragma.pod
20449            ! MANIFEST pod.lst pod/perl.pod vms/descrip_mms.template
20450            ! win32/pod.mak
20451 ____________________________________________________________________________
20452 [ 28239] By: nicholas                              on 2006/05/19  20:08:46
20453         Log: Add README.riscos to pod.lst
20454      Branch: perl
20455            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
20456            ! win32/makefile.mk
20457 ____________________________________________________________________________
20458 [ 28238] By: nicholas                              on 2006/05/19  20:08:21
20459         Log: pod/buildtoc has fussy ideas about the order of MANIFEST
20460      Branch: perl
20461            ! MANIFEST
20462 ____________________________________________________________________________
20463 [ 28237] By: stevep                                on 2006/05/19  18:36:13
20464         Log: Subject: [PATCH] strlcat aaargh
20465              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
20466              Date: Fri, 19 May 2006 20:44:46 +0300
20467              Message-ID: <446E040E.8030205@gmail.com>
20468      Branch: perl
20469            ! doio.c
20470 ____________________________________________________________________________
20471 [ 28236] By: nicholas                              on 2006/05/19  16:31:35
20472         Log: strlen(foo) rather than strchr(foo, 0) makes simpler code, and is
20473              likely to be a more efficient implementation.
20474      Branch: perl
20475            ! perlio.c
20476 ____________________________________________________________________________
20477 [ 28235] By: davem                                 on 2006/05/19  16:06:58
20478         Log: give a more useful example for $^V
20479      Branch: perl
20480            ! pod/perlvar.pod
20481 ____________________________________________________________________________
20482 [ 28234] By: rgs                                   on 2006/05/19  15:17:00
20483         Log: Subject: [PATCH] Re: [PATCH] Re: Change 28183 has broken 64-bit builds?
20484              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
20485              Date: Thu, 18 May 2006 22:44:14 +0300
20486              Message-ID: <446CCE8E.8010407@gmail.com>
20487      Branch: perl
20488            ! perl.h perlio.c util.c
20489 ____________________________________________________________________________
20490 [ 28232] By: rgs                                   on 2006/05/19  08:46:09
20491         Log: Adjust test following change #28225
20492      Branch: perl
20493            ! t/lib/h2ph.pht
20494 ____________________________________________________________________________
20495 [ 28231] By: davem                                 on 2006/05/19  00:14:15
20496         Log: lots of warnings with diagnostics and (warn or die)
20497              stop C<use diagnostics; warn "\n">  outputing lots of 'uninit'
20498              warnings.
20499      Branch: perl
20500            ! lib/diagnostics.pm
20501 ____________________________________________________________________________
20502 [ 28230] By: davem                                 on 2006/05/18  23:50:51
20503         Log: test some die codepaths in pp_enterwrite
20504      Branch: perl
20505            ! t/op/write.t
20506 ____________________________________________________________________________
20507 [ 28229] By: davem                                 on 2006/05/18  23:16:16
20508         Log: Subject:  [PATCH] threads core dump in BEGIN
20509              From:  "Jerry D. Hedden" <jerry@hedden.us>
20510              Date:  Thu, 18 May 2006 13:22:20 -0700
20511              Message-Id:  <20060518132220.fb30e530d17747c2b054d625b8945d88.f45de90925.wbe@email.secureserver.net>
20512      Branch: perl
20513            + ext/threads/t/blocks.t
20514            ! MANIFEST ext/threads/Changes ext/threads/README
20515            ! ext/threads/threads.pm ext/threads/threads.xs
20516 ____________________________________________________________________________
20517 [ 28228] By: rgs                                   on 2006/05/18  15:45:49
20518         Log: We can now remove DynaLoader from 1_compile.t
20519      Branch: perl
20520            ! t/lib/1_compile.t
20521 ____________________________________________________________________________
20522 [ 28227] By: rgs                                   on 2006/05/18  15:43:25
20523         Log: Nits in the DynaLoader test: make it warning-clean,
20524              and avoid checking OS- and locale-specific messages
20525      Branch: perl
20526            ! ext/DynaLoader/t/DynaLoader.t
20527 ____________________________________________________________________________
20528 [ 28226] By: stevep                                on 2006/05/18  15:16:40
20529         Log: Subject: [PATCH] Test script for DynaLoader
20530              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
20531              Date: Thu, 18 May 2006 16:46:00 +0200
20532              Message-ID: <1147963560.446c88a8891e1@imp1-g19.free.fr>
20533      Branch: perl
20534            + ext/DynaLoader/t/DynaLoader.t
20535            ! MANIFEST
20536 ____________________________________________________________________________
20537 [ 28225] By: rgs                                   on 2006/05/18  12:52:34
20538         Log: Subject: [perl #39130] h2ph generates incorrect code for '#if defined A || defined B' 
20539              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
20540              Date: Thu, 11 May 2006 11:00:42 -0700
20541              Message-ID: <rt-3.0.11-39130-133411.1.91055283125046@perl.org>
20542      Branch: perl
20543            ! utils/h2ph.PL
20544 ____________________________________________________________________________
20545 [ 28224] By: rgs                                   on 2006/05/18  12:34:35
20546         Log: Subject: Re: [perl #39152] diagnostics.pm: "-traceonly" vs "-trace"
20547              From: "Fergal Daly" <fergal@esatclear.ie>
20548              Date: Wed, 17 May 2006 18:59:50 +0100
20549              Message-ID: <875029960605171059y286fe449nd39d6830ef2b229a@mail.gmail.com>
20550      Branch: perl
20551            ! lib/diagnostics.pm
20552 ____________________________________________________________________________
20553 [ 28223] By: rgs                                   on 2006/05/18  11:38:00
20554         Log: Subject: [PATCH] threads 1.28
20555              From: "Jerry D. Hedden" <jerry@hedden.us>
20556              Date: Wed, 17 May 2006 11:45:32 -0700
20557              Message-ID: <20060517114532.fb30e530d17747c2b054d625b8945d88.ca725822fc.wbe@email.secureserver.net>
20558      Branch: perl
20559            ! ext/threads/Changes ext/threads/README ext/threads/t/kill.t
20560            ! ext/threads/threads.pm ext/threads/threads.xs
20561 ____________________________________________________________________________
20562 [ 28222] By: rgs                                   on 2006/05/18  06:30:09
20563         Log: Adjust calling of Perl_va_copy(), noticed by Jarkko
20564      Branch: perl
20565            ! util.c
20566 ____________________________________________________________________________
20567 [ 28221] By: nicholas                              on 2006/05/17  23:13:51
20568         Log: Another SvVOK(). I believe that this is the last.
20569      Branch: perl
20570            ! util.c
20571 ____________________________________________________________________________
20572 [ 28219] By: rgs                                   on 2006/05/17  21:01:54
20573         Log: Oops, missed a SvVOK.
20574      Branch: perl
20575            ! util.c
20576 ____________________________________________________________________________
20577 [ 28218] By: rgs                                   on 2006/05/17  20:54:23
20578         Log: Add a new macro SvVSTRING_mg that returns vstring magic, if any.
20579              SvVOK used to do that, in stealth mode, but now it returns a
20580              boolean like it used to. Patch suggested by John Peacock.
20581      Branch: perl
20582            ! sv.c sv.h
20583 ____________________________________________________________________________
20584 [ 28217] By: rgs                                   on 2006/05/17  19:55:30
20585         Log: Parenthesize uses of macro arguments
20586      Branch: perl
20587            ! perl.h
20588 ____________________________________________________________________________
20589 [ 28216] By: rgs                                   on 2006/05/17  19:50:54
20590         Log: Subject: Re: Change 28183 has broken 64-bit builds?
20591              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
20592              Date: Wed, 17 May 2006 22:19:51 +0300
20593              Message-ID: <446B7757.8030301@gmail.com>
20594      Branch: perl
20595            ! perl.h perlio.c pod/perlapi.pod util.c
20596 ____________________________________________________________________________
20597 [ 28215] By: steveh                                on 2006/05/17  17:06:26
20598         Log: Subject: Re: [perl #39145] win32, @_ and fork crashing in dounwind
20599              From: Dave Mitchell <davem@iabyn.com>
20600              Date: Wed, 17 May 2006 17:38:16 +0100
20601              Message-ID: <20060517163816.GN17109@iabyn.com>
20602              
20603              (Dave's fix, plus a test taken from [perl #39145])
20604      Branch: perl
20605            ! sv.c t/op/fork.t
20606 ____________________________________________________________________________
20607 [ 28214] By: stevep                                on 2006/05/17  15:02:45
20608         Log: Subject: [PATCH] IO::Compress* 2.000_12
20609              From: "Paul Marquess" <paul.marquess@ntlworld.com>
20610              Date: Wed, 17 May 2006 13:45:16 +0100
20611              Message-ID: <00c101c679af$c0305af0$2405140a@myopwv.com>
20612      Branch: perl
20613            + ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
20614            + ext/Compress/Raw/Zlib/Changes
20615            ! MANIFEST ext/Compress/IO/Base/README
20616            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
20617            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
20618            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
20619            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
20620            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
20621            ! ext/Compress/IO/Zlib/README
20622            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
20623            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
20624            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
20625            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
20626            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
20627            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
20628            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
20629            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
20630            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
20631            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
20632            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
20633            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
20634            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
20635            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
20636            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
20637            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
20638            ! ext/Compress/IO/Zlib/t/004gziphdr.t
20639            ! ext/Compress/IO/Zlib/t/101truncate-zip.t
20640            ! ext/Compress/Raw/Zlib/README
20641            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
20642            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
20643            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
20644            ! t/lib/compress/CompTestUtils.pm x2p/find2perl.PL
20645 ____________________________________________________________________________
20646 [ 28210] By: nicholas                              on 2006/05/16  16:41:45
20647         Log: Revert change 27513
20648              [Make the original versions of relocated paths available from
20649              %Config::Config with the prefix "raw_". Not sure if "raw_" is the
20650              best choice.]
20651      Branch: perl
20652            ! configpm
20653 ____________________________________________________________________________
20654 [ 28209] By: rgs                                   on 2006/05/16  16:14:46
20655         Log: Subject: Re: [PATCH]  upgrade bytes_to_uni
20656              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20657              Date: Mon, 15 May 2006 22:39:58 +0900
20658              Message-Id: <20060515223901.F3B0.BQW10602@nifty.com>
20659      Branch: perl
20660            ! pp_pack.c
20661 ____________________________________________________________________________
20662 [ 28206] By: rgs                                   on 2006/05/16  13:14:12
20663         Log: Subject: [PATCH] Refactoring reghops
20664              From: andy@petdance.com (Andy Lester)
20665              Date: Mon, 15 May 2006 08:54:24 -0500
20666              Message-ID: <20060515135424.GA31585@petdance.com>
20667      Branch: perl
20668            ! embed.fnc proto.h regexec.c
20669 ____________________________________________________________________________
20670 [ 28205] By: rgs                                   on 2006/05/16  13:09:17
20671         Log: Subject: [PATCH] refactoring out S_regoptail
20672              From: andy@petdance.com (Andy Lester)
20673              Date: Sun, 14 May 2006 23:15:18 -0500
20674              Message-ID: <20060515041518.GA15745@petdance.com>
20675      Branch: perl
20676            ! embed.fnc embed.h proto.h regcomp.c
20677 ____________________________________________________________________________
20678 [ 28202] By: nicholas                              on 2006/05/16  10:00:55
20679         Log: Take advantage of the bug that binexp ignores the Configure
20680              installprefix, by using initialinstalllocation rather than binexp
20681              to determine the #! line for installed scripts. This way they are at
20682              least correct initially for a relocatable @INC perl, rather than
20683              starting as .../../bin/perl
20684      Branch: perl
20685            ! Configure
20686 ____________________________________________________________________________
20687 [ 28200] By: stevep                                on 2006/05/15  16:43:44
20688         Log: Clarification on what Perl does to floating points in the modulus 
20689              operation.
20690      Branch: perl
20691            ! pod/perlop.pod
20692 ____________________________________________________________________________
20693 [ 28198] By: nicholas                              on 2006/05/15  15:11:15
20694         Log: Encode run-time relocation of file names in packlist with a relocate_as
20695              attribute. With this, unmodified instmodsh correctly verifies installed
20696              modules even after relocation.
20697      Branch: perl
20698            ! lib/ExtUtils/Packlist.pm
20699 ____________________________________________________________________________
20700 [ 28197] By: stevep                                on 2006/05/15  14:13:46
20701         Log: Upgrade to Digest-SHA-5.37
20702      Branch: perl
20703            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
20704            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
20705            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
20706            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
20707 ____________________________________________________________________________
20708 [ 28196] By: nicholas                              on 2006/05/15  13:57:25
20709         Log: Simplify the implementation in ExtUtils::Packlist::read.
20710      Branch: perl
20711            ! lib/ExtUtils/Packlist.pm
20712 ____________________________________________________________________________
20713 [ 28195] By: rgs                                   on 2006/05/15  11:29:59
20714         Log: Subject: [REPATCH universal.c] Make sv_derived_from Documentation Clearer
20715              From: chromatic <chromatic@wgz.org>
20716              Date: Sun, 14 May 2006 16:51:36 -0700
20717              Message-Id: <200605141651.37181.chromatic@wgz.org>
20718      Branch: perl
20719            ! pod/perlapi.pod universal.c
20720 ____________________________________________________________________________
20721 [ 28194] By: rgs                                   on 2006/05/15  09:43:02
20722         Log: Subject: [PATCH] S_reguni should return its length
20723              From: andy@petdance.com (Andy Lester)
20724              Date: Sun, 14 May 2006 09:46:32 -0500
20725              Message-ID: <20060514144632.GA20935@petdance.com>
20726      Branch: perl
20727            ! embed.fnc embed.h proto.h regcomp.c
20728 ____________________________________________________________________________
20729 [ 28193] By: rgs                                   on 2006/05/15  08:33:53
20730         Log: Subject: [PATCH] strange encodings upsets pp_chr
20731              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20732              Date: Sun, 14 May 2006 19:57:28 +0900
20733              Message-Id: <20060514195532.5422.BQW10602@nifty.com>
20734      Branch: perl
20735            + t/uni/chr.t
20736            ! MANIFEST pp.c t/op/chr.t t/op/ord.t
20737 ____________________________________________________________________________
20738 [ 28192] By: nicholas                              on 2006/05/14  12:27:19
20739         Log: TEST needs to binmode the file handle that is reading the TAP, else it
20740              can get killed if TEST's environment has made it default all opens to
20741              UTF-8 but the TAP is not UTF-8.
20742      Branch: perl
20743            ! t/TEST
20744 ____________________________________________________________________________
20745 [ 28190] By: nicholas                              on 2006/05/14  10:33:39
20746         Log: Upgrade to Test::Harness 2.58.
20747      Branch: perl
20748            ! lib/Test/Harness.pm
20749 ____________________________________________________________________________
20750 [ 28189] By: nicholas                              on 2006/05/13  15:48:24
20751         Log: A Configure probe for C99 variadic macros, based on code from Jarkko.
20752      Branch: perl
20753            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
20754            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
20755            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
20756            ! win32/config.bc win32/config.gc win32/config.vc
20757            ! win32/config.vc64
20758 ____________________________________________________________________________
20759 [ 28188] By: nicholas                              on 2006/05/13  12:57:50
20760         Log: Only ask about MAD for 5.9.0 and greater. Otherwise silently select
20761              'n'.
20762      Branch: perl
20763            ! Configure
20764 ____________________________________________________________________________
20765 [ 28187] By: nicholas                              on 2006/05/13  11:26:04
20766         Log: Subject: t/uni/overload.t
20767              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
20768              Message-ID: <4465988C.9080407@gmail.com>
20769              Date: Sat, 13 May 2006 11:27:56 +0300
20770      Branch: perl
20771            ! t/uni/overload.t
20772 ____________________________________________________________________________
20773 [ 28186] By: nicholas                              on 2006/05/13  10:36:49
20774         Log: Subject: [PATCH] sv.c: printf %d wants int not size_t
20775              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
20776              Message-Id: <200605130715.k4D7FWg3089581@kosh.hut.fi>
20777              Date: Sat, 13 May 2006 10:15:32 +0300 (EEST)
20778      Branch: perl
20779            ! sv.c
20780 ____________________________________________________________________________
20781 [ 28185] By: nicholas                              on 2006/05/13  10:36:18
20782         Log: Can't do require Foo if $tainted; because taint tunnels.
20783              (Documented, but I regard this as a serious practical deficiency in
20784              tainting) 
20785      Branch: perl
20786            ! lib/Tie/RefHash.pm
20787 ____________________________________________________________________________
20788 [ 28183] By: rgs                                   on 2006/05/12  20:57:07
20789         Log: Subject: Re: [PATCH] my_snprintf
20790              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
20791              Date: Fri, 12 May 2006 22:28:49 +0300
20792              Message-ID: <4464E1F1.9010706@gmail.com>
20793      Branch: perl
20794            ! embed.fnc global.sym perl.h perlio.c pod/perlapi.pod pp_ctl.c
20795            ! proto.h regcomp.c sv.c toke.c universal.c util.c
20796 ____________________________________________________________________________
20797 [ 28181] By: rgs                                   on 2006/05/12  16:55:36
20798         Log: Subject: AW: question on "len item/string item" with unpack()
20799              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
20800              Date: Fri, 5 May 2006 13:20:24 +0200 
20801              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2104979424@naimucx5.muc.allianz>
20802      Branch: perl
20803            ! pod/perlfunc.pod
20804 ____________________________________________________________________________
20805 [ 28180] By: rgs                                   on 2006/05/12  15:48:43
20806         Log: Subject: [PATCH]  upgrade bytes_to_uni
20807              From: andy@petdance.com (Andy Lester)
20808              Date: Fri, 12 May 2006 00:21:23 -0500
20809              Message-ID: <20060512052123.GA21648@petdance.com>
20810      Branch: perl
20811            ! embed.fnc embed.h pp_pack.c proto.h
20812 ____________________________________________________________________________
20813 [ 28179] By: rgs                                   on 2006/05/12  14:33:40
20814         Log: Subject: [PATCH] Proper use of static funcs in toke.c and pp_sys.c
20815              From: andy@petdance.com (Andy Lester)
20816              Date: Tue, 9 May 2006 12:27:30 -0500
20817              Message-ID: <20060509172730.GA5272@petdance.com>
20818      Branch: perl
20819            ! embed.fnc embed.h pp_sys.c proto.h toke.c
20820 ____________________________________________________________________________
20821 [ 28178] By: nicholas                              on 2006/05/12  14:08:45
20822         Log: The upgrade/croak order in Perl_sv_utf8_encode() seemed utterly
20823              backwards. It now checks for readonly *first*.
20824      Branch: perl
20825            ! sv.c
20826 ____________________________________________________________________________
20827 [ 28177] By: rgs                                   on 2006/05/12  13:09:29
20828         Log: Upgrade to Tie::RefHash 1.34, by Yuval Kogman
20829      Branch: perl
20830            + lib/Tie/RefHash/rebless.t lib/Tie/RefHash/storable.t
20831            ! MANIFEST lib/Tie/RefHash.pm lib/Tie/RefHash/refhash.t
20832            ! lib/Tie/RefHash/threaded.t
20833 ____________________________________________________________________________
20834 [ 28176] By: rgs                                   on 2006/05/12  12:23:03
20835         Log: Subject: [PATCH] Speed up utf8.c a bit
20836              From: andy@petdance.com (Andy Lester)
20837              Date: Thu, 11 May 2006 22:41:01 -0500
20838              Message-ID: <20060512034101.GA10709@petdance.com>
20839      Branch: perl
20840            ! utf8.c
20841 ____________________________________________________________________________
20842 [ 28175] By: rgs                                   on 2006/05/12  12:13:03
20843         Log: Subject: [PATCH] Fixing embed.fnc
20844              From: andy@petdance.com (Andy Lester)
20845              Date: Thu, 11 May 2006 21:54:10 -0500
20846              Message-ID: <20060512025410.GA32709@petdance.com>
20847      Branch: perl
20848            ! embed.fnc proto.h
20849 ____________________________________________________________________________
20850 [ 28174] By: nicholas                              on 2006/05/12  11:47:40
20851         Log: Threads and signals. Delicious. Tweak change 28168 to add a local
20852              signal handler in the sleeping thread, because some operating systems
20853              deliver the SIGINT to that thread rather than the signalling thread.
20854      Branch: perl
20855            ! ext/threads/t/kill.t
20856 ____________________________________________________________________________
20857 [ 28173] By: rgs                                   on 2006/05/12  11:40:51
20858         Log: Subject: [PATCH] Better unsafe signals info in threads.pm
20859              From: "Jerry D. Hedden" <jerry@hedden.us>
20860              Date: Thu, 11 May 2006 11:50:15 -0700
20861              Message-ID: <20060511115015.fb30e530d17747c2b054d625b8945d88.8b4855700b.wbe@email.secureserver.net>
20862      Branch: perl
20863            ! ext/threads/threads.pm
20864 ____________________________________________________________________________
20865 [ 28172] By: nicholas                              on 2006/05/12  09:47:29
20866         Log: Fix concise-xs.t following the changes to B::Deparse.
20867      Branch: perl
20868            ! ext/B/t/concise-xs.t
20869 ____________________________________________________________________________
20870 [ 28171] By: nicholas                              on 2006/05/11  21:44:06
20871         Log: Tk spots that S_glob_2pv might be called from *_nolen, so we need to
20872              check that len is non-NULL before assigning to it.
20873      Branch: perl
20874            ! sv.c
20875 ____________________________________________________________________________
20876 [ 28168] By: rgs                                   on 2006/05/11  16:47:33
20877         Log: Subject: [PATCH] Thread signalling [REVISED]
20878              From: "Jerry D. Hedden" <jerry@hedden.us>
20879              Date: Thu, 11 May 2006 08:55:39 -0700
20880              Message-ID: <20060511085539.fb30e530d17747c2b054d625b8945d88.a90037f085.wbe@email.secureserver.net>
20881      Branch: perl
20882            + ext/threads/t/kill.t
20883            ! MANIFEST ext/threads/Changes ext/threads/Makefile.PL
20884            ! ext/threads/threads.pm ext/threads/threads.xs
20885 ____________________________________________________________________________
20886 [ 28166] By: rgs                                   on 2006/05/11  16:06:06
20887         Log: Deparse state variables.
20888      Branch: perl
20889            ! ext/B/B/Deparse.pm
20890 ____________________________________________________________________________
20891 [ 28156] By: stevep                                on 2006/05/11  00:09:53
20892         Log: Adding a mention of STDIN processing by qx// as requested by 
20893              RT #34288: perlop: qx/STRING/: mention STDIN
20894      Branch: perl
20895            ! pod/perlop.pod
20896 ____________________________________________________________________________
20897 [ 28155] By: stevep                                on 2006/05/10  23:02:20
20898         Log: Add -fno-delete-null-pointer-checks to ccflags on Itaniums when 
20899              compiling with gcc's 3.2, 3.3, or 3.4.  This fixes RT #37156.
20900      Branch: perl
20901            ! hints/linux.sh
20902 ____________________________________________________________________________
20903 [ 28152] By: stevep                                on 2006/05/10  15:03:03
20904         Log: Upgrade to Encode-2.17
20905      Branch: perl
20906            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/encoding.pm
20907 ____________________________________________________________________________
20908 [ 28150] By: nicholas                              on 2006/05/10  14:08:43
20909         Log: no 5.9.4; should fail in version 5.9.4.
20910              Improve the diagnostics and test names in t/comp/use.t
20911      Branch: perl
20912            ! pp_ctl.c t/comp/use.t
20913 ____________________________________________________________________________
20914 [ 28149] By: nicholas                              on 2006/05/10  13:08:49
20915         Log: Convert use.t to an inlined is/isnt/like implementation, to give better
20916              diagnostics.
20917      Branch: perl
20918            ! t/comp/use.t
20919 ____________________________________________________________________________
20920 [ 28148] By: davem                                 on 2006/05/10  01:32:10
20921         Log: disable WARN and DIE hooks during constant folding
20922      Branch: perl
20923            ! op.c t/comp/fold.t util.c warnings.h warnings.pl
20924 ____________________________________________________________________________
20925 [ 28146] By: nicholas                              on 2006/05/09  21:42:18
20926         Log: Change 28145 means that Perl_allocmy() can take a const char *name.
20927      Branch: perl
20928            ! embed.fnc op.c proto.h
20929 ____________________________________________________________________________
20930 [ 28145] By: nicholas                              on 2006/05/09  20:42:03
20931         Log: Simplify the non-printable name error reporting code in Perl_allocmy().
20932      Branch: perl
20933            ! op.c
20934 ____________________________________________________________________________
20935 [ 28144] By: nicholas                              on 2006/05/09  20:10:12
20936         Log: In Perl_Gv_AMupdate(), there's no need to call sv_unmagic() if we know
20937              the magic isn't there.
20938      Branch: perl
20939            ! gv.c
20940 ____________________________________________________________________________
20941 [ 28143] By: nicholas                              on 2006/05/09  19:31:04
20942         Log: Gv_AMupdate() always creates magic, so mg can never be NULL.
20943      Branch: perl
20944            ! gv.c
20945 ____________________________________________________________________________
20946 [ 28142] By: nicholas                              on 2006/05/09  16:35:25
20947         Log: Two signed array indicies that Coverity spots should be unsigned.
20948      Branch: perl
20949            ! ext/POSIX/POSIX.xs
20950 ____________________________________________________________________________
20951 [ 28141] By: nicholas                              on 2006/05/09  16:04:25
20952         Log: Ressurect change 27824, which plugs a resource leak in uncalled code.
20953      Branch: perl
20954            ! ext/Encode/Encode.xs
20955 ____________________________________________________________________________
20956 [ 28140] By: rgs                                   on 2006/05/09  15:23:55
20957         Log: Subject: wince crosscompile patch for 28132
20958              From: Vadim <vadim@vkonovalov.ru>
20959              Date: Tue, 09 May 2006 15:09:43 +0400
20960              Message-ID: <44607877.90603@vkonovalov.ru>
20961      Branch: perl
20962            ! INSTALL perl.h perlio.c win32/Makefile.ce win32/config.ce
20963            ! win32/config_H.ce
20964 ____________________________________________________________________________
20965 [ 28139] By: rgs                                   on 2006/05/09  14:03:30
20966         Log: POD fixes
20967      Branch: perl
20968            ! lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
20969            ! lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
20970            ! lib/DBM_Filter/utf8.pm
20971 ____________________________________________________________________________
20972 [ 28138] By: rgs                                   on 2006/05/09  13:45:43
20973         Log: Subject: Re: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
20974              From: David Landgren <david@landgren.net>
20975              Date: Tue, 09 May 2006 13:03:22 +0200
20976              Message-ID: <446076FA.6010409@landgren.net>
20977      Branch: perl
20978            ! ext/IPC/SysV/t/sem.t
20979 ____________________________________________________________________________
20980 [ 28137] By: rgs                                   on 2006/05/09  13:18:34
20981         Log: Fix another Coverity problem by adding an assert that says that
20982              some string we got from the lexer is null-terminated
20983      Branch: perl
20984            ! op.c
20985 ____________________________________________________________________________
20986 [ 28136] By: rgs                                   on 2006/05/09  13:10:01
20987         Log: Fix a logic error in conditional found by Coverity
20988      Branch: perl
20989            ! op.c
20990 ____________________________________________________________________________
20991 [ 28135] By: davem                                 on 2006/05/09  11:43:55
20992         Log: allow exit during fold_constants
20993              eg BEGIN { $SIG{__WARN__} = sub{exit};} "a" == "b" 
20994      Branch: perl
20995            ! op.c
20996 ____________________________________________________________________________
20997 [ 28134] By: steveh                                on 2006/05/09  08:04:29
20998         Log: Subject: [PATCH] 'threads' patch to fix threaded build on Win32
20999              From: "Jerry D. Hedden" <jerry@hedden.us>
21000              Date: Mon, 08 May 2006 10:23:33 -0700
21001              Message-ID: <20060508102333.fb30e530d17747c2b054d625b8945d88.1e447744fc.wbe@email.secureserver.net>
21002      Branch: perl
21003            ! ext/threads/Changes ext/threads/README ext/threads/threads.pm
21004            ! ext/threads/threads.xs
21005 ____________________________________________________________________________
21006 [ 28133] By: rgs                                   on 2006/05/09  07:27:37
21007         Log: Subject: perlop.pod doc patch: I/O operators
21008              From: Ash Berlin <ash@cpan.org>
21009              Date: Sat, 06 May 2006 14:16:00 +0100
21010              Message-ID: <445CA190.1070105@cpan.org>
21011      Branch: perl
21012            ! pod/perlop.pod
21013 ____________________________________________________________________________
21014 [ 28132] By: stevep                                on 2006/05/09  02:16:18
21015         Log: Subject: [PATCH] PERL_MEM_LOG enhancements
21016              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
21017              Date: Sat, 06 May 2006 11:21:02 +0300
21018              Message-ID: <445C5C6E.6070201@gmail.com>
21019      Branch: perl
21020            ! util.c
21021 ____________________________________________________________________________
21022 [ 28131] By: nicholas                              on 2006/05/08  21:11:37
21023         Log: Subject: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
21024              From: David Landgren <david@landgren.net>
21025              Message-ID: <445B694B.8060901@landgren.net>
21026              Date: Fri, 05 May 2006 17:03:39 +0200
21027              
21028              Subject: Re: [PATCH] ext/IPC/SysV/t/sem.t using test.pl
21029              From: David Landgren <david@landgren.net>
21030              Message-ID: <445B75EF.3000100@landgren.net>
21031              Date: Fri, 05 May 2006 17:57:35 +0200
21032      Branch: perl
21033            ! ext/IPC/SysV/t/ipcsysv.t ext/IPC/SysV/t/sem.t
21034 ____________________________________________________________________________
21035 [ 28127] By: stevep                                on 2006/05/08  19:01:56
21036         Log: Rename lib/Text/Balanced/t/00.load.t to 
21037              lib/Text/Balanced/t/00-load.t and restore a test to 
21038              lib/Text/Balanced/t/extmul.t.
21039      Branch: perl
21040           +> lib/Text/Balanced/t/00-load.t
21041            - lib/Text/Balanced/t/00.load.t
21042            ! MANIFEST lib/Text/Balanced/t/extmul.t
21043 ____________________________________________________________________________
21044 [ 28126] By: stevep                                on 2006/05/08  18:46:16
21045         Log: Version bump and typo fix from change #28125.
21046      Branch: perl
21047            ! lib/Text/Balanced.pm
21048 ____________________________________________________________________________
21049 [ 28125] By: stevep                                on 2006/05/08  18:37:47
21050         Log: Rollback two changes in Text::Balanced which cause test failures in the
21051              CPAN and bleadperl version of the tests.  Also, the previous bleadperl
21052              version of one test file is a bit more comprehensive than what was in
21053              CPAN, so it has been completely restored.
21054      Branch: perl
21055            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extqlk.t
21056 ____________________________________________________________________________
21057 [ 28122] By: stevep                                on 2006/05/08  16:47:39
21058         Log: Upgrade to Digest-SHA-5.36.  Actually bumped to 5.36_01 as
21059              change #27352 has not yet been applied to the CPAN version.
21060      Branch: perl
21061            ! ext/Digest/SHA/Changes ext/Digest/SHA/Makefile.PL
21062            ! ext/Digest/SHA/README ext/Digest/SHA/SHA.pm
21063            ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c
21064            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
21065            ! ext/Digest/SHA/src/sha.h ext/Digest/SHA/t/nist/Readme.txt
21066            ! ext/Digest/SHA/t/nist/bit-hashes.sha1
21067            ! ext/Digest/SHA/t/nist/bit-messages.sha1
21068            ! ext/Digest/SHA/t/nist/byte-hashes.sha1
21069            ! ext/Digest/SHA/t/nist/byte-messages.sha1
21070 ____________________________________________________________________________
21071 [ 28118] By: nicholas                              on 2006/05/08  11:23:15
21072         Log: Tie::RefHash is now dual life, maintained by Yuval Kogman.
21073      Branch: perl
21074            ! Porting/Maintainers.pl
21075 ____________________________________________________________________________
21076 [ 28116] By: merijn                                on 2006/05/07  14:18:45
21077         Log: Remvove code that gets undone in the next line.
21078              Keep the documentation part.
21079      Branch: perl
21080            ! hints/hpux.sh
21081 ____________________________________________________________________________
21082 [ 28108] By: stevep                                on 2006/05/05  16:26:48
21083         Log: These Module::Build tests depended on STDIN.  Unfortunately, cron
21084              closes STDIN, so these build failures were only seen while 
21085              running smokes through cron.
21086      Branch: perl
21087            ! lib/Module/Build/t/extend.t
21088 ____________________________________________________________________________
21089 [ 28106] By: rgs                                   on 2006/05/05  12:48:19
21090         Log: Implement state array and state hashes. Initialisation assignment
21091              to state arrays or hashes is not implemented yet.
21092      Branch: perl
21093            ! ext/B/B/Concise.pm pp.c t/op/state.t
21094 ____________________________________________________________________________
21095 [ 28105] By: stevep                                on 2006/05/05  12:40:41
21096         Log: Upgrade to Text-Balanced-1.98
21097      Branch: perl
21098            + lib/Text/Balanced/t/00.load.t
21099            + lib/Text/Balanced/t/pod-coverage.t lib/Text/Balanced/t/pod.t
21100            ! MANIFEST lib/Text/Balanced.pm lib/Text/Balanced/Changes
21101            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extmul.t
21102            ! lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
21103            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
21104 ____________________________________________________________________________
21105 [ 28104] By: rgs                                   on 2006/05/05  11:32:36
21106         Log: Subject: [PATCH] threads - stack size support
21107              From: "Jerry D. Hedden" <jerry@hedden.us>
21108              Date: Thu, 04 May 2006 10:07:58 -0700
21109              Message-ID: <20060504100758.fb30e530d17747c2b054d625b8945d88.1ee893a99c.wbe@email.secureserver.net>
21110      Branch: perl
21111            + ext/threads/t/stack.t ext/threads/t/stack_env.t
21112            ! MANIFEST ext/threads/Changes ext/threads/README
21113            ! ext/threads/threads.pm ext/threads/threads.xs
21114 ____________________________________________________________________________
21115 [ 28103] By: stevep                                on 2006/05/05  01:26:08
21116         Log: Teach checkAUTHORS.pl about Sarathy's new email address.
21117      Branch: perl
21118            ! Porting/checkAUTHORS.pl
21119 ____________________________________________________________________________
21120 [ 28102] By: stevep                                on 2006/05/05  01:12:41
21121         Log: Subject: [PATCH] Email address changes
21122              From: "Jan Dubois" <jand@activestate.com>
21123              Date: Thu, 4 May 2006 15:28:19 -0700
21124              Message-ID: <007101c66fca$0b651a50$2217a8c0@candy>
21125      Branch: perl
21126            ! AUTHORS
21127 ____________________________________________________________________________
21128 [ 28101] By: stevep                                on 2006/05/04  20:03:42
21129         Log: Upgrade to ExtUtils-Install-1.40
21130      Branch: perl
21131            ! lib/ExtUtils/Install.pm
21132 ____________________________________________________________________________
21133 [ 28100] By: rgs                                   on 2006/05/04  16:37:28
21134         Log: Subject: RE: [PATCH-for-28089] wince yet another step
21135              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
21136              Date: Thu, 4 May 2006 17:32:12 +0200 
21137              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCB454@ru0022exch001u.ru.lucent.com>
21138      Branch: perl
21139            ! README.ce win32/perllib.c win32/vmem.h win32/win32.h
21140 ____________________________________________________________________________
21141 [ 28099] By: rgs                                   on 2006/05/04  12:51:51
21142         Log: Subject: [PATCH] threads - formatting [REVISED]
21143              From: "Jerry D. Hedden" <jerry@hedden.us>
21144              Date: Wed, 03 May 2006 12:34:34 -0700
21145              Message-ID: <20060503123433.fb30e530d17747c2b054d625b8945d88.d352e5da51.wbe@email.secureserver.net>
21146      Branch: perl
21147            ! ext/threads/README ext/threads/t/basic.t ext/threads/t/end.t
21148            ! ext/threads/t/join.t ext/threads/t/libc.t ext/threads/t/list.t
21149            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
21150            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
21151            ! ext/threads/t/thread.t ext/threads/threads.pm
21152            ! ext/threads/threads.xs
21153 ____________________________________________________________________________
21154 [ 28098] By: rgs                                   on 2006/05/04  12:06:33
21155         Log: Upgrade to Encode 2.16
21156      Branch: perl
21157            ! ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
21158            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
21159            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
21160            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.pm
21161            ! ext/Encode/Encode.xs ext/Encode/Encode/Makefile_PL.e2x
21162            ! ext/Encode/Encode/encode.h ext/Encode/JP/JP.pm
21163            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
21164            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
21165            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
21166            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
21167            ! ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
21168            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
21169            ! ext/Encode/bin/piconv ext/Encode/bin/ucm2table
21170            ! ext/Encode/bin/ucmlint ext/Encode/bin/ucmsort
21171            ! ext/Encode/bin/unidump ext/Encode/encengine.c
21172            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
21173            ! ext/Encode/lib/Encode/CJKConstants.pm
21174            ! ext/Encode/lib/Encode/CN/HZ.pm ext/Encode/lib/Encode/Config.pm
21175            ! ext/Encode/lib/Encode/Encoder.pm
21176            ! ext/Encode/lib/Encode/Encoding.pm
21177            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
21178            ! ext/Encode/lib/Encode/JP/JIS7.pm
21179            ! ext/Encode/lib/Encode/KR/2022_KR.pm
21180            ! ext/Encode/lib/Encode/MIME/Header.pm
21181            ! ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
21182            ! ext/Encode/lib/Encode/PerlIO.pod
21183            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Aliases.t
21184            ! ext/Encode/t/CJKT.t ext/Encode/t/Encode.t
21185            ! ext/Encode/t/Unicode.t ext/Encode/t/at-cn.t
21186            ! ext/Encode/t/at-tw.t ext/Encode/t/enc_data.t
21187            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
21188            ! ext/Encode/t/enc_utf8.t ext/Encode/t/encoding.t
21189            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
21190            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
21191            ! ext/Encode/t/mime_header_iso2022jp.t ext/Encode/t/perlio.t
21192            ! ext/Encode/t/rt.pl ext/Encode/t/unibench.pl
21193            ! ext/Encode/t/utf8strict.t
21194 ____________________________________________________________________________
21195 [ 28097] By: rgs                                   on 2006/05/04  11:32:05
21196         Log: Resubmit change #28095
21197      Branch: perl
21198            ! t/op/grep.t
21199 ____________________________________________________________________________
21200 [ 28096] By: steveh                                on 2006/05/04  11:22:04
21201         Log: Subject: [PATCH-for-28089] wince yet another step
21202              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
21203              Date: Thu, 4 May 2006 13:04:45 +0200 
21204              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCB1EE@ru0022exch001u.ru.lucent.com>
21205      Branch: perl
21206            ! win32/Makefile.ce
21207 ____________________________________________________________________________
21208 [ 28095] By: rgs                                   on 2006/05/04  10:00:14
21209         Log: Subject: [PATCH] t/op/grep.t using test.pl
21210              From: David Landgren <david@landgren.net>
21211              Date: Wed, 03 May 2006 15:53:38 +0200
21212              Message-ID: <4458B5E2.7090103@landgren.net>
21213      Branch: perl
21214            ! t/op/grep.t
21215 ____________________________________________________________________________
21216 [ 28094] By: rgs                                   on 2006/05/04  09:58:28
21217         Log: Subject: [PATCH] t/op/context.t using test.pl
21218              From: David Landgren <david@landgren.net>
21219              Date: Wed, 03 May 2006 16:20:40 +0200
21220              Message-ID: <4458BC38.6050600@landgren.net>
21221      Branch: perl
21222            ! t/op/context.t
21223 ____________________________________________________________________________
21224 [ 28093] By: rgs                                   on 2006/05/04  09:56:56
21225         Log: Subject: [PATCH] t/op/list.t using test.pl
21226              From: David Landgren <david@landgren.net>
21227              Date: Wed, 03 May 2006 19:40:40 +0200
21228              Message-ID: <4458EB18.8070904@landgren.net>
21229      Branch: perl
21230            ! t/op/list.t
21231 ____________________________________________________________________________
21232 [ 28092] By: rgs                                   on 2006/05/04  09:43:51
21233         Log: Document order of evaluation for the comma operator
21234              
21235              Subject: [PATCH] Re: Kill select((select(OUTPUT_HANDLE), $| = 1)[0]);
21236              From: Paul Johnson <paul@pjcj.net>
21237              Date: Wed, 26 Apr 2006 22:38:43 +0200
21238              Message-ID: <20060426203843.GE21543@pjcj.net>
21239      Branch: perl
21240            ! pod/perlop.pod
21241 ____________________________________________________________________________
21242 [ 28091] By: steveh                                on 2006/05/04  08:24:06
21243         Log: Subject: RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
21244              From: "Jan Dubois" <jand@activestate.com>
21245              Date: Wed, 3 May 2006 12:41:23 -0700
21246              Message-ID: <013f01c66ee9$8f1437a0$d045a8c0@candy>
21247      Branch: perl
21248            ! pod/perlport.pod
21249 ____________________________________________________________________________
21250 [ 28090] By: rgs                                   on 2006/05/04  07:42:27
21251         Log: Another test for state variables and closures,
21252              adapted from a Perl 6 example, pointed out by
21253              Joshua "Limbic_Region" Gatcomb
21254      Branch: perl
21255            ! t/op/state.t
21256 ____________________________________________________________________________
21257 [ 28089] By: rgs                                   on 2006/05/03  22:49:14
21258         Log: Ensure that C<(state $x) = $y> is not a state assignment
21259              (due to the parentheses that make it a regular assignment
21260              to a variable declared inside a list)
21261      Branch: perl
21262            ! t/op/state.t
21263 ____________________________________________________________________________
21264 [ 28088] By: rgs                                   on 2006/05/03  22:40:28
21265         Log: New test case for state variables with ties, suggested by Nicholas
21266      Branch: perl
21267            ! t/op/state.t
21268 ____________________________________________________________________________
21269 [ 28087] By: rgs                                   on 2006/05/03  22:01:41
21270         Log: Add "state" feature
21271      Branch: perl
21272            ! lib/feature.pm perl_keyword.pl t/op/state.t toke.c
21273 ____________________________________________________________________________
21274 [ 28086] By: rgs                                   on 2006/05/03  21:46:02
21275         Log: Introduce a new keyword, state, for state variables.
21276      Branch: perl
21277            + t/op/state.t
21278            ! MANIFEST dump.c embed.fnc embed.h ext/B/B/Concise.pm
21279            ! ext/B/t/concise-xs.t keywords.h keywords.pl op.c op.h pad.c
21280            ! perl.h perl_keyword.pl pod/perlintern.pod pp_hot.c proto.h
21281            ! sv.h toke.c
21282 ____________________________________________________________________________
21283 [ 28085] By: rgs                                   on 2006/05/03  19:15:00
21284         Log: Subject: [PATCH] wince another step
21285              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **"
21286              Date: Wed, 3 May 2006 20:11:11 +0200 
21287              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCAE1F@ru0022exch001u.ru.lucent.com>
21288      Branch: perl
21289            - win32/xconfig.h
21290            ! MANIFEST win32/Makefile.ce
21291 ____________________________________________________________________________
21292 [ 28084] By: rgs                                   on 2006/05/03  19:10:29
21293         Log: Subject: [PATCH] Clarify hard link support on Windows
21294              From: "Jan Dubois" <jand@activestate.com>
21295              Date: Wed, 3 May 2006 11:30:03 -0700
21296              Message-ID: <013a01c66edf$982ebcc0$d045a8c0@candy>
21297      Branch: perl
21298            ! pod/perlport.pod
21299 ____________________________________________________________________________
21300 [ 28083] By: rgs                                   on 2006/05/03  19:06:26
21301         Log: Subject: RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
21302              From: "Jan Dubois" <jand@activestate.com>
21303              Date: Wed, 3 May 2006 11:18:30 -0700
21304              Message-ID: <013901c66edd$fb8ae750$d045a8c0@candy>
21305      Branch: perl
21306            ! pod/perlvar.pod
21307 ____________________________________________________________________________
21308 [ 28082] By: stevep                                on 2006/05/03  17:56:37
21309         Log: Upgrade to CGI-3.20
21310      Branch: perl
21311            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
21312            ! lib/CGI/t/cookie.t lib/CGI/t/function.t
21313 ____________________________________________________________________________
21314 [ 28081] By: rgs                                   on 2006/05/03  16:24:04
21315         Log: Subject: [PATCH] more logic localizations
21316              From: andy@petdance.com (Andy Lester)
21317              Date: Tue, 11 Apr 2006 14:14:45 -0500
21318              Message-ID: <20060411191445.GA4938@petdance.com>
21319      Branch: perl
21320            ! mg.c
21321 ____________________________________________________________________________
21322 [ 28080] By: rgs                                   on 2006/05/03  16:09:48
21323         Log: Subject: -Dmad breaks a few tests
21324              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
21325              Date: Tue, 2 May 2006 01:37:03 +0200
21326              Message-Id: <64F8ECEA-D96B-11DA-AA80-000502F3279F@free.fr>
21327              
21328              (part of, with tweaks)
21329      Branch: perl
21330            ! t/op/incfilter.t
21331 ____________________________________________________________________________
21332 [ 28079] By: rgs                                   on 2006/05/03  09:04:30
21333         Log: Subject: [PATCH] Remove an unnecessary goto
21334              From: andy@petdance.com (Andy Lester)
21335              Date: Wed, 3 May 2006 00:54:30 -0500
21336              Message-ID: <20060503055430.GA4922@petdance.com>
21337      Branch: perl
21338            ! op.c
21339 ____________________________________________________________________________
21340 [ 28078] By: rgs                                   on 2006/05/03  09:00:39
21341         Log: Subject: [PATCH] optimize S_find_array_subscript
21342              From: andy@petdance.com (Andy Lester)
21343              Date: Tue, 2 May 2006 21:09:08 -0500
21344              Message-ID: <20060503020908.GA2234@petdance.com>
21345      Branch: perl
21346            ! sv.c
21347 ____________________________________________________________________________
21348 [ 28077] By: rgs                                   on 2006/05/03  08:57:45
21349         Log: Subject: [PATCH] clean up loops in doio.c and dump.c
21350              From: andy@petdance.com (Andy Lester)
21351              Date: Tue, 2 May 2006 13:38:15 -0500
21352              Message-ID: <20060502183815.GA7979@petdance.com>
21353      Branch: perl
21354            ! doio.c dump.c embed.fnc embed.h proto.h
21355 ____________________________________________________________________________
21356 [ 28076] By: rgs                                   on 2006/05/03  08:52:01
21357         Log: Subject: [PATCH] pp_sys.c: U8* cast
21358              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
21359              Date: Tue, 2 May 2006 20:04:33 +0300 (EEST)
21360              Message-Id: <200605021704.k42H4XIh255652@kosh.hut.fi>
21361      Branch: perl
21362            ! pp_sys.c
21363 ____________________________________________________________________________
21364 [ 28075] By: rgs                                   on 2006/05/03  08:51:14
21365         Log: Subject: [PATCH] hv.c: do zeroing via mem wrap check
21366              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
21367              Date: Tue, 2 May 2006 20:03:01 +0300 (EEST)
21368              Message-Id: <200605021703.k42H31PF216868@kosh.hut.fi>
21369      Branch: perl
21370            ! hv.c
21371 ____________________________________________________________________________
21372 [ 28074] By: rgs                                   on 2006/05/03  08:38:39
21373         Log: Subject: [PATCH] microperl update
21374              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
21375              Date: Wed, 03 May 2006 08:20:31 +0300
21376              Message-ID: <44583D9F.8060401@gmail.com>
21377      Branch: perl
21378            ! Makefile.micro README.micro uconfig.h uconfig.sh
21379 ____________________________________________________________________________
21380 [ 28073] By: steveh                                on 2006/05/03  08:25:27
21381         Log: Make Perl_unshare_hek visible to core extensions without being public
21382              
21383              See the comments in:
21384              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00480.html
21385              (which were put into practice in changes #27800 and #27848)
21386      Branch: perl
21387            ! embed.fnc embed.h
21388 ____________________________________________________________________________
21389 [ 28072] By: steveh                                on 2006/05/03  08:03:50
21390         Log: Subject: Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
21391              From: Vadim <vadim@vkonovalov.ru>
21392              Date: Wed, 03 May 2006 06:10:59 +0400
21393              Message-ID: <44581133.8080100@vkonovalov.ru>
21394      Branch: perl
21395           +> win32/perlmaince.c
21396            - win32/perlmain.c
21397            ! MANIFEST
21398 ____________________________________________________________________________
21399 [ 28071] By: stevep                                on 2006/05/03  01:46:27
21400         Log: Subject: Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
21401              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21402              Date: Wed, 03 May 2006 10:00:03 +0900
21403              Message-Id: <20060503095420.0357.BQW10602@nifty.com>
21404      Branch: perl
21405            ! embed.fnc embed.h global.sym
21406 ____________________________________________________________________________
21407 [ 28070] By: nicholas                              on 2006/05/02  22:38:52
21408         Log: Remove a variable left unused since change 28065.
21409      Branch: perl
21410            ! sv.c
21411 ____________________________________________________________________________
21412 [ 28069] By: nicholas                              on 2006/05/02  22:19:56
21413         Log: Add a new hash key flag HVhek_UNSHARED, to mark all unshared hash keys.
21414              Otherwise Perl_newSVhek(), called by Perl_hv_iterkeysv(), naively
21415              assumes that it can share any hash key directly.
21416      Branch: perl
21417            ! hv.c hv.h sv.c
21418 ____________________________________________________________________________
21419 [ 28068] By: nicholas                              on 2006/05/02  22:16:25
21420         Log: cumulative totals and list reverse for checkAUTHORS.pl
21421      Branch: perl
21422            ! Porting/checkAUTHORS.pl
21423 ____________________________________________________________________________
21424 [ 28067] By: stevep                                on 2006/05/02  18:03:57
21425         Log: Another place where Intel C++ pretending to be gcc is a really
21426              bad thing.
21427      Branch: perl
21428            ! gv.h
21429 ____________________________________________________________________________
21430 [ 28066] By: nicholas                              on 2006/05/02  17:46:38
21431         Log: *static* pointers to newXSUB(), dammit!
21432      Branch: perl
21433            ! writemain.SH xsutils.c
21434 ____________________________________________________________________________
21435 [ 28065] By: nicholas                              on 2006/05/02  17:00:56
21436         Log: Assert that SvMAGIC() isn't being called on PVMGs which are using the
21437              same union to store the stash for our.
21438      Branch: perl
21439            ! sv.c sv.h
21440 ____________________________________________________________________________
21441 [ 28064] By: nicholas                              on 2006/05/02  16:24:14
21442         Log: Change 28063 forgot 1 key line - acutally use the correct filename
21443              storage.
21444      Branch: perl
21445            ! op.c
21446 ____________________________________________________________________________
21447 [ 28063] By: nicholas                              on 2006/05/02  15:55:25
21448         Log: Fix bug in DynaLoader, which has been passing a filename in dynamic
21449              storage to newXS() seemingly forever. This involves creating
21450              newXS_flags(), with the first flag being "arrange to copy the 
21451              filename and free it at the right time".
21452      Branch: perl
21453            ! XSUB.h cv.h embed.fnc embed.h ext/DynaLoader/dl_aix.xs
21454            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dld.xs
21455            ! ext/DynaLoader/dl_dllload.xs ext/DynaLoader/dl_dlopen.xs
21456            ! ext/DynaLoader/dl_dyld.xs ext/DynaLoader/dl_hpux.xs
21457            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_mpeix.xs
21458            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_symbian.xs
21459            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs op.c
21460            ! pod/perlapi.pod proto.h
21461 ____________________________________________________________________________
21462 [ 28062] By: rgs                                   on 2006/05/02  15:37:35
21463         Log: Move some scripts under win32/ce-helpers.
21464              
21465              Subject: RE: Merge WinCE into Win32 directory and remove the the WinCE dir ectory
21466              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
21467              Date: Tue, 2 May 2006 17:30:59 +0200 
21468              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BB3F03@ru0022exch001u.ru.lucent.com>
21469      Branch: perl
21470           +> win32/ce-helpers/cecopy-lib.pl win32/ce-helpers/comp.pl
21471           +> win32/ce-helpers/compile-all.bat win32/ce-helpers/compile.bat
21472           +> win32/ce-helpers/makedist.pl win32/ce-helpers/registry.bat
21473            - win32/cecopy-lib.pl win32/comp.pl win32/compile-all.bat
21474            - win32/compile.bat win32/makedist.pl win32/registry.bat
21475            - win32/win32-d.h
21476            ! MANIFEST win32/Makefile.ce
21477 ____________________________________________________________________________
21478 [ 28061] By: rgs                                   on 2006/05/02  14:28:31
21479         Log: Subject: Re: Merge WinCE into Win32 directory and remove the the WinCE directory
21480              From: demerphq <demerphq@gmail.com>
21481              Date: Mon, 1 May 2006 19:02:09 +0200
21482              Message-ID: <9b18b3110605011002m56c0db99n169ae677efb6d059@mail.gmail.com>
21483              
21484              Plus adjustements to MANIFEST. Also, perlmain.c seemed to be missing
21485              from the patch.
21486      Branch: perl
21487            + win32/Makefile.ce win32/cecopy-lib.pl win32/comp.pl
21488            + win32/compile-all.bat win32/compile.bat win32/config.ce
21489            + win32/config_H.ce win32/makedist.pl win32/perl.rc
21490            + win32/perlmain.c win32/registry.bat win32/win32-d.h
21491            + win32/win32ceio.c win32/win32iop-o.h win32/wince.c
21492            + win32/wince.h win32/wincesck.c win32/xconfig.h
21493            - wince/Makefile.ce wince/bin/exetype.pl wince/bin/perlglob.pl
21494            - wince/bin/pl2bat.pl wince/bin/runperl.pl wince/bin/search.pl
21495            - wince/cecopy-lib.pl wince/comp.pl wince/compile-all.bat
21496            - wince/compile.bat wince/config.ce wince/config_H.ce
21497            - wince/config_h.PL wince/config_sh.PL wince/dl_win32.xs
21498            - wince/include/arpa/inet.h wince/include/sys/socket.h
21499            - wince/makedist.pl wince/makeico.pl wince/perl.rc
21500            - wince/perlhost.h wince/perllib.c wince/perlmain.c
21501            - wince/registry.bat wince/runperl.c wince/splittree.pl
21502            - wince/vdir.h wince/vmem.h wince/win32.h wince/win32io.c
21503            - wince/win32iop.h wince/win32thread.c wince/win32thread.h
21504            - wince/wince.c wince/wince.h wince/wincesck.c
21505            ! MANIFEST win32/include/sys/socket.h win32/win32.h
21506            ! win32/win32thread.h
21507 ____________________________________________________________________________
21508 [ 28060] By: nicholas                              on 2006/05/02  12:41:43
21509         Log: GvFILE() cannot be a pointer to the memory owned by the COP, because
21510              COPs created by use can be freed along this memory, but the GP
21511              remains. Given that several GVs may refer to the same file, use a
21512              shared string rather than an individual allocation per GP.
21513      Branch: perl
21514            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
21515            ! gv.c gv.h sv.c
21516 ____________________________________________________________________________
21517 [ 28059] By: nicholas                              on 2006/05/02  12:02:32
21518         Log: Change 28037 broke t/op/each.t when running with TEST.
21519      Branch: perl
21520            ! t/test.pl
21521 ____________________________________________________________________________
21522 [ 28058] By: nicholas                              on 2006/05/02  11:15:26
21523         Log: De-duplicate the code that creates new GPs into Perl_newGP().
21524      Branch: perl
21525            ! embed.fnc embed.h gv.c proto.h scope.c
21526 ____________________________________________________________________________
21527 [ 28057] By: rgs                                   on 2006/05/02  10:39:01
21528         Log: Subject: Re: [PATCH] t/op/glob.t using test.pl
21529              From: David Landgren <david@landgren.net>
21530              Date: Sat, 29 Apr 2006 15:32:07 +0200
21531              Message-ID: <44536AD7.4060608@landgren.net>
21532      Branch: perl
21533            ! t/op/glob.t
21534 ____________________________________________________________________________
21535 [ 28056] By: rgs                                   on 2006/05/02  10:36:39
21536         Log: Subject: [PATCH] t/op/hashwarn.t using test.pl
21537              From: David Landgren <david@landgren.net>
21538              Date: Sat, 29 Apr 2006 17:51:28 +0200
21539              Message-ID: <44538B80.2060503@landgren.net>
21540      Branch: perl
21541            ! t/op/hashwarn.t
21542 ____________________________________________________________________________
21543 [ 28055] By: rgs                                   on 2006/05/02  10:16:23
21544         Log: Subject: [PATCH] toke.c: function pointer to data pointer
21545              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
21546              Date: Tue, 2 May 2006 08:25:55 +0300 (EEST)
21547              Message-Id: <200605020525.k425Ptik165705@kosh.hut.fi>
21548      Branch: perl
21549            ! toke.c
21550 ____________________________________________________________________________
21551 [ 28054] By: rgs                                   on 2006/05/02  10:11:10
21552         Log: Subject: [DOC PATCH] chop warning in perlport
21553              From: Xavier Noria <fxn@hashref.com>
21554              Date: Tue, 2 May 2006 12:08:34 +0200
21555              Message-Id: <E06C0594-CAF6-4822-8EB4-8E06EAD4A889@hashref.com>
21556      Branch: perl
21557            ! pod/perlport.pod
21558 ____________________________________________________________________________
21559 [ 28053] By: steveh                                on 2006/05/02  09:59:23
21560         Log: Sigh. Third time lucky.
21561      Branch: perl
21562            ! win32/win32.h
21563 ____________________________________________________________________________
21564 [ 28052] By: steveh                                on 2006/05/02  09:46:41
21565         Log: Ahem. And here's the rest of #28051...
21566      Branch: perl
21567            ! win32/win32.h
21568 ____________________________________________________________________________
21569 [ 28051] By: steveh                                on 2006/05/02  09:39:01
21570         Log: Subject: RE: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
21571              From: "Jan Dubois" <jand@ActiveState.com>
21572              Date: Mon, 1 May 2006 18:55:11 -0700
21573              Message-ID: <08ff01c66d8b$7282e320$2217a8c0@candy>
21574              
21575              Subject: Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m)
21576              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
21577              Date: Tue, 2 May 2006 09:23:51 +0200
21578              Message-ID: <20060502092351.7bae0896@pc09>
21579      Branch: perl
21580            ! win32/config.vc win32/config.vc64 win32/config_H.vc
21581            ! win32/config_H.vc64
21582 ____________________________________________________________________________
21583 [ 28050] By: rgs                                   on 2006/05/02  09:13:19
21584         Log: Subject: [PATCH] pp.c casting, take two
21585              From: andy@petdance.com (Andy Lester)
21586              Date: Sun, 30 Apr 2006 19:48:26 -0500
21587              Message-ID: <20060501004826.GA4744@petdance.com>
21588              
21589              (with adjustements, some of the code has already
21590              been touched since)
21591      Branch: perl
21592            ! pp.c
21593 ____________________________________________________________________________
21594 [ 28049] By: rgs                                   on 2006/05/02  08:50:05
21595         Log: Subject: [PATCH] Some more SvREFCNT_inc updates
21596              From: andy@petdance.com (Andy Lester)
21597              Date: Sun, 30 Apr 2006 13:24:14 -0500
21598              Message-ID: <20060430182414.GA18094@petdance.com>
21599      Branch: perl
21600            ! cop.h pp_ctl.c
21601 ____________________________________________________________________________
21602 [ 28048] By: rgs                                   on 2006/05/02  08:48:04
21603         Log: Subject: [PATCH] quiet some perlio.c warnings
21604              From: andy@petdance.com (Andy Lester)
21605              Date: Sun, 30 Apr 2006 13:23:22 -0500
21606              Message-ID: <20060430182322.GA18064@petdance.com>
21607      Branch: perl
21608            ! perlio.c
21609 ____________________________________________________________________________
21610 [ 28047] By: rgs                                   on 2006/05/02  08:45:26
21611         Log: Subject: [PATCH] More tweaking of SvREFCNT_inc calls
21612              From: andy@petdance.com (Andy Lester)
21613              Date: Sun, 30 Apr 2006 12:06:21 -0500
21614              Message-ID: <20060430170621.GA4054@petdance.com>
21615      Branch: perl
21616            ! mg.c
21617 ____________________________________________________________________________
21618 [ 28046] By: stevep                                on 2006/05/02  02:50:33
21619         Log: One too many ('s in change #28043. 
21620      Branch: perl
21621            ! ext/Errno/Errno_pm.PL
21622 ____________________________________________________________________________
21623 [ 28045] By: stevep                                on 2006/05/02  02:47:43
21624         Log: Escape prompts with #'s to avoid causing tests to fail from
21625              the unexpected output.
21626      Branch: perl
21627            ! lib/Module/Build/t/extend.t
21628 ____________________________________________________________________________
21629 [ 28044] By: stevep                                on 2006/05/02  01:55:53
21630         Log: Fix for RT #25366: h2xs 1.23 from "Aaron Kaplan".
21631      Branch: perl
21632            ! utils/h2xs.PL
21633 ____________________________________________________________________________
21634 [ 28043] By: stevep                                on 2006/05/02  00:23:05
21635         Log: Fix for RT #7916: perl 5.6.1 with Intel's icc on RedHat 
21636              Linux 7.2.  The original fix, change #13053, added a check
21637              for $Config{gccversion} which is now populated by newer
21638              Intel compilers.  This additional change checks to see
21639              if Intel is in $Config{gccversion}.  If it is, its not
21640              a gcc.
21641      Branch: perl
21642            ! ext/Errno/Errno_pm.PL
21643 ____________________________________________________________________________
21644 [ 28042] By: stevep                                on 2006/05/01  23:30:59
21645         Log: Subject: [PATCH] signed vs unsigned char * nit
21646              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
21647              Date: Sat, 29 Apr 2006 20:59:29 +0300 (EEST)
21648              Message-Id: <200604291759.k3THxTji032009@kosh.hut.fi>
21649      Branch: perl
21650            ! pp.c
21651 ____________________________________________________________________________
21652 [ 28041] By: stevep                                on 2006/05/01  23:25:30
21653         Log: Reverting context removal from change #27992.  This should
21654              clear up threaded builds on Win32 and VMS. 
21655      Branch: perl
21656            ! embed.fnc embed.h pp_ctl.c proto.h
21657 ____________________________________________________________________________
21658 [ 28040] By: rgs                                   on 2006/05/01  20:25:17
21659         Log: Add a BUGS section to Fatal.pm, see bug #38790
21660      Branch: perl
21661            ! lib/Fatal.pm
21662 ____________________________________________________________________________
21663 [ 28039] By: nicholas                              on 2006/05/01  19:07:06
21664         Log: Disable SIGRTMAX and SIGRTMIN in POSIX if Configure's probes found that
21665              they aren't viable. (Certain glibcs are "interesting")
21666      Branch: perl
21667            ! ext/POSIX/Makefile.PL
21668 ____________________________________________________________________________
21669 [ 28038] By: nicholas                              on 2006/05/01  17:28:43
21670         Log: Allow a macro of "0" to mean "#if 0" for convenient elimination of
21671              constants.
21672      Branch: perl
21673            ! lib/ExtUtils/Constant/Base.pm
21674 ____________________________________________________________________________
21675 [ 28037] By: merijn                                on 2006/05/01  14:18:16
21676         Log: Subject: Re: [PATCH] provide diag() and don't use ++ in test.pl
21677              From: David Landgren <david@landgren.net>
21678              Date: Mon, 01 May 2006 15:50:03 +0200
21679              Message-ID: <4456120B.3000302@landgren.net>
21680              
21681              Plus some additional comment (also from David) about WHY not to
21682              use ++ in test.pl
21683      Branch: perl
21684            ! t/test.pl
21685 ____________________________________________________________________________
21686 [ 28036] By: merijn                                on 2006/05/01  12:56:54
21687         Log: Subject: Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
21688              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21689              Date: Mon, 01 May 2006 21:34:33 +0900
21690              Message-Id: <20060501213249.814E.BQW10602@nifty.com>
21691      Branch: perl
21692            ! win32/config.vc64
21693 ____________________________________________________________________________
21694 [ 28035] By: nicholas                              on 2006/05/01  11:16:13
21695         Log: Re-order one DO_UTF8 to be after the SvPV.
21696      Branch: perl
21697            ! ext/Data/Dumper/Dumper.xs
21698 ____________________________________________________________________________
21699 [ 28034] By: nicholas                              on 2006/04/30  23:08:17
21700         Log: Fix two errors found by Coverity.
21701      Branch: perl
21702            ! pp_sys.c
21703 ____________________________________________________________________________
21704 [ 28033] By: nicholas                              on 2006/04/30  23:02:46
21705         Log: Add a --percentage option to checkAUTHORS.pl to show rankings as
21706              percentages.
21707      Branch: perl
21708            ! Porting/checkAUTHORS.pl
21709 ____________________________________________________________________________
21710 [ 28032] By: nicholas                              on 2006/04/30  22:00:34
21711         Log: Replace a STRLEN no_len; with a _nolen macro call.
21712      Branch: perl
21713            ! pp_pack.c
21714 ____________________________________________________________________________
21715 [ 28031] By: nicholas                              on 2006/04/30  21:27:20
21716         Log: Perl_pack_cat() is a mathom too!
21717      Branch: perl
21718            ! mathoms.c pod/perlapi.pod pp_pack.c
21719 ____________________________________________________________________________
21720 [ 28030] By: nicholas                              on 2006/04/30  20:41:29
21721         Log: One part of pp_pack couldn't correctly handle surprises from UTF-8
21722              overloading.
21723      Branch: perl
21724            ! pp_pack.c t/uni/overload.t
21725 ____________________________________________________________________________
21726 [ 28029] By: nicholas                              on 2006/04/30  19:07:43
21727         Log: do_vop() couldn't correctly handle surprises from UTF-8 overloading.
21728      Branch: perl
21729            ! doop.c t/uni/overload.t
21730 ____________________________________________________________________________
21731 [ 28028] By: nicholas                              on 2006/04/30  17:58:53
21732         Log: We had no tests that covered the grow paths in pp_uc and pp_lc.
21733      Branch: perl
21734            ! t/op/lc.t
21735 ____________________________________________________________________________
21736 [ 28027] By: nicholas                              on 2006/04/30  17:23:44
21737         Log: Dave noticed that change 28022 was wrong - should read is_index
21738              rather than just index.
21739      Branch: perl
21740            ! pp.c
21741 ____________________________________________________________________________
21742 [ 28026] By: merijn                                on 2006/04/30  15:22:12
21743         Log: Subject: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
21744              From: Abe Timmerman <abe@ztreet.demon.nl>
21745              Date: Sun, 30 Apr 2006 15:15:24 +0200
21746              Message-Id: <200604301515.24580.abe@ztreet.demon.nl>
21747      Branch: perl
21748            ! win32/config.vc win32/config_H.vc
21749 ____________________________________________________________________________
21750 [ 28025] By: stevep                                on 2006/04/30  14:27:08
21751         Log: I was mistaken.  Borland and gcc do have snprintf() and vsnprintf()
21752              on Win32.
21753      Branch: perl
21754            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21755            ! win32/config_H.vc64
21756 ____________________________________________________________________________
21757 [ 28024] By: stevep                                on 2006/04/30  13:14:25
21758         Log: OK, Win32 must no have snprintf()/vsnprintf 
21759      Branch: perl
21760            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21761            ! win32/config_H.vc64
21762 ____________________________________________________________________________
21763 [ 28023] By: davem                                 on 2006/04/30  12:32:09
21764         Log: remove a compiler warning by making HOPBACKc only hop *back*
21765      Branch: perl
21766            ! regexec.c
21767 ____________________________________________________________________________
21768 [ 28022] By: nicholas                              on 2006/04/30  11:14:04
21769         Log: index and rindex couldn't correctly handle surprises from UTF-8
21770              overloading.
21771      Branch: perl
21772            ! pp.c t/lib/warnings/9uninit t/uni/overload.t
21773 ____________________________________________________________________________
21774 [ 28021] By: nicholas                              on 2006/04/30  10:58:11
21775         Log: Document SvGAMAGIC(), and its significance w.r.t. the side effects of
21776              inadvertently calling magic and overloading too often.
21777      Branch: perl
21778            ! pod/perlapi.pod sv.h
21779 ____________________________________________________________________________
21780 [ 28020] By: nicholas                              on 2006/04/29  23:35:52
21781         Log: Coverity disliked us passing a negative length to vsnprintf().
21782      Branch: perl
21783            ! perlio.c
21784 ____________________________________________________________________________
21785 [ 28019] By: nicholas                              on 2006/04/29  23:33:36
21786         Log: syswrite couldn't correctly handle surprises from UTF-8 overloading.
21787              As part of fixing this, syswrite now tries to take advantage of the
21788              UTF-8 cache logic for lengths and offsets on regular scalars.
21789      Branch: perl
21790            ! pp_sys.c t/lib/warnings/9uninit t/uni/overload.t
21791 ____________________________________________________________________________
21792 [ 28018] By: nicholas                              on 2006/04/29  23:32:06
21793         Log: More tests for syswrite with UTF-8 data.
21794      Branch: perl
21795            ! lib/open.t
21796 ____________________________________________________________________________
21797 [ 28017] By: nicholas                              on 2006/04/29  21:54:38
21798         Log: It should never be possible for SvGMAGICAL() to be true on SVt_IV.
21799      Branch: perl
21800            ! doio.c
21801 ____________________________________________________________________________
21802 [ 28016] By: nicholas                              on 2006/04/29  17:38:08
21803         Log: print couldn't correctly handle surprises from UTF-8 overloading.
21804      Branch: perl
21805            ! doio.c t/uni/overload.t
21806 ____________________________________________________________________________
21807 [ 28015] By: nicholas                              on 2006/04/29  17:31:27
21808         Log: Add a cross reference to bytes_from_utf8() in the documentation for
21809              utf8_to_bytes(). Regenerate perlapi.pod.
21810      Branch: perl
21811            ! pod/perlapi.pod utf8.c
21812 ____________________________________________________________________________
21813 [ 28014] By: nicholas                              on 2006/04/29  16:07:31
21814         Log: There were more ways to break uc/lc/ucfirst/lcfirst even without
21815              use 'locale'; so test for them too. Correct the skip count.
21816      Branch: perl
21817            ! t/uni/overload.t
21818 ____________________________________________________________________________
21819 [ 28013] By: nicholas                              on 2006/04/29  15:55:51
21820         Log: lcfirst/ucfist plus an 8 bit locale could mangle UTF-8 values
21821              returned by overloaded stringification.
21822      Branch: perl
21823            ! pp.c t/uni/overload.t
21824 ____________________________________________________________________________
21825 [ 28012] By: nicholas                              on 2006/04/29  14:05:55
21826         Log: uc plus an 8 bit locale could get confused by UTF-8 values returned by
21827              overloaded stringification.
21828      Branch: perl
21829            ! pp.c t/uni/overload.t
21830 ____________________________________________________________________________
21831 [ 28011] By: nicholas                              on 2006/04/29  13:43:26
21832         Log: lc plus an 8 bit locale could mangle UTF-8 values returned by
21833              overloaded stringification.
21834      Branch: perl
21835            ! pp.c t/uni/overload.t
21836 ____________________________________________________________________________
21837 [ 28010] By: stevep                                on 2006/04/29  13:09:18
21838         Log: Subject: [PATCH] more -ansi -pedantic cleanliness
21839              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
21840              Date: Sat, 29 Apr 2006 11:13:24 +0300
21841              Message-ID: <44532024.9070303@gmail.com>
21842      Branch: perl
21843            ! cop.h gv.c regcomp.c regexec.c sv.c toke.c
21844 ____________________________________________________________________________
21845 [ 28009] By: stevep                                on 2006/04/28  20:53:07
21846         Log: Subject: Re: [ANNOUNCE] Module::Build 0.28 -> CPAN
21847              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
21848              Date: Fri, 28 Apr 2006 15:31:55 -0400
21849              Message-ID: <44526DAB.8070408@thepierianspring.org>
21850      Branch: perl
21851            ! lib/Module/Build/ConfigData.pm
21852 ____________________________________________________________________________
21853 [ 28008] By: stevep                                on 2006/04/28  20:40:41
21854         Log: Subject: [PATCH] reduce gcc -ansi -pedantic noise plus a suggestion
21855              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
21856              Date: Fri, 28 Apr 2006 22:58:58 +0300
21857              Message-ID: <44527402.8000506@gmail.com>
21858      Branch: perl
21859            ! doio.c gv.c hv.c op.c pad.c perl.c perl.h perlio.c pp.c
21860            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c toke.c
21861            ! universal.c utf8.c
21862 ____________________________________________________________________________
21863 [ 28007] By: stevep                                on 2006/04/28  19:14:22
21864         Log: Subject: two [PATCH]es: dVAR for malloc.c, and a signed/unsigned char*
21865              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
21866              Date: Fri, 28 Apr 2006 21:04:59 +0300
21867              Message-ID: <4452594B.4040609@gmail.com>
21868      Branch: perl
21869            ! malloc.c pp.c
21870 ____________________________________________________________________________
21871 [ 28006] By: nicholas                              on 2006/04/28  16:34:14
21872         Log: Fix bug 34297 (length of overloaded UTF-8 strings)
21873      Branch: perl
21874            + t/uni/overload.t
21875            ! MANIFEST pp.c
21876 ____________________________________________________________________________
21877 [ 28005] By: stevep                                on 2006/04/28  16:15:25
21878         Log: Typo in MANIFEST from change #27997.  Mustn't touch Perl before coffee.
21879      Branch: perl
21880            ! MANIFEST
21881 ____________________________________________________________________________
21882 [ 28004] By: stevep                                on 2006/04/28  15:35:37
21883         Log: Added Changes file left out from change #28001.
21884      Branch: perl
21885            ! ext/Cwd/Changes
21886 ____________________________________________________________________________
21887 [ 28003] By: rgs                                   on 2006/04/28  15:29:30
21888         Log: Subject: Merge WinCE and Win32 directories -- Initial patch
21889              From: demerphq <demerphq@gmail.com>
21890              Date: 27-Apr-2006 23:30
21891              Message-ID: <9b18b3110604271430k4de84685jec6535ded195ed94@mail.gmail.com>
21892      Branch: perl
21893            ! win32/config_h.PL win32/dl_win32.xs win32/include/sys/socket.h
21894            ! win32/makeico.pl win32/perlhost.h win32/perllib.c win32/vdir.h
21895            ! win32/vmem.h win32/win32.h
21896 ____________________________________________________________________________
21897 [ 28001] By: stevep                                on 2006/04/28  13:34:39
21898         Log: Upgrade to Pathtools-3.18
21899      Branch: perl
21900            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
21901            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
21902 ____________________________________________________________________________
21903 [ 28000] By: rgs                                   on 2006/04/28  13:33:37
21904         Log: Subject: [PATCH] t/op/defins.pl using test.pl
21905              From: David Landgren <david@landgren.net>
21906              Date: Fri, 28 Apr 2006 14:27:39 +0200
21907              Message-ID: <44520A3B.1080707@landgren.net>
21908      Branch: perl
21909            ! t/op/defins.t
21910 ____________________________________________________________________________
21911 [ 27999] By: rgs                                   on 2006/04/28  13:33:11
21912         Log: Subject: [PATCH] t/op/delete.t using test.pl
21913              From: David Landgren <david@landgren.net>
21914              Date: Fri, 28 Apr 2006 15:03:39 +0200
21915              Message-ID: <445212AB.4080404@landgren.net>
21916      Branch: perl
21917            ! t/op/delete.t
21918 ____________________________________________________________________________
21919 [ 27998] By: rgs                                   on 2006/04/28  13:32:53
21920         Log: Subject: [PATCH] t/op/auto.pl using test.pl
21921              From: David Landgren <david@landgren.net>
21922              Date: Fri, 28 Apr 2006 13:56:30 +0200
21923              Message-ID: <445202EE.6000604@landgren.net>
21924      Branch: perl
21925            ! t/op/auto.t
21926 ____________________________________________________________________________
21927 [ 27997] By: stevep                                on 2006/04/28  13:29:41
21928         Log: Upgrade to Module-Build-0.28
21929      Branch: perl
21930            + lib/Module/Build/API.pod
21931            ! MANIFEST lib/Module/Build.pm lib/Module/Build/Authoring.pod
21932            ! lib/Module/Build/Base.pm lib/Module/Build/Changes
21933            ! lib/Module/Build/Compat.pm lib/Module/Build/Cookbook.pm
21934            ! lib/Module/Build/ModuleInfo.pm
21935            ! lib/Module/Build/Platform/MacOS.pm
21936            ! lib/Module/Build/Platform/VMS.pm
21937            ! lib/Module/Build/Platform/Windows.pm
21938            ! lib/Module/Build/Platform/os2.pm lib/Module/Build/YAML.pm
21939            ! lib/Module/Build/t/bundled/Tie/CPHash.pm
21940            ! lib/Module/Build/t/destinations.t lib/Module/Build/t/extend.t
21941            ! lib/Module/Build/t/mbyaml.t
21942 ____________________________________________________________________________
21943 [ 27995] By: nicholas                              on 2006/04/28  12:48:27
21944         Log: Anton Berezin says that on FreeBSD we're wrong to be using -lc_r, and
21945              should just be using -pthread on the linker line.
21946              This stops the new taint tests looping infinitely. It also seems to
21947              cure the TODO test in posix.t - masked SIGINT is now received.
21948      Branch: perl
21949            ! hints/freebsd.sh
21950 ____________________________________________________________________________
21951 [ 27994] By: rgs                                   on 2006/04/28  12:10:24
21952         Log: Subject: [PATCH] threads - miscellaneous
21953              From: "Jerry D. Hedden" <jerry@hedden.us>
21954              Date: Wed, 26 Apr 2006 11:24:05 -0700
21955              Message-ID: <20060426112405.fb30e530d17747c2b054d625b8945d88.4331e666e7.wbe@email.secureserver.net>
21956      Branch: perl
21957            ! ext/threads/Changes ext/threads/Makefile.PL
21958            ! ext/threads/t/end.t ext/threads/t/join.t ext/threads/t/libc.t
21959            ! ext/threads/t/problems.t ext/threads/threads.xs
21960 ____________________________________________________________________________
21961 [ 27993] By: rgs                                   on 2006/04/28  09:14:17
21962         Log: Subject: [PATCH] t/op/sort.t using test.pl
21963              From: David Landgren <david@landgren.net>
21964              Date: Thu, 27 Apr 2006 18:25:56 +0200
21965              Message-ID: <4450F094.2010907@landgren.net>
21966      Branch: perl
21967            ! t/op/sort.t
21968 ____________________________________________________________________________
21969 [ 27992] By: rgs                                   on 2006/04/28  09:04:36
21970         Log: Subject: [PATCH] Removing another context parm
21971              From: andy@petdance.com (Andy Lester)
21972              Date: Thu, 27 Apr 2006 10:31:56 -0500
21973              Message-ID: <20060427153156.GA11445@petdance.com>
21974      Branch: perl
21975            ! embed.fnc embed.h pp_ctl.c proto.h
21976 ____________________________________________________________________________
21977 [ 27991] By: rgs                                   on 2006/04/28  08:53:51
21978         Log: Subject: [PATCH] t/op/loopctl.t using test.pl
21979              From: David Landgren <david@landgren.net>
21980              Date: Thu, 27 Apr 2006 19:13:28 +0200
21981              Message-ID: <4450FBB8.8070203@landgren.net>
21982      Branch: perl
21983            ! t/op/loopctl.t
21984 ____________________________________________________________________________
21985 [ 27990] By: rgs                                   on 2006/04/28  08:51:09
21986         Log: Subject: [PATCH] dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update
21987              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
21988              Date: Thu, 27 Apr 2006 21:18:30 +0300
21989              Message-ID: <44510AF6.6040603@gmail.com>
21990      Branch: perl
21991            ! hv.c perl.h perlio.c sv.c
21992 ____________________________________________________________________________
21993 [ 27989] By: rgs                                   on 2006/04/28  08:41:25
21994         Log: Typo fix in perlretut by Simon Taylor
21995      Branch: perl
21996            ! pod/perlretut.pod
21997 ____________________________________________________________________________
21998 [ 27988] By: rgs                                   on 2006/04/28  07:58:16
21999         Log: Fix typo in function call
22000      Branch: perl
22001            ! perlio.c
22002 ____________________________________________________________________________
22003 [ 27987] By: stevep                                on 2006/04/28  02:12:03
22004         Log: Subject: Re: [PATCH] use snprintf/strlcpy/strlcat when useful
22005              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
22006              Date: Tue, 25 Apr 2006 18:23:39 +0300
22007              Message-ID: <444E3EFB.8020503@gmail.com>
22008      Branch: perl
22009            ! op.c perl.h perlio.c pp_ctl.c regcomp.c sv.c toke.c
22010            ! universal.c util.c
22011 ____________________________________________________________________________
22012 [ 27986] By: davem                                 on 2006/04/27  23:15:02
22013         Log: another REIFY bug
22014      Branch: perl
22015            ! scope.c t/op/local.t
22016 ____________________________________________________________________________
22017 [ 27983] By: stevep                                on 2006/04/27  18:06:12
22018         Log: Upgrade to ExtUtils-Install-1.39
22019      Branch: perl
22020            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
22021            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Install.t
22022            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/Packlist.t
22023 ____________________________________________________________________________
22024 [ 27982] By: stevep                                on 2006/04/27  17:53:11
22025         Log: Upgrade to Encode-2.15
22026      Branch: perl
22027            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
22028            ! ext/Encode/Unicode/Unicode.xs
22029            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
22030 ____________________________________________________________________________
22031 [ 27976] By: rgs                                   on 2006/04/27  12:29:47
22032         Log: Subject: [PATCH] Removing unused context
22033              From: andy@petdance.com (Andy Lester)
22034              Date: Thu, 27 Apr 2006 00:32:15 -0500
22035              Message-ID: <20060427053215.GA31445@petdance.com>
22036      Branch: perl
22037            ! embed.fnc embed.h proto.h sv.c
22038 ____________________________________________________________________________
22039 [ 27968] By: mhx                                   on 2006/04/26  19:18:09
22040         Log: Change type of temporary padoff_du used in dUNDERBAR
22041              from I32 to PADOFFSET, which is more correct (and fixes
22042              a warning in Devel::PPPort).
22043      Branch: perl
22044            ! XSUB.h
22045 ____________________________________________________________________________
22046 [ 27962] By: rgs                                   on 2006/04/26  07:53:36
22047         Log: Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
22048              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
22049              Date: Mon, 24 Apr 2006 23:20:38 +0200
22050              Message-ID: <20060424232038.7550f9b6@r2d2>
22051      Branch: perl
22052            ! deb.c doio.c doop.c dump.c gv.c handy.h
22053            ! lib/ExtUtils/Constant/ProxySubs.pm mg.c op.c patchlevel.h
22054            ! perl.c perlio.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
22055            ! regexec.c scope.h sv.c toke.c util.c
22056 ____________________________________________________________________________
22057 [ 27961] By: rgs                                   on 2006/04/26  07:38:38
22058         Log: Subject: [PATCH] threads - consolidate XS functions
22059              From: "Jerry D. Hedden" <jerry@hedden.us>
22060              Date: Tue, 25 Apr 2006 07:50:05 -0700
22061              Message-ID: <20060425075005.fb30e530d17747c2b054d625b8945d88.e23f2fed42.wbe@email.secureserver.net>
22062      Branch: perl
22063            ! ext/threads/threads.pm ext/threads/threads.xs
22064 ____________________________________________________________________________
22065 [ 27960] By: steveh                                on 2006/04/25  16:23:38
22066         Log: Make Module-Build aware of new Test-Harness output
22067              
22068              See also:
22069              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00755.html
22070      Branch: perl
22071            ! lib/Module/Build/t/compat.t
22072 ____________________________________________________________________________
22073 [ 27959] By: nicholas                              on 2006/04/25  12:51:40
22074         Log: Coverity has started to notice another inconsistency in our NULL
22075              pointer checking.
22076      Branch: perl
22077            ! pp_ctl.c
22078 ____________________________________________________________________________
22079 [ 27958] By: rgs                                   on 2006/04/25  08:41:38
22080         Log: Subject: [PATCH] use NOOP macro
22081              From: andy@petdance.com (Andy Lester)
22082              Date: Mon, 24 Apr 2006 13:44:51 -0500
22083              Message-ID: <20060424184451.GA1479@petdance.com>
22084      Branch: perl
22085            ! gv.c gv.h hv.c op.c pad.c perl.h perlio.c pp.c pp_ctl.c
22086            ! pp_hot.c regcomp.c regexec.c sv.c toke.c utf8.c
22087 ____________________________________________________________________________
22088 [ 27957] By: rgs                                   on 2006/04/25  08:35:22
22089         Log: Subject: [PATCH] Continuing threads sync
22090              From: "Jerry D. Hedden" <jerry@hedden.us>
22091              Date: Mon, 24 Apr 2006 13:00:23 -0700
22092              Message-ID: <20060424130023.fb30e530d17747c2b054d625b8945d88.969ed54130.wbe@email.secureserver.net>
22093      Branch: perl
22094            ! ext/threads/t/free.t ext/threads/threads.pm
22095            ! ext/threads/threads.xs
22096 ____________________________________________________________________________
22097 [ 27956] By: nicholas                              on 2006/04/24  16:38:09
22098         Log: Perl_unpack_str() is a mathom!
22099      Branch: perl
22100            ! mathoms.c pp_pack.c
22101 ____________________________________________________________________________
22102 [ 27955] By: stevep                                on 2006/04/24  16:31:24
22103         Log: Really bump the version of File::Find.
22104      Branch: perl
22105            ! lib/File/Find.pm
22106 ____________________________________________________________________________
22107 [ 27954] By: stevep                                on 2006/04/24  16:29:59
22108         Log: Reverting change #27953, as it appears that File::Find has 
22109              localized the C<$_> usable by the wanted function since 
22110              version 1.04 (change #18501, to be exact).  Update the 
22111              docs to express this change.  Finally, bump the version.
22112      Branch: perl
22113            ! lib/File/Find.pm
22114 ____________________________________________________________________________
22115 [ 27953] By: stevep                                on 2006/04/24  15:27:39
22116         Log: Subject: Re: [perl #38965] File::Find documentation - is "Don't modify thesevariables" still valid?
22117              From: David Landgren <david@landgren.net>
22118              Date: Mon, 24 Apr 2006 13:02:02 +0200
22119              Message-ID: <444CB02A.2000604@landgren.net>
22120      Branch: perl
22121            ! lib/File/Find.pm
22122 ____________________________________________________________________________
22123 [ 27952] By: nicholas                              on 2006/04/24  13:21:09
22124         Log: Subject: Re: recursion now removed from the regex engine
22125              From: demerphq <demerphq@gmail.com>
22126              Message-ID: <9b18b3110604231210w5deff59el3a1a79c98f34e0fd@mail.gmail.com>
22127              Date: Sun, 23 Apr 2006 21:10:34 +0200
22128      Branch: perl
22129            ! regcomp.sym regnodes.h
22130 ____________________________________________________________________________
22131 [ 27951] By: rgs                                   on 2006/04/24  12:15:58
22132         Log: Subject: [perl #38709] Opening '|-' triggers unjustified taint check 
22133              From: mhasch@cpan.org (via RT) <perlbug-followup@perl.org>
22134              Date: Fri, 10 Mar 2006 20:10:49 -0800
22135              Message-ID: <rt-3.0.11-38709-130993.2.89182805885773@perl.org>
22136      Branch: perl
22137            ! doio.c t/op/taint.t
22138 ____________________________________________________________________________
22139 [ 27950] By: rgs                                   on 2006/04/24  11:59:25
22140         Log: Add regression test for bug #38475
22141      Branch: perl
22142            + t/op/attrhand.t
22143            ! MANIFEST
22144 ____________________________________________________________________________
22145 [ 27949] By: nicholas                              on 2006/04/24  10:52:09
22146         Log: Change 27947 forgot to remove one now-unneeded cast.
22147      Branch: perl
22148            ! sv.c
22149 ____________________________________________________________________________
22150 [ 27948] By: rgs                                   on 2006/04/24  10:33:34
22151         Log: Subject: [perl #38475] attribute multiline fix (in tokenizer) 
22152              From: bas@quarantainenet.nl (via RT) <perlbug-followup@perl.org>
22153              Date: Thu, 09 Feb 2006 06:33:51 -0800
22154              Message-ID: <rt-3.0.11-38475-129844.11.5904582303176@perl.org>
22155      Branch: perl
22156            ! toke.c
22157 ____________________________________________________________________________
22158 [ 27947] By: nicholas                              on 2006/04/24  09:40:58
22159         Log: Following change 27942 it's clear that the return type of
22160              glob_2inpuv_number() should change. Rename it and glob_2inpuv() to
22161              reflect what they do.
22162      Branch: perl
22163            ! embed.fnc embed.h proto.h sv.c
22164 ____________________________________________________________________________
22165 [ 27946] By: rgs                                   on 2006/04/24  08:08:03
22166         Log: Cleanup some gcc warnings
22167              Third and fourth patches from:
22168              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
22169              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
22170              Date: Sun, 23 Apr 2006 04:47:04 +0200
22171              Message-ID: <20060423044704.6a383ee8@r2d2>
22172      Branch: perl
22173            ! mg.c perl.h toke.c
22174 ____________________________________________________________________________
22175 [ 27945] By: rgs                                   on 2006/04/24  08:04:11
22176         Log: A couple of casts to PADOFFSET.
22177              2nd patch from :
22178              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
22179              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
22180              Date: Sun, 23 Apr 2006 04:47:04 +0200
22181              Message-ID: <20060423044704.6a383ee8@r2d2>
22182      Branch: perl
22183            ! op.c pad.c pp.c toke.c
22184 ____________________________________________________________________________
22185 [ 27944] By: rgs                                   on 2006/04/24  08:01:32
22186         Log: Ensure GvNAME doesn't return NULL
22187              First patch from :
22188              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
22189              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
22190              Date: Sun, 23 Apr 2006 04:47:04 +0200
22191              Message-ID: <20060423044704.6a383ee8@r2d2>
22192      Branch: perl
22193            ! embed.fnc gv.c gv.h proto.h
22194 ____________________________________________________________________________
22195 [ 27943] By: rgs                                   on 2006/04/24  07:39:23
22196         Log: Subject: [PATCH] doop.c consting, take 2
22197              From: andy@petdance.com (Andy Lester)
22198              Date: Sun, 23 Apr 2006 20:45:09 -0500
22199              Message-ID: <20060424014509.GA29642@petdance.com>
22200      Branch: perl
22201            ! doop.c embed.fnc proto.h
22202 ____________________________________________________________________________
22203 [ 27942] By: rgs                                   on 2006/04/24  07:27:33
22204         Log: Subject: [PATCH] Refactor S_glob_2inpuv
22205              From: andy@petdance.com (Andy Lester)
22206              Date: Sun, 23 Apr 2006 21:12:39 -0500
22207              Message-ID: <20060424021239.GA5449@petdance.com>
22208      Branch: perl
22209            ! embed.fnc embed.h proto.h sv.c
22210 ____________________________________________________________________________
22211 [ 27941] By: rgs                                   on 2006/04/24  07:14:49
22212         Log: Subject: [PATCH] Inlining static funcs in perl.c
22213              From: andy@petdance.com (Andy Lester)
22214              Date: Sun, 23 Apr 2006 21:50:27 -0500
22215              Message-ID: <20060424025027.GA25998@petdance.com>
22216      Branch: perl
22217            ! embed.fnc embed.h perl.c proto.h
22218 ____________________________________________________________________________
22219 [ 27940] By: nicholas                              on 2006/04/23  20:48:25
22220         Log: Assimilate Test::Harness 2.57_06
22221      Branch: perl
22222            ! lib/Test/Harness.pm lib/Test/Harness/Changes
22223            ! lib/Test/Harness/Straps.pm lib/Test/Harness/bin/prove
22224            ! lib/Test/Harness/t/version.t
22225 ____________________________________________________________________________
22226 [ 27939] By: stevep                                on 2006/04/22  23:08:50
22227         Log: Subject: Update to AUTHORS file
22228              From: Joshua Rodd <joshua@rodd.us>
22229              Date: Sat, 22 Apr 2006 14:39:11 -0400
22230              Message-ID: <20060422183911.GA19435@rodd.us>
22231      Branch: perl
22232            ! AUTHORS
22233 ____________________________________________________________________________
22234 [ 27938] By: nicholas                              on 2006/04/22  09:31:16
22235         Log: "Don't Repeat Yourself" on the "We *really* need to overwrite these
22236              symbols" section.
22237              Minor tweaks to make it possible to use the code unchanged with 5.8.x
22238      Branch: perl
22239            + ext/re/re_comp.h ext/re/re_top.h
22240            ! MANIFEST regcomp.c regexec.c
22241 ____________________________________________________________________________
22242 [ 27937] By: nicholas                              on 2006/04/21  23:08:59
22243         Log: Remove the enable_debugging member from the structure, and instead
22244              decree that state & 1 indicates debugging. This is simpler.
22245      Branch: perl
22246            ! ext/re/re.xs
22247 ____________________________________________________________________________
22248 [ 27936] By: nicholas                              on 2006/04/21  21:40:49
22249         Log: Use a struct to hold the regexp engine state information, to make
22250              swapping possible between more two alternatives.
22251      Branch: perl
22252            ! ext/re/re.xs
22253 ____________________________________________________________________________
22254 [ 27935] By: nicholas                              on 2006/04/21  21:01:42
22255         Log: Merge the install and uninstall routines.
22256      Branch: perl
22257            ! ext/re/re.pm ext/re/re.xs
22258 ____________________________________________________________________________
22259 [ 27934] By: nicholas                              on 2006/04/21  20:38:15
22260         Log: Refactor re.pm slightly. This has no change to documented behaviour,
22261              but anyone mad enought to set ${^RE_DEBUG_FLAGS} and then do
22262              no re 'Debug'; will now find that it will load the debuging version of
22263              the regexp engine.
22264      Branch: perl
22265            ! ext/re/re.pm
22266 ____________________________________________________________________________
22267 [ 27933] By: rgs                                   on 2006/04/21  15:55:38
22268         Log: Subject: [PATCH] Rework threads destruct call
22269              From: "Jerry D. Hedden" <jerry@hedden.us>
22270              Date: Thu, 20 Apr 2006 13:53:20 -0700
22271              Message-ID: <20060420135320.fb30e530d17747c2b054d625b8945d88.ef565d84db.wbe@email.secureserver.net>
22272      Branch: perl
22273            + ext/threads/t/free.t ext/threads/t/free2.t
22274            ! MANIFEST ext/threads/threads.xs
22275 ____________________________________________________________________________
22276 [ 27932] By: rgs                                   on 2006/04/21  13:01:09
22277         Log: Subject: Re: [perl #38904] Text::ParseWords doesn't always handle backslashes correctly 
22278              From: Alexey Toptygin <alexeyt@freeshell.org>
22279              Date: Thu, 20 Apr 2006 15:42:20 +0000 (UTC)
22280              Message-ID: <Pine.NEB.4.62.0604201539380.20332@otaku.freeshell.org>
22281      Branch: perl
22282            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
22283 ____________________________________________________________________________
22284 [ 27931] By: nicholas                              on 2006/04/21  12:46:43
22285         Log: Why hide functions (and duplicate them) when you can just avoid
22286              compiling them in the first place?
22287      Branch: perl
22288            ! regcomp.c regexec.c
22289 ____________________________________________________________________________
22290 [ 27930] By: nicholas                              on 2006/04/21  11:38:24
22291         Log: Given that use re 'debug' can turn on DEBUGGING even on a non-DEBUGGING
22292              build, we cannot assume that PL_reg_starttry isn't needed. So copy it
22293              in Perl_ss_dup.
22294      Branch: perl
22295            ! sv.c
22296 ____________________________________________________________________________
22297 [ 27927] By: nicholas                              on 2006/04/20  21:27:21
22298         Log: Remove the last traces of explicitly setting HINT_LOCALIZE_HH from
22299              perl modules.
22300      Branch: perl
22301            ! lib/charnames.pm lib/open.pm lib/open.t lib/overload.pm
22302 ____________________________________________________________________________
22303 [ 27925] By: stevep                                on 2006/04/20  20:55:09
22304         Log: Subject: Re: TODO tests and test::harness
22305              From: demerphq <demerphq@gmail.com>
22306              Date: Thu, 20 Apr 2006 22:36:08 +0200
22307              Message-ID: <9b18b3110604201336k5a974f28h732a2819853b995@mail.gmail.com>
22308      Branch: perl
22309            ! lib/Test/Harness.pm lib/Test/Harness/t/version.t
22310 ____________________________________________________________________________
22311 [ 27923] By: rgs                                   on 2006/04/20  20:24:46
22312         Log: Add test boilerplate and use test.pl instead of Test::More
22313      Branch: perl
22314            ! t/op/rxcode.t
22315 ____________________________________________________________________________
22316 [ 27922] By: rgs                                   on 2006/04/20  20:22:23
22317         Log: Add new tests for bug #32840 provided by David Landgren,
22318              as a new file rxcode.t (they mostly test $^R for now)
22319      Branch: perl
22320            + t/op/rxcode.t
22321            ! MANIFEST
22322 ____________________________________________________________________________
22323 [ 27919] By: nicholas                              on 2006/04/20  18:51:02
22324         Log: Tweak change 23256 to continue passing on 5.8.x
22325      Branch: perl
22326            ! lib/base/t/fields.t
22327 ____________________________________________________________________________
22328 [ 27918] By: nicholas                              on 2006/04/20  17:37:31
22329         Log: Convert two ok()s to better constructions.
22330      Branch: perl
22331            ! lib/base/t/fields.t
22332 ____________________________________________________________________________
22333 [ 27917] By: rgs                                   on 2006/04/20  17:25:43
22334         Log: Subject: [REPOST] [PATCH] Remove superfluous counter in threads
22335              From: "Jerry D. Hedden" <jerry@hedden.us>
22336              Date: Wed, 19 Apr 2006 05:32:14 -0700
22337              Message-ID: <20060419053214.fb30e530d17747c2b054d625b8945d88.4606123135.wbe@email.secureserver.net>
22338      Branch: perl
22339            ! ext/threads/threads.pm ext/threads/threads.xs
22340 ____________________________________________________________________________
22341 [ 27913] By: nicholas                              on 2006/04/20  13:54:45
22342         Log: Fix typo in the description of change 21323.
22343      Branch: perl
22344            ! Changes
22345 ____________________________________________________________________________
22346 [ 27912] By: rgs                                   on 2006/04/20  12:59:50
22347         Log: New test for the "Assignment to both a list and a scalar" error,
22348              suggested by Stephen McCamant
22349      Branch: perl
22350            ! t/comp/parser.t
22351 ____________________________________________________________________________
22352 [ 27911] By: davem                                 on 2006/04/20  12:33:09
22353         Log: regmatch(): replace magic value -1000 with symbolic CHRTEST_VOID
22354      Branch: perl
22355            ! regexec.c
22356 ____________________________________________________________________________
22357 [ 27910] By: rgs                                   on 2006/04/20  10:02:25
22358         Log: Subject: [PATCH] op_type shrinking
22359              From: andy@petdance.com (Andy Lester)
22360              Date: Wed, 19 Apr 2006 23:16:53 -0500
22361              Message-ID: <20060420041653.GA28523@petdance.com>
22362      Branch: perl
22363            ! dump.c sv.c
22364 ____________________________________________________________________________
22365 [ 27909] By: rgs                                   on 2006/04/20  09:35:00
22366         Log: Subject: [PATCH] regexec consting & localizing
22367              From: andy@petdance.com (Andy Lester)
22368              Date: Wed, 19 Apr 2006 12:35:43 -0500
22369              Message-ID: <20060419173543.GA8268@petdance.com>
22370      Branch: perl
22371            ! regexec.c
22372 ____________________________________________________________________________
22373 [ 27908] By: rgs                                   on 2006/04/20  09:04:46
22374         Log: Subject: [PATCH] Localizing vars
22375              From: andy@petdance.com (Andy Lester)
22376              Date: Wed, 19 Apr 2006 23:44:01 -0500
22377              Message-ID: <20060420044401.GA2792@petdance.com>
22378      Branch: perl
22379            ! util.c
22380 ____________________________________________________________________________
22381 [ 27907] By: davem                                 on 2006/04/20  00:30:53
22382         Log: regmatch: merge the greedy and non-greedy branches of CURLYM
22383      Branch: perl
22384            ! regexec.c regexp.h
22385 ____________________________________________________________________________
22386 [ 27906] By: stevep                                on 2006/04/19  16:40:56
22387         Log: Subject: [perl #38892] PATCH: remove spurious warning from Benchmark.pm
22388              From: Linda Walsh (via RT) <perlbug-followup@perl.org>
22389              Date: Mon, 10 Apr 2006 18:53:46 -0700
22390              Message-ID: <rt-3.0.11-38892-132143.0.516271519365361@perl.org>
22391      Branch: perl
22392            ! lib/Benchmark.pm
22393 ____________________________________________________________________________
22394 [ 27905] By: stevep                                on 2006/04/19  16:32:26
22395         Log: Changes to perlfaq8 "How do I find out if I'm running interactively 
22396              or not?" suggested by Slaven Rezic in RT #38901: perlfaq8 correction
22397      Branch: perl
22398            ! pod/perlfaq8.pod
22399 ____________________________________________________________________________
22400 [ 27904] By: stevep                                on 2006/04/19  14:57:36
22401         Log: Add a TODO test for RT #1085: "what should be output of perl -we
22402              'print do { foreach (1, 2) { 1; } }'"
22403      Branch: perl
22404            ! t/cmd/for.t
22405 ____________________________________________________________________________
22406 [ 27903] By: davem                                 on 2006/04/19  13:56:07
22407         Log: regmatch(): make IFMATCH use PUSH_STACK rather than fake recursion
22408      Branch: perl
22409            ! regexec.c regexp.h t/op/re_tests
22410 ____________________________________________________________________________
22411 [ 27902] By: rgs                                   on 2006/04/19  11:38:11
22412         Log: Upgrade to Test::Harness 2.57_05
22413      Branch: perl
22414            + lib/Test/Harness/Util.pm
22415            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
22416            ! lib/Test/Harness/Changes lib/Test/Harness/Point.pm
22417            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
22418            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
22419            ! lib/Test/Harness/t/prove-globbing.t
22420            ! lib/Test/Harness/t/prove-switches.t lib/Test/Harness/t/strap.t
22421            ! lib/Test/Harness/t/test-harness.t
22422 ____________________________________________________________________________
22423 [ 27901] By: nicholas                              on 2006/04/19  11:20:08
22424         Log: newCONSTSUB needs to be robust in case CopFILE is NULL.
22425      Branch: perl
22426            ! op.c
22427 ____________________________________________________________________________
22428 [ 27900] By: nicholas                              on 2006/04/19  09:58:19
22429         Log: Oops. Need a macro to convert cv_ckproto() to cv_ckproto_len().
22430      Branch: perl
22431            ! op.h
22432 ____________________________________________________________________________
22433 [ 27899] By: rgs                                   on 2006/04/19  09:34:48
22434         Log: There's a macro to get ${^RE_DEBUG_FLAGS} when debugging,
22435              so use it (and this fixes a valgrind memory access error)
22436      Branch: perl
22437            ! regcomp.c
22438 ____________________________________________________________________________
22439 [ 27898] By: nicholas                              on 2006/04/19  09:22:03
22440         Log: Avoid temporarily writing over the prototype when reporting an error.
22441              (And beef up the relevant tests to really check that it all works).
22442      Branch: perl
22443            ! op.c t/comp/proto.t
22444 ____________________________________________________________________________
22445 [ 27897] By: rgs                                   on 2006/04/19  09:09:14
22446         Log: Replace some Copy() by Move() calls, because valgrind reports
22447              we can have overlapping memory areas here
22448      Branch: perl
22449            ! doop.c
22450 ____________________________________________________________________________
22451 [ 27896] By: nicholas                              on 2006/04/19  08:42:18
22452         Log: Calling cv_undef() on the CV created by newCONSTSUB() would leak like
22453              a Jumblie's preferred maritime craft. To free CvFILE for this case,
22454              take advantage of the 0 length prototype that will also be there,
22455              and hang it from the prototype. To do this properly means changing
22456              code to actually pay attention to SvCUR() on prototypes. It turns out
22457              that we always know the length of the prototype string, so this may
22458              be faster. Certainly, it's a memory saving (even ignoring the leak).
22459      Branch: perl
22460            ! dump.c embed.fnc embed.h global.sym mathoms.c op.c
22461            ! pod/perlapi.pod proto.h sv.c util.c
22462 ____________________________________________________________________________
22463 [ 27895] By: nicholas                              on 2006/04/19  07:55:18
22464         Log: Fix compilation of microperl, which doesn't have INT_MAX.
22465      Branch: perl
22466            ! toke.c
22467 ____________________________________________________________________________
22468 [ 27894] By: nicholas                              on 2006/04/18  19:52:19
22469         Log: Revert 27869 at Jarkko's request.
22470      Branch: perl
22471            ! regcomp.c
22472 ____________________________________________________________________________
22473 [ 27893] By: davem                                 on 2006/04/18  17:03:15
22474         Log: regmatch: fix a || vs | typo in CACHEsayYES and add a test from Hugo.
22475              Also defer altering the cache bit until CACHEsayYES/NO is called
22476      Branch: perl
22477            ! regexec.c t/op/re_tests
22478 ____________________________________________________________________________
22479 [ 27892] By: stevep                                on 2006/04/18  16:47:58
22480         Log: Add a TODO regarding merging the win32 and wince codebases.
22481      Branch: perl
22482            ! pod/perltodo.pod
22483 ____________________________________________________________________________
22484 [ 27891] By: rgs                                   on 2006/04/18  16:05:15
22485         Log: When checking whether perl is built with -g in optimisation
22486              flags, use a more tolerant regexp, because we can now have
22487              things like '-O2 -g'.
22488      Branch: perl
22489            ! Makefile.SH
22490 ____________________________________________________________________________
22491 [ 27890] By: nicholas                              on 2006/04/18  16:03:10
22492         Log: Expand "am I hot or not" into a more general "Profile Perl" section.
22493      Branch: perl
22494            ! pod/perltodo.pod
22495 ____________________________________________________________________________
22496 [ 27889] By: stevep                                on 2006/04/18  15:47:48
22497         Log: A fix to change #27845 to get it to compile with -DPERL_MAD.
22498      Branch: perl
22499            ! dump.c
22500 ____________________________________________________________________________
22501 [ 27888] By: steveh                                on 2006/04/18  15:17:52
22502         Log: Subject: [PATCH] win32/Makefile changes for Windows 64 bit
22503              From: "Jan Dubois" <jand@ActiveState.com>
22504              Date: Mon, 17 Apr 2006 01:48:34 -0700
22505              Message-ID: <036401c661fb$bc7a1200$2217a8c0@candy>
22506              
22507              and make similar changes to win32/makefile.mk
22508              and delete a spurious extra line from that file
22509      Branch: perl
22510            ! win32/Makefile win32/makefile.mk
22511 ____________________________________________________________________________
22512 [ 27887] By: rgs                                   on 2006/04/18  14:02:23
22513         Log: Addition to README.riscos suggested by Nicholas
22514      Branch: perl
22515            ! README.riscos
22516 ____________________________________________________________________________
22517 [ 27886] By: nicholas                              on 2006/04/18  13:18:27
22518         Log: Note that Rafael has done the first cut of state variables.
22519              Document that UTF-8 cleansing the tokeniser and the pads is TODO.
22520      Branch: perl
22521            ! pod/perltodo.pod
22522 ____________________________________________________________________________
22523 [ 27885] By: nicholas                              on 2006/04/18  13:10:35
22524         Log: Relocatable @INC and parallel builds pretty much work now.
22525      Branch: perl
22526            ! pod/perltodo.pod
22527 ____________________________________________________________________________
22528 [ 27884] By: rgs                                   on 2006/04/18  12:48:31
22529         Log: Subject: [PATCH] Support compiling for RISC OS
22530              From: Alex Waugh <alex@alexwaugh.com>
22531              Date: Mon, 17 Apr 2006 00:14:26 +0100
22532              Message-ID: <2498b2184e.ajw498@caramel.cp15.org>
22533      Branch: perl
22534            + README.riscos hints/riscos.sh
22535            ! MANIFEST ext/Errno/Errno_pm.PL hv.c util.c
22536 ____________________________________________________________________________
22537 [ 27883] By: nicholas                              on 2006/04/18  11:18:12
22538         Log: Coverity still thinks that there is a route through do_vop that can
22539              leak resources. I believe that it's spotted that you can skip all the
22540              cases in the switch. Plug that hole.
22541      Branch: perl
22542            ! doop.c
22543 ____________________________________________________________________________
22544 [ 27882] By: nicholas                              on 2006/04/18  10:54:15
22545         Log: Coverity insists that if we deference a pointer without checking, and
22546              subsequently check that same pointer before deferencing it, something
22547              in our code or our logic is bogus. So assert() that it's safe the
22548              first time and remove the second check.
22549      Branch: perl
22550            ! regcomp.c
22551 ____________________________________________________________________________
22552 [ 27881] By: nicholas                              on 2006/04/17  20:50:34
22553         Log: Fix an error, spotted by Tim Bunce.
22554      Branch: perl
22555            ! pod/perlfunc.pod
22556 ____________________________________________________________________________
22557 [ 27880] By: nicholas                              on 2006/04/17  20:41:00
22558         Log: Coderefs in @INC are done and documented.
22559      Branch: perl
22560            ! pod/perltodo.pod
22561 ____________________________________________________________________________
22562 [ 27879] By: nicholas                              on 2006/04/17  20:35:52
22563         Log: Document all the return values that code references in @INC can return.
22564      Branch: perl
22565            ! pod/perlfunc.pod
22566 ____________________________________________________________________________
22567 [ 27878] By: stevep                                on 2006/04/17  20:05:03
22568         Log: Patch to fix RT #31227: perldoc -f, -q ignores extra arguments with no notice.
22569              Never made it to the mailing list though, so, was never found.  Patch
22570              previously provided to the Pod-Perldoc CPAN RT queue.
22571      Branch: perl
22572            ! lib/Pod/Perldoc.pm
22573 ____________________________________________________________________________
22574 [ 27877] By: nicholas                              on 2006/04/17  19:12:23
22575         Log: Coverity is upset about a signed int in ext/Filter/Util/Call/Call.xs,
22576              but the real problem is down in Perl_filter_read() in toke.c.
22577      Branch: perl
22578            ! toke.c
22579 ____________________________________________________________________________
22580 [ 27876] By: nicholas                              on 2006/04/17  18:30:59
22581         Log: Coverity is a persistent beast. Hot on the tails of fixing one leak,
22582              it notices a slightly earlier leak.
22583              (Which also suggests that marking bugs as RESOLVED isn't a great plan,
22584              as it's not clear whether that calls off the dogs of war. I'd much
22585              prefer it to be forced to scan again, and give a positve "all clear"
22586              (or more accurately "nowt wrong I can see with that"))
22587      Branch: perl
22588            ! ext/Storable/Storable.xs
22589 ____________________________________________________________________________
22590 [ 27875] By: nicholas                              on 2006/04/17  16:52:54
22591         Log: Turn on UTF8 cache assertions with -Ca
22592      Branch: perl
22593            ! locale.c perl.c perl.h pod/perlrun.pod util.c
22594 ____________________________________________________________________________
22595 [ 27874] By: nicholas                              on 2006/04/17  16:52:07
22596         Log: Oops. Change 27826 had an error in the definition of BGET_PADOFFSET().
22597      Branch: perl
22598            ! ext/ByteLoader/bytecode.h
22599 ____________________________________________________________________________
22600 [ 27873] By: stevep                                on 2006/04/17  16:49:51
22601         Log: Upgrade to CGI.pm-3.19.
22602      Branch: perl
22603            ! lib/CGI.pm lib/CGI/Changes
22604 ____________________________________________________________________________
22605 [ 27872] By: nicholas                              on 2006/04/17  15:33:21
22606         Log: Note that PVIOs probably aren't worth shrinking. Note 3 possible
22607              subflags for -C if the two Unicode TODOs are done.
22608      Branch: perl
22609            ! pod/perlrun.pod pod/perltodo.pod
22610 ____________________________________________________________________________
22611 [ 27871] By: nicholas                              on 2006/04/17  15:11:03
22612         Log: Subject: Re: [PATCH] update to pp_complement() via Coverity
22613              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22614              Message-Id: <20060416184044.4ADB.BQW10602@nifty.com>
22615              Date: Sun, 16 Apr 2006 18:45:37 +0900
22616              
22617              Subject: Re: [PATCH] update to pp_complement() via Coverity
22618              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22619              Message-Id: <20060417230614.20A5.BQW10602@nifty.com>
22620              Date: Mon, 17 Apr 2006 23:06:21 +0900
22621      Branch: perl
22622            ! pp.c t/op/bop.t
22623 ____________________________________________________________________________
22624 [ 27870] By: nicholas                              on 2006/04/17  14:48:13
22625         Log: In Change 27764 I forgot to at PL_hints_mutex to the list of symbols to
22626              exclude when not compiling with ithreads. It would be good to automate
22627              the processing of this.
22628      Branch: perl
22629            ! makedef.pl
22630 ____________________________________________________________________________
22631 [ 27869] By: nicholas                              on 2006/04/17  13:38:30
22632         Log: Subject: [PATCH] (tentative) regcomp.c: try convincing Coverity that data ptr in study_chunk is non-NULL when needed
22633              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
22634              Message-Id: <20060416092648.812D36CF2D@aprikoosi.hut.fi>
22635              Date: Sun, 16 Apr 2006 12:26:48 +0300 (EEST)
22636      Branch: perl
22637            ! regcomp.c
22638 ____________________________________________________________________________
22639 [ 27868] By: nicholas                              on 2006/04/17  13:15:34
22640         Log: Note in av_store() that S_regclass relies on being able to pass NULL.
22641      Branch: perl
22642            ! av.c
22643 ____________________________________________________________________________
22644 [ 27867] By: nicholas                              on 2006/04/17  13:14:55
22645         Log: Add assertions to cover cases where the Coverity scanner thinks we
22646              could are deferencing a NULL pointer, but we think it missed something
22647              it should have been capable of figuring out.
22648      Branch: perl
22649            ! hv.c op.c
22650 ____________________________________________________________________________
22651 [ 27866] By: nicholas                              on 2006/04/17  12:48:43
22652         Log: Add Dave's explainations of why certain pointers are always non-NULL,
22653              and assert() that it is true.
22654      Branch: perl
22655            ! regexec.c
22656 ____________________________________________________________________________
22657 [ 27865] By: stevep                                on 2006/04/17  12:30:08
22658         Log: Subject: [PATCH] fix cygwin build
22659              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
22660              Date: Sun, 16 Apr 2006 18:05:20 -0700
22661              Message-ID: <20060417010520.GA2888@efn.org>
22662      Branch: perl
22663            ! cygwin/Makefile.SHs
22664 ____________________________________________________________________________
22665 [ 27863] By: merijn                                on 2006/04/17  12:18:07
22666         Log: Support for -DDEBUGGING and its alias -DEBUGGING
22667      Branch: perl
22668            ! Configure INSTALL config_h.SH
22669 ____________________________________________________________________________
22670 [ 27862] By: nicholas                              on 2006/04/17  12:07:23
22671         Log: Revert change 27818, as change 27853 fixes the real bug.
22672      Branch: perl
22673            ! sv.c
22674 ____________________________________________________________________________
22675 [ 27861] By: stevep                                on 2006/04/17  11:53:04
22676         Log: Subject: [PATCH] Compress::Zlib
22677              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
22678              Date: Mon, 17 Apr 2006 10:58:30 +0100
22679              Message-ID: <019b01c66205$7dc7ea50$6601a8c0@myopwv.com>
22680      Branch: perl
22681            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
22682            ! ext/Compress/Zlib/t/14gzopen.t
22683 ____________________________________________________________________________
22684 [ 27860] By: nicholas                              on 2006/04/17  11:39:27
22685         Log: Subject: [PATCH] pp_ctl.c caching
22686              From: andy@petdance.com (Andy Lester)
22687              Message-ID: <20060417044035.GA28818@petdance.com>
22688              Date: Sun, 16 Apr 2006 23:40:35 -0500
22689      Branch: perl
22690            ! pp_ctl.c
22691 ____________________________________________________________________________
22692 [ 27859] By: nicholas                              on 2006/04/17  11:37:38
22693         Log: Subject: [PATCH] dooop.c: the strong asserts in Sv* macros could cause memory leakage -- move the macro calls earlier (Coverity CID 84)
22694              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
22695              Message-Id: <20060417071937.C13346CF2D@aprikoosi.hut.fi>
22696              Date: Mon, 17 Apr 2006 10:19:37 +0300 (EEST)
22697      Branch: perl
22698            ! doop.c
22699 ____________________________________________________________________________
22700 [ 27857] By: nicholas                              on 2006/04/17  10:28:40
22701         Log: Revert 27856.
22702      Branch: perl
22703            ! doop.c
22704 ____________________________________________________________________________
22705 [ 27856] By: nicholas                              on 2006/04/17  10:24:58
22706         Log: The danger of piping an mbox to patch is that it contains more than
22707              one message. So both:
22708              
22709              Subject: [PATCH] doop.c: one more code path where memory could leak (Coverity)
22710              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
22711              Message-Id: <20060416081925.680336CF2D@aprikoosi.hut.fi>
22712              Date: Sun, 16 Apr 2006 11:19:25 +0300 (EEST)
22713              
22714              and
22715              
22716              Subject: [PATCH] doop.c: one more code path where memory could leak (Coverity)
22717              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
22718              Message-Id: <20060416081925.680336CF2D@aprikoosi.hut.fi>
22719              Date: Sun, 16 Apr 2006 11:19:25 +0300 (EEST)
22720      Branch: perl
22721            ! doop.c
22722 ____________________________________________________________________________
22723 [ 27855] By: davem                                 on 2006/04/16  23:30:36
22724         Log: generalize the 'continue on success' mechanism of deferred REs
22725      Branch: perl
22726            ! regexec.c regexp.h
22727 ____________________________________________________________________________
22728 [ 27854] By: davem                                 on 2006/04/16  23:12:31
22729         Log: abstract regmatch slab access with SLAB_FIRST and SLAB_LAST macros
22730      Branch: perl
22731            ! regexec.c
22732 ____________________________________________________________________________
22733 [ 27853] By: davem                                 on 2006/04/16  23:07:13
22734         Log: stop PL_op and PL_curpad referring to different pads at start of doeval
22735              (this could make find_uninit_var do Bad Things)
22736      Branch: perl
22737            ! pp_ctl.c
22738 ____________________________________________________________________________
22739 [ 27852] By: nicholas                              on 2006/04/16  21:44:59
22740         Log: Fix bug introduced with change 27841. (len + 1, not just len).
22741      Branch: perl
22742            ! sv.c
22743 ____________________________________________________________________________
22744 [ 27851] By: nicholas                              on 2006/04/16  19:06:19
22745         Log: Coverity is flagging a potential problem because it sees a check for
22746              NULL and assumes that this means that the variable host could be
22747              NULL. It can't, and the check added in change 13291 was a little bit
22748              more than the minimal solution needed for the bug report
22749              [ID 20011126.148]
22750              Hence remove the NULL check.
22751      Branch: perl
22752            ! ext/Socket/Socket.xs
22753 ____________________________________________________________________________
22754 [ 27850] By: nicholas                              on 2006/04/16  18:09:33
22755         Log: Subject: [PATCH] op.c patch, 2nd version
22756              From: andy@petdance.com (Andy Lester)
22757              Message-ID: <20060415042924.GA1786@petdance.com>
22758              Date: Fri, 14 Apr 2006 23:29:24 -0500
22759      Branch: perl
22760            ! op.c
22761 ____________________________________________________________________________
22762 [ 27849] By: nicholas                              on 2006/04/16  15:04:36
22763         Log: A scalar reference returned from a coderef in @INC is treated as the
22764              initial "content" of the file. When it is exhausted input is taken
22765              from a real file handle, or a generator sub, if either exists.
22766      Branch: perl
22767            ! pp_ctl.c t/op/incfilter.t
22768 ____________________________________________________________________________
22769 [ 27848] By: stevep                                on 2006/04/16  14:03:59
22770         Log: Subject: [PATCH] remove some cruft from makedef.pl
22771              From: "Jan Dubois" <jand@ActiveState.com>
22772              Date: Sun, 16 Apr 2006 02:05:00 -0700
22773              Message-ID: <022e01c66134$d7a8dec0$2217a8c0@candy>
22774      Branch: perl
22775            ! embed.fnc global.sym makedef.pl
22776 ____________________________________________________________________________
22777 [ 27847] By: stevep                                on 2006/04/16  13:52:47
22778         Log: Subject: [PATCH] testcase for change #27832
22779              From: "Jan Dubois" <jand@ActiveState.com>
22780              Date: Sun, 16 Apr 2006 00:57:00 -0700
22781              Message-ID: <022a01c6612b$575cb7e0$2217a8c0@candy>
22782      Branch: perl
22783            ! lib/Pod/Html.pm lib/Pod/t/htmllink.pod
22784 ____________________________________________________________________________
22785 [ 27846] By: stevep                                on 2006/04/16  13:44:47
22786         Log: Stray pod/perlapi.pod change found after a regen.
22787      Branch: perl
22788            ! pod/perlapi.pod
22789 ____________________________________________________________________________
22790 [ 27845] By: stevep                                on 2006/04/16  13:43:01
22791         Log: Subject: [PATCH] dump.c patch redux
22792              From: andy@petdance.com (Andy Lester)
22793              Date: Sun, 16 Apr 2006 00:29:36 -0500
22794              Message-ID: <20060416052936.GA19143@petdance.com>
22795      Branch: perl
22796            ! dump.c embed.fnc embed.h proto.h
22797 ____________________________________________________________________________
22798 [ 27843] By: nicholas                              on 2006/04/16  13:25:18
22799         Log: Perl_do_vop can profitably use Perl_sv_usepvn_flags, as it has
22800              allocated space for an initialised a trailing NUL.
22801      Branch: perl
22802            ! doop.c
22803 ____________________________________________________________________________
22804 [ 27842] By: nicholas                              on 2006/04/16  12:06:57
22805         Log: In Perl_sv_usepvn_flags, assert() that the caller has RTFM.
22806      Branch: perl
22807            ! sv.c
22808 ____________________________________________________________________________
22809 [ 27841] By: nicholas                              on 2006/04/16  11:35:38
22810         Log: Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING_NUL, which
22811              signals that the buffer passed in is already well-formed for use as
22812              SvPVX (i.e. it is followed by a trailing NUL), and hence the realloc()
22813              to add a NUL can be skipped.
22814      Branch: perl
22815            ! pp.c sv.c sv.h
22816 ____________________________________________________________________________
22817 [ 27840] By: nicholas                              on 2006/04/16  11:03:28
22818         Log: Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" the
22819              other two to mathoms.c
22820      Branch: perl
22821            ! embed.fnc embed.h global.sym mathoms.c proto.h sv.c sv.h
22822 ____________________________________________________________________________
22823 [ 27839] By: nicholas                              on 2006/04/16  10:37:46
22824         Log: In Perl_sv_usepvn(), force a move under DEBUGGING to shake out caller
22825              bugs.
22826      Branch: perl
22827            ! sv.c
22828 ____________________________________________________________________________
22829 [ 27838] By: nicholas                              on 2006/04/16  10:37:04
22830         Log: Fix htmllink.t to cater for the case where perladmin isn't an empty
22831              string.
22832      Branch: perl
22833            ! lib/Pod/t/htmllink.t
22834 ____________________________________________________________________________
22835 [ 27837] By: nicholas                              on 2006/04/16  09:36:18
22836         Log: Coverity notes that we might be dereferencing fgv before a check that
22837              it's not NULL. In fact, the code ordering meant that one "if (fgv)"
22838              would always be true. So fix this.
22839      Branch: perl
22840            ! pp_sys.c
22841 ____________________________________________________________________________
22842 [ 27836] By: stevep                                on 2006/04/16  05:24:04
22843         Log: Subject: [PATCH] update to pp_complement() via Coverity
22844              From: andy@petdance.com (Andy Lester)
22845              Date: Sun, 16 Apr 2006 00:14:23 -0500
22846              Message-ID: <20060416051423.GA17063@petdance.com>
22847      Branch: perl
22848            ! pp.c
22849 ____________________________________________________________________________
22850 [ 27835] By: stevep                                on 2006/04/16  05:17:57
22851         Log: Subject: [PATCH] clean up hv_assert()
22852              From: andy@petdance.com (Andy Lester)
22853              Date: Sat, 15 Apr 2006 23:18:27 -0500
22854              Message-ID: <20060416041827.GA3031@petdance.com>
22855      Branch: perl
22856            ! hv.c
22857 ____________________________________________________________________________
22858 [ 27834] By: stevep                                on 2006/04/16  05:12:56
22859         Log: Subject: [PATCH] Removed unused var in a macro
22860              From: andy@petdance.com (Andy Lester)
22861              Date: Sat, 15 Apr 2006 23:32:53 -0500
22862              Message-ID: <20060416043253.GA3438@petdance.com>
22863      Branch: perl
22864            ! thread.h
22865 ____________________________________________________________________________
22866 [ 27833] By: stevep                                on 2006/04/16  04:59:19
22867         Log: Subject: [PATCH] Change anchor generation in Pod::Html for "=item item 2"
22868              From: "Jan Dubois" <jand@ActiveState.com>
22869              Date: Fri, 14 Apr 2006 13:13:20 -0700
22870              Message-ID: <017a01c65fff$dfd0f370$2217a8c0@candy>
22871      Branch: perl
22872            ! lib/Pod/Html.pm lib/Pod/t/htmllink.t
22873 ____________________________________________________________________________
22874 [ 27832] By: stevep                                on 2006/04/16  04:50:15
22875         Log: Subject: [PATCH] Pod::Html::depod() doesn't work correctly for multi-line strings
22876              From: "Jan Dubois" <jand@ActiveState.com>
22877              Date: Mon, 10 Apr 2006 15:32:23 -0700
22878              Message-ID: <017b01c65cee$a2f5fe00$6062a8c0@candy>
22879      Branch: perl
22880            ! lib/Pod/Html.pm
22881 ____________________________________________________________________________
22882 [ 27831] By: stevep                                on 2006/04/16  04:41:34
22883         Log: Subject: [PATCH] Missing part of change 25186
22884              From: "Jan Dubois" <jand@ActiveState.com>
22885              Date: Thu, 13 Apr 2006 18:26:29 -0700
22886              Message-ID: <009401c65f62$74fded70$2217a8c0@candy>
22887      Branch: perl
22888            ! lib/Pod/t/htmllink.t
22889 ____________________________________________________________________________
22890 [ 27830] By: stevep                                on 2006/04/16  04:37:46
22891         Log: Subject: [PATCH] Missing part of change 25676
22892              From: "Jan Dubois" <jand@ActiveState.com>
22893              Date: Thu, 13 Apr 2006 18:19:26 -0700
22894              Message-ID: <009001c65f61$78866d60$2217a8c0@candy>
22895      Branch: perl
22896            ! lib/Pod/t/htmllink.t
22897 ____________________________________________________________________________
22898 [ 27829] By: nicholas                              on 2006/04/15  23:51:10
22899         Log: Subject: [PATCH] Handle null io in leavewrite (not possible?) (Coverity)
22900              From: bah@longitude.com
22901              Message-ID: <1661.38.96.138.153.1145124821.squirrel@mail.longitude.com>
22902              Date: Sat, 15 Apr 2006 14:13:41 -0400 (EDT)
22903      Branch: perl
22904            ! pp_sys.c
22905 ____________________________________________________________________________
22906 [ 27828] By: nicholas                              on 2006/04/15  23:41:23
22907         Log: Subject: [PATCH] Potential (?) memory leak in Storable.xs (Coverity)
22908              From: bah@longitude.com
22909              Message-ID: <1561.38.96.138.153.1145123650.squirrel@mail.longitude.com>
22910              Date: Sat, 15 Apr 2006 13:54:10 -0400 (EDT)
22911      Branch: perl
22912            ! ext/Storable/Storable.xs
22913 ____________________________________________________________________________
22914 [ 27827] By: nicholas                              on 2006/04/15  22:44:30
22915         Log: Teach Perl_do_sv_dump how to cope with IOs that have bogus things in
22916              GV slots. (Which source filters are prone to do to them).
22917      Branch: perl
22918            ! dump.c
22919 ____________________________________________________________________________
22920 [ 27826] By: nicholas                              on 2006/04/15  21:50:12
22921         Log: Coverity was getting upset about an assignment from a function
22922              returning int to a U8 variable. Curiously it was only getting upset
22923              about the first of many.
22924              However, we are doing NO ERROR CHECKING on whether we read in the
22925              requested number of bytes of bytecode. All except BGET_op_tr_array
22926              will now croak on a short read.
22927      Branch: perl
22928            ! ext/ByteLoader/bytecode.h
22929 ____________________________________________________________________________
22930 [ 27825] By: nicholas                              on 2006/04/15  21:43:13
22931         Log: Coverity reports that Storable can potentially cause a NULL pointer
22932              dereference while iterating a hash. This should never happen unless
22933              the hash lies about how many keys it has, so croak if a fib is spotted.
22934      Branch: perl
22935            ! ext/Storable/Storable.xs
22936 ____________________________________________________________________________
22937 [ 27824] By: nicholas                              on 2006/04/15  21:11:44
22938         Log: Coverity notes that resource are leaked in the unfinished and never
22939              called function _utf8_to_bytes.
22940      Branch: perl
22941            ! ext/Encode/Encode.xs
22942 ____________________________________________________________________________
22943 [ 27823] By: nicholas                              on 2006/04/15  20:55:20
22944         Log: Coverity correctly reports that gv might (just) be NULL. So don't
22945              derefernece it if it is.
22946      Branch: perl
22947            ! ext/IO/IO.pm ext/IO/IO.xs
22948 ____________________________________________________________________________
22949 [ 27822] By: nicholas                              on 2006/04/15  20:54:44
22950         Log: Update the assertion to a croak "Out of range special SV number"
22951              to give ByteLoader more meaningful failure diagnostics.
22952      Branch: perl
22953            ! ext/ByteLoader/bytecode.h
22954 ____________________________________________________________________________
22955 [ 27821] By: nicholas                              on 2006/04/15  20:19:22
22956         Log: I believe that it makes little sense for the simple user filters
22957              provided by coderefs to be run in block mode. Hence always read from
22958              the upstream filter in line mode, and always call the user's filter
22959              with 1 line.
22960      Branch: perl
22961            ! pp_ctl.c
22962 ____________________________________________________________________________
22963 [ 27820] By: nicholas                              on 2006/04/15  20:01:58
22964         Log: Fix a bug - the introduction of the caching code means that we should
22965              initialise the SV upstream after it.
22966              assert that filter_sub is always non-null now.
22967      Branch: perl
22968            ! pp_ctl.c
22969 ____________________________________________________________________________
22970 [ 27819] By: nicholas                              on 2006/04/15  19:37:32
22971         Log: Augment the user filter caching code so that if the user filter returns
22972              multiple lines, only one line at a time is returned.
22973              Rename the variable len to status, as it is the status value.
22974      Branch: perl
22975            ! pp_ctl.c t/op/incfilter.t
22976 ____________________________________________________________________________
22977 [ 27818] By: nicholas                              on 2006/04/15  19:17:51
22978         Log: Deep in the bowels of creating new and exciting bugs, I managed to
22979              segfault the uninitialised value reporting code. This protects against
22980              the segfault.
22981      Branch: perl
22982            ! sv.c
22983 ____________________________________________________________________________
22984 [ 27817] By: nicholas                              on 2006/04/15  18:08:04
22985         Log: $foo .= $bar doesn't warn if $foo is undefined, so simplify code.
22986      Branch: perl
22987            ! t/op/incfilter.t
22988 ____________________________________________________________________________
22989 [ 27816] By: nicholas                              on 2006/04/15  18:05:12
22990         Log: If the downstream caller wants block mode, and we're in line mode,
22991              then don't return more bytes than they asked for. Hold bytes over
22992              until next time if necessary.
22993      Branch: perl
22994            ! pp_ctl.c t/op/incfilter.t
22995 ____________________________________________________________________________
22996 [ 27815] By: nicholas                              on 2006/04/15  17:00:54
22997         Log: Eliminate the filter_child_proc hack from pp_require.
22998      Branch: perl
22999            ! pp_ctl.c
23000 ____________________________________________________________________________
23001 [ 27814] By: nicholas                              on 2006/04/15  16:43:22
23002         Log: If you return void from a filter subroutine, the caller's status is
23003              used. If not, your last statement is the return value, and if it keeps
23004              being +ve you'll never hit EOF.
23005              The probably should be a sanity check for this in toke.c, but I'm not
23006              sure how.
23007      Branch: perl
23008            ! t/op/incfilter.t
23009 ____________________________________________________________________________
23010 [ 27813] By: nicholas                              on 2006/04/15  16:42:23
23011         Log: Tests for having multiple pipes open simultaneously.
23012              (See comment added in change 3771 about this apparently being buggy)
23013      Branch: perl
23014            ! t/op/inccode.t
23015 ____________________________________________________________________________
23016 [ 27812] By: nicholas                              on 2006/04/15  13:45:13
23017         Log: Add more tests for the builtin source filter implementation, and fix
23018              two bugs - it would loop infinitely if data were already in the read
23019              buffer, and it would process those data twice.
23020      Branch: perl
23021            ! pp_ctl.c t/op/incfilter.t
23022 ____________________________________________________________________________
23023 [ 27811] By: nicholas                              on 2006/04/15  11:59:26
23024         Log: Add a test for source filters returned from code references in @INC.
23025      Branch: perl
23026            + t/op/incfilter.t
23027            ! MANIFEST
23028 ____________________________________________________________________________
23029 [ 27810] By: nicholas                              on 2006/04/15  11:22:29
23030         Log: Bump the expect file count in readdir.t. We keep writing more tests.
23031      Branch: perl
23032            ! t/op/readdir.t
23033 ____________________________________________________________________________
23034 [ 27809] By: nicholas                              on 2006/04/15  10:51:48
23035         Log: Subject: [PATCH] perlio.c: layer data might be allocated and unused (Coverity)
23036              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
23037              Message-Id: <20060415082417.24F0A6D08C@ugli.hut.fi>
23038              Date: Sat, 15 Apr 2006 11:24:17 +0300 (EEST)
23039              
23040              (with a correction)
23041      Branch: perl
23042            ! perlio.c
23043 ____________________________________________________________________________
23044 [ 27808] By: craigb                                on 2006/04/15  06:05:44
23045         Log: Fix bug in prime_env_iter where the terms of a comparison were reversed
23046              so we thought we didn't have a logical name table when we did.  Reported as:
23047              Subject: LWP::Simple crashes on VMSperl
23048              From: "juna" <ggl.20.jj...@spamgourmet.com>
23049              Date: 24 Mar 2006 13:52:41 -0800
23050              Newsgroups: comp.os.vms,comp.lang.perl.misc
23051              Message-ID: <1143237161.931669.48370@t31g2000cwb.googlegroups.com>
23052      Branch: perl
23053            ! vms/vms.c
23054 ____________________________________________________________________________
23055 [ 27807] By: craigb                                on 2006/04/15  00:45:26
23056         Log: Honor READALL privilege in cando_by_name (from Scott
23057              Lepage of HP OpenVMS Engineering)
23058      Branch: perl
23059            ! vms/vms.c
23060 ____________________________________________________________________________
23061 [ 27806] By: craigb                                on 2006/04/15  00:42:41
23062         Log: Don't die after SS$_NOPRIV in Perl_vmssetenv, courtesy
23063              of Scott Lepage at HP.
23064      Branch: perl
23065            ! vms/vms.c
23066 ____________________________________________________________________________
23067 [ 27805] By: nicholas                              on 2006/04/14  20:44:27
23068         Log: Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used to
23069              save the warnings on PL_compiling, so constraining its use to what we
23070              can test seems to make sense. Particularly as testing Perl_ss_dup is
23071              tricky.
23072      Branch: perl
23073            ! op.c pp_ctl.c scope.c scope.h sv.c
23074 ____________________________________________________________________________
23075 [ 27804] By: nicholas                              on 2006/04/14  19:44:34
23076         Log: In the description of require, clarify the file handle return and why
23077              C<INC> must be qualified.
23078      Branch: perl
23079            ! pod/perlfunc.pod
23080 ____________________________________________________________________________
23081 [ 27803] By: nicholas                              on 2006/04/14  16:43:03
23082         Log: S_glob_2inpuv() did not check if lenp was NULL. Oops.
23083      Branch: perl
23084            ! sv.c
23085 ____________________________________________________________________________
23086 [ 27802] By: nicholas                              on 2006/04/14  16:18:30
23087         Log: Replace explict "/dev/null" with BIT_BUCKET, which varies by platform.
23088      Branch: perl
23089            ! pp_ctl.c
23090 ____________________________________________________________________________
23091 [ 27801] By: rgs                                   on 2006/04/14  16:11:19
23092         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)
23093              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
23094              Date: Thu, 13 Apr 2006 19:20:46 +0300 (EEST)
23095              Message-Id: <20060413162046.5F9636D08C@ugli.hut.fi>
23096      Branch: perl
23097            ! doop.c pod/perlapi.pod sv.c t/op/bop.t
23098 ____________________________________________________________________________
23099 [ 27800] By: nicholas                              on 2006/04/14  14:45:04
23100         Log: Mark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.pl
23101              Remove a reference to the deleted function Perl_refcounted_he_dup.
23102      Branch: perl
23103            ! embed.fnc embed.h global.sym makedef.pl
23104 ____________________________________________________________________________
23105 [ 27799] By: stevep                                on 2006/04/14  12:16:01
23106         Log: Subject: [PATCH] IO::Compress::*
23107              From: Paul Marquess <paul.marquess@ntlworld.com>
23108              Date: Fri, 14 Apr 2006 09:05:39 +0100
23109              Message-ID: <004f01c65f9a$3871eb30$2405140a@myopwv.com>
23110      Branch: perl
23111            ! ext/Compress/IO/Base/Changes
23112            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
23113            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
23114            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
23115            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
23116            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/README
23117            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
23118            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
23119            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
23120            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
23121            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
23122            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
23123            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
23124            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
23125            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
23126            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
23127            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
23128            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
23129            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
23130            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
23131            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
23132            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
23133            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
23134            ! ext/Compress/Raw/Zlib/README
23135            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
23136            ! ext/Compress/Zlib/README
23137            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
23138            ! t/lib/compress/generic.pl
23139 ____________________________________________________________________________
23140 [ 27798] By: nicholas                              on 2006/04/14  11:50:56
23141         Log: Subject: [PATCH] perlio.c: (Coverity) eliminate temp ptr that confuses Coverity into thinking there is a resource leak
23142              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
23143              Message-Id: <20060414085644.94A076D08C@ugli.hut.fi>
23144              Date: Fri, 14 Apr 2006 11:56:44 +0300 (EEST)
23145      Branch: perl
23146            ! perlio.c
23147 ____________________________________________________________________________
23148 [ 27797] By: stevep                                on 2006/04/14  11:26:59
23149         Log: Reverting change #27791 which may cause corruption addition corruption
23150              within a regular expression.
23151      Branch: perl
23152            ! regexec.c
23153 ____________________________________________________________________________
23154 [ 27796] By: rgs                                   on 2006/04/14  08:42:27
23155         Log: Fix implementation of threads->_handle on unixes.
23156              See :
23157              Subject: RE: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST]
23158              From: "Jerry D. Hedden" <jerry@hedden.us>
23159              Date: Tue, 04 Apr 2006 09:25:20 -0700
23160              Message-ID: <20060404092520.fb30e530d17747c2b054d625b8945d88.4a8a6b16c9.wbe@email.email.secureserver.net>
23161      Branch: perl
23162            ! ext/threads/threads.xs
23163 ____________________________________________________________________________
23164 [ 27795] By: nicholas                              on 2006/04/13  21:59:52
23165         Log: (Hopefully) fix coredumps in ByteLoader, which were a side effect of
23166              fixing a bug in B, and non-robust autogenerated code. When
23167              autogenerating initialiser statements for an array, it's a bad plan to
23168              have the size of that array hard coded.
23169      Branch: perl
23170            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
23171 ____________________________________________________________________________
23172 [ 27794] By: davem                                 on 2006/04/13  18:31:54
23173         Log: eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch PL_reg_sv
23174              (only another 434 to go ...)
23175      Branch: perl
23176            ! embed.fnc proto.h regexec.c regexp.h sv.c
23177 ____________________________________________________________________________
23178 [ 27793] By: davem                                 on 2006/04/13  17:16:41
23179         Log: disable 'split /(?{ split "" })/' test until recursive split is fixed
23180      Branch: perl
23181            ! t/op/pat.t
23182 ____________________________________________________________________________
23183 [ 27792] By: nicholas                              on 2006/04/13  16:14:23
23184         Log: Remove SAVEt_FREESHAREDPV, as nothing is using it, and it isn't catered
23185              for in Perl_ss_dup, hence nothing is testing it and nothing will alert
23186              us if it breaks.
23187      Branch: perl
23188            ! scope.c scope.h
23189 ____________________________________________________________________________
23190 [ 27791] By: stevep                                on 2006/04/13  15:08:04
23191         Log: Add another NULL check thanks to Coverity.
23192      Branch: perl
23193            ! regexec.c
23194 ____________________________________________________________________________
23195 [ 27790] By: nicholas                              on 2006/04/13  14:14:57
23196         Log: For duping SAVEHINTS it rather helps if you pay attention to what is
23197              actually being pushed onto the save stack.
23198      Branch: perl
23199            ! sv.c
23200 ____________________________________________________________________________
23201 [ 27789] By: nicholas                              on 2006/04/13  13:53:55
23202         Log: Subject: [PATCH] regexec.c: (Coverity) add NULL check
23203              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23204              Message-Id: <200604131252.k3DCqFUL497781@kosh.hut.fi>
23205              Date: Thu, 13 Apr 2006 15:52:15 +0300 (EEST)
23206      Branch: perl
23207            ! regexec.c
23208 ____________________________________________________________________________
23209 [ 27788] By: nicholas                              on 2006/04/13  13:28:50
23210         Log: Subject: [PATCH] regexec.c: (Coverity) move NULL check even earlier
23211              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23212              Message-Id: <200604131239.k3DCdXhe124107@kosh.hut.fi>
23213              Date: Thu, 13 Apr 2006 15:39:33 +0300 (EEST)
23214      Branch: perl
23215            ! regexec.c
23216 ____________________________________________________________________________
23217 [ 27787] By: nicholas                              on 2006/04/13  13:02:30
23218         Log: Add a break; to the end of the SAVEt_COP_WARNINGS case, and don't try
23219              to dereference cop_hints if it's NULL.
23220      Branch: perl
23221            ! sv.c
23222 ____________________________________________________________________________
23223 [ 27786] By: nicholas                              on 2006/04/13  12:40:24
23224         Log: Fix B and ByteLoader to cope with cop_warnings no longer being an SV.
23225      Branch: perl
23226            ! bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
23227            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
23228 ____________________________________________________________________________
23229 [ 27785] By: nicholas                              on 2006/04/13  10:46:32
23230         Log: Add SAVEt_COP_WARNINGS to ss_dup.
23231      Branch: perl
23232            ! sv.c
23233 ____________________________________________________________________________
23234 [ 27784] By: nicholas                              on 2006/04/13  10:09:20
23235         Log: Subject: Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
23236              From: Steve Hay <steve.hay@uk.radan.com>
23237              Message-ID: <443E1998.9090909@uk.radan.com>
23238              Date: Thu, 13 Apr 2006 10:27:52 +0100
23239      Branch: perl
23240            ! embed.fnc mg.c perl.c pp_ctl.c proto.h util.c
23241 ____________________________________________________________________________
23242 [ 27783] By: davem                                 on 2006/04/13  02:20:33
23243         Log: eliminate PL_reg_re
23244              (only another 439 to go ...)
23245      Branch: perl
23246            ! embed.fnc embed.h pod/perlintern.pod proto.h regcomp.c
23247            ! regexec.c regexp.h sv.c
23248 ____________________________________________________________________________
23249 [ 27782] By: davem                                 on 2006/04/12  23:51:57
23250         Log: Subject: [perl #38906] Regex engine does not release MINMOD
23251              From: "Animator via RT" <perlbug-followup@perl.org>
23252              Message-ID: <rt-3.0.11-38906-132222.3.24032491323436@perl.org>
23253              Date: Wed, 12 Apr 2006 15:27:41 -0700
23254              
23255              zero-length minimum matches that failed could leak into a following
23256              maximal match
23257      Branch: perl
23258            ! regexec.c t/op/re_tests
23259 ____________________________________________________________________________
23260 [ 27781] By: nicholas                              on 2006/04/12  23:17:18
23261         Log: D'oh! Don't try to do #ifdefs inside "functions" that are actually
23262              macros.
23263      Branch: perl
23264            ! hv.c
23265 ____________________________________________________________________________
23266 [ 27780] By: nicholas                              on 2006/04/12  22:49:58
23267         Log: Add tests for all the other types that %^H serialisation is supposed
23268              to support. In the process, found and corrected a bug.
23269              Tests are good, m'kay.
23270      Branch: perl
23271            ! hv.c t/op/caller.t
23272 ____________________________________________________________________________
23273 [ 27779] By: nicholas                              on 2006/04/12  22:45:12
23274         Log: Change cop_warnings from an SV holding the warnings bitmask to a
23275              directly (shared) malloc()ed buffer holding the warnings bitmask.
23276              This avoids bugs/crashes when the interpreter that created an optree
23277              is freed but the optree remains in use by other interpreters.
23278      Branch: perl
23279            ! cop.h embed.fnc embed.h mg.c op.c perl.c pp_ctl.c proto.h
23280            ! scope.c scope.h sv.c util.c warnings.h warnings.pl
23281 ____________________________________________________________________________
23282 [ 27778] By: davem                                 on 2006/04/12  22:43:03
23283         Log: Remove the final recursion path from S_regmatch:  (??{...})
23284              Also put PUSH/POP_STATE infastructure in place
23285              Also eliminate PL_reg_call_cc
23286              (only another 440 global vars to go ...)
23287      Branch: perl
23288            ! regexec.c regexp.h sv.c
23289 ____________________________________________________________________________
23290 [ 27777] By: nicholas                              on 2006/04/12  16:18:30
23291         Log: Test that we can do embedded 0 bytes in hints.
23292      Branch: perl
23293            ! t/op/caller.t
23294 ____________________________________________________________________________
23295 [ 27776] By: nicholas                              on 2006/04/12  16:01:08
23296         Log: Store cop_hints as a shared structure without using any SVs (on
23297              ithreads).
23298      Branch: perl
23299            ! hv.c hv.h
23300 ____________________________________________________________________________
23301 [ 27775] By: nicholas                              on 2006/04/12  14:14:50
23302         Log: Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup.
23303      Branch: perl
23304            ! embed.fnc embed.h hv.c proto.h
23305 ____________________________________________________________________________
23306 [ 27774] By: nicholas                              on 2006/04/12  12:31:29
23307         Log: Newxz() can use calloc() rather than malloc(), as the implementation
23308              of calloc() may know that it has fresh pages from the OS, and so
23309              doesn't need to zero them itself. Plus our object code should be
23310              slightly smaller.
23311      Branch: perl
23312            ! handy.h
23313 ____________________________________________________________________________
23314 [ 27773] By: nicholas                              on 2006/04/12  12:01:38
23315         Log: As OPs are shared between threads, they should be using
23316              PerlMemShared_*alloc functions, rather than per-thread *alloc()s.
23317      Branch: perl
23318            ! op.c op.h
23319 ____________________________________________________________________________
23320 [ 27772] By: nicholas                              on 2006/04/11  22:17:25
23321         Log: Subject: [PATCH] regexec.c: move NULL check earlier to make Coverity happier
23322              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23323              Message-Id: <200604112004.k3BK4mV3097400@kosh.hut.fi>
23324              Date: Tue, 11 Apr 2006 23:04:48 +0300 (EEST)
23325      Branch: perl
23326            ! regexec.c
23327 ____________________________________________________________________________
23328 [ 27771] By: nicholas                              on 2006/04/11  21:53:33
23329         Log: Subject: [PATCH] regcomp.c (try II): use &PL_sv_undef for listsv as suggested by Nick
23330              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23331              Message-Id: <200604112053.k3BKrPgk310001@kosh.hut.fi>
23332              Date: Tue, 11 Apr 2006 23:53:25 +0300 (EEST)
23333      Branch: perl
23334            ! regcomp.c
23335 ____________________________________________________________________________
23336 [ 27770] By: nicholas                              on 2006/04/11  21:03:48
23337         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
23338              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23339              Message-Id: <200604112039.k3BKdWix334525@kosh.hut.fi>
23340              Date: Tue, 11 Apr 2006 23:39:32 +0300 (EEST)
23341      Branch: perl
23342            ! perlio.c
23343 ____________________________________________________________________________
23344 [ 27769] By: nicholas                              on 2006/04/11  19:47:15
23345         Log: Subject: [PATCH] locale.c: more Safefree() (Coverity finding)
23346              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23347              Message-Id: <200604111908.k3BJ8ewn030950@kosh.hut.fi>
23348              Date: Tue, 11 Apr 2006 22:08:40 +0300 (EEST)
23349      Branch: perl
23350            ! locale.c
23351 ____________________________________________________________________________
23352 [ 27768] By: nicholas                              on 2006/04/11  19:26:48
23353         Log: First stab at using the pad to store the serialised hints data.
23354              This approach is almost certainly not only wrong, but also doomed.
23355              But it's needed to build a correct solution.
23356      Branch: perl
23357            ! hv.c hv.h op.c pp_ctl.c scope.h sv.c
23358 ____________________________________________________________________________
23359 [ 27767] By: nicholas                              on 2006/04/11  18:06:30
23360         Log: Within Perl_newSVhek, inline most of newSVpvn_share(), because
23361              share_hek_hek() is far more efficient than sharepvn().
23362      Branch: perl
23363            ! sv.c
23364 ____________________________________________________________________________
23365 [ 27766] By: nicholas                              on 2006/04/11  16:17:13
23366         Log: Stop Perl_newSVpvn_share() potentially leaking the return result from
23367              bytes_from_utf8().
23368      Branch: perl
23369            ! sv.c
23370 ____________________________________________________________________________
23371 [ 27764] By: nicholas                              on 2006/04/11  13:47:05
23372         Log: Need to migrate the refcounted_he structure to be properly shared.
23373              Add a mutex for manipulated their reference counts.
23374              Unwrap the structure, so that for ithreads it can store SVs in pads.
23375      Branch: perl
23376            ! dosish.h embedvar.h hv.c hv.h perl.c perlapi.h perlvars.h
23377            ! symbian/symbianish.h unixish.h vms/vmsish.h win32/win32.c
23378            ! wince/wince.c
23379 ____________________________________________________________________________
23380 [ 27763] By: rgs                                   on 2006/04/11  07:54:23
23381         Log: Subject: [PATCH] Quiet a coverity problem
23382              From: andy@petdance.com (Andy Lester)
23383              Date: Mon, 10 Apr 2006 23:51:50 -0500
23384              Message-ID: <20060411045150.GA1422@petdance.com>
23385      Branch: perl
23386            ! pp.c
23387 ____________________________________________________________________________
23388 [ 27762] By: nicholas                              on 2006/04/10  19:55:49
23389         Log: All S_dumpuntil()'s regnode pointer arguments can be const.
23390      Branch: perl
23391            ! embed.fnc proto.h regcomp.c
23392 ____________________________________________________________________________
23393 [ 27761] By: nicholas                              on 2006/04/10  17:48:04
23394         Log: Perl_unsharepvn() was no longer being used in core, and changes to
23395              S_unshare_hek_or_pvn() had broken it. Now fixed and tested.
23396      Branch: perl
23397            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
23398 ____________________________________________________________________________
23399 [ 27760] By: merijn                                on 2006/04/10  16:35:30
23400         Log: config_H being the last part of my mkglossary work
23401      Branch: perl
23402            ! Porting/config_H
23403 ____________________________________________________________________________
23404 [ 27758] By: merijn                                on 2006/04/10  16:14:32
23405         Log: Regeneration of Glossary and the underlying tools.
23406      Branch: perl
23407            ! Porting/Glossary Porting/config.sh
23408 ____________________________________________________________________________
23409 [ 27757] By: rgs                                   on 2006/04/10  15:46:27
23410         Log: Subject: [PATCH] Fix coverity warning in utf8.c
23411              From: Andy Dougherty <doughera@lafayette.edu>
23412              Date: Mon, 10 Apr 2006 11:18:35 -0400 (EDT)
23413              Message-ID: <Pine.SOC.4.62.0604101117450.22851@maxwell.phys.lafayette.edu>
23414      Branch: perl
23415            ! utf8.c
23416 ____________________________________________________________________________
23417 [ 27756] By: nicholas                              on 2006/04/10  12:21:34
23418         Log: Subject: [PATCH] pp_sys.c: some Coverity findings: NULL guards for format cv
23419              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
23420              Message-Id: <20060408155541.46B796D08C@ugli.hut.fi>
23421              Date: Sat,  8 Apr 2006 18:55:41 +0300 (EEST)
23422      Branch: perl
23423            ! pp_sys.c t/op/write.t
23424 ____________________________________________________________________________
23425 [ 27755] By: nicholas                              on 2006/04/10  11:56:21
23426         Log: Subject: [PATCH] pp_sys.c: some Coverity findings: NULL guards for io pointers
23427              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
23428              Message-Id: <20060408155232.4C9726D08C@ugli.hut.fi>
23429              Date: Sat,  8 Apr 2006 18:52:32 +0300 (EEST)
23430      Branch: perl
23431            ! pp_sys.c
23432 ____________________________________________________________________________
23433 [ 27754] By: nicholas                              on 2006/04/10  11:12:26
23434         Log: Subject: [PATCH]es: quiet some warnings (with a free AIX cpp insanity avoidance tip)
23435              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23436              Message-ID: <44375F23.6030900@gmail.com>
23437              Date: Sat, 08 Apr 2006 09:58:43 +0300
23438      Branch: perl
23439            ! op.c pad.h pp_sys.c
23440 ____________________________________________________________________________
23441 [ 27753] By: davem                                 on 2006/04/10  09:10:37
23442         Log: Subject:  [PATCH] True consting goodness in regexes
23443              From:  andy@petdance.com (Andy Lester)
23444              Date:  Mon, 10 Apr 2006 02:15:58 -0500
23445              Message-Id:  <20060410071558.GA24756@petdance.com>
23446      Branch: perl
23447            ! embed.fnc proto.h regcomp.c regexec.c
23448 ____________________________________________________________________________
23449 [ 27752] By: nicholas                              on 2006/04/09  21:07:48
23450         Log: Fix pointer error in change 27741, spotted by John E. Malmberg.
23451      Branch: perl
23452            ! sv.c
23453 ____________________________________________________________________________
23454 [ 27751] By: stevep                                on 2006/04/09  19:28:35
23455         Log: Subject: Re: [PATCH] perlio.c: Coverity finding: finding false (Coverity notable to follow vtable logic) but adding an assert
23456              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23457              Date: Sun, 09 Apr 2006 10:18:52 +0300
23458              Message-ID: <4438B55C.9010604@gmail.com>
23459      Branch: perl
23460            ! perlio.c
23461 ____________________________________________________________________________
23462 [ 27750] By: stevep                                on 2006/04/09  18:55:07
23463         Log: Subject: Re: [PATCH] locale.c: Coverity finding
23464              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23465              Date: Sun, 09 Apr 2006 10:31:32 +0300
23466              Message-ID: <4438B854.6040301@gmail.com>
23467      Branch: perl
23468            ! locale.c
23469 ____________________________________________________________________________
23470 [ 27749] By: stevep                                on 2006/04/09  18:44:17
23471         Log: Subject: [PATCH] Rename variables in some mg_* funcs
23472              From: andy@petdance.com (Andy Lester)
23473              Date: Sun, 9 Apr 2006 00:20:12 -0500
23474              Message-ID: <20060409052012.GA15887@petdance.com>
23475      Branch: perl
23476            ! mg.c
23477 ____________________________________________________________________________
23478 [ 27746] By: davem                                 on 2006/04/08  23:58:51
23479         Log: fix potential null deref introduced by change #27716
23480      Branch: perl
23481            ! regexec.c
23482 ____________________________________________________________________________
23483 [ 27745] By: nicholas                              on 2006/04/08  22:37:29
23484         Log: Subject: [PATCH] perlio.c: Coverity finding: finding false (Coverity not able to follow vtable logic) but adding an assert
23485              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
23486              Message-Id: <20060408161136.CEAC86D08C@ugli.hut.fi>
23487              Date: Sat,  8 Apr 2006 19:11:36 +0300 (EEST)
23488      Branch: perl
23489            ! perlio.c
23490 ____________________________________________________________________________
23491 [ 27744] By: nicholas                              on 2006/04/08  22:23:26
23492         Log: Subject: [PATCH] sv.c, rs.t, perlvar.pod (Coverity finding: did you know what happens with $/=\0?)
23493              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
23494              Message-Id: <20060408152533.C4D5F6D08C@ugli.hut.fi>
23495              Date: Sat,  8 Apr 2006 18:25:33 +0300 (EEST)
23496              
23497              (although I should add that this version of Coverity is actually
23498              raising a false positive here, albeit something still interesting)
23499      Branch: perl
23500            ! pod/perlvar.pod sv.c t/base/rs.t
23501 ____________________________________________________________________________
23502 [ 27741] By: nicholas                              on 2006/04/08  15:14:13
23503         Log: As av_dup, gv_dup and hv_dup are the same as sv_dup, code in various
23504              branches of Perl_ss_dup() is actually duplicated, so can be merged.
23505      Branch: perl
23506            ! sv.c
23507 ____________________________________________________________________________
23508 [ 27740] By: nicholas                              on 2006/04/08  14:46:53
23509         Log: By swapping the order of pushes onto the save stack for
23510              SAVEt_GENERIC_PVREF, we can merge it with SAVEt_PPTR in Perl_ss_dup().
23511      Branch: perl
23512            ! scope.c sv.c
23513 ____________________________________________________________________________
23514 [ 27739] By: nicholas                              on 2006/04/08  13:43:46
23515         Log: Teach ss_dup about SAVEt_RE_STATE. (As correctly as it ever was before)
23516      Branch: perl
23517            ! sv.c
23518 ____________________________________________________________________________
23519 [ 27738] By: nicholas                              on 2006/04/08  12:50:13
23520         Log: ss_dup of SAVEt_COP_ARYBASE can use the same code as SAVEt_I8.
23521      Branch: perl
23522            ! sv.c
23523 ____________________________________________________________________________
23524 [ 27737] By: nicholas                              on 2006/04/07  21:24:35
23525         Log: Give more information in the panic in ss_dup. (Although I'm not sure
23526              if croak() works at this point, given PerlIO's dependency on a
23527              functional interpreter.)
23528      Branch: perl
23529            ! sv.c
23530 ____________________________________________________________________________
23531 [ 27736] By: gisle                                 on 2006/04/07  16:08:26
23532         Log: Make perl_fini() run when compiling perl with
23533              the Sun WorkShop compiler.
23534      Branch: perl
23535            ! perl.c
23536 ____________________________________________________________________________
23537 [ 27735] By: steveh                                on 2006/04/07  14:55:41
23538         Log: Patch from Jarkko to fix breakage caused by change #27649
23539              see: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00144.html
23540      Branch: perl
23541            ! malloc.c perl.h
23542 ____________________________________________________________________________
23543 [ 27734] By: nicholas                              on 2006/04/07  12:49:11
23544         Log: Oops. Being too terse for my own good - it's not a great idea to chain
23545              assignment of char * to struct pmop *, even when the value is NULL.
23546      Branch: perl
23547            ! perl.c
23548 ____________________________________________________________________________
23549 [ 27733] By: craigb                                on 2006/04/07  02:53:52
23550         Log: Subject: [patch@27694] VMS RMSEXPAND/PERL_CANDO fixes
23551              From: "John E. Malmberg" <wb8tyw@qsl.net>
23552              Date: Mon, 03 Apr 2006 07:39:10 -0400
23553              Message-id: <4431095E.8030003@qsl.net>
23554      Branch: perl
23555            ! vms/vms.c vms/vmsish.h
23556 ____________________________________________________________________________
23557 [ 27732] By: nicholas                              on 2006/04/06  15:52:37
23558         Log: Move all the regexp state variables into a single structure.
23559              This allows it to be saved, restored and cloned with a single Copy()
23560              (but inevitably still some fixup)
23561      Branch: perl
23562            ! embedvar.h perl.c perlapi.h regcomp.c regexp.h scope.c sv.c
23563            ! thrdvar.h
23564 ____________________________________________________________________________
23565 [ 27731] By: steveh                                on 2006/04/06  14:55:40
23566         Log: Subject: Re: Smoke [5.9.4] 27728 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
23567              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
23568              Date: Thu, 6 Apr 2006 14:32:50 +0200
23569              Message-ID: <20060406143250.5a7de4b8@grubert.mandriva.com>
23570      Branch: perl
23571            ! mg.c
23572 ____________________________________________________________________________
23573 [ 27729] By: steveh                                on 2006/04/06  12:16:53
23574         Log: Fix skip count in ext\B\t\lint.t
23575      Branch: perl
23576            ! ext/B/t/lint.t
23577 ____________________________________________________________________________
23578 [ 27728] By: nicholas                              on 2006/04/05  21:40:11
23579         Log: Save the regexp engine state as 1 block on the save stack.
23580      Branch: perl
23581            ! regcomp.c regexp.h scope.c scope.h
23582 ____________________________________________________________________________
23583 [ 27727] By: rgs                                   on 2006/04/05  20:59:53
23584         Log: Subject: Re: expr foreach (...) isn't a B::Lint warning anymore
23585              From: "Joshua ben Jore" <twists@gmail.com>
23586              Date: Wed, 5 Apr 2006 01:11:11 -0500
23587              Message-ID: <dc5c751d0604042311v354547aanf482b3259e56ebb8@mail.gmail.com>
23588      Branch: perl
23589            ! ext/B/B/Lint.pm ext/B/t/lint.t
23590 ____________________________________________________________________________
23591 [ 27726] By: nicholas                              on 2006/04/05  20:19:34
23592         Log: Perl_save_alloc can use the new(er) SSGROW rather than looping.
23593      Branch: perl
23594            ! scope.c
23595 ____________________________________________________________________________
23596 [ 27725] By: rgs                                   on 2006/04/05  19:45:42
23597         Log: Assigning undef to an entry in %ENV shouldn't produce warnings, even
23598              though it's silently converted to ""
23599      Branch: perl
23600            ! mg.c t/lib/warnings/mg
23601 ____________________________________________________________________________
23602 [ 27724] By: stevep                                on 2006/04/05  16:15:41
23603         Log: Try not to use negative values when accessing arrays in C.  Yet another
23604              Coverity catch.
23605      Branch: perl
23606            ! util.c
23607 ____________________________________________________________________________
23608 [ 27723] By: stevep                                on 2006/04/05  15:31:18
23609         Log: Initializing variables is good.  This is another Coverity catch.
23610      Branch: perl
23611            ! gv.c
23612 ____________________________________________________________________________
23613 [ 27722] By: rgs                                   on 2006/04/05  14:44:11
23614         Log: Subject: perlio.c breaks on Solaris/gcc when > 256 FDs are available
23615              From: Alan Burlison <Alan.Burlison@sun.com>
23616              Date: Wed, 05 Apr 2006 15:52:14 +0100
23617              Message-ID: <4433D99E.40800@sun.com>
23618      Branch: perl
23619            ! perlio.c
23620 ____________________________________________________________________________
23621 [ 27721] By: rgs                                   on 2006/04/05  12:56:10
23622         Log: There should be only one META.yml file
23623      Branch: perl
23624            - ext/Devel/PPPort/META.yml ext/Encode/META.yml
23625            ! MANIFEST
23626 ____________________________________________________________________________
23627 [ 27720] By: rgs                                   on 2006/04/05  12:19:11
23628         Log: Fix test portability on non-ASCII platforms
23629              
23630              Subject: Re: lib/ExtUtils/t/Constant.t problem on z/OS
23631              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23632              Date: Wed, 05 Apr 2006 21:13:02 +0900
23633              Message-Id: <20060405210426.F99D.BQW10602@nifty.com>
23634      Branch: perl
23635            ! lib/ExtUtils/t/Constant.t
23636 ____________________________________________________________________________
23637 [ 27719] By: stevep                                on 2006/04/05  11:49:23
23638         Log: Document the functions htmlify() and anchorify() in Pod::Html.
23639      Branch: perl
23640            ! lib/Pod/Html.pm
23641 ____________________________________________________________________________
23642 [ 27718] By: steveh                                on 2006/04/05  10:35:58
23643         Log: Simplify tests for fork() capabilities
23644              
23645              Jarkko pointed out that change #27710 was causing some
23646              black smoke so makes the tests for fork() simpler, as
23647              per lib\Test\Simple\t\fork.t for now. (Ideally we want
23648              a $Config{d_pseudofork}, as suggested by Andy Dougherty,
23649              but that'll have to wait until I get some more tuits.)
23650      Branch: perl
23651            ! ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_sock.t
23652 ____________________________________________________________________________
23653 [ 27717] By: davem                                 on 2006/04/05  03:17:50
23654         Log: (??{...}) didn't always restore PL_reg_re.
23655              Also trie debugging output was using a var that was no longer
23656              valid
23657      Branch: perl
23658            ! regexec.c
23659 ____________________________________________________________________________
23660 [ 27716] By: davem                                 on 2006/04/05  01:50:33
23661         Log: eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdata
23662              (only another 441 global vars to go ...)
23663      Branch: perl
23664            ! embed.fnc embed.h embedvar.h perlapi.h proto.h regcomp.c
23665            ! regexec.c sv.c thrdvar.h
23666 ____________________________________________________________________________
23667 [ 27715] By: davem                                 on 2006/04/05  01:26:59
23668         Log: restructure the EVAL branch of regmatch() to minimise local var scope
23669              (no changes to functionality)
23670      Branch: perl
23671            ! regexec.c
23672 ____________________________________________________________________________
23673 [ 27714] By: rgs                                   on 2006/04/04  15:15:19
23674         Log: Subject: Re: Making IO::Socket pass test on Win32
23675              From: Jim Cromie <jim.cromie@gmail.com>
23676              Date: Tue, 04 Apr 2006 11:07:03 -0400
23677              Message-ID: <44328B97.2060903@gmail.com>
23678      Branch: perl
23679            ! ext/B/t/concise-xs.t
23680 ____________________________________________________________________________
23681 [ 27713] By: rgs                                   on 2006/04/04  12:42:44
23682         Log: FEATURE_IS_ENABLED takes only one parameter now, so reflect that in
23683              perl_keyword.pl
23684      Branch: perl
23685            ! perl_keyword.pl
23686 ____________________________________________________________________________
23687 [ 27712] By: rgs                                   on 2006/04/04  11:42:05
23688         Log: Subject: [PATCH] threads.pm should overload != operator
23689              From: "Jan Dubois" <jand@ActiveState.com>
23690              Date: Mon, 3 Apr 2006 18:06:24 -0700
23691              Message-ID: <02fc01c65783$fe4820f0$2217a8c0@candy>
23692      Branch: perl
23693            ! ext/threads/t/basic.t ext/threads/threads.pm
23694 ____________________________________________________________________________
23695 [ 27711] By: rgs                                   on 2006/04/04  11:14:27
23696         Log: Fix syntax error in io_pipe test
23697      Branch: perl
23698            ! ext/IO/t/io_pipe.t
23699 ____________________________________________________________________________
23700 [ 27710] By: steveh                                on 2006/04/04  10:34:10
23701         Log: Subject: Re: Making IO::Socket pass test on Win32
23702              From: demerphq <demerphq@gmail.com>
23703              Date: Sun, 2 Apr 2006 11:07:19 +0200
23704              Message-ID: <9b18b3110604020107o6a0b594cwfc2344a172c360b0@mail.gmail.com>
23705              
23706              plus extra $Config{d_fork} changes to io_pipe.t and io_multihomed.t
23707      Branch: perl
23708            ! ext/IO/lib/IO/Socket.pm ext/IO/t/io_multihomed.t
23709            ! ext/IO/t/io_pipe.t ext/IO/t/io_sock.t ext/IO/t/io_unix.t
23710 ____________________________________________________________________________
23711 [ 27709] By: rgs                                   on 2006/04/04  08:54:05
23712         Log: Subject: [PATCH] Move conditional SOCKS5 code into #ifdefs
23713              From: andy@petdance.com (Andy Lester)
23714              Date: Mon, 3 Apr 2006 08:28:18 -0500
23715              Message-ID: <20060403132818.GA7820@petdance.com>
23716      Branch: perl
23717            ! perlio.c
23718 ____________________________________________________________________________
23719 [ 27708] By: gisle                                 on 2006/04/04  08:36:02
23720         Log: Change 27592 disabled the building of manpages for non core-extensions
23721              The init_MAN3PODS method need to be called when no INSTALLMAN3DIR is
23722              present in the first place.
23723      Branch: perl
23724            ! lib/ExtUtils/MM_Unix.pm
23725 ____________________________________________________________________________
23726 [ 27707] By: rgs                                   on 2006/04/04  07:39:59
23727         Log: Subject: [PATCH] "smart match" description in overload.pm is in the middle of "fallback" section
23728              From: "Jan Dubois" <jand@ActiveState.com>
23729              Date: Mon, 3 Apr 2006 18:11:55 -0700
23730              Message-ID: <02fd01c65784$c3f3c430$2217a8c0@candy>
23731      Branch: perl
23732            ! lib/overload.pm
23733 ____________________________________________________________________________
23734 [ 27706] By: craigb                                on 2006/04/04  03:12:34
23735         Log: sort out some utime() issues on VMS
23736      Branch: perl
23737            ! vms/perlvms.pod vms/vms.c
23738 ____________________________________________________________________________
23739 [ 27705] By: rgs                                   on 2006/04/03  16:21:57
23740         Log: Subject: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST]
23741              From: "Jerry D. Hedden" <jerry@hedden.us>
23742              Date: Mon, 03 Apr 2006 06:10:35 -0700
23743              Message-ID: <20060403061035.fb30e530d17747c2b054d625b8945d88.7482c755b8.wbe@email.email.secureserver.net>
23744      Branch: perl
23745            ! ext/threads/Changes ext/threads/README ext/threads/t/basic.t
23746            ! ext/threads/t/join.t ext/threads/t/list.t
23747            ! ext/threads/t/problems.t ext/threads/t/thread.t
23748            ! ext/threads/threads.pm ext/threads/threads.xs
23749 ____________________________________________________________________________
23750 [ 27704] By: nicholas                              on 2006/04/03  11:32:44
23751         Log: Two modules in ext/ have dependencies that are post-miniperl.
23752              Encode this information in the Makefile for now.
23753      Branch: perl
23754            ! Makefile.SH
23755 ____________________________________________________________________________
23756 [ 27703] By: merijn                                on 2006/04/03  10:02:37
23757         Log: Regeneration after backports of #27447, #27484, #27485, #27488,
23758              #27489, #27490, #27491, and #27632
23759      Branch: perl
23760            ! Configure config_h.SH
23761 ____________________________________________________________________________
23762 [ 27702] By: davem                                 on 2006/04/03  09:56:29
23763         Log: undo #27700 and add a missing Safefree()
23764      Branch: perl
23765            ! regexec.c
23766 ____________________________________________________________________________
23767 [ 27701] By: rgs                                   on 2006/04/03  09:50:45
23768         Log: Subject: [PATCH] SvREFCNT_inc tweaks
23769              From: andy@petdance.com (Andy Lester)
23770              Date: Sat, 1 Apr 2006 02:01:30 -0600
23771              Message-ID: <20060401080130.GA19372@petdance.com>
23772      Branch: perl
23773            ! op.c pad.c perlio.c
23774 ____________________________________________________________________________
23775 [ 27700] By: rgs                                   on 2006/04/03  09:07:20
23776         Log: Subject: [PATCH] Removed unused code in regexec.c
23777              From: andy@petdance.com (Andy Lester)
23778              Date: Mon, 3 Apr 2006 00:00:50 -0500
23779              Message-ID: <20060403050050.GA19055@petdance.com>
23780      Branch: perl
23781            ! regexec.c
23782 ____________________________________________________________________________
23783 [ 27699] By: rgs                                   on 2006/04/03  08:57:57
23784         Log: Subject: [PATCH] ext/IO/t/io_unix.t
23785              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23786              Date: Sun, 02 Apr 2006 21:57:19 +0300
23787              Message-ID: <44301E8F.2060503@gmail.com>
23788      Branch: perl
23789            ! ext/IO/t/io_unix.t
23790 ____________________________________________________________________________
23791 [ 27698] By: rgs                                   on 2006/04/03  08:50:28
23792         Log: Subject: revisited: pow.t test failures on AIX 5.1 perl588 with -Duselongdouble
23793              From: "John L. Allen" <allen@grumman.com>
23794              Date: Thu, 30 Mar 2006 17:53:13 -0500 (EST)
23795              Message-ID: <Pine.GSO.4.53.0603301710140.24672@gateway.northropgrumman.com>
23796      Branch: perl
23797            ! pp.c
23798 ____________________________________________________________________________
23799 [ 27697] By: rgs                                   on 2006/04/03  08:30:27
23800         Log: Document that the regexp engine is not currently reentrant
23801              
23802              Subject: Re: [perl #33936] segment fault when using split() in regexp with (??{...})
23803              From: Dominic Dunlop <domo@computer.org>
23804              Date: Sun, 2 Apr 2006 21:13:59 +0200
23805              Message-Id: <AD104FE7-2BD6-49B6-A845-46458179A4B1@computer.org>
23806      Branch: perl
23807            ! pod/perlre.pod
23808 ____________________________________________________________________________
23809 [ 27696] By: rgs                                   on 2006/04/03  08:22:15
23810         Log: Take splint into account for PERL_UNUSED_ARG (patch by Jarkko)
23811      Branch: perl
23812            ! XSUB.h perl.h
23813 ____________________________________________________________________________
23814 [ 27694] By: davem                                 on 2006/04/03  01:31:12
23815         Log: anonymous unions aren't legal ANSI c
23816      Branch: perl
23817            ! regexec.c regexp.h
23818 ____________________________________________________________________________
23819 [ 27693] By: nicholas                              on 2006/04/03  00:25:45
23820         Log: The make_ext script should pass MAKE=$MAKE to submakes it invokes for
23821              extentions, as they in turn may invoke $MAKE, and should invoke the
23822              same $MAKE as at the top level, which may not be $Config{make}
23823      Branch: perl
23824            ! ext/util/make_ext
23825 ____________________________________________________________________________
23826 [ 27692] By: davem                                 on 2006/04/02  23:50:25
23827         Log: whoops, change 27691 blew away the regexec.c changes from 27688
23828      Branch: perl
23829            ! regexec.c
23830 ____________________________________________________________________________
23831 [ 27691] By: davem                                 on 2006/04/02  22:37:57
23832         Log: subsume CURCUR (current curly) struct within the main regmatch_state
23833      Branch: perl
23834            ! regexec.c regexp.h
23835 ____________________________________________________________________________
23836 [ 27690] By: rgs                                   on 2006/04/02  21:41:28
23837         Log: Subject: [PATCH] Removed unnecessary pointers checks
23838              From: andy@petdance.com (Andy Lester)
23839              Date: Sat, 1 Apr 2006 01:01:32 -0600
23840              Message-ID: <20060401070132.GA6616@petdance.com>
23841      Branch: perl
23842            ! gv.c
23843 ____________________________________________________________________________
23844 [ 27689] By: rgs                                   on 2006/04/02  21:13:16
23845         Log: Subject: [PATCH] Prevent "use sort 'stable'" from reversing the order
23846              From: Robin Houston <robin@cpan.org>
23847              Date: Sun, 2 Apr 2006 17:20:24 +0100
23848              Message-ID: <20060402162024.GA3854@rpc142.cs.man.ac.uk>
23849      Branch: perl
23850            ! lib/sort.t pp_sort.c
23851 ____________________________________________________________________________
23852 [ 27688] By: rgs                                   on 2006/04/02  20:58:59
23853         Log: Subject: Re: [perl #38293] chr(65535) should be allowed in regexes
23854              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23855              Date: Sun, 02 Apr 2006 22:48:44 +0900
23856              Message-Id: <20060402224657.B942.BQW10602@nifty.com>
23857      Branch: perl
23858            ! doop.c op.c regcomp.c regexec.c t/op/pat.t t/op/tr.t utf8.h
23859 ____________________________________________________________________________
23860 [ 27687] By: nicholas                              on 2006/04/02  20:27:24
23861         Log: Change 27677 missed two direct accesses to op_private in COPs.
23862              I believe that all are now found, as redefining CopHINTS_get(c)
23863              to (~(c)->op_private) (with corresponding changes to CopHINTS_set()
23864              and the initialisation of PL_compiling) works.
23865      Branch: perl
23866            ! perl.h pp_ctl.c utf8.h
23867 ____________________________________________________________________________
23868 [ 27686] By: merijn                                on 2006/04/02  19:10:55
23869         Log: First stab at a more reliable Glossary. This now is (again)
23870              mostly generated. (Well, It's a repair to the existing version
23871              "based on" a generated version, which is now well sorted, but
23872              still incomplete for less obvious reasons).
23873      Branch: perl
23874            ! Porting/Glossary
23875 ____________________________________________________________________________
23876 [ 27685] By: davem                                 on 2006/04/02  18:32:32
23877         Log: make parts of struct regmatch_state unions
23878              This reduces its size from 120 to 72 bytes
23879      Branch: perl
23880            ! regexec.c regexp.h
23881 ____________________________________________________________________________
23882 [ 27681] By: nicholas                              on 2006/04/02  17:05:34
23883         Log: Better failure diagnostics from switch.t.
23884      Branch: perl
23885            ! t/op/switch.t
23886 ____________________________________________________________________________
23887 [ 27680] By: nicholas                              on 2006/04/02  16:51:53
23888         Log: Subject: Re: recent changes have some unmatching of parameters and types
23889              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23890              Message-Id: <20060402122547.0037.BQW10602@nifty.com>
23891              Date: Sun, 02 Apr 2006 12:32:53 +0900
23892      Branch: perl
23893            ! embed.fnc pod/perlintern.pod proto.h
23894 ____________________________________________________________________________
23895 [ 27679] By: davem                                 on 2006/04/02  16:32:10
23896         Log: use slabs to allocate save state space in regmatch() 
23897      Branch: perl
23898            ! embedvar.h perl.c perl.h perlapi.h regcomp.h regexec.c
23899            ! regexp.h sv.c thrdvar.h
23900 ____________________________________________________________________________
23901 [ 27677] By: nicholas                              on 2006/04/02  11:17:58
23902         Log: Abstract all reads/writes of the hints in COPs with 2 new macros,
23903              CopHINTS_get() and CopHINTS_set().
23904      Branch: perl
23905            ! cop.h op.c pp_ctl.c utf8.c
23906 ____________________________________________________________________________
23907 [ 27676] By: nicholas                              on 2006/04/02  10:55:36
23908         Log: 'SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv)' is 'SvIV(sv)' so write it as such.
23909      Branch: perl
23910            ! mg.c
23911 ____________________________________________________________________________
23912 [ 27674] By: nicholas                              on 2006/04/02  10:41:30
23913         Log: Convert ByteLoader to use CopARYBASE_set().
23914      Branch: perl
23915            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
23916 ____________________________________________________________________________
23917 [ 27671] By: nicholas                              on 2006/04/02  10:08:04
23918         Log: Abstract all the accesses to cop_arybase (apart from ByteLoader)
23919      Branch: perl
23920            ! cop.h ext/B/B.xs mg.c op.c pp.c pp_ctl.c pp_hot.c scope.c
23921            ! scope.h toke.c
23922 ____________________________________________________________________________
23923 [ 27669] By: craigb                                on 2006/04/02  01:09:38
23924         Log: fix typo in vms/gen_shrfls.pl itanium detector
23925      Branch: perl
23926            ! vms/gen_shrfls.pl
23927 ____________________________________________________________________________
23928 [ 27668] By: nicholas                              on 2006/04/01  23:34:10
23929         Log: If the passed in target rv for Perl_newSVrv() was already a reference
23930              to something, it would leak the reference count on that thing.
23931      Branch: perl
23932            ! sv.c
23933 ____________________________________________________________________________
23934 [ 27667] By: nicholas                              on 2006/04/01  23:09:34
23935         Log: Test no mypragma;
23936      Branch: perl
23937            ! t/lib/mypragma.t
23938 ____________________________________________________________________________
23939 [ 27666] By: nicholas                              on 2006/04/01  21:17:46
23940         Log: Automatically set HINT_LOCALIZE_HH whenever %^H is modified.
23941      Branch: perl
23942            ! embed.fnc embed.h hv.c lib/feature.pm lib/sort.pm mg.c op.c
23943            ! proto.h scope.c scope.h t/lib/mypragma.pm
23944 ____________________________________________________________________________
23945 [ 27665] By: nicholas                              on 2006/04/01  19:38:31
23946         Log: The call to Perl_hv_assert(aTHX_ hv) should be wrapped in a DEBUG_A().
23947      Branch: perl
23948            ! hv.c
23949 ____________________________________________________________________________
23950 [ 27664] By: nicholas                              on 2006/04/01  15:26:48
23951         Log: Test that user pragmas work inside string eval.
23952      Branch: perl
23953            ! t/lib/mypragma.t
23954 ____________________________________________________________________________
23955 [ 27663] By: nicholas                              on 2006/04/01  15:22:54
23956         Log: Add Rafael's example user pragma, and convert his demo to a test.
23957      Branch: perl
23958            + t/lib/mypragma.pm t/lib/mypragma.t
23959            ! MANIFEST
23960 ____________________________________________________________________________
23961 [ 27662] By: nicholas                              on 2006/04/01  15:21:56
23962         Log: If the comment says "(and not ours)" then it should be tested.
23963      Branch: perl
23964            ! t/op/getppid.t
23965 ____________________________________________________________________________
23966 [ 27660] By: nicholas                              on 2006/04/01  15:11:11
23967         Log: Rewrite t/op/getppid.t to remove the assumption that init has PID of 1.
23968      Branch: perl
23969            ! t/op/getppid.t
23970 ____________________________________________________________________________
23971 [ 27659] By: nicholas                              on 2006/04/01  14:31:37
23972         Log: Propagate cop_hints inside string evals. For the unthreaded case this
23973              is easy. For the threaded case it's not, because the current OP may
23974              be shared with another thread, so solve this by copying the hints
23975              chain.
23976      Branch: perl
23977            ! embed.fnc embed.h hv.c pod/perlintern.pod pp_ctl.c proto.h
23978            ! t/op/caller.t
23979 ____________________________________________________________________________
23980 [ 27657] By: nicholas                              on 2006/04/01  12:32:23
23981         Log: Inconsistencies in paramter const-ness noticed by SADAHIRO Tomoyuki.
23982      Branch: perl
23983            ! embed.fnc proto.h sv.c
23984 ____________________________________________________________________________
23985 [ 27656] By: rgs                                   on 2006/03/31  21:53:22
23986         Log: Subject: [PATCH] Re: recursion now removed from the regex engine
23987              From: Dominic Dunlop <shouldbedomo@mac.com>
23988              Date: Thu, 30 Mar 2006 10:31:55 +0200
23989              Message-Id: <C4D69F9F-FB90-4564-8C46-E51765EB0440@mac.com>
23990      Branch: perl
23991            ! t/op/pat.t
23992 ____________________________________________________________________________
23993 [ 27653] By: rgs                                   on 2006/03/31  20:02:40
23994         Log: Updated version of the grumpy comment deleted by change #27649,
23995              by Jarkko
23996      Branch: perl
23997            ! perl.h
23998 ____________________________________________________________________________
23999 [ 27652] By: merijn                                on 2006/03/31  19:36:44
24000         Log: Glossary part for #27447 (madlyh, madlyobj, madlysrc)
24001      Branch: perl
24002            ! Porting/Glossary
24003 ____________________________________________________________________________
24004 [ 27650] By: nicholas                              on 2006/03/31  19:30:09
24005         Log: Need to dup any hints HV stored on the save stack.
24006      Branch: perl
24007            ! sv.c
24008 ____________________________________________________________________________
24009 [ 27649] By: rgs                                   on 2006/03/31  16:59:53
24010         Log: Subject: [PATCH] Redo PERL_UNUSED_DECL
24011              From: andy@petdance.com (Andy Lester)
24012              Date: Fri, 31 Mar 2006 00:54:58 -0600
24013              Message-ID: <20060331065458.GA28571@petdance.com>
24014      Branch: perl
24015            ! malloc.c perl.h
24016 ____________________________________________________________________________
24017 [ 27648] By: craigb                                on 2006/03/31  16:31:28
24018         Log: Subject: [patch@27638] Enable standard stat for VMS >=8.2
24019              From: "John E. Malmberg" <wb8tyw@qsl.net>
24020              Date: Fri, 31 Mar 2006 00:39:23 -0500
24021              Message-id: <442CC08A.30409@qsl.net>
24022      Branch: perl
24023            ! configure.com vms/vms.c vms/vmsish.h
24024 ____________________________________________________________________________
24025 [ 27647] By: nicholas                              on 2006/03/31  16:22:13
24026         Log: Note future possible flexibility for Perl_magic_sethint().
24027      Branch: perl
24028            ! mg.c
24029 ____________________________________________________________________________
24030 [ 27646] By: nicholas                              on 2006/03/31  16:19:38
24031         Log: Test that entries in %^H are actually independant.
24032      Branch: perl
24033            ! t/op/caller.t
24034 ____________________________________________________________________________
24035 [ 27645] By: nicholas                              on 2006/03/31  14:10:39
24036         Log: I can't spell.
24037      Branch: perl
24038            ! op.c
24039 ____________________________________________________________________________
24040 [ 27644] By: rgs                                   on 2006/03/31  14:08:12
24041         Log: Document new magic types in perlguts. Fix a comment about sort hints.
24042      Branch: perl
24043            ! perl.h pod/perlguts.pod
24044 ____________________________________________________________________________
24045 [ 27643] By: nicholas                              on 2006/03/31  13:45:57
24046         Log: Serialise changes to %^H onto the current COP. Return the compile time
24047              state of %^H as an eleventh value from caller. This allows users to
24048              write pragmas.
24049      Branch: perl
24050            ! cop.h dump.c embed.fnc embed.h gv.c hv.c hv.h makedef.pl mg.c
24051            ! op.c perl.c perl.h pod/perlfunc.pod pod/perlintern.pod
24052            ! pp_ctl.c proto.h scope.c scope.h sv.c t/op/caller.t
24053 ____________________________________________________________________________
24054 [ 27642] By: rgs                                   on 2006/03/31  13:22:00
24055         Log: Upgrade to Time::Local 1.12_01
24056      Branch: perl
24057            ! lib/Time/Local.pm lib/Time/Local.t
24058 ____________________________________________________________________________
24059 [ 27641] By: rgs                                   on 2006/03/31  12:30:31
24060         Log: Subject: [PATCH] Random accumulated patches
24061              From: andy@petdance.com (Andy Lester)
24062              Date: Thu, 30 Mar 2006 23:42:28 -0600
24063              Message-ID: <20060331054228.GA18940@petdance.com>
24064      Branch: perl
24065            ! cop.h doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c op.c perl.c
24066            ! perl.h pp.c pp_ctl.c pp_hot.c pp_sort.c proto.h regcomp.c sv.c
24067            ! sv.h toke.c utf8.c
24068 ____________________________________________________________________________
24069 [ 27640] By: rgs                                   on 2006/03/31  12:10:57
24070         Log: Subject: [PATCH] IO::Compress::Zip
24071              From: "Paul Marquess" <paul.marquess@ntlworld.com>
24072              Date: Fri, 31 Mar 2006 09:48:36 +0100
24073              Message-ID: <005201c6549f$e7374490$2405140a@myopwv.com>
24074      Branch: perl
24075            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
24076 ____________________________________________________________________________
24077 [ 27639] By: rgs                                   on 2006/03/31  08:00:08
24078         Log: Test for fileno definedness instead of truth
24079              Don't load Config.pm, which isn't used
24080      Branch: perl
24081            ! lib/FileCache.pm
24082 ____________________________________________________________________________
24083 [ 27638] By: nicholas                              on 2006/03/30  20:55:17
24084         Log: Localising hash slices with UTF-8 encoded keys was also buggy.
24085              (See also change 27637)
24086      Branch: perl
24087            ! pp.c t/op/local.t
24088 ____________________________________________________________________________
24089 [ 27637] By: nicholas                              on 2006/03/30  20:37:03
24090         Log: Fix bug #38815 (localising keys which are UTF-8 encoded didn't delete
24091              them correctly on scope exit)
24092      Branch: perl
24093            ! pp_hot.c scope.c t/op/local.t
24094 ____________________________________________________________________________
24095 [ 27636] By: nicholas                              on 2006/03/30  18:18:27
24096         Log: Fix bug 36267 - assigning to a tied hash shouldn't change the
24097              underlying hash. (It used to, if the underlying hash had had storage
24098              allocated). This has the side effect of changing the return value from
24099              hv_store and hv_store_ent for some tied hash scenarios. But *to*
24100              something consistent (ly crazy)
24101      Branch: perl
24102            ! ext/XS/APItest/t/hash.t hv.c t/op/tie.t
24103 ____________________________________________________________________________
24104 [ 27635] By: stevep                                on 2006/03/30  12:49:28
24105         Log: Pod nit mentioned in Debian bug #358455.
24106      Branch: perl
24107            ! pod/perlsec.pod
24108 ____________________________________________________________________________
24109 [ 27634] By: gisle                                 on 2006/03/30  12:31:26
24110         Log: Populate pre-canned config.sh files with
24111              d_archlib and d_inc_version_list.
24112              Ref change 27632.
24113      Branch: perl
24114            ! configure.com symbian/config.sh win32/config.bc
24115            ! win32/config.gc win32/config.vc win32/config.vc64
24116            ! wince/config.ce
24117 ____________________________________________________________________________
24118 [ 27633] By: rgs                                   on 2006/03/30  12:15:35
24119         Log: Subject: PATCH t/op/tie.t
24120              From: Robin Barker <Robin.Barker@npl.co.uk>
24121              Date: Thu, 30 Mar 2006 13:07:47 +0100
24122              Message-ID: <533D273D4014D411AB1D00062938C4D90849C9CA@hotel.npl.ad.local>
24123      Branch: perl
24124            ! t/op/tie.t
24125 ____________________________________________________________________________
24126 [ 27632] By: gisle                                 on 2006/03/30  12:13:54
24127         Log: Introduce d_sitearch and d_inc_version_list config.sh variables.
24128              These allow me to set sitearch and sitelib to be the same without
24129              ending up with duplicate entries in @INC.
24130              
24131              Basically the same way the old d_archlib variable is used.
24132      Branch: perl
24133            ! Configure Porting/Glossary config_h.SH perl.c
24134 ____________________________________________________________________________
24135 [ 27631] By: rgs                                   on 2006/03/30  08:28:38
24136         Log: Subject: Re: New Module::Build released
24137              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
24138              Date: Wed, 29 Mar 2006 14:10:32 -0500
24139              Message-ID: <442ADBA8.4000203@thepierianspring.org>
24140      Branch: perl
24141            + lib/Module/Build/YAML.pm lib/Module/Build/t/mbyaml.t
24142            ! MANIFEST lib/ExtUtils/CBuilder.pm
24143            ! lib/ExtUtils/CBuilder/Changes
24144            ! lib/ExtUtils/CBuilder/Platform/VMS.pm lib/Module/Build.pm
24145            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
24146            ! lib/Module/Build/Changes lib/Module/Build/Platform/MacOS.pm
24147            ! lib/Module/Build/Platform/VMS.pm
24148            ! lib/Module/Build/Platform/Windows.pm
24149            ! lib/Module/Build/Platform/os2.pm
24150            ! lib/Module/Build/t/bundled/Tie/CPHash.pm
24151            ! lib/Module/Build/t/lib/DistGen.pm
24152            ! lib/Module/Build/t/metadata.t
24153 ____________________________________________________________________________
24154 [ 27630] By: rgs                                   on 2006/03/30  08:17:12
24155         Log: Subject: [PATCH] Clean up regexec.c, and remove two functions
24156              From: andy@petdance.com (Andy Lester)
24157              Date: Wed, 29 Mar 2006 10:13:36 -0600
24158              Message-ID: <20060329161336.GA12456@petdance.com>
24159      Branch: perl
24160            ! embed.fnc embed.h proto.h regexec.c
24161 ____________________________________________________________________________
24162 [ 27629] By: rgs                                   on 2006/03/29  12:30:56
24163         Log: Subject: child's processor time
24164              From: hv@crypt.org <hv@crypt.org>
24165              Date: Mar 29, 2006 2:34 PM
24166              Message-Id: <200603291234.k2TCY6r29535@zen.crypt.org>
24167      Branch: perl
24168            ! pod/perlfunc.pod
24169 ____________________________________________________________________________
24170 [ 27628] By: rgs                                   on 2006/03/29  09:26:01
24171         Log: Subject: CLONE for Tie::RefHash
24172              From: Yuval Kogman <nothingmuch@woobling.org>
24173              Date: Mon, 27 Mar 2006 15:34:07 +0200
24174              Message-ID: <20060327133407.GA16901@woobling.org>
24175              
24176              (also rename old Tie::RefHash test, so several test files
24177              are allowed.)
24178      Branch: perl
24179            + lib/Tie/RefHash/threaded.t
24180           +> lib/Tie/RefHash/refhash.t
24181            - lib/Tie/RefHash.t
24182            ! MANIFEST lib/Tie/RefHash.pm
24183 ____________________________________________________________________________
24184 [ 27627] By: rgs                                   on 2006/03/29  09:01:21
24185         Log: Subject: [PATCH] Devel::DProf consting
24186              From: andy@petdance.com (Andy Lester)
24187              Date: Sat, 25 Mar 2006 23:32:13 -0600
24188              Message-ID: <20060326053213.GA10401@petdance.com>
24189      Branch: perl
24190            ! ext/Devel/DProf/DProf.xs
24191 ____________________________________________________________________________
24192 [ 27626] By: rgs                                   on 2006/03/29  08:55:21
24193         Log: Subject: re-[PATCH] Re: [PATCH] Poison now in two different flavours!
24194              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
24195              Date: Sun, 26 Mar 2006 14:53:56 +0300
24196              Message-ID: <442680D4.3000809@gmail.com>
24197      Branch: perl
24198            ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
24199            ! pp_ctl.c scope.c sv.c util.c
24200 ____________________________________________________________________________
24201 [ 27625] By: rgs                                   on 2006/03/29  08:42:28
24202         Log: Subject: [doc-patch] clarify -Accflags in INSTALL
24203              From: Jim Cromie <jim.cromie@gmail.com>
24204              Date: Sun, 26 Mar 2006 20:33:23 -0500
24205              Message-ID: <442740E3.8030006@gmail.com>
24206      Branch: perl
24207            ! INSTALL
24208 ____________________________________________________________________________
24209 [ 27622] By: nicholas                              on 2006/03/28  15:43:59
24210         Log: Only compile Perl_hv_assert with DEBUGGING.
24211      Branch: perl
24212            ! hv.c makedef.pl
24213 ____________________________________________________________________________
24214 [ 27621] By: nicholas                              on 2006/03/28  15:17:06
24215         Log: Having tested IPv6 support in all builtins for TCP and UDP, it all
24216              seem to work perfectly. So remove from perltodo.pod.
24217      Branch: perl
24218            ! pod/perltodo.pod
24219 ____________________________________________________________________________
24220 [ 27620] By: gisle                                 on 2006/03/28  11:18:52
24221         Log: Improved description of the tmon.out format.
24222              The / lines where undocumented.
24223      Branch: perl
24224            ! ext/Devel/DProf/DProf.pm
24225 ____________________________________________________________________________
24226 [ 27619] By: steveh                                on 2006/03/28  10:38:52
24227         Log: Subject: [PATCH lib/Term/ReadLine] Re: [cpan #17773] Bug in Term::ReadKey being trigger by a bug in Term::ReadLine
24228              From: Jonathan Stowe <jns@gellyfish.com>
24229              Date: Mon, 13 Mar 2006 16:09:44 +0000
24230              Message-Id: <1142266184.5811.141.camel@orpheus.gellyfish.com>
24231      Branch: perl
24232            ! lib/Term/ReadLine.pm
24233 ____________________________________________________________________________
24234 [ 27618] By: craigb                                on 2006/03/28  04:01:21
24235         Log: Subject: [patch@27613] VMS long file path support active.
24236              From: "John E. Malmberg" <wb8tyw@qsl.net>
24237              Date: Mon, 27 Mar 2006 08:05:33 -0500
24238              Message-id: <4427E31D.2030801@qsl.net>
24239
24240      Branch: perl
24241            ! vms/vms.c vms/vmsish.h
24242 ____________________________________________________________________________
24243 [ 27617] By: nicholas                              on 2006/03/27  21:04:58
24244         Log: Merge the cut & paste code from Perl_call_sv/Perl_fold_constants with
24245              the near identical code in pp_entertry into Perl_create_eval_scope.
24246              Move the cut & paste code from Perl_call_sv/Perl_fold_constants into
24247              Perl_delete_eval_scope.
24248      Branch: perl
24249            ! cop.h embed.fnc embed.h ext/B/t/concise-xs.t op.c perl.c
24250            ! pp_ctl.c proto.h
24251 ____________________________________________________________________________
24252 [ 27616] By: nicholas                              on 2006/03/27  20:31:52
24253         Log: It helps to actually add the files you add to MANIFEST. (Thanks Dave
24254              for spotting my mistake).
24255      Branch: perl
24256            + t/comp/fold.t
24257 ____________________________________________________________________________
24258 [ 27615] By: nicholas                              on 2006/03/27  19:25:02
24259         Log: If constant folding fails, don't fold constants, rather than reporting
24260              the error at compile time. This allows illegal constant expressions in
24261              dead code to be ignored.
24262      Branch: perl
24263            ! MANIFEST op.c pod/perldiag.pod pod/perltodo.pod
24264 ____________________________________________________________________________
24265 [ 27613] By: craigb                                on 2006/03/27  00:04:10
24266         Log: EU::MM::MM_VMS::one_liner must quote "--" argument
24267      Branch: perl
24268            ! lib/ExtUtils/MM_VMS.pm
24269 ____________________________________________________________________________
24270 [ 27612] By: nicholas                              on 2006/03/26  22:12:57
24271         Log: Replace all sv_mortalcopy(&PL_sv_no); sv_set*(...) with
24272              sv2mortal(newSV*(...)) to avoid needless upgrades to PVNV and needless
24273              allocation of a copy of "".
24274      Branch: perl
24275            ! pp_sys.c
24276 ____________________________________________________________________________
24277 [ 27611] By: craigb                                on 2006/03/26  21:58:49
24278         Log: Subject: [patch@27609] vms pool corruption fix for _NLA0:
24279              From: "John E. Malmberg" <wb8tyw@qsl.net>
24280              Date: Sun, 26 Mar 2006 14:32:30 -0500
24281              Message-id: <4426EC4E.8030801@qsl.net>
24282      Branch: perl
24283            ! vms/vms.c
24284 ____________________________________________________________________________
24285 [ 27610] By: gisle                                 on 2006/03/26  09:15:01
24286         Log: REXEC_ML is unused.
24287      Branch: perl
24288            ! regexp.h
24289 ____________________________________________________________________________
24290 [ 27609] By: gbarr                                 on 2006/03/26  02:49:11
24291         Log: Update to IO-1.23
24292      Branch: perl
24293            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/lib/IO/Dir.pm
24294            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
24295            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
24296            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IO/t/io_multihomed.t
24297            ! ext/IO/t/io_pipe.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
24298            ! ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
24299 ____________________________________________________________________________
24300 [ 27608] By: nicholas                              on 2006/03/25  22:45:34
24301         Log: Add S_space_join_names_mortal() which joins a char** array with " "s,
24302              replacing 5 instances of the same code.
24303      Branch: perl
24304            ! embed.fnc embed.h pp_sys.c proto.h
24305 ____________________________________________________________________________
24306 [ 27607] By: nicholas                              on 2006/03/25  22:10:27
24307         Log: Silence 3 (spurious) gcc warnings about "maybe used uninitialized".
24308      Branch: perl
24309            ! regexec.c sv.c
24310 ____________________________________________________________________________
24311 [ 27603] By: davem                                 on 2006/03/25  14:57:19
24312         Log: make configpm only update Config.pm, Config_heavy.pl if changed.
24313              Should stop spurious rebuilding of extensions.
24314              Also add documentation and copyright to top of file.
24315      Branch: perl
24316            ! configpm
24317 ____________________________________________________________________________
24318 [ 27602] By: nicholas                              on 2006/03/25  14:46:09
24319         Log: PL_multiline isn't referenced, and can be removed.
24320      Branch: perl
24321            ! embedvar.h intrpvar.h perl.c perlapi.h sv.c
24322 ____________________________________________________________________________
24323 [ 27601] By: rgs                                   on 2006/03/25  13:42:38
24324         Log: Subject: [PATCH] ext/Compress/IO/Zlib/t/050interop-gzip.t
24325              From: "Paul Marquess" <paul.marquess@ntlworld.com>
24326              Date: Fri, 24 Mar 2006 16:19:05 -0000
24327              Message-ID: <001b01c64f5e$ad8284d0$6b65140a@myopwv.com>
24328      Branch: perl
24329            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
24330 ____________________________________________________________________________
24331 [ 27600] By: nicholas                              on 2006/03/25  11:35:33
24332         Log: Free the regexp state when exiting "recursion".
24333      Branch: perl
24334            ! regexec.c
24335 ____________________________________________________________________________
24336 [ 27599] By: davem                                 on 2006/03/24  23:21:52
24337         Log: remove unused PL_regcc variable
24338      Branch: perl
24339            ! embedvar.h perlapi.h regcomp.c sv.c thrdvar.h
24340 ____________________________________________________________________________
24341 [ 27598] By: davem                                 on 2006/03/24  23:05:11
24342         Log: make S_regmatch() iterative rather than recursive.
24343              Goodbye stack-bustng regexes!
24344      Branch: perl
24345            ! regexec.c
24346 ____________________________________________________________________________
24347 [ 27597] By: craigb                                on 2006/03/24  21:05:45
24348         Log: restore EU::MM test fixes from 26079, 26813, and 26919
24349              that were lost in 27590
24350      Branch: perl
24351            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/FIRST_MAKEFILE.t
24352            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
24353 ____________________________________________________________________________
24354 [ 27596] By: rgs                                   on 2006/03/24  13:51:15
24355         Log: Bump version number of ExtUtils::MM_Win32
24356      Branch: perl
24357            ! lib/ExtUtils/MM_Win32.pm
24358 ____________________________________________________________________________
24359 [ 27595] By: steveh                                on 2006/03/24  13:01:32
24360         Log: Fix broken MM_Win32.t tests following 27590
24361              
24362              Test 31 was failing because 27590 had undone part of 25627.
24363              Test 41 was failing because the change to pasthru() in MM_Win32.pm
24364              means that $self->{MAKE} now needs to be initialized.
24365      Branch: perl
24366            ! lib/ExtUtils/t/MM_Win32.t
24367 ____________________________________________________________________________
24368 [ 27594] By: rgs                                   on 2006/03/24  11:01:01
24369         Log: Subject: [PATCH] (2nd revised) 1st patch to sync blead 'threads' with CPAN
24370              From: "Jerry D. Hedden" <jerry@hedden.us>
24371              Date: Thu, 23 Mar 2006 09:19:54 -0700
24372              Message-ID: <20060323091954.fb30e530d17747c2b054d625b8945d88.884826707f.wbe@email.email.secureserver.net>
24373      Branch: perl
24374            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
24375            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
24376            ! ext/threads/t/libc.t ext/threads/t/list.t
24377            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
24378            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
24379            ! ext/threads/t/thread.t ext/threads/threads.pm
24380            ! ext/threads/threads.xs
24381 ____________________________________________________________________________
24382 [ 27593] By: craigb                                on 2006/03/23  23:19:38
24383         Log: improve thread linking options on VMS
24384      Branch: perl
24385            ! configure.com vms/descrip_mms.template
24386 ____________________________________________________________________________
24387 [ 27592] By: rgs                                   on 2006/03/23  22:13:13
24388         Log: When MAN3PODS is forced to {} in a Makefile.PL, manpages should not be
24389              built from pods. This change fixes bleadperl compilation -- trying to
24390              build manpages with miniperl causes a bootstrapping problem.
24391      Branch: perl
24392            ! lib/ExtUtils/MM_Unix.pm
24393 ____________________________________________________________________________
24394 [ 27591] By: rgs                                   on 2006/03/23  17:50:29
24395         Log: No reason to ship MakeMaker's META.yml
24396      Branch: perl
24397            - lib/ExtUtils/META.yml
24398            ! MANIFEST
24399 ____________________________________________________________________________
24400 [ 27590] By: rgs                                   on 2006/03/23  17:43:26
24401         Log: Merge changes from CPAN's EU:MM 6.30_01.
24402              The modules that have local changes have superior
24403              version numbers than the CPAN counterparts.
24404      Branch: perl
24405            + lib/ExtUtils/t/INSTALL_BASE.t lib/ExtUtils/t/make.t
24406            + lib/ExtUtils/t/revision.t
24407            - lib/ExtUtils/t/installbase.t
24408            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
24409            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
24410            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
24411            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
24412            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
24413            ! lib/ExtUtils/PATCHING lib/ExtUtils/t/Command.t
24414            ! lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/MM_NW5.t
24415            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
24416            ! lib/ExtUtils/t/basic.t
24417 ____________________________________________________________________________
24418 [ 27589] By: nicholas                              on 2006/03/23  16:27:42
24419         Log: Document the values for ${^UTF8CACHE}
24420      Branch: perl
24421            ! pod/perlvar.pod
24422 ____________________________________________________________________________
24423 [ 27588] By: nicholas                              on 2006/03/23  16:25:51
24424         Log: Rejig the location of the cache assertion code in Perl_sv_pos_b2u().
24425      Branch: perl
24426            ! sv.c
24427 ____________________________________________________________________________
24428 [ 27587] By: rgs                                   on 2006/03/23  15:27:15
24429         Log: Get version numbers in line with what's in the CPAN
24430              EU::MM 6.30_01 tarball. (ExtUtils::Install has local changes,
24431              so bump its version number.)
24432      Branch: perl
24433            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
24434            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
24435            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
24436 ____________________________________________________________________________
24437 [ 27586] By: nicholas                              on 2006/03/23  14:31:28
24438         Log: Move orphaned documentation back to its functions
24439              Document the new static functions, and how the cache works.
24440      Branch: perl
24441            ! pod/perltodo.pod sv.c
24442 ____________________________________________________________________________
24443 [ 27585] By: nicholas                              on 2006/03/23  14:09:33
24444         Log: Make S_sv_pos_u2b_cached use both cache pairs.
24445      Branch: perl
24446            ! sv.c
24447 ____________________________________________________________________________
24448 [ 27584] By: nicholas                              on 2006/03/23  13:47:41
24449         Log: Use both cache entries for Perl_sv_pos_b2u().
24450      Branch: perl
24451            ! sv.c
24452 ____________________________________________________________________________
24453 [ 27583] By: nicholas                              on 2006/03/23  13:16:53
24454         Log: Complete the other 2 arms of the cache update code.
24455      Branch: perl
24456            ! sv.c
24457 ____________________________________________________________________________
24458 [ 27582] By: nicholas                              on 2006/03/23  12:44:35
24459         Log: Pass the (byte) length of the entire string into
24460              utf8_mg_pos_cache_update()
24461              Start to use the cache to store two pairs of byte/utf-8 pairs.
24462              Add the first third of the cache update code.
24463      Branch: perl
24464            ! embed.fnc embed.h proto.h sv.c
24465 ____________________________________________________________________________
24466 [ 27581] By: rgs                                   on 2006/03/23  12:30:39
24467         Log: Upgrade to Time::Local 1.12
24468      Branch: perl
24469            ! lib/Time/Local.pm lib/Time/Local.t
24470 ____________________________________________________________________________
24471 [ 27580] By: nicholas                              on 2006/03/23  11:33:48
24472         Log: Add all new static functions to embed.fnc
24473              Remove old unused static functions.
24474              Remove references to cache[2] and cache[3].
24475      Branch: perl
24476            ! embed.fnc embed.h proto.h sv.c
24477 ____________________________________________________________________________
24478 [ 27579] By: nicholas                              on 2006/03/23  11:06:52
24479         Log: Use the cache in S_sv_pos_u2b_cached() when the desired offset is
24480              between the start of the string and the cached location.
24481              Remove unneccesary else from Perl_sv_pos_b2u().
24482      Branch: perl
24483            ! sv.c
24484 ____________________________________________________________________________
24485 [ 27578] By: nicholas                              on 2006/03/23  10:42:26
24486         Log: Use the cache in S_sv_pos_u2b_cached when the sought offset is after
24487              the first cache entry.
24488      Branch: perl
24489            ! sv.c
24490 ____________________________________________________________________________
24491 [ 27577] By: rgs                                   on 2006/03/23  10:01:48
24492         Log: Further adjustement to change #27576 by Jan Dubois
24493              (this change being blead-specific, while #27576 is
24494              integrable to maint)
24495      Branch: perl
24496            ! sv.c
24497 ____________________________________________________________________________
24498 [ 27576] By: rgs                                   on 2006/03/23  09:58:22
24499         Log: Subject: RE: [PATCH, no, really!] Re: [perl #38779] NAN's on Win32
24500              From: "Jan Dubois" <jand@ActiveState.com>
24501              Date: Wed, 22 Mar 2006 22:49:11 -0800
24502              Message-ID: <060201c64e45$e4ca7020$2217a8c0@candy>
24503              
24504              Also, back out change #27567.
24505      Branch: perl
24506            ! README.win32 pp.c pp_hot.c sv.c win32/win32.h
24507 ____________________________________________________________________________
24508 [ 27575] By: nicholas                              on 2006/03/23  00:14:53
24509         Log: Call S_utf8_mg_pos_cache_update() from S_sv_pos_u2b_cached().
24510              S_utf8_mg_pos_cache_update() can't use S_sv_pos_b2u_forwards() in the
24511              cache assertion code as it triggers warnings about surrogates.
24512      Branch: perl
24513            ! sv.c
24514 ____________________________________________________________________________
24515 [ 27574] By: nicholas                              on 2006/03/22  22:49:42
24516         Log: Take advantage of uoffset >= uoffset0, to simplify some logic.
24517      Branch: perl
24518            ! sv.c
24519 ____________________________________________________________________________
24520 [ 27573] By: nicholas                              on 2006/03/22  21:19:50
24521         Log: Add S_sv_pos_u2b_midway for when we know the utf-8/bytes offsets on
24522              both sides of the desired offset, so could count either way.
24523              Use cached utf-8 length in S_sv_pos_u2b_cached.
24524              Check the results if PL_utf8cache < 0.
24525      Branch: perl
24526            ! sv.c
24527 ____________________________________________________________________________
24528 [ 27572] By: nicholas                              on 2006/03/22  20:38:20
24529         Log: Create S_sv_pos_u2b_cached, which abstracts away utf-8 to byte
24530              conversions, hiding the complexity of any cache lookup.
24531      Branch: perl
24532            ! sv.c
24533 ____________________________________________________________________________
24534 [ 27571] By: rgs                                   on 2006/03/22  20:33:56
24535         Log: Subject: Uninitialized value in Archive::Tar
24536              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
24537              Date: Mon, 20 Mar 2006 06:37:31 -0500
24538              Message-ID: <441E93FB.3050906@thepierianspring.org>
24539      Branch: perl
24540            ! lib/Archive/Tar.pm
24541 ____________________________________________________________________________
24542 [ 27570] By: nicholas                              on 2006/03/22  18:13:06
24543         Log: The simplest way to start on Perl_sv_pos_u2b seems to be to take out
24544              all of the caching code.
24545      Branch: perl
24546            ! sv.c
24547 ____________________________________________________________________________
24548 [ 27569] By: davem                                 on 2006/03/22  16:05:16
24549         Log: remove idential code branch from regmatch()
24550      Branch: perl
24551            ! regexec.c
24552 ____________________________________________________________________________
24553 [ 27568] By: stevep                                on 2006/03/22  15:59:07
24554         Log: Fix some test failures in t/op/cmp.t when compiling with the Intel
24555              C++ Compiler on Linux.
24556      Branch: perl
24557            ! hints/linux.sh
24558 ____________________________________________________________________________
24559 [ 27567] By: rgs                                   on 2006/03/22  14:27:21
24560         Log: Subject: [PATCH] Re: [perl #38779] NAN's on Win32
24561              From: Dominic Dunlop <shouldbedomo@mac.com>
24562              Date: Wed, 22 Mar 2006 15:18:33 +0100
24563              Message-Id: <E44A2151-DE7F-4C5D-8A4B-DDA0412229C2@mac.com>
24564      Branch: perl
24565            ! README.win32
24566 ____________________________________________________________________________
24567 [ 27566] By: gisle                                 on 2006/03/22  13:37:19
24568         Log: Adjust docs to reflect that DynaLoader, as of change 27549,
24569              is part of libperl.
24570      Branch: perl
24571            ! lib/ExtUtils/Embed.pm
24572 ____________________________________________________________________________
24573 [ 27565] By: stevep                                on 2006/03/22  02:18:58
24574         Log: Increase the length of content compressed as a kludge to get 
24575              around incompatibilities in OpenBSD's gzip.
24576      Branch: perl
24577            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
24578 ____________________________________________________________________________
24579 [ 27564] By: nicholas                              on 2006/03/21  22:09:51
24580         Log: (Hopefully) make VMS happy.
24581      Branch: perl
24582            ! sv.c
24583 ____________________________________________________________________________
24584 [ 27563] By: craigb                                on 2006/03/21  13:01:47
24585         Log: Subject: [patch@27529] thread.h - VMS needs more stack
24586              From: "John E. Malmberg" <wb8tyw@qsl.net>
24587              Date: Fri, 17 Mar 2006 11:05:33 -0500
24588              Message-id: <441ADE4D.2090207@qsl.net>
24589
24590      Branch: perl
24591            ! thread.h
24592 ____________________________________________________________________________
24593 [ 27562] By: gisle                                 on 2006/03/21  11:34:38
24594         Log: Upgrade to Digest-1.15
24595      Branch: perl
24596            ! lib/Digest.pm lib/Digest/Changes
24597 ____________________________________________________________________________
24598 [ 27561] By: rgs                                   on 2006/03/21  10:49:14
24599         Log: Subject: [patch@27538] utime patch for VMS
24600              From: "John E. Malmberg" <wb8tyw@qsl.net>
24601              Date: Mon, 20 Mar 2006 08:12:19 -0500
24602              Message-ID: <441EAA33.6010603@qsl.net>
24603      Branch: perl
24604            ! configure.com vms/vms.c vms/vmsish.h
24605 ____________________________________________________________________________
24606 [ 27560] By: gisle                                 on 2006/03/21  10:16:43
24607         Log: Test croak(NULL)
24608      Branch: perl
24609            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/exception.t
24610 ____________________________________________________________________________
24611 [ 27559] By: nicholas                              on 2006/03/20  19:30:48
24612         Log: Extend change 27558 - if we know the character offset of the end, but
24613              don't have a cache for intermediate offsets, we can still use the end
24614              offset.
24615      Branch: perl
24616            ! sv.c
24617 ____________________________________________________________________________
24618 [ 27558] By: nicholas                              on 2006/03/20  18:54:32
24619         Log: In Perl_sv_pos_b2u, if we know the character offset of the end, we
24620              can take advantage of this to count backwards if close.
24621              Remove some now unnecessary casts.
24622      Branch: perl
24623            ! sv.c
24624 ____________________________________________________________________________
24625 [ 27557] By: nicholas                              on 2006/03/20  18:17:39
24626         Log: Abstract the string walking functionality from Perl_sv_pos_b2u into
24627              static functions, and make it respect PL_utf8cache.
24628      Branch: perl
24629            ! sv.c
24630 ____________________________________________________________________________
24631 [ 27556] By: steveh                                on 2006/03/20  17:32:25
24632         Log: Merge some more changes from ActivePerl 5.8.8.816
24633              
24634              See (again):
24635              http://downloads.activestate.com/ActivePerl/src/5.8/AP816_diff.txt
24636              
24637              These changes improve support for the MS 64-bit compiler in
24638              win32/Makefile (and tentatively make the same changes to
24639              win32/makefile.mk), and also switches the now deprecated -Gf switch to
24640              -GF for all flavours of VC++ instead of just the latest ones.
24641              
24642              (See:
24643              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-02/msg00353.html
24644              for a comment on the s/-Gf/-GF/ change.)
24645      Branch: perl
24646            ! win32/Makefile win32/makefile.mk
24647 ____________________________________________________________________________
24648 [ 27555] By: steveh                                on 2006/03/20  17:21:15
24649         Log: Merge some changes from ActivePerl 5.8.8.816
24650              
24651              See:
24652              http://downloads.activestate.com/ActivePerl/src/5.8/AP816_diff.txt
24653              
24654              These changes provide better support for building XS extension modules
24655              using VC++ or MinGW when perl itself was built with the opposite of
24656              those two compilers.
24657      Branch: perl
24658            ! win32/config_H.gc win32/config_H.vc
24659 ____________________________________________________________________________
24660 [ 27554] By: rgs                                   on 2006/03/20  13:03:07
24661         Log: Revert part of change 27546 related to a /dev/null bug
24662              workaround on VMS, as requested by John E. Malmberg
24663      Branch: perl
24664            ! vms/vms.c
24665 ____________________________________________________________________________
24666 [ 27553] By: nicholas                              on 2006/03/20  12:37:22
24667         Log: Perl_utf8_distance can be implemented as a call to Perl_utf8_length.
24668      Branch: perl
24669            ! utf8.c
24670 ____________________________________________________________________________
24671 [ 27552] By: nicholas                              on 2006/03/20  12:13:46
24672         Log: The two loops in Perl_utf8_distance can be merged.
24673      Branch: perl
24674            ! utf8.c
24675 ____________________________________________________________________________
24676 [ 27551] By: gisle                                 on 2006/03/20  10:51:36
24677         Log: Avoid "uninitialized value" warnings during 'make test'.
24678              My system is set up with a few PATH entries I'm not allowed
24679              to access, so stat() fails for these.
24680      Branch: perl
24681            ! t/test.pl
24682 ____________________________________________________________________________
24683 [ 27550] By: gisle                                 on 2006/03/20  10:44:08
24684         Log: Also strip $ENV{PATH} dirs writable by world.
24685              The stripping was introduced in change 27364 to improve taint handling.
24686      Branch: perl
24687            ! t/test.pl
24688 ____________________________________________________________________________
24689 [ 27549] By: gisle                                 on 2006/03/20  10:21:50
24690         Log: Move DynaLoader.o into libperl.so.
24691              
24692              This avoids the need to statically link DynaLoader into the stub perl
24693              executable and make libperl.so provide all the code needed to get a
24694              functional embedded perl interpreter up running.  As a side effect
24695              this also moves DynaLoader into libperl.a for non-useshrplib builds.
24696              
24697              Fixes [perl #32539]
24698      Branch: perl
24699            ! Makefile.SH ext/DynaLoader/Makefile.PL ext/util/make_ext
24700            ! writemain.SH
24701 ____________________________________________________________________________
24702 [ 27548] By: nicholas                              on 2006/03/20  10:13:38
24703         Log: If the scalar has just been upgraded to SVt_RV, there's no way SvPVX
24704              can be non-NULL, so no need to check.
24705      Branch: perl
24706            ! pp.c
24707 ____________________________________________________________________________
24708 [ 27547] By: rgs                                   on 2006/03/20  10:11:21
24709         Log: Subject: [PATCH blead] Re: [perl #38710] localised stash slice
24710              From: Rick Delaney <rick@bort.ca>
24711              Date: Sat, 18 Mar 2006 19:52:11 -0500
24712              Message-ID: <20060319005211.GM25733@localhost.localdomain>
24713              
24714              One can now localize slices.
24715      Branch: perl
24716            ! pp.c t/op/local.t
24717 ____________________________________________________________________________
24718 [ 27546] By: rgs                                   on 2006/03/20  09:53:17
24719         Log: Subject: [patch@27538] Misc vms.c fixes for buffer sizes.
24720              From: "John E. Malmberg" <wb8tyw@qsl.net>
24721              Date: Sun, 19 Mar 2006 20:08:34 -0500
24722              Message-ID: <441E0092.2010405@qsl.net>
24723      Branch: perl
24724            ! vms/vms.c
24725 ____________________________________________________________________________
24726 [ 27545] By: steveh                                on 2006/03/20  09:34:57
24727         Log: Subject: [PATCH] win32_async_check must *always* check for pending signals
24728              From: "Jan Dubois" <jand@ActiveState.com>
24729              Date: Fri, 17 Mar 2006 12:23:01 -0800
24730              Message-ID: <00d401c64a00$96af8ae0$2217a8c0@candy>
24731      Branch: perl
24732            ! win32/win32.c
24733 ____________________________________________________________________________
24734 [ 27544] By: davem                                 on 2006/03/20  00:52:09
24735         Log: merge the TRIEF/TRIEFL and TRIE branches in regmatch(),
24736              expunge a couple of macros, and move some variable declarations
24737              inwards
24738      Branch: perl
24739            ! regexec.c
24740 ____________________________________________________________________________
24741 [ 27543] By: nicholas                              on 2006/03/19  19:26:05
24742         Log: Remove a redundant test on mg->mg_ptr. (It had to be non-NULL to get
24743              into this block).
24744      Branch: perl
24745            ! sv.c
24746 ____________________________________________________________________________
24747 [ 27542] By: stevep                                on 2006/03/19  16:38:11
24748         Log: Subject: [PATCH] Change the semantics of S_isa_lookup
24749              From: Andy Lester <andy@petdance.com>
24750              Date: Sat, 18 Mar 2006 00:28:45 -0600
24751              Message-ID: <20060318062845.GA11607@petdance.com>
24752      Branch: perl
24753            ! embed.fnc proto.h universal.c
24754 ____________________________________________________________________________
24755 [ 27541] By: stevep                                on 2006/03/19  16:32:16
24756         Log: Subject: [PATCH] a bit 'use strict' cleanliness
24757              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
24758              Date: Sun, 19 Mar 2006 13:21:37 +0200
24759              Message-ID: <441D3EC1.20902@gmail.com>
24760      Branch: perl
24761            ! lib/English.pm lib/Text/Tabs.pm lib/Tie/Hash.pm
24762            ! lib/Tie/Scalar.pm
24763 ____________________________________________________________________________
24764 [ 27540] By: stevep                                on 2006/03/19  16:24:22
24765         Log: Subject: [PATCH] Data::Dumper consting
24766              From: Andy Lester <andy@petdance.com>
24767              Date: Sun, 19 Mar 2006 01:22:04 -0600
24768              Message-ID: <20060319072204.GB5596@petdance.com>
24769      Branch: perl
24770            ! ext/Data/Dumper/Dumper.xs
24771 ____________________________________________________________________________
24772 [ 27539] By: stevep                                on 2006/03/19  16:21:29
24773         Log: Subject: [PATCH] Cleanups in op.c
24774              From: Andy Lester <andy@petdance.com>
24775              Date: Sun, 19 Mar 2006 00:30:29 -0600
24776              Message-ID: <20060319063029.GA5077@petdance.com>
24777      Branch: perl
24778            ! op.c
24779 ____________________________________________________________________________
24780 [ 27538] By: nicholas                              on 2006/03/17  22:12:27
24781         Log: Make Perl_sv_len_utf8 honour the new ${^UTF8CACHE}.
24782              If PERL_UTF8_CACHE_ASSERT is defined, default ${^UTF8CACHE} to -1
24783              (assertion mode). Need a way to turn this on with existing command
24784              line flags.
24785      Branch: perl
24786            ! intrpvar.h sv.c
24787 ____________________________________________________________________________
24788 [ 27537] By: nicholas                              on 2006/03/17  20:39:47
24789         Log: Remove a duplicated conditional test by putting everything for the
24790              not readonly case inside one block.
24791      Branch: perl
24792            ! sv.c
24793 ____________________________________________________________________________
24794 [ 27536] By: nicholas                              on 2006/03/17  19:37:41
24795         Log: Properly set/reset the UTF-8 length cache in regcomp.c.
24796      Branch: perl
24797            ! regcomp.c sv.c
24798 ____________________________________________________________________________
24799 [ 27535] By: nicholas                              on 2006/03/17  16:46:44
24800         Log: Restore a bit of change 27533 that change 27534 inadvertently unwound.
24801      Branch: perl
24802            ! regexec.c
24803 ____________________________________________________________________________
24804 [ 27534] By: davem                                 on 2006/03/17  15:58:45
24805         Log: inline, then delete, S_regrepeat_hard()
24806      Branch: perl
24807            ! embed.fnc embed.h proto.h regexec.c
24808 ____________________________________________________________________________
24809 [ 27533] By: nicholas                              on 2006/03/17  13:38:34
24810         Log: sv_find() returning false, followed by sv_magic() to add the magic,
24811              followed immediately by sv_find() to find it, is somewhat wasteful.
24812              So use sv_magicext(). (All cases are also correct w.r.t. SvREADONLY())
24813      Branch: perl
24814            ! mg.c pp_ctl.c pp_hot.c regexec.c sv.c
24815 ____________________________________________________________________________
24816 [ 27532] By: steveh                                on 2006/03/17  13:20:11
24817         Log: Make "distclean" target on Win32 clean up temporary HTML directory
24818              that gets left behind after running the "install" target.
24819              Also clean up a couple of leftover pod2html cache files.
24820      Branch: perl
24821            ! win32/Makefile win32/makefile.mk
24822 ____________________________________________________________________________
24823 [ 27531] By: rgs                                   on 2006/03/17  13:18:38
24824         Log: Upgrade to ExtUtils::CBuilder 0.17
24825      Branch: perl
24826            + lib/ExtUtils/CBuilder/Changes
24827            ! MANIFEST lib/ExtUtils/CBuilder.pm
24828            ! lib/ExtUtils/CBuilder/Base.pm
24829            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
24830            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
24831 ____________________________________________________________________________
24832 [ 27530] By: steveh                                on 2006/03/17  11:10:41
24833         Log: Install POD files into "lib\pods" rather than "lib\pod" on Win32
24834              to avoid clashing with "lib\Pod" (cf. perl change #26363)
24835              
24836              Also remove a couple of unused macros from the makefiles
24837      Branch: perl
24838            ! installperl win32/Makefile win32/makefile.mk
24839 ____________________________________________________________________________
24840 [ 27529] By: stevep                                on 2006/03/17  04:40:24
24841         Log: Subject: [PATCH] threads.xs broken under PERL_IMPLICIT_SYS; 5.8.8 regression 
24842              From: Jan Dubois <jand@ActiveState.com> 
24843              Date: Thu, 16 Mar 2006 19:34:00 -0800
24844              Message-ID: <02e601c64973$a1960cf0$6062a8c0@candy> 
24845              
24846              Also includes a version bump to ext/threads/threads.pm.
24847      Branch: perl
24848            ! ext/threads/threads.pm ext/threads/threads.xs
24849 ____________________________________________________________________________
24850 [ 27528] By: stevep                                on 2006/03/17  04:29:30
24851         Log: Subject: [PATCH] win32_pclose() error exit doesn't unlock mutex
24852              From: Jan Dubois <jand@ActiveState.com>
24853              Date: Thu, 16 Mar 2006 16:30:23 -0800
24854              Message-ID: <02c701c64959$fac63ad0$6062a8c0@candy>
24855      Branch: perl
24856            ! win32/win32.c wince/wince.c
24857 ____________________________________________________________________________
24858 [ 27527] By: stevep                                on 2006/03/17  04:19:01
24859         Log: Subject: [PATCH] win32_async_check() can loop indefinitely; 5.8.8 regression
24860              From: Jan Dubois <jand@ActiveState.com>
24861              Date: Thu, 16 Mar 2006 16:11:48 -0800
24862              Message-ID: <02ab01c64957$62142e70$6062a8c0@candy>
24863      Branch: perl
24864            ! win32/win32.c
24865 ____________________________________________________________________________
24866 [ 27526] By: davem                                 on 2006/03/17  02:57:45
24867         Log: reduce S_regrepeat_hard() callers from 3 to 1
24868      Branch: perl
24869            ! regexec.c
24870 ____________________________________________________________________________
24871 [ 27525] By: nicholas                              on 2006/03/16  23:11:11
24872         Log: Add a new per-interpeter variable PL_utf8cache, which will be used to
24873              control the UTF-8 offset caching code. Make this visible as
24874              ${^UTF8CACHE}
24875      Branch: perl
24876            ! embedvar.h gv.c intrpvar.h mg.c perlapi.h pod/perlvar.pod
24877 ____________________________________________________________________________
24878 [ 27524] By: nicholas                              on 2006/03/16  22:20:57
24879         Log: Note that it's worth looking to downsize variables in the interpreter
24880              structure.
24881      Branch: perl
24882            ! pod/perltodo.pod
24883 ____________________________________________________________________________
24884 [ 27523] By: nicholas                              on 2006/03/16  21:52:49
24885         Log: Correct the macros in the comments in hv.c. Given the improvements in
24886              compiler optimisation, and the almost irrelevance of instructions
24887              executed over cache misses, maybe we should just remove the comments
24888              by putting their code back in place of the o{ptimis,bfuscat}ed version.
24889      Branch: perl
24890            ! hv.c
24891 ____________________________________________________________________________
24892 [ 27522] By: gisle                                 on 2006/03/16  21:27:00
24893         Log: Avoid hardcoded $(OBJ_EXT)
24894      Branch: perl
24895            ! ext/DynaLoader/Makefile.PL
24896 ____________________________________________________________________________
24897 [ 27521] By: gisle                                 on 2006/03/16  21:20:46
24898         Log: Change 27520 was a bit too aggressive.  Let's keep the warning.
24899      Branch: perl
24900            ! ext/util/make_ext
24901 ____________________________________________________________________________
24902 [ 27520] By: gisle                                 on 2006/03/16  21:14:26
24903         Log: Remove unused code. No extension use Makefile.SH any more.
24904      Branch: perl
24905            ! ext/util/make_ext
24906 ____________________________________________________________________________
24907 [ 27519] By: gisle                                 on 2006/03/16  20:32:27
24908         Log: Fix up miniperl dependency.
24909              Depend on $(obj) when we use that to build miniperl.
24910      Branch: perl
24911            ! Makefile.SH
24912 ____________________________________________________________________________
24913 [ 27518] By: gisle                                 on 2006/03/16  20:24:08
24914         Log: Simplify; make perl.o included in $(obj)
24915      Branch: perl
24916            ! Makefile.SH
24917 ____________________________________________________________________________
24918 [ 27517] By: rgs                                   on 2006/03/16  16:17:38
24919         Log: Add a couple of regression tests for the untested
24920              "Bad name after %s" parsing error
24921      Branch: perl
24922            ! t/comp/parser.t
24923 ____________________________________________________________________________
24924 [ 27516] By: rgs                                   on 2006/03/16  15:19:03
24925         Log: Subject: [PATCH] Compress::Raw::Zlib, Compress::Zlib, IO::Compress::Zlib 2.000_10
24926              From: "Paul Marquess" <paul.marquess@ntlworld.com>
24927              Date: Thu, 16 Mar 2006 14:38:52 -0000
24928              Message-ID: <009401c64907$5a6ed710$4c05140a@myopwv.com>
24929      Branch: perl
24930            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
24931            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
24932            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
24933            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
24934            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
24935            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/Makefile.PL
24936            ! ext/Compress/IO/Zlib/README
24937            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
24938            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
24939            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
24940            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
24941            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
24942            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
24943            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
24944            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
24945            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
24946            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
24947            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
24948            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
24949            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
24950            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
24951            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
24952            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
24953            ! ext/Compress/IO/Zlib/t/010examples.t
24954            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
24955            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
24956            ! ext/Compress/Raw/Zlib/Zlib.xs
24957            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
24958            ! ext/Compress/Raw/Zlib/t/02zlib.t ext/Compress/Zlib/Changes
24959            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
24960            ! ext/Compress/Zlib/examples/gzcat
24961            ! ext/Compress/Zlib/examples/gzstream
24962            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
24963            ! ext/Compress/Zlib/t/14gzopen.t t/lib/compress/generic.pl
24964            ! t/lib/compress/tied.pl
24965 ____________________________________________________________________________
24966 [ 27515] By: gisle                                 on 2006/03/16  12:01:10
24967         Log: require should ignore directories found when searching @INC not just
24968              die as soon as it finds one.  It should for instance be possible to
24969              for require "File" to read the file "./File" even if there happens to
24970              be a "File" directory in perl's standard library.
24971              
24972              This fixes the RT #24404 fix in change 26373.
24973      Branch: perl
24974            ! pp_ctl.c t/comp/require.t
24975 ____________________________________________________________________________
24976 [ 27514] By: rgs                                   on 2006/03/16  08:32:28
24977         Log: Make the threads tests silent with regard to the new :unique deprecation warning
24978      Branch: perl
24979            ! ext/threads/t/problems.t
24980 ____________________________________________________________________________
24981 [ 27513] By: nicholas                              on 2006/03/15  23:02:49
24982         Log: Make the original versions of relocated paths available from
24983              %Config::Config with the prefix "raw_". Not sure if "raw_" is the
24984              best choice.
24985      Branch: perl
24986            ! configpm
24987 ____________________________________________________________________________
24988 [ 27511] By: nicholas                              on 2006/03/15  19:47:02
24989         Log: Correct the non gcc-brace-group definition of SvAMAGIC_off
24990      Branch: perl
24991            ! sv.h
24992 ____________________________________________________________________________
24993 [ 27510] By: nicholas                              on 2006/03/15  18:47:32
24994         Log: D'oh! 27508 wasn't quite testing what I wanted it to test. This does.
24995      Branch: perl
24996            ! lib/overload.t
24997 ____________________________________________________________________________
24998 [ 27508] By: nicholas                              on 2006/03/15  17:57:14
24999         Log: Test for reblessing objects with weak references.
25000      Branch: perl
25001            ! lib/overload.t
25002 ____________________________________________________________________________
25003 [ 27507] By: nicholas                              on 2006/03/15  17:21:00
25004         Log: Expunge references to HV_AMAGIC, HV_AMAGICbad and HV_AMAGICmb which
25005              have been unused since revision 1.
25006      Branch: perl
25007            ! hv.h sv.h
25008 ____________________________________________________________________________
25009 [ 27506] By: nicholas                              on 2006/03/15  15:08:49
25010         Log: Moving the overloading flag from the reference to the referant allows
25011              (re)?blessing of overloaded objects to work correctly.
25012      Branch: perl
25013            ! dump.c lib/overload.t sv.c sv.h
25014 ____________________________________________________________________________
25015 [ 27505] By: nicholas                              on 2006/03/15  13:13:19
25016         Log: Finish converting overload.t to Test::More
25017      Branch: perl
25018            ! lib/overload.t
25019 ____________________________________________________________________________
25020 [ 27504] By: nicholas                              on 2006/03/15  12:43:15
25021         Log: Further conversion of overload.t
25022      Branch: perl
25023            ! lib/overload.t
25024 ____________________________________________________________________________
25025 [ 27503] By: stevep                                on 2006/03/15  12:34:10
25026         Log: Additions to README.win32 and win32/Makefile based on comments from
25027              Steve Hay.
25028      Branch: perl
25029            ! README.win32 win32/Makefile
25030 ____________________________________________________________________________
25031 [ 27502] By: nicholas                              on 2006/03/15  12:29:01
25032         Log: Further conversion of overload.t
25033      Branch: perl
25034            ! lib/overload.t
25035 ____________________________________________________________________________
25036 [ 27501] By: nicholas                              on 2006/03/15  12:05:27
25037         Log: Partially convert overload.t to Test::More
25038      Branch: perl
25039            ! lib/overload.t
25040 ____________________________________________________________________________
25041 [ 27500] By: stevep                                on 2006/03/15  11:06:34
25042         Log: The first step in supporting VC++ 8.0.  Added macros for the free .NET 2.0 SDK and Visual Studio
25043              2005.  Added these macros to "if" conditions that were appropriate.  Added a fix to prevent
25044              the .NET 1.1 and 2.0 SDK compilers from attempting to build perlglob.exe (they are both missing
25045              the setargv.obj file necessary to do it).
25046      Branch: perl
25047            ! win32/Makefile
25048 ____________________________________________________________________________
25049 [ 27499] By: rgs                                   on 2006/03/14  17:32:48
25050         Log: Deprecate :unique even with threads
25051      Branch: perl
25052            ! toke.c
25053 ____________________________________________________________________________
25054 [ 27498] By: rgs                                   on 2006/03/14  17:02:38
25055         Log: Make usage of :unique emit a deprecation warning.
25056              Remove its outdated documentation.
25057      Branch: perl
25058            ! cv.h pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke
25059            ! toke.c
25060 ____________________________________________________________________________
25061 [ 27497] By: rgs                                   on 2006/03/14  16:02:35
25062         Log: Subject: [PATCH] perl @ 27483 fix lib/Pod/Simple/t/corpustest.t to work on VMS ODS-2
25063              From: Peter Prymmer <PPrymmer@factset.com>
25064              Date: Tue, 14 Mar 2006 10:38:00 -0500
25065              Message-ID: <OF85EC8E5E.4DF3A439-ON85257131.0055870A-85257131.0055E07C@factset.com>
25066      Branch: perl
25067            ! lib/Pod/Simple/t/corpustest.t
25068 ____________________________________________________________________________
25069 [ 27496] By: nicholas                              on 2006/03/14  15:21:54
25070         Log: SVphv_REHASH can use the same flag bit as SVf_FAKE. This allows
25071              0x10000000 (SVf_AMAGIC) to be set on all 16 SV types, which seems to
25072              be necessary to fix subtle bugs involving reblessing and overloading. 
25073      Branch: perl
25074            ! sv.h
25075 ____________________________________________________________________________
25076 [ 27495] By: rgs                                   on 2006/03/14  09:55:17
25077         Log: Subject: [perl #38710] localised stash slice 
25078              From: Hugo van der Sanden (via RT) <perlbug-followup@perl.org>
25079              Date: Sat, 11 Mar 2006 02:47:56 -0800
25080              Message-ID: <rt-3.0.11-38710-131000.18.015529928953@perl.org>
25081              
25082              (new TODO tests)
25083      Branch: perl
25084            ! t/op/local.t
25085 ____________________________________________________________________________
25086 [ 27494] By: rgs                                   on 2006/03/14  08:53:07
25087         Log: threads and threads::shared are now dual-lived modules
25088      Branch: perl
25089            ! Porting/Maintainers.pl
25090 ____________________________________________________________________________
25091 [ 27493] By: rgs                                   on 2006/03/14  08:38:45
25092         Log: Subject: [PATCH] Do nothing in a GCC-friendly way
25093              From: andy@petdance.com (Andy Lester)
25094              Date: Mon, 13 Mar 2006 12:48:50 -0600
25095              Message-ID: <20060313184850.GA16905@petdance.com>
25096      Branch: perl
25097            ! perl.h
25098 ____________________________________________________________________________
25099 [ 27492] By: rgs                                   on 2006/03/14  08:35:24
25100         Log: Subject: [PATCH] looks_like_bool can be const
25101              From: andy@petdance.com (Andy Lester)
25102              Date: Mon, 13 Mar 2006 09:31:52 -0600
25103              Message-ID: <20060313153152.GA13254@petdance.com>
25104      Branch: perl
25105            ! embed.fnc op.c proto.h
25106 ____________________________________________________________________________
25107 [ 27491] By: nicholas                              on 2006/03/13  23:13:23
25108         Log: Somewhat less shaky relocatable @INC support. You can install things
25109              to the current location of the perl tree, move it, install more things,
25110              move it again, lather rinse repeat.
25111              Configure with -Duserelocatableinc
25112      Branch: perl
25113            ! Configure configpm installperl
25114 ____________________________________________________________________________
25115 [ 27490] By: nicholas                              on 2006/03/13  20:49:55
25116         Log: First stab at rather shaky Configure support for relocatable @INC.
25117              Seems to be installing rather more that it's supposed to be.
25118      Branch: perl
25119            ! Configure configpm
25120 ____________________________________________________________________________
25121 [ 27489] By: nicholas                              on 2006/03/13  18:59:27
25122         Log: Split break out the installprefix code from setprefixvar, which allows
25123              the remaining 8 places to call the common prefix conversion code.
25124      Branch: perl
25125            ! Configure
25126 ____________________________________________________________________________
25127 [ 27488] By: nicholas                              on 2006/03/13  18:01:11
25128         Log: Refactor most of the cut & paste for setting prefix/prefixexp variables
25129              and the "Change installation prefix, if necessary" into a new
25130              "function" setprefixvar (which I assume will become Setprefixvar.U)
25131              How many platforms still have Bourne shells that can't do shell
25132              functions? Someone's going to say Irix?
25133      Branch: perl
25134            ! Configure
25135 ____________________________________________________________________________
25136 [ 27487] By: rgs                                   on 2006/03/13  17:35:59
25137         Log: Forgot the ending \. Why did it still compile ?
25138      Branch: perl
25139            ! ext/List/Util/multicall.h
25140 ____________________________________________________________________________
25141 [ 27486] By: rgs                                   on 2006/03/13  17:34:09
25142         Log: Subject: [PATCH] Automatically SPAGAIN in the poor-man's-multicall API
25143              From: Robin Houston <robin@cpan.org>
25144              Date: Mon, 13 Mar 2006 12:48:21 +0000
25145              Message-ID: <20060313124821.GA11203@rpc142.cs.man.ac.uk>
25146      Branch: perl
25147            ! ext/List/Util/multicall.h
25148 ____________________________________________________________________________
25149 [ 27485] By: nicholas                              on 2006/03/13  17:10:14
25150         Log: The existing order of the checks for whether man1dir and man3dir were
25151              ' ' were obviously buggy, because they set installman[13]dir only for
25152              the next if block to set it again. Reordering removes that daftness.
25153      Branch: perl
25154            ! Configure
25155 ____________________________________________________________________________
25156 [ 27484] By: nicholas                              on 2006/03/13  15:50:04
25157         Log: The "Change installation prefix, if necessary." code needs to use
25158              the ~ expanded prefix and installprefix in the substitution.
25159      Branch: perl
25160            ! Configure
25161 ____________________________________________________________________________
25162 [ 27483] By: rgs                                   on 2006/03/12  15:12:29
25163         Log: Load .pmc always, even if they are older than a matching .pm file.
25164              (This trick is going to be used by pugs.)
25165      Branch: perl
25166            ! pod/perlfunc.pod pp_ctl.c
25167 ____________________________________________________________________________
25168 [ 27482] By: stevep                                on 2006/03/12  14:07:17
25169         Log: Subject: [PATCH] Removed unnecessary NULL check in Digest::SHA
25170              From: Andy Lester <andy@petdance.com>
25171              Date: Tue, 7 Mar 2006 12:12:35 -0600
25172              Message-ID: <20060307181235.GA25688@petdance.com>
25173      Branch: perl
25174            ! ext/Digest/SHA/src/hmac.c
25175 ____________________________________________________________________________
25176 [ 27481] By: stevep                                on 2006/03/12  13:48:10
25177         Log: Upgrade to Module-Build-0.27_09
25178      Branch: perl
25179            ! Porting/Maintainers.pl lib/Module/Build.pm
25180            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
25181            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
25182            ! lib/Module/Build/Cookbook.pm
25183 ____________________________________________________________________________
25184 [ 27480] By: nicholas                              on 2006/03/11  23:40:34
25185         Log: isSPACE('\0') is false, so can simplify the condition in the for
25186              loop. As the for loop is basically a while loop, write it as one, to
25187              make its intentions clearer.
25188      Branch: perl
25189            ! toke.c
25190 ____________________________________________________________________________
25191 [ 27479] By: nicholas                              on 2006/03/11  22:51:26
25192         Log: Fix the last 2 perly.y specific parts of regen_perly.pl, and make
25193              the regen_perly target call it for both perly.y and madly.y.
25194      Branch: perl
25195            - regen_madly.pl
25196            ! MANIFEST Makefile.SH regen_perly.pl
25197 ____________________________________________________________________________
25198 [ 27478] By: nicholas                              on 2006/03/11  22:29:56
25199         Log: NNs and NULLOKs for MAD's new functions.
25200      Branch: perl
25201            ! embed.fnc proto.h
25202 ____________________________________________________________________________
25203 [ 27477] By: stevep                                on 2006/03/11  22:08:34
25204         Log: Perl_newWHILEOP() had exactly the same lack of a NULL pointer check
25205              that Perl_newLOOPOP() had and fixed in change #27476.  Maybe some 
25206              refactoring is needed?
25207      Branch: perl
25208            ! op.c
25209 ____________________________________________________________________________
25210 [ 27476] By: stevep                                on 2006/03/11  21:41:20
25211         Log: Possible NULL pointer reference found by Coverity checks.
25212      Branch: perl
25213            ! op.c
25214 ____________________________________________________________________________
25215 [ 27475] By: stevep                                on 2006/03/11  20:57:26
25216         Log: Keep from using a variable in S_my_kid() before it is initialized.  This        was introduced with the MAD changes.
25217      Branch: perl
25218            ! op.c
25219 ____________________________________________________________________________
25220 [ 27474] By: craigb                                on 2006/03/11  17:26:00
25221         Log: Subject: [PATCH] perl@27437 fix File::Path::mkpath so that perl installs on VMS
25222              From: Peter Prymmer <PPrymmer@factset.com>
25223              Date: Fri, 10 Mar 2006 15:24:23 -0500
25224              Message-id: <OFBE8F84F1.A708DA4A-ON8525712D.006E4BF7-8525712D.007018C6@factset.com>
25225      Branch: perl
25226            ! lib/File/Path.pm
25227 ____________________________________________________________________________
25228 [ 27473] By: merijn                                on 2006/03/11  11:03:55
25229         Log: Subject: [PATCH] Reapply change 24432
25230              From: "Jan Dubois" <jand@ActiveState.com>
25231              Date: Fri, 10 Mar 2006 18:21:39 -0800
25232              Message-ID: <01b001c644b2$879a1f50$6062a8c0@candy>
25233      Branch: perl
25234            ! config_h.SH
25235 ____________________________________________________________________________
25236 [ 27471] By: nicholas                              on 2006/03/11  10:21:27
25237         Log: Missed the hunk that adds regen_madly.pl to the regen_perl target.
25238      Branch: perl
25239            ! Makefile.SH
25240 ____________________________________________________________________________
25241 [ 27470] By: nicholas                              on 2006/03/11  10:16:04
25242         Log: Subject: [PATCH] Sync up embed.fnc and doio.c
25243              From: andy@petdance.com (Andy Lester)
25244              Message-ID: <20060311071338.GA12490@petdance.com>
25245              Date: Sat, 11 Mar 2006 01:13:38 -0600
25246      Branch: perl
25247            ! embed.fnc proto.h
25248 ____________________________________________________________________________
25249 [ 27469] By: nicholas                              on 2006/03/11  09:55:43
25250         Log: Subject: [PATCH] Localizing some vars in S_checkcomma
25251              From: andy@petdance.com (Andy Lester)
25252              Message-ID: <20060310223100.GA13455@petdance.com>
25253              Date: Fri, 10 Mar 2006 16:31:00 -0600
25254      Branch: perl
25255            ! toke.c
25256 ____________________________________________________________________________
25257 [ 27468] By: nicholas                              on 2006/03/11  09:32:18
25258         Log: Remove the obsolete mad/P5RE.pm
25259      Branch: perl
25260            - mad/P5RE.pm
25261            ! MANIFEST
25262 ____________________________________________________________________________
25263 [ 27467] By: craigb                                on 2006/03/11  01:52:37
25264         Log: null terminate command string -- broken in #27438
25265      Branch: perl
25266            ! vms/vms.c
25267 ____________________________________________________________________________
25268 [ 27466] By: nicholas                              on 2006/03/10  21:54:18
25269         Log: Move the 12 static MAD variables from toke.c into the interpeter
25270              structure.
25271      Branch: perl
25272            ! embedvar.h intrpvar.h makedef.pl perl.c perlapi.h sv.c toke.c
25273 ____________________________________________________________________________
25274 [ 27465] By: nicholas                              on 2006/03/10  20:58:23
25275         Log: Rename the 12 static variables in toke.c to PL_*
25276      Branch: perl
25277            ! toke.c
25278 ____________________________________________________________________________
25279 [ 27464] By: nicholas                              on 2006/03/10  19:47:11
25280         Log: gozer took over from gsar (some time ago).
25281      Branch: perl
25282            ! Porting/repository.pod
25283 ____________________________________________________________________________
25284 [ 27463] By: nicholas                              on 2006/03/10  18:53:01
25285         Log: All the autogenerated files from change 27462.
25286      Branch: perl
25287            ! madly.act madly.h madly.tab
25288 ____________________________________________________________________________
25289 [ 27462] By: nicholas                              on 2006/03/10  18:52:40
25290         Log: Merge perly.y changes from 5.9.2 to now into madly.y.
25291      Branch: perl
25292            ! madly.y
25293 ____________________________________________________________________________
25294 [ 27461] By: nicholas                              on 2006/03/10  12:57:18
25295         Log: Teaching embed.pl about conditional symbols is a TODO.
25296      Branch: perl
25297            ! pod/perltodo.pod
25298 ____________________________________________________________________________
25299 [ 27460] By: nicholas                              on 2006/03/10  12:09:39
25300         Log: Tweak change 27457 - make PL_lasttoke MAD only, but teach makedef.pl
25301              about MADness (and unMADness - maybe there is a special word for that)
25302      Branch: perl
25303            ! intrpvar.h makedef.pl
25304 ____________________________________________________________________________
25305 [ 27459] By: nicholas                              on 2006/03/10  11:31:14
25306         Log: Summon constman! S_checkcomma now has all 3 arguments const char.
25307      Branch: perl
25308            ! embed.fnc proto.h toke.c
25309 ____________________________________________________________________________
25310 [ 27458] By: nicholas                              on 2006/03/10  10:50:29
25311         Log: Tease apart the keyword/subroutine test in S_checkcomma.
25312      Branch: perl
25313            ! toke.c
25314 ____________________________________________________________________________
25315 [ 27457] By: stevep                                on 2006/03/10  02:17:43
25316         Log: Move PL_lasttoke out of its PERL_MAD define in intrpvar.h.
25317              Otherwise, Win32 does not compile.
25318      Branch: perl
25319            ! intrpvar.h
25320 ____________________________________________________________________________
25321 [ 27456] By: nicholas                              on 2006/03/09  23:23:19
25322         Log: Correct another gv_fetchpv() - it takes a bitmask of flags, not simply
25323              TRUE/FALSE.
25324      Branch: perl
25325            ! gv.c
25326 ____________________________________________________________________________
25327 [ 27455] By: nicholas                              on 2006/03/09  22:50:23
25328         Log: Remove two NEWSV()s in the non-ithread dump code that got missed.
25329      Branch: perl
25330            ! dump.c
25331 ____________________________________________________________________________
25332 [ 27454] By: mhx                                   on 2006/03/09  22:07:01
25333         Log: Subject: Re: [PATCH pod/perlfunc.pd] Re: truncate needs seek on filehandle
25334              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
25335              Date: Thu, 9 Mar 2006 16:29:12 -0500
25336              Message-ID: <20060309212912.GF22682@penkwe.pair.com>
25337      Branch: perl
25338            ! pod/perlfunc.pod
25339 ____________________________________________________________________________
25340 [ 27453] By: nicholas                              on 2006/03/09  22:03:55
25341         Log: Add the Perl 5 to Perl 5 convertor scripts.
25342      Branch: perl
25343            + mad/P5AST.pm mad/P5RE.pm mad/P5re.pm mad/PLXML.pm mad/nomad
25344            + mad/p55
25345            ! MANIFEST
25346 ____________________________________________________________________________
25347 [ 27452] By: nicholas                              on 2006/03/09  22:01:28
25348         Log: Superior *printf-fu lets us avoid modifying source code.
25349      Branch: perl
25350            ! toke.c
25351 ____________________________________________________________________________
25352 [ 27451] By: nicholas                              on 2006/03/09  21:49:20
25353         Log: Avoid scribbling on the passed in command line string for -i in 
25354              moreswitches.
25355      Branch: perl
25356            ! perl.c
25357 ____________________________________________________________________________
25358 [ 27450] By: nicholas                              on 2006/03/09  21:24:04
25359         Log: -Dmad works, albeit with some test failures:
25360              ext/B/t/f_sort.t                       20    5  25.00%  2 4-6 16
25361              ext/B/t/optree_samples.t               20    1   5.00%  18
25362              ext/List/Util/t/weak.t      1   256    22    1   4.55%  22
25363              ext/Safe/t/safeops.t        0   134   354  288  81.36%  211-354
25364              lib/warnings.t                        561    2   0.36%  3 10
25365      Branch: perl
25366            ! toke.c
25367 ____________________________________________________________________________
25368 [ 27449] By: nicholas                              on 2006/03/09  20:53:11
25369         Log: Oops. Failed to add madly.c
25370      Branch: perl
25371            + madly.c
25372 ____________________________________________________________________________
25373 [ 27448] By: stevep                                on 2006/03/09  20:48:50
25374         Log: The Coverity audit is upset that the scream_olds variable is not
25375              directly initialized, although it is likely initialized after 
25376              another variable takes a reference to it.
25377      Branch: perl
25378            ! regexec.c
25379 ____________________________________________________________________________
25380 [ 27447] By: nicholas                              on 2006/03/09  20:48:18
25381         Log: Add the madly parser. I believe that this is all the C code. Now to
25382              find the bugs that stowed away.
25383      Branch: perl
25384            + madly.act madly.h madly.tab madly.y regen_madly.pl
25385            ! Configure MANIFEST Makefile.SH embed.fnc embed.h perly.c
25386            ! proto.h
25387 ____________________________________________________________________________
25388 [ 27446] By: nicholas                              on 2006/03/09  19:53:53
25389         Log: It helps to run embed.pl in the correct directory. (not the symlink
25390              tree)
25391      Branch: perl
25392            ! embed.h embedvar.h perlapi.h proto.h
25393 ____________________________________________________________________________
25394 [ 27445] By: nicholas                              on 2006/03/09  19:22:10
25395         Log: The remainder of the toke.c MAD changes. Now to investigate why MAD
25396              no longer builds.
25397      Branch: perl
25398            ! embed.fnc intrpvar.h sv.c toke.c
25399 ____________________________________________________________________________
25400 [ 27444] By: nicholas                              on 2006/03/09  19:00:26
25401         Log: Another refactoring from Larry implicit in the MAD patch.
25402      Branch: perl
25403            ! toke.c
25404 ____________________________________________________________________________
25405 [ 27443] By: nicholas                              on 2006/03/09  18:08:52
25406         Log: Refactoring from Larry implicit in the MAD patch.
25407      Branch: perl
25408            ! toke.c
25409 ____________________________________________________________________________
25410 [ 27442] By: nicholas                              on 2006/03/09  17:06:46
25411         Log: Replace PL_nextval[PL_nexttoke].opval with the macro NEXTVAL_NEXTTOKE
25412              as MAD conditionally changes this consistently in 27 places.
25413      Branch: perl
25414            ! toke.c
25415 ____________________________________________________________________________
25416 [ 27441] By: stevep                                on 2006/03/09  16:14:20
25417         Log: Need to update test count from change #27440.
25418      Branch: perl
25419            ! ext/POSIX/t/sigaction.t
25420 ____________________________________________________________________________
25421 [ 27440] By: stevep                                on 2006/03/09  16:03:21
25422         Log: croak in POSIX::sigaction() when passed a negative signal instead
25423              dumping core.
25424      Branch: perl
25425            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
25426 ____________________________________________________________________________
25427 [ 27439] By: nicholas                              on 2006/03/09  15:13:49
25428         Log: MAD changes for bare skipspace()
25429      Branch: perl
25430            ! embed.fnc embed.h proto.h toke.c
25431 ____________________________________________________________________________
25432 [ 27438] By: craigb                                on 2006/03/09  14:49:45
25433         Log: Subject: patch@27385 - VMS thread fixes (was: threads and VMS)
25434              From: "John E. Malmberg" <wb8tyw@qsl.net>
25435              Date: Wed, 08 Mar 2006 23:34:05 -0500
25436              Message-id: <440FB03D.8010409@qsl.net>
25437
25438      Branch: perl
25439            ! vms/vms.c
25440 ____________________________________________________________________________
25441 [ 27437] By: nicholas                              on 2006/03/09  13:45:30
25442         Log: Add the MAD change to perly.y, which brings a new PEG token.
25443      Branch: perl
25444            ! perly.act perly.h perly.tab perly.y
25445 ____________________________________________________________________________
25446 [ 27436] By: mhx                                   on 2006/03/09  12:54:19
25447         Log: Fix a memory leak in ck_grep(), spotted by coverity:
25448              perl -e'eval "grep" while 1'
25449      Branch: perl
25450            ! op.c
25451 ____________________________________________________________________________
25452 [ 27435] By: nicholas                              on 2006/03/09  12:41:40
25453         Log: Tweaking the order of op creation/op free in Perl_ck_require to Larry's
25454              order doesn't make tests pass :-(. Nor does it make them fail.
25455      Branch: perl
25456            ! op.c
25457 ____________________________________________________________________________
25458 [ 27434] By: nicholas                              on 2006/03/09  12:17:41
25459         Log: Fix C99ism in dump.c
25460      Branch: perl
25461            ! dump.c
25462 ____________________________________________________________________________
25463 [ 27433] By: nicholas                              on 2006/03/09  12:01:36
25464         Log: Unroll 27425 - keeping Larry's order in op.c means that exactly the
25465              same sequence of pad usage is generated with and without MAD.
25466      Branch: perl
25467            ! ext/B/t/f_map.t op.c
25468 ____________________________________________________________________________
25469 [ 27432] By: nicholas                              on 2006/03/09  11:20:14
25470         Log: Note the weakref.t failure that commenting out this code caused.
25471              Pesky waterbeds.
25472      Branch: perl
25473            ! op.c
25474 ____________________________________________________________________________
25475 [ 27431] By: nicholas                              on 2006/03/09  11:04:23
25476         Log: Note the cause of another MAD test failure - an explicit abort trap
25477              for saving PL_formfeed is being hit.
25478      Branch: perl
25479            ! scope.c
25480 ____________________________________________________________________________
25481 [ 27430] By: nicholas                              on 2006/03/09  10:53:25
25482         Log: Bodge MAD code to get pack.t and ext/Encode/t/Encode.t passing.
25483      Branch: perl
25484            ! op.c
25485 ____________________________________________________________________________
25486 [ 27429] By: nicholas                              on 2006/03/08  23:33:05
25487         Log: Make MAD at least compile and link once more. Although it's now failing
25488              6 regression tests.
25489      Branch: perl
25490            ! op.c perly.c
25491 ____________________________________________________________________________
25492 [ 27428] By: nicholas                              on 2006/03/08  22:36:30
25493         Log: Further MAD changes.
25494      Branch: perl
25495            ! perl.c perly.c pp_ctl.c scope.c
25496 ____________________________________________________________________________
25497 [ 27427] By: nicholas                              on 2006/03/08  21:53:06
25498         Log: Oops. Didn't mean to commit 27426 to maint first. Integrate it:
25499              Avoid writing over the input string in the case 'F' in moreswitches.
25500      Branch: perl
25501           !> perl.c
25502 ____________________________________________________________________________
25503 [ 27425] By: nicholas                              on 2006/03/08  21:18:58
25504         Log: The last MAD change to op.c changes the pad offsets of the test that
25505              ext/B/t/f_map.t is using.
25506      Branch: perl
25507            ! ext/B/t/f_map.t op.c
25508 ____________________________________________________________________________
25509 [ 27424] By: nicholas                              on 2006/03/08  20:34:16
25510         Log: Almost all the MAD changes for op.c
25511      Branch: perl
25512            ! embed.fnc embed.h op.c perl.h proto.h
25513 ____________________________________________________________________________
25514 [ 27423] By: nicholas                              on 2006/03/08  18:17:09
25515         Log: Change from Larry in the MAD code which seems to be unrelated to MAD.
25516      Branch: perl
25517            ! op.c
25518 ____________________________________________________________________________
25519 [ 27422] By: nicholas                              on 2006/03/08  16:29:26
25520         Log: MAD changes to dump.c
25521      Branch: perl
25522            ! dump.c embed.fnc embed.h global.sym makedef.pl proto.h
25523 ____________________________________________________________________________
25524 [ 27421] By: steveh                                on 2006/03/08  16:25:23
25525         Log: Get rid of unnecessary "rmdir /s" calls in Win32 makefiles
25526              
25527              They only existed for the benefit of old shells that didn't
25528              understand "rmdir /s /q", but since change #27195 effectively
25529              drops support for old shells that don't understand "xcopy /y"
25530              it seems unnecessary now.
25531              
25532              Windows NT4, 2000, XP and onwards all support "rmdir /s /q", so
25533              it's probably only the Windows 9x shells that lose out.
25534      Branch: perl
25535            ! win32/Makefile win32/makefile.mk
25536 ____________________________________________________________________________
25537 [ 27420] By: steveh                                on 2006/03/08  15:20:28
25538         Log: Sort the ext/ and lib/ tests when running under t/harness
25539              
25540              Unless they are sorted then they are run in the same order in which
25541              they are listed in MANIFEST, which is not always ideal. In particular,
25542              the ext/Compress/IO/Zlib/t/*.t tests are not run in the correct order,
25543              which causes some files to be left behind afterwards.
25544              
25545              ExtUtils::Command::MM::test_harness() sorts test files, so it seems
25546              sensible for t/harness to do likewise, rather than relying on the
25547              ordering in MANIFEST.
25548      Branch: perl
25549            ! t/harness
25550 ____________________________________________________________________________
25551 [ 27419] By: nicholas                              on 2006/03/08  13:40:48
25552         Log: Add MAD changes to pad code (new function Perl_pad_peg)
25553      Branch: perl
25554            ! embed.fnc embed.h makedef.pl pad.c pad.h proto.h
25555 ____________________________________________________________________________
25556 [ 27418] By: steveh                                on 2006/03/08  13:37:28
25557         Log: Adjust Win32 distclean as per changes #27411 and #27417
25558      Branch: perl
25559            ! win32/Makefile win32/makefile.mk
25560 ____________________________________________________________________________
25561 [ 27417] By: rgs                                   on 2006/03/08  13:29:26
25562         Log: "make distclean" fix noticed by Steve Hay
25563      Branch: perl
25564            ! Makefile.SH
25565 ____________________________________________________________________________
25566 [ 27416] By: steveh                                on 2006/03/08  12:15:04
25567         Log: Cleanup Archive-Tar temporary test files
25568              
25569              I've done this twice before already (changes #25043 and #26785),
25570              but it keeps getting accidentally removed. Third time lucky?
25571      Branch: perl
25572            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
25573 ____________________________________________________________________________
25574 [ 27415] By: rgs                                   on 2006/03/08  10:31:24
25575         Log: Subject: [PATCH] Re: [perl #38684] O::Deparse not working as expected 
25576              From: Stephen McCamant <smcc@mit.edu>
25577              Date: Tue, 7 Mar 2006 20:00:30 -0800
25578              Message-ID: <17422.22238.570532.2771@apocalypse.OCF.Berkeley.EDU>
25579      Branch: perl
25580            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
25581 ____________________________________________________________________________
25582 [ 27414] By: rgs                                   on 2006/03/08  10:25:26
25583         Log: Subject: [PATCH] Removed unused check and assignment in pp_hot.c
25584              From: andy@petdance.com (Andy Lester)
25585              Date: Wed, 8 Mar 2006 00:45:29 -0600
25586              Message-ID: <20060308064529.GA16499@petdance.com>
25587      Branch: perl
25588            ! pp_hot.c
25589 ____________________________________________________________________________
25590 [ 27413] By: steveh                                on 2006/03/08  09:36:50
25591         Log: Don't try to export PL_madskills/PL_xmlfp when they're not defined
25592              (Fixes Win32 linker error introduced by change #27408)
25593      Branch: perl
25594            ! makedef.pl
25595 ____________________________________________________________________________
25596 [ 27412] By: steveh                                on 2006/03/08  08:42:44
25597         Log: Complete change #27407/27410 on Win32 and tidy up change #27372
25598      Branch: perl
25599            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25600            ! win32/config_H.vc64
25601 ____________________________________________________________________________
25602 [ 27411] By: rgs                                   on 2006/03/08  08:23:54
25603         Log: "make distclean" adjustments for the new Compress modules
25604      Branch: perl
25605            ! Makefile.SH
25606 ____________________________________________________________________________
25607 [ 27410] By: merijn                                on 2006/03/08  08:10:25
25608         Log: Backport #27407
25609              Add a Configure question for mad (Misc Attribute Decoration - Larry's
25610              perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
25611      Branch: perl
25612            ! Configure Porting/Glossary config_h.SH
25613 ____________________________________________________________________________
25614 [ 27408] By: nicholas                              on 2006/03/07  23:24:55
25615         Log: Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp,
25616              and default definitions for the 2 variables. (Which will save a lot of
25617              conditional complilation, by instead letting the C compiler optimiser
25618              remove dead code.)
25619      Branch: perl
25620            ! XSUB.h embedvar.h intrpvar.h op.h perl.h perlapi.h
25621 ____________________________________________________________________________
25622 [ 27407] By: nicholas                              on 2006/03/07  22:16:55
25623         Log: Add a Configure question for mad (Misc Attribute Decoration - Larry's
25624              perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
25625      Branch: perl
25626            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
25627            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
25628            ! perl.c plan9/config_sh.sample symbian/config.sh uconfig.sh
25629            ! win32/config.bc win32/config.gc win32/config.vc
25630            ! win32/config.vc64 wince/config.ce
25631 ____________________________________________________________________________
25632 [ 27406] By: nicholas                              on 2006/03/07  19:31:49
25633         Log: Two more TODOs for those with C knowledge.
25634      Branch: perl
25635            ! pod/perltodo.pod
25636 ____________________________________________________________________________
25637 [ 27405] By: nicholas                              on 2006/03/07  19:27:28
25638         Log: Remove the #define - ARENASETS are always on now.
25639      Branch: perl
25640            ! perl.h sv.c
25641 ____________________________________________________________________________
25642 [ 27404] By: nicholas                              on 2006/03/07  19:23:14
25643         Log: TPF++ # http://www.perlfoundation.org/gc/grants/2006-perl5-improve.html
25644              Shrinking PVGVs, PVLVs, PVCVs and PVFMs is TODOne.
25645      Branch: perl
25646            ! pod/perltodo.pod
25647 ____________________________________________________________________________
25648 [ 27403] By: rgs                                   on 2006/03/07  17:09:54
25649         Log: This looks like a memory leak.
25650      Branch: perl
25651            ! op.c
25652 ____________________________________________________________________________
25653 [ 27402] By: rgs                                   on 2006/03/07  16:49:58
25654         Log: $[ = 2 should not warn.
25655      Branch: perl
25656            ! op.c t/lib/warnings/op
25657 ____________________________________________________________________________
25658 [ 27401] By: steveh                                on 2006/03/07  14:58:20
25659         Log: Fix lib/Module/Build/t/compat.t
25660              (e.g. see http://www.nntp.perl.org/group/perl.daily-build.reports/36431)
25661      Branch: perl
25662            ! lib/Module/Build/t/compat.t
25663 ____________________________________________________________________________
25664 [ 27400] By: rgs                                   on 2006/03/07  14:36:00
25665         Log: Make report on bad filenames easier to read
25666      Branch: perl
25667            ! Porting/check83.pl
25668 ____________________________________________________________________________
25669 [ 27399] By: rgs                                   on 2006/03/07  14:15:46
25670         Log: FAQ sync. (FAQ now moved to svn)
25671      Branch: perl
25672            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
25673            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
25674            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
25675            ! pod/perlfaq9.pod
25676 ____________________________________________________________________________
25677 [ 27398] By: stevep                                on 2006/03/07  04:48:29
25678         Log: Upgrade to PathTools-3.17
25679      Branch: perl
25680            ! ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
25681 ____________________________________________________________________________
25682 [ 27397] By: stevep                                on 2006/03/06  23:31:21
25683         Log: Subject:  Re: [PATCH] Removed a redundant o->op_type
25684              From: Paul Johnson <paul@pjcj.net>
25685              Date: Tue, 28 Feb 2006 20:17:31 +0100
25686              Message-ID: <20060228191731.GD20933@pjcj.net>
25687      Branch: perl
25688            ! op.c
25689 ____________________________________________________________________________
25690 [ 27396] By: mhx                                   on 2006/03/06  22:18:52
25691         Log: Don't free thread memory if PERL_DESTRUCT_LEVEL is set to a non-zero
25692              value as we're probably hunting memory leaks then
25693      Branch: perl
25694            ! perl.c
25695 ____________________________________________________________________________
25696 [ 27393] By: nicholas                              on 2006/03/06  20:44:02
25697         Log: Update David Dyck's e-mail address.
25698      Branch: perl
25699            ! AUTHORS Porting/checkAUTHORS.pl
25700 ____________________________________________________________________________
25701 [ 27390] By: rgs                                   on 2006/03/06  17:26:43
25702         Log: Add all new utilities in the perlutil man page.
25703              Includes lots of work by Zsban Ambrus.
25704      Branch: perl
25705            ! pod/perlutil.pod
25706 ____________________________________________________________________________
25707 [ 27389] By: rgs                                   on 2006/03/06  16:09:50
25708         Log: Subject: [PATCH] add Module::Build 0.27_08
25709              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25710              Date: Sun, 5 Mar 2006 12:08:30 -0800
25711              Message-ID: <20060305200830.GA2660@efn.org>
25712      Branch: perl
25713            + lib/Module/Build.pm lib/Module/Build/Authoring.pod
25714            + lib/Module/Build/Base.pm lib/Module/Build/Changes
25715            + lib/Module/Build/Compat.pm lib/Module/Build/ConfigData.pm
25716            + lib/Module/Build/Cookbook.pm lib/Module/Build/ModuleInfo.pm
25717            + lib/Module/Build/Notes.pm lib/Module/Build/PPMMaker.pm
25718            + lib/Module/Build/Platform/Amiga.pm
25719            + lib/Module/Build/Platform/Default.pm
25720            + lib/Module/Build/Platform/EBCDIC.pm
25721            + lib/Module/Build/Platform/MPEiX.pm
25722            + lib/Module/Build/Platform/MacOS.pm
25723            + lib/Module/Build/Platform/RiscOS.pm
25724            + lib/Module/Build/Platform/Unix.pm
25725            + lib/Module/Build/Platform/VMS.pm
25726            + lib/Module/Build/Platform/VOS.pm
25727            + lib/Module/Build/Platform/Windows.pm
25728            + lib/Module/Build/Platform/aix.pm
25729            + lib/Module/Build/Platform/cygwin.pm
25730            + lib/Module/Build/Platform/darwin.pm
25731            + lib/Module/Build/Platform/os2.pm lib/Module/Build/PodParser.pm
25732            + lib/Module/Build/scripts/config_data
25733            + lib/Module/Build/t/basic.t
25734            + lib/Module/Build/t/bundled/Tie/CPHash.pm
25735            + lib/Module/Build/t/compat.t lib/Module/Build/t/destinations.t
25736            + lib/Module/Build/t/ext.t lib/Module/Build/t/extend.t
25737            + lib/Module/Build/t/files.t lib/Module/Build/t/install.t
25738            + lib/Module/Build/t/lib/DistGen.pm
25739            + lib/Module/Build/t/lib/MBTest.pm
25740            + lib/Module/Build/t/manifypods.t lib/Module/Build/t/metadata.t
25741            + lib/Module/Build/t/metadata2.t lib/Module/Build/t/moduleinfo.t
25742            + lib/Module/Build/t/notes.t lib/Module/Build/t/parents.t
25743            + lib/Module/Build/t/pod_parser.t lib/Module/Build/t/ppm.t
25744            + lib/Module/Build/t/runthrough.t lib/Module/Build/t/signature.t
25745            + lib/Module/Build/t/tilde.t lib/Module/Build/t/versions.t
25746            + lib/Module/Build/t/xs.t utils/config_data.PL
25747            ! MANIFEST Porting/Maintainers.pl installperl pod/perlutil.pod
25748            ! utils.lst utils/Makefile vms/descrip_mms.template
25749            ! win32/Makefile win32/makefile.mk
25750 ____________________________________________________________________________
25751 [ 27388] By: rgs                                   on 2006/03/06  14:52:48
25752         Log: Upgrade to Archive::Tar 1.29
25753      Branch: perl
25754            ! lib/Archive/Tar.pm lib/Archive/Tar/t/00_setup.t
25755            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
25756 ____________________________________________________________________________
25757 [ 27387] By: rgs                                   on 2006/03/06  10:06:53
25758         Log: Add and remove files forgotten in change #27384
25759      Branch: perl
25760            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
25761            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
25762            + ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
25763            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
25764            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
25765            + ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
25766            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
25767            - (delete 110 files)
25768            ! MANIFEST
25769 ____________________________________________________________________________
25770 [ 27386] By: craigb                                on 2006/03/06  03:42:19
25771         Log: Subject: PATCH: 2 vms specific build files in perl @ 27383
25772              From: Peter Prymmer <PPrymmer@factset.com>
25773              Date: Sun, 05 Mar 2006 20:30:09 -0500
25774              Message-id: <OFF0B19477.39D9ABEB-ON85257129.00070590-85257129.000840D3@factset.com>
25775      Branch: perl
25776            ! configure.com vms/gen_shrfls.pl
25777 ____________________________________________________________________________
25778 [ 27385] By: craigb                                on 2006/03/06  03:26:39
25779         Log: Subject: Re: threads and VMS
25780              From: "John E. Malmberg" <wb8tyw@qsl.net>
25781              Date: Sun, 05 Mar 2006 00:32:27 -0500
25782              Message-id: <440A77EB.2030205@qsl.net>
25783      Branch: perl
25784            ! vms/vms.c
25785 ____________________________________________________________________________
25786 [ 27384] By: stevep                                on 2006/03/06  02:06:04
25787         Log: Subject: [PATCH] Compress::Zlib
25788              From: "Paul Marquess" <paul.marquess@ntlworld.com>
25789              Date: Fri, 3 Mar 2006 10:25:48 -0000
25790              Message-ID: <007101c63eac$d919c6c0$4c05140a@myopwv.com>
25791      Branch: perl
25792            + (add 129 files)
25793            ! MANIFEST ext/Compress/Zlib/Changes
25794            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
25795            ! ext/Compress/Zlib/examples/filtdef
25796            ! ext/Compress/Zlib/examples/filtinf
25797            ! ext/Compress/Zlib/examples/gzcat
25798            ! ext/Compress/Zlib/examples/gzgrep
25799            ! ext/Compress/Zlib/examples/gzstream
25800            ! ext/Compress/Zlib/t/01version.t
25801            ! ext/Compress/Zlib/t/03zlib-v1.t
25802            ! ext/Compress/Zlib/t/05examples.t
25803            ! ext/Compress/Zlib/t/06gzsetp.t
25804            ! ext/Compress/Zlib/t/08encoding.t
25805            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/99pod.t
25806            ! t/lib/compress/any.pl t/lib/compress/anyunc.pl
25807            ! t/lib/compress/destroy.pl t/lib/compress/generic.pl
25808            ! t/lib/compress/merge.pl t/lib/compress/multi.pl
25809            ! t/lib/compress/newtied.pl t/lib/compress/oneshot.pl
25810            ! t/lib/compress/prime.pl t/lib/compress/tied.pl
25811            ! t/lib/compress/truncate.pl t/lib/compress/zlib-generic.pl
25812 ____________________________________________________________________________
25813 [ 27383] By: nicholas                              on 2006/03/05  21:21:10
25814         Log: Change 27380 (HEK into the IV union failed to convert the code in the
25815              non-gcc-debugging ifdef. Whoops. Very lax of me)
25816      Branch: perl
25817            ! gv.h
25818 ____________________________________________________________________________
25819 [ 27382] By: nicholas                              on 2006/03/05  19:07:12
25820         Log: Perl_gv_name_set should not leak the old HEK. Allow the flag GV_ADD
25821              to simplify GV initialisation.
25822      Branch: perl
25823            ! gv.c gv.h sv.c
25824 ____________________________________________________________________________
25825 [ 27381] By: nicholas                              on 2006/03/05  18:40:59
25826         Log: Change hv_name_set to take U32 length and flags parameters.
25827      Branch: perl
25828            ! embed.fnc hv.c proto.h
25829 ____________________________________________________________________________
25830 [ 27380] By: nicholas                              on 2006/03/05  18:13:42
25831         Log: Move the GvNAME HEK into the IV union - every GV is now 1 pointer
25832              smaller.
25833      Branch: perl
25834            ! av.h cv.h gv.c gv.h hv.h sv.h
25835 ____________________________________________________________________________
25836 [ 27379] By: nicholas                              on 2006/03/05  17:47:23
25837         Log: Use a HEK to store the GV's name, rather than a malloc()ed string.
25838              Saves 1 word in each GV (no more strlen), and will also save the memory
25839              used by the string itself, as the HEK will exist already due to the
25840              key used by the symbol table for this GV.
25841      Branch: perl
25842            ! gv.c gv.h sv.c sv.h
25843 ____________________________________________________________________________
25844 [ 27378] By: nicholas                              on 2006/03/05  12:12:56
25845         Log: Only #define PERL_DONT_CREATE_GVSV if it wasn't already defined.
25846      Branch: perl
25847            ! perl.h
25848 ____________________________________________________________________________
25849 [ 27377] By: nicholas                              on 2006/03/05  11:53:55
25850         Log: Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET.
25851      Branch: perl
25852            ! embed.fnc embed.h global.sym gv.c gv.h proto.h sv.c
25853 ____________________________________________________________________________
25854 [ 27376] By: craigb                                on 2006/03/05  00:03:31
25855         Log: Subject: Re: threads and VMS
25856              From: "John E. Malmberg" <wb8tyw@qsl.net>
25857              Date: Sat, 04 Mar 2006 18:29:22 -0500
25858              Message-id: <440A22D2.30009@qsl.net>
25859      Branch: perl
25860            ! doio.c
25861 ____________________________________________________________________________
25862 [ 27375] By: merijn                                on 2006/03/04  06:48:13
25863         Log: Subject: patch@27373 VMS build fix + more long pathname stuff
25864              From: "John E. Malmberg" <wb8tyw@qsl.net>
25865              Date: Sat, 04 Mar 2006 00:36:03 -0500
25866              Message-ID: <44092743.4030607@qsl.net>
25867      Branch: perl
25868            ! vms/vms.c
25869 ____________________________________________________________________________
25870 [ 27374] By: merijn                                on 2006/03/04  06:44:10
25871         Log: Subject: Re: [PATCH] include configure.com in Porting/checkcfgvar.pl
25872              From: Abe Timmerman <abe@ztreet.demon.nl>
25873              Date: Fri, 3 Mar 2006 22:56:47 +0100
25874              Message-Id: <200603032256.47170.abe@ztreet.demon.nl>
25875      Branch: perl
25876            ! Porting/checkcfgvar.pl configure.com
25877 ____________________________________________________________________________
25878 [ 27373] By: stevep                                on 2006/03/03  18:40:22
25879         Log: Add d_builtin_choose_expr and d_builtin_expect to configure.com as
25880              'undef'.
25881      Branch: perl
25882            ! configure.com
25883 ____________________________________________________________________________
25884 [ 27372] By: stevep                                on 2006/03/03  18:34:18
25885         Log: Make Win32 configuration changes for HAS_BUILTIN_CHOOSE_EXPR and
25886              HAS_BUILTIN_EXPECT.
25887      Branch: perl
25888            ! win32/config.bc win32/config.gc win32/config.vc
25889            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
25890            ! win32/config_H.vc win32/config_H.vc64
25891 ____________________________________________________________________________
25892 [ 27371] By: stevep                                on 2006/03/03  17:49:01
25893         Log: Subject: [PATCH] include configure.com in Porting/checkcfgvar.pl
25894              From: Abe Timmerman <abe@ztreet.demon.nl>
25895              Date: Fri, 3 Mar 2006 18:43:24 +0100
25896              Message-Id: <200603031843.24250.abe@ztreet.demon.nl>
25897      Branch: perl
25898            ! Porting/checkcfgvar.pl
25899 ____________________________________________________________________________
25900 [ 27370] By: merijn                                on 2006/03/03  16:40:57
25901         Log: Subject: [PATCH] Support for __builtin_expect and __builtin_choose_expr
25902              From: Andy Lester <andy@petdance.com>
25903              Date: Wed, 28 Dec 2005 15:34:08 -0600
25904              Message-ID: <20051228213408.GB26033@petdance.com>
25905      Branch: perl
25906            ! Configure Porting/Glossary config_h.SH perl.h
25907 ____________________________________________________________________________
25908 [ 27368] By: rgs                                   on 2006/03/03  15:45:32
25909         Log: Subject: [PATCH] Re: [perl #38657] -d:Foo=bar broke in 5.8.8
25910              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
25911              Date: Thu, 02 Mar 2006 20:21:26 +0200
25912              Message-ID: <440737A6.4060606@gmail.com>
25913      Branch: perl
25914            ! t/lib/Devel/switchd.pm t/run/switchd.t
25915 ____________________________________________________________________________
25916 [ 27367] By: merijn                                on 2006/03/03  07:35:51
25917         Log: #27363 broke HP-UX (and others). if [[ ... ]] syntax not supported
25918      Branch: perl
25919            ! Configure
25920 ____________________________________________________________________________
25921 [ 27365] By: stevep                                on 2006/03/03  00:18:40
25922         Log: Subject: Re: [PATCH] Re: [perl #38612] Data::Dumper core dump in 5.8.6, fixed by 5.8.7
25923              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
25924              Date: Thu, 02 Mar 2006 22:46:14 +0200
25925              Message-ID: <44075996.1000002@gmail.com>
25926      Branch: perl
25927            ! ext/Data/Dumper/t/bugs.t
25928 ____________________________________________________________________________
25929 [ 27364] By: merijn                                on 2006/03/02  20:14:50
25930         Log: Taint handling for runperl:
25931              - better taint detection (switch -T in command)
25932              - $ENV{PATH} stripping of writeable directories on unix/linux
25933      Branch: perl
25934            ! t/test.pl
25935 ____________________________________________________________________________
25936 [ 27363] By: merijn                                on 2006/03/02  20:07:51
25937         Log: Subject: [perl #38385] _h2ph_pre.ph / $Config{cppsymbols} omits gcc-3.4+ cpp "predefined macros" 
25938              Date: Tue, 31 Jan 2006 09:50:32 -0800
25939              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
25940      Branch: perl
25941            ! Configure utils/h2ph.PL
25942 ____________________________________________________________________________
25943 [ 27361] By: rgs                                   on 2006/03/02  09:11:35
25944         Log: Subject: [PATCH] mgvtbl initialization
25945              From: andy@petdance.com (Andy Lester)
25946              Date: Wed, 1 Mar 2006 22:52:20 -0600
25947              Message-ID: <20060302045220.GA15985@petdance.com>
25948      Branch: perl
25949            ! perl.h
25950 ____________________________________________________________________________
25951 [ 27360] By: rgs                                   on 2006/03/02  09:08:30
25952         Log: Subject: [PATCH] Non-null optimizations
25953              From: andy@petdance.com (Andy Lester)
25954              Date: Wed, 1 Mar 2006 22:13:45 -0600
25955              Message-ID: <20060302041345.GA13731@petdance.com>
25956      Branch: perl
25957            ! embed.fnc pod/perlapi.pod proto.h sv.c
25958 ____________________________________________________________________________
25959 [ 27359] By: rgs                                   on 2006/03/01  22:39:24
25960         Log: Don't put strings with embedded NULs in the environment.
25961              This makes things like -d:Foo=bar work again.
25962      Branch: perl
25963            ! perl.c
25964 ____________________________________________________________________________
25965 [ 27358] By: stevep                                on 2006/03/01  20:15:27
25966         Log: Grammar nit in Locale::Maketext::TPJ13.pod, found by Justin Pryzby.
25967      Branch: perl
25968            ! lib/Locale/Maketext/TPJ13.pod
25969 ____________________________________________________________________________
25970 [ 27357] By: stevep                                on 2006/03/01  16:53:49
25971         Log: Upgrade to podlators-2.04
25972      Branch: perl
25973            + lib/Pod/t/filehandle.t
25974            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
25975 ____________________________________________________________________________
25976 [ 27356] By: stevep                                on 2006/03/01  16:29:37
25977         Log: Upgrade to assertions-0.03
25978      Branch: perl
25979            ! lib/assertions.pm lib/assertions/activate.pm
25980            ! lib/assertions/compat.pm t/comp/assertions.t
25981            ! t/comp/asstcompat.t
25982 ____________________________________________________________________________
25983 [ 27355] By: rgs                                   on 2006/03/01  16:13:56
25984         Log: Subject: [PATCH] a buglet in fakesdio.h
25985              From: Anton Berezin <tobez@tobez.org>
25986              Date: Wed, 1 Mar 2006 16:56:13 +0100
25987              Message-ID: <20060301155613.GA30368@heechee.tobez.org>
25988      Branch: perl
25989            ! fakesdio.h
25990 ____________________________________________________________________________
25991 [ 27354] By: stevep                                on 2006/03/01  16:08:17
25992         Log: Upgrade to CGI.pm-3.17, but continuing the version bump for 
25993              unintegrated changes.
25994      Branch: perl
25995            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
25996 ____________________________________________________________________________
25997 [ 27353] By: rgs                                   on 2006/03/01  09:08:46
25998         Log: Subject: Re: Patch lint for grep { /.../ } and grep /.../,
25999              From: "Joshua ben Jore" <twists@gmail.com>
26000              Date: Wed, 1 Mar 2006 01:14:14 -0600
26001              Message-ID: <dc5c751d0602282314o19c54a3av92d1a3addbc895fb@mail.gmail.com>
26002      Branch: perl
26003            ! ext/B/B/Lint.pm ext/B/t/lint.t
26004 ____________________________________________________________________________
26005 [ 27352] By: steveh                                on 2006/02/28  12:51:55
26006         Log: Silence another VC++ warning
26007              (signed/unsigned mismatch)
26008      Branch: perl
26009            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/sha.c
26010 ____________________________________________________________________________
26011 [ 27351] By: steveh                                on 2006/02/28  12:40:06
26012         Log: Silence a VC++ warning with DEBUGGING builds
26013              (signed/unsigned mismatch)
26014      Branch: perl
26015            ! sv.c
26016 ____________________________________________________________________________
26017 [ 27350] By: nicholas                              on 2006/02/27  21:41:58
26018         Log: In Perl_sv_setsv_flags, swap the default in the type based switch to
26019              the "Bizarre copy" failure case.
26020      Branch: perl
26021            ! sv.c
26022 ____________________________________________________________________________
26023 [ 27349] By: nicholas                              on 2006/02/27  21:10:21
26024         Log: Subject: [PATCH] Removed a redundant o->op_type
26025              From: andy@petdance.com (Andy Lester)
26026              Message-ID: <20060227202043.GA7783@petdance.com>
26027              Date: Mon, 27 Feb 2006 14:20:43 -0600
26028      Branch: perl
26029            ! op.c
26030 ____________________________________________________________________________
26031 [ 27348] By: steveh                                on 2006/02/27  17:48:55
26032         Log: Silence a GCC warning
26033              (assignment from incompatible pointer type)
26034      Branch: perl
26035            ! sv.h
26036 ____________________________________________________________________________
26037 [ 27347] By: steveh                                on 2006/02/27  17:24:37
26038         Log: Silence a VC++ warning
26039              (conversion from 'long ' to 'char ', possible loss of data)
26040      Branch: perl
26041            ! sv.c
26042 ____________________________________________________________________________
26043 [ 27346] By: rgs                                   on 2006/02/27  17:00:37
26044         Log: Upgrade to CPAN 1.87
26045      Branch: perl
26046            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
26047            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
26048 ____________________________________________________________________________
26049 [ 27345] By: nicholas                              on 2006/02/27  16:13:05
26050         Log: Move all the de-tainting logic for runperl into test.pl.
26051      Branch: perl
26052            ! t/op/utftaint.t t/test.pl
26053 ____________________________________________________________________________
26054 [ 27344] By: rgs                                   on 2006/02/27  15:43:41
26055         Log: Subject: [PATCH] fix up gv.c and gv.h
26056              From: andy@petdance.com (Andy Lester)
26057              Date: Sat, 25 Feb 2006 20:52:16 -0600
26058              Message-ID: <20060226025216.GA12758@petdance.com>
26059      Branch: perl
26060            ! gv.h
26061 ____________________________________________________________________________
26062 [ 27343] By: rgs                                   on 2006/02/27  15:36:46
26063         Log: Subject: [PATCH] PERL_TRACK_MEMPOOL cripples environment after exit()
26064              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
26065              Date: Sun, 26 Feb 2006 20:47:21 +0100
26066              Message-ID: <20060226204721.00be2bff@r2d2>
26067      Branch: perl
26068            ! miniperlmain.c
26069 ____________________________________________________________________________
26070 [ 27342] By: rgs                                   on 2006/02/27  14:45:00
26071         Log: Subject: [patch] dumping tied globs without FILENO method on the debugger fails
26072              From: Salvador Fandino <sfandino@yahoo.com>
26073              Date: Sat, 25 Feb 2006 11:14:20 +0100
26074              Message-ID: <20060225101254.726.qmail@lists.develooper.com>
26075      Branch: perl
26076            ! lib/dumpvar.pl
26077 ____________________________________________________________________________
26078 [ 27341] By: steveh                                on 2006/02/27  14:39:46
26079         Log: Fix op/utftaint.t on Win32 following change #27248
26080              (Don't remove PATH completely because it'll break on Unix if you
26081              have . in the PATH)
26082      Branch: perl
26083            ! t/op/utftaint.t
26084 ____________________________________________________________________________
26085 [ 27340] By: nicholas                              on 2006/02/27  14:19:32
26086         Log: There is now the potential for an upgrade from something without an
26087              offset (PVNV or PVMG) to something with one (PVCV, PVFM). Deal with
26088              this correctly.
26089      Branch: perl
26090            ! sv.c
26091 ____________________________________________________________________________
26092 [ 27339] By: rgs                                   on 2006/02/27  13:40:44
26093         Log: ptr_table_find() is only defined with ithreads
26094      Branch: perl
26095            ! embed.fnc embed.h proto.h sv.c
26096 ____________________________________________________________________________
26097 [ 27338] By: merijn                                on 2006/02/27  13:28:04
26098         Log: Workaround for initialization errors on HP's pre-compiler
26099              Do not ask me to explain. This re-definition works on AIX
26100              and HP-UX. Let's await the smokes.
26101      Branch: perl
26102            ! sv.c
26103 ____________________________________________________________________________
26104 [ 27337] By: steveh                                on 2006/02/27  12:21:14
26105         Log: Fix code-before-declaration error (under VC++) from change #27334
26106      Branch: perl
26107            ! perlio.c
26108 ____________________________________________________________________________
26109 [ 27336] By: nicholas                              on 2006/02/27  12:00:12
26110         Log: Change 27330 failed to decontaminate SvCUR/GvFLAGS when upgrading an
26111              SvPV acting as a prototype placeholder to a full typeglob.
26112      Branch: perl
26113            ! gv.c
26114 ____________________________________________________________________________
26115 [ 27335] By: rgs                                   on 2006/02/27  11:26:58
26116         Log: Subject: Testing hash key stringification
26117              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
26118              Date: Sun, 26 Feb 2006 23:30:01 +0100
26119              Message-Id: <4871E87D-4B59-40A3-A091-A7A3CFA221CF@mailbox.tu-berlin.de>
26120      Branch: perl
26121            ! t/op/hashassign.t
26122 ____________________________________________________________________________
26123 [ 27334] By: rgs                                   on 2006/02/27  11:06:30
26124         Log: Subject: [PATCH] Speedups and shrinkages of SvREFCNT_inc
26125              From: andy@petdance.com (Andy Lester)
26126              Date: Fri, 24 Feb 2006 14:54:35 -0600
26127              Message-ID: <20060224205434.GA17867@petdance.com>
26128      Branch: perl
26129            ! av.c cop.h doio.c doop.c gv.c hv.c mg.c op.c pad.c perl.c
26130            ! perl.h perlio.c pod/perlapi.pod pod/perlintern.pod pp.c
26131            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
26132            ! sv.h toke.c
26133 ____________________________________________________________________________
26134 [ 27333] By: rgs                                   on 2006/02/27  10:33:59
26135         Log: Subject: [PATCH] Suppress System V IPC for 64-bit Darwin builds
26136              From: Dominic Dunlop <shouldbedomo@mac.com>
26137              Date: Fri, 24 Feb 2006 17:22:54 +0100
26138              Message-Id: <A685C5DB-23CE-430E-95F1-CC7A9480DDF9@mac.com>
26139      Branch: perl
26140            ! README.macosx hints/darwin.sh
26141 ____________________________________________________________________________
26142 [ 27332] By: rgs                                   on 2006/02/27  10:30:35
26143         Log: Subject: [perl #38633] doc patch: perlfunc "new" section lacks lock and qr 
26144              From: Zsban Ambrus (via RT) <perlbug-followup@perl.org>
26145              Date: Sat, 25 Feb 2006 05:11:03 -0800
26146              Message-ID: <rt-3.0.11-38633-130596.7.22367548359067@perl.org>
26147      Branch: perl
26148            ! pod/perlfunc.pod
26149 ____________________________________________________________________________
26150 [ 27331] By: rgs                                   on 2006/02/27  07:33:53
26151         Log: Fix argument grouping for some macros
26152      Branch: perl
26153            ! gv.h
26154 ____________________________________________________________________________
26155 [ 27330] By: nicholas                              on 2006/02/25  17:16:24
26156         Log: GvFLAGS can be overlaid with SvCUR.
26157      Branch: perl
26158            ! gv.h sv.h
26159 ____________________________________________________________________________
26160 [ 27329] By: nicholas                              on 2006/02/25  16:51:34
26161         Log: Subject: Re: [perl #38619] Bug in lc and uc (interaction between UTF-8, substr, and lc/uc)
26162              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
26163              Date: Sat, 25 Feb 2006 18:16:45 +0900
26164              Message-Id: <20060225180934.FCC3.BQW10602@nifty.com>
26165      Branch: perl
26166            ! pp.c t/op/lc.t
26167 ____________________________________________________________________________
26168 [ 27328] By: nicholas                              on 2006/02/25  16:50:15
26169         Log: Use xpv_len rather than xpv_cur in GVs to store GvASSIGN_GENERATION.
26170              Assert that GVs do not access SvCUR or SvLEN.
26171      Branch: perl
26172            ! gv.h sv.h
26173 ____________________________________________________________________________
26174 [ 27327] By: nicholas                              on 2006/02/25  16:48:46
26175         Log: Abstract the specific use of SvCUR in GVs for detecting variables on
26176              both sides of an assignment using GvASSIGN_GENERATION() and
26177              GvASSIGN_GENERATION_set().
26178      Branch: perl
26179            ! gv.h op.c
26180 ____________________________________________________________________________
26181 [ 27326] By: nicholas                              on 2006/02/25  15:38:25
26182         Log: xgv_stash can be stored as a union with the NV, reducing the size of
26183              PVGVs by another pointer.
26184      Branch: perl
26185            ! av.h cv.h gv.h hv.h sv.h
26186 ____________________________________________________________________________
26187 [ 27325] By: nicholas                              on 2006/02/25  15:11:28
26188         Log: Curiously none of the macros SvIVX, SvUVX or SvNVX are used on
26189              typeglobs.
26190      Branch: perl
26191            ! dump.c ext/Devel/Peek/t/Peek.t sv.h
26192 ____________________________________________________________________________
26193 [ 27324] By: nicholas                              on 2006/02/25  14:50:38
26194         Log: Amazingly, it seems that none of the other GV specific macros are
26195              accessed unless the GV thinks that it is a GV.
26196      Branch: perl
26197            ! gv.h sv.c
26198 ____________________________________________________________________________
26199 [ 27323] By: nicholas                              on 2006/02/25  00:39:30
26200         Log: Store GvGP in the SV head union. For all the common lookups [eg GvCV()]
26201              this avoids 1 pointer dereference and the associated risk of a CPU
26202              cache miss. Although this patch looks deceptively small, I fear its
26203              CBV(*) might be rather high.
26204              (* Crack By Volume)
26205      Branch: perl
26206            ! dump.c ext/Devel/Peek/t/Peek.t gv.c gv.h pp.c pp_hot.c sv.c
26207            ! sv.h
26208 ____________________________________________________________________________
26209 [ 27322] By: nicholas                              on 2006/02/24  23:30:50
26210         Log: With PERL_DONT_CREATE_GVSV, don't need to create a new GvSV in
26211              Perl_save_scalar.
26212      Branch: perl
26213            ! scope.c
26214 ____________________________________________________________________________
26215 [ 27321] By: nicholas                              on 2006/02/24  22:43:14
26216         Log: Given that SvPV on a typeglob is now irrelevant, really we only need
26217              to store the GvGP.
26218      Branch: perl
26219            ! scope.c
26220 ____________________________________________________________________________
26221 [ 27320] By: nicholas                              on 2006/02/24  21:42:33
26222         Log: Given that Perl_gp_free() is refcount-dec-and-maybe-free for the glob
26223              pointer, it's inconsistent that it only sets this GV's GvGP to 0 if
26224              this GV happened to have the last reference. Why should this GV care if
26225              it had the last reference? So always set it to 0. It's free. Gone.
26226      Branch: perl
26227            ! gv.c
26228 ____________________________________________________________________________
26229 [ 27319] By: nicholas                              on 2006/02/24  19:32:11
26230         Log: Avoid special case SvMAGIC macros just to cope with Perl_sv_unmagic.
26231      Branch: perl
26232            ! sv.c sv.h
26233 ____________________________________________________________________________
26234 [ 27313] By: nicholas                              on 2006/02/24  14:19:37
26235         Log: Use PVMGs rather than PVGVs to store the names of our variables in the
26236              pad.
26237      Branch: perl
26238            ! pad.c sv.c sv.h
26239 ____________________________________________________________________________
26240 [ 27312] By: nicholas                              on 2006/02/24  13:59:57
26241         Log: Store the stash for our in the magic slot. This will allow us to use
26242              PVMGs in pad names where previously PVGVs were used. In turn, this
26243              gives much greater flexibility for the layout of PVGVs.
26244      Branch: perl
26245            ! av.h cv.h hv.h pad.c sv.c sv.h
26246 ____________________________________________________________________________
26247 [ 27311] By: stevep                                on 2006/02/24  13:55:23
26248         Log: Upgrade to CPAN-1.86
26249      Branch: perl
26250            ! lib/CPAN.pm lib/CPAN/SIGNATURE
26251 ____________________________________________________________________________
26252 [ 27309] By: rgs                                   on 2006/02/24  12:52:01
26253         Log: Skip unportable test on VMS
26254      Branch: perl
26255            ! t/comp/opsubs.t
26256 ____________________________________________________________________________
26257 [ 27307] By: nicholas                              on 2006/02/24  11:52:53
26258         Log: Assert that GvSTASH is only called on PVGVs and PVLVs.
26259      Branch: perl
26260            ! gv.h
26261 ____________________________________________________________________________
26262 [ 27306] By: nicholas                              on 2006/02/24  11:52:28
26263         Log: Replace usage of GvSTASH for storing the stash of C<our> with
26264              OURSTASH. Set the stash with OURSTASH_SET.
26265      Branch: perl
26266            ! pad.c pad.h sv.h
26267 ____________________________________________________________________________
26268 [ 27304] By: nicholas                              on 2006/02/24  11:21:06
26269         Log: assert that SvMAGIC is never non-NULL for any PVMG used as a pad name.
26270      Branch: perl
26271            ! sv.h
26272 ____________________________________________________________________________
26273 [ 27302] By: nicholas                              on 2006/02/24  10:56:00
26274         Log: Redo previous sv.h change.
26275      Branch: perl
26276            ! sv.h
26277 ____________________________________________________________________________
26278 [ 27301] By: stevep                                on 2006/02/24  10:54:14
26279         Log: Subject: [PATCH] Perl_save_aelem can't be const
26280              From: Andy Lester <andy@petdance.com>
26281              Date: Thu, 23 Feb 2006 22:53:40 -0600
26282              Message-ID: <20060224045340.GA6318@petdance.com>
26283      Branch: perl
26284            ! embed.fnc proto.h scope.c
26285 ____________________________________________________________________________
26286 [ 27300] By: stevep                                on 2006/02/24  10:41:53
26287         Log: Subject: [PATCH] unused context warnings
26288              From: andy@petdance.com (Andy Lester)
26289              Date: Tue, 21 Feb 2006 00:27:11 -0600
26290              Message-ID: <20060221062711.GA16160@petdance.com>
26291      Branch: perl
26292            ! deb.c embed.pl hv.c locale.c mathoms.c mg.c miniperlmain.c
26293            ! numeric.c op.c perl.c perl.h perlapi.c perlio.c pp_ctl.c
26294            ! regcomp.c scope.c sv.c toke.c universal.c utf8.c util.c
26295 ____________________________________________________________________________
26296 [ 27297] By: nicholas                              on 2006/02/24  10:29:48
26297         Log: As SVs can't both be in a pad, and the name of a variable in the pad,
26298              overlay SVs_PADTMP with SVpad_TYPED and SVs_PADMY with SVpad_OUR.
26299      Branch: perl
26300            ! pad.h
26301 ____________________________________________________________________________
26302 [ 27296] By: stevep                                on 2006/02/24  02:56:02
26303         Log: Revert change #27295, which I thought fixed builds on Win32.
26304              Instead remove &PL_vtbl_glob from globvar.sym.
26305      Branch: perl
26306            ! XSUB.h globvar.sym
26307 ____________________________________________________________________________
26308 [ 27295] By: stevep                                on 2006/02/24  02:02:14
26309         Log: Last instance of PL_vtbl_glob removed.  It was missed change #27289.
26310      Branch: perl
26311            ! XSUB.h
26312 ____________________________________________________________________________
26313 [ 27294] By: nicholas                              on 2006/02/23  23:45:39
26314         Log: Replace direct flags tests & manipulations for SVpad_TYPED and
26315              SVpad_OUR with macros SvPAD_TYPED(), SvPAD_OUR() etc, to abstract
26316              away the flags bits acutally used to store this information.
26317      Branch: perl
26318            ! XSUB.h dump.c op.c pad.c pad.h pp.c sv.c sv.h toke.c
26319 ____________________________________________________________________________
26320 [ 27293] By: nicholas                              on 2006/02/23  22:17:07
26321         Log: Document a sixth use for SVf_FAKE
26322      Branch: perl
26323            ! sv.h
26324 ____________________________________________________________________________
26325 [ 27292] By: nicholas                              on 2006/02/23  20:28:34
26326         Log: We have sufficient spare bits to store the SV type in body_details,
26327              so add a small sanity check to ensure that we have the array in the
26328              correct order.
26329      Branch: perl
26330            ! sv.c
26331 ____________________________________________________________________________
26332 [ 27291] By: nicholas                              on 2006/02/23  19:40:23
26333         Log: Shrink struct body_details and hence sv.o slightly further by using
26334              bitfields.
26335      Branch: perl
26336            ! sv.c
26337 ____________________________________________________________________________
26338 [ 27290] By: nicholas                              on 2006/02/23  19:15:48
26339         Log: Using U8 rather than size type shrinks the body_details table.
26340      Branch: perl
26341            ! sv.c
26342 ____________________________________________________________________________
26343 [ 27289] By: nicholas                              on 2006/02/23  18:00:19
26344         Log: Remove set magic from typeglobs. Remove typeglob magic entirely.
26345              Typeglobs now never access the SvPVX, SvIVX or SvNVX when holding a
26346              valid GvGP().
26347      Branch: perl
26348            ! dump.c ext/Devel/Peek/t/Peek.t gv.c perl.h pod/perlguts.pod
26349            ! sv.c util.c
26350 ____________________________________________________________________________
26351 [ 27288] By: nicholas                              on 2006/02/23  17:45:55
26352         Log: In XS_attributes__guess_stash, attempting to call Gv* on a PVMG is
26353              bad and wrong.
26354      Branch: perl
26355            ! xsutils.c
26356 ____________________________________________________________________________
26357 [ 27287] By: stevep                                on 2006/02/23  17:42:09
26358         Log: Add test for RT #2166: foreach spuriously autovivifies
26359      Branch: perl
26360            ! t/cmd/for.t
26361 ____________________________________________________________________________
26362 [ 27286] By: stevep                                on 2006/02/23  16:24:19
26363         Log: Converted t/op/pos.t to use test.pl and added TODO test for 
26364              RT #1716 - search position reset after 'local' save/restore
26365      Branch: perl
26366            ! t/op/pos.t
26367 ____________________________________________________________________________
26368 [ 27283] By: rgs                                   on 2006/02/23  14:07:13
26369         Log: Subject: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
26370              From: "Jan Dubois" <jand@ActiveState.com>
26371              Date: Tue, 21 Feb 2006 12:36:31 -0800
26372              Message-ID: <019601c63726$7fcca200$6062a8c0@candy>
26373      Branch: perl
26374            ! win32/win32.c
26375 ____________________________________________________________________________
26376 [ 27282] By: nicholas                              on 2006/02/23  13:42:29
26377         Log: Recalculate dstr in Perl_sv_setsv_flags, as dstr may have been upgraded.
26378      Branch: perl
26379            ! sv.c
26380 ____________________________________________________________________________
26381 [ 27279] By: nicholas                              on 2006/02/23  13:07:54
26382         Log: Remove un-needed case in Perl_sv_setsv_flags (sv_upgrade will cover
26383              this one for us).
26384      Branch: perl
26385            ! sv.c
26386 ____________________________________________________________________________
26387 [ 27278] By: nicholas                              on 2006/02/23  11:11:12
26388         Log: Remove get magic from typeglobs. This means that PVGVs holding
26389              typeglobs never need to use SvPVX. This comes at price - typeglobs
26390              were using magic get for their stringificiation, and to pass SvOK(),
26391              so need to make typeglobs SvOK by default (by sucking SVp_SCREAM into
26392              SVf_OK - it's the only flag left), tweak SvSCREAM() to also check
26393              SVp_POK, and teach sv_2[inpu]v how to convert globs.
26394              However, it should free up SvPVX for the next part of the plan to
26395              pointer indirections, and therefore CPU cache pressure.
26396      Branch: perl
26397            ! embed.fnc embed.h ext/Devel/Peek/t/Peek.t gv.c mg.c perl.h
26398            ! proto.h sv.c sv.h
26399 ____________________________________________________________________________
26400 [ 27276] By: nicholas                              on 2006/02/23  00:29:04
26401         Log: Fix the copy sizes for PVFM and PVCV back to sanity.
26402      Branch: perl
26403            ! sv.c
26404 ____________________________________________________________________________
26405 [ 27274] By: nicholas                              on 2006/02/22  23:43:10
26406         Log: Fix typos and a missing bracket.
26407      Branch: perl
26408            ! pp.c t/op/studytied.t
26409 ____________________________________________________________________________
26410 [ 27273] By: nicholas                              on 2006/02/22  22:30:19
26411         Log: Avoid C<study>ing any strings that might change underneath us, such
26412              as tied scalars and scalars with overloaded stringification.
26413      Branch: perl
26414            ! pp.c t/op/studytied.t
26415 ____________________________________________________________________________
26416 [ 27272] By: rgs                                   on 2006/02/22  22:09:41
26417         Log: Mark some new study tests as TODO
26418      Branch: perl
26419            ! t/op/studytied.t
26420 ____________________________________________________________________________
26421 [ 27271] By: rgs                                   on 2006/02/22  21:04:33
26422         Log: Add a test for study() on tied scalars, by Andy Lester after
26423              Rick Delaney
26424      Branch: perl
26425            + t/op/studytied.t
26426            ! MANIFEST
26427 ____________________________________________________________________________
26428 [ 27270] By: rgs                                   on 2006/02/22  20:28:41
26429         Log: Turn on match string copying when /e flag is set on a substitution.
26430              
26431              Subject: [PATCH] dodge a valgrind error (for maint or blead)
26432              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
26433              Date: Feb 22, 2006 8:16 PM
26434              Message-ID: <43FCB896.7060106@gmail.com>
26435      Branch: perl
26436            ! pp_hot.c
26437 ____________________________________________________________________________
26438 [ 27269] By: nicholas                              on 2006/02/22  18:21:30
26439         Log: sv_dump should report the PV for PVGVs, as it can get set.
26440              (Typeglobs stringify via a call to GET magic, which uses the PV slot.)
26441      Branch: perl
26442            ! dump.c ext/Devel/Peek/t/Peek.t
26443 ____________________________________________________________________________
26444 [ 27268] By: nicholas                              on 2006/02/22  16:50:25
26445         Log: Test warnings for converting globs to other forms.
26446      Branch: perl
26447            ! t/op/gv.t
26448 ____________________________________________________________________________
26449 [ 27267] By: nicholas                              on 2006/02/22  00:23:49
26450         Log: Change 24643 made the mistake of assuming that CvCONST can only be true
26451              on XSUBs. Somehow it can also end up on perl subs. Bug spotted by and
26452              test case from Marcus Holland-Moritz.
26453      Branch: perl
26454            ! sv.c t/op/threads.t
26455 ____________________________________________________________________________
26456 [ 27265] By: nicholas                              on 2006/02/21  20:09:25
26457         Log: Can merge the two arms of Perl_magic_getglob to save space.
26458      Branch: perl
26459            ! mg.c
26460 ____________________________________________________________________________
26461 [ 27264] By: nicholas                              on 2006/02/21  19:04:39
26462         Log: Reorder the SV flags so that SVp_?OK and SVf_?OK occupy 8 contiguous
26463              bits (0x0000XX00). This makes perl 3K smaller with -Os on x86 FreeBSD,
26464              and might also help on other architectures (eg with 8 contiguous bits,
26465              the SvOK() test on ARM won't need an intermediate constant).
26466      Branch: perl
26467            ! sv.h
26468 ____________________________________________________________________________
26469 [ 27263] By: stevep                                on 2006/02/21  18:44:21
26470         Log: Additional hints needed to build threaded Perls on NetBSD.
26471      Branch: perl
26472            ! hints/netbsd.sh
26473 ____________________________________________________________________________
26474 [ 27262] By: nicholas                              on 2006/02/21  18:00:57
26475         Log: PL_body_arenas should be set to NULL when the interpreter is cleared.
26476      Branch: perl
26477            ! sv.c
26478 ____________________________________________________________________________
26479 [ 27261] By: nicholas                              on 2006/02/21  16:28:02
26480         Log: Teach B about CVf_ISXSUB
26481      Branch: perl
26482            ! ext/B/defsubs_h.PL ext/B/t/concise-xs.t
26483 ____________________________________________________________________________
26484 [ 27260] By: nicholas                              on 2006/02/21  16:12:37
26485         Log: Goodbye PERL_XSUB_OLDSTYLE.
26486      Branch: perl
26487            ! cv.h ext/B/defsubs_h.PL ext/B/t/concise-xs.t
26488            ! ext/Devel/Peek/t/Peek.t pp_ctl.c pp_hot.c
26489 ____________________________________________________________________________
26490 [ 27259] By: nicholas                              on 2006/02/21  15:40:04
26491         Log: Re-order the definitions of the private bits in SvFLAGS by value, so
26492              that we can see where we're already double-booked.
26493      Branch: perl
26494            ! sv.h
26495 ____________________________________________________________________________
26496 [ 27258] By: nicholas                              on 2006/02/21  15:23:21
26497         Log: Document the many uses of SVf_FAKE.
26498      Branch: perl
26499            ! sv.h
26500 ____________________________________________________________________________
26501 [ 27257] By: stevep                                on 2006/02/21  15:18:58
26502         Log: Add tests for the previously untested Hash::Util::all_keys().
26503      Branch: perl
26504            ! ext/Hash/Util/t/Util.t
26505 ____________________________________________________________________________
26506 [ 27256] By: stevep                                on 2006/02/21  00:43:43
26507         Log: $ExtUtils::MM_Unix::VERSION needs to stay numeric to avoid test
26508              warnings.
26509      Branch: perl
26510            ! lib/ExtUtils/MM_Unix.pm
26511 ____________________________________________________________________________
26512 [ 27255] By: stevep                                on 2006/02/21  00:40:23
26513         Log: Subject: Patches: B, CGI, ExtUtils::MM_Unix
26514              From: "Joshua ben Jore" <twists@gmail.com>
26515              Date: Sun, 19 Feb 2006 02:58:10 -0600
26516              Message-ID: <dc5c751d0602190058t78d915fv78c6318370307b63@mail.gmail.com>
26517      Branch: perl
26518            ! AUTHORS lib/CGI.pm
26519 ____________________________________________________________________________
26520 [ 27254] By: stevep                                on 2006/02/21  00:02:46
26521         Log: Subject: Re: Patches: B, CGI, ExtUtils::MM_Unix
26522              From: "Joshua ben Jore" <twists@gmail.com>
26523              Date: Mon, 20 Feb 2006 09:50:15 -0600
26524              Message-ID: <dc5c751d0602200750j21447031m86ea670b04ac27ed@mail.gmail.com>
26525              
26526              Includes changes to increment test count in ext/B/t/concise-xs.t and
26527              uses "no warnings 'once';" in ext/B/t/b.t rather than kludging to 
26528              avoid the warning.
26529      Branch: perl
26530            ! ext/B/B.pm ext/B/B.xs ext/B/t/b.t ext/B/t/concise-xs.t
26531 ____________________________________________________________________________
26532 [ 27252] By: stevep                                on 2006/02/20  23:01:41
26533         Log: Subject: [PATCH] op/magic failure on cygwin after 1.5.19-4
26534              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
26535              Date: Mon, 20 Feb 2006 11:09:33 -0800
26536              Message-ID: <20060220190933.GA1316@efn.org>
26537      Branch: perl
26538            ! t/op/magic.t
26539 ____________________________________________________________________________
26540 [ 27251] By: nicholas                              on 2006/02/20  20:32:09
26541         Log: Steal code from maint, and use PERL_ARENA_ROOTS_SIZE to size the arena
26542              arrays, rather than SVt_LAST, so that SVt_LAST can truthfully remain
26543              the number of genuine SV types, unclouded by implementation details.
26544      Branch: perl
26545            ! intrpvar.h sv.c sv.h
26546 ____________________________________________________________________________
26547 [ 27250] By: rgs                                   on 2006/02/20  20:03:37
26548         Log: Subject: [PATCH] Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X)
26549              From: Dominic Dunlop <shouldbedomo@mac.com>
26550              Date: Feb 20, 2006 1:46 PM
26551              Message-Id: <B699DDDE-EC4E-495D-AFF5-3D7399332A24@mac.com>
26552      Branch: perl
26553            ! ext/SDBM_File/Makefile.PL hints/darwin.sh
26554 ____________________________________________________________________________
26555 [ 27249] By: nicholas                              on 2006/02/20  19:00:22
26556         Log: PVCVs don't need XNVs either.
26557              (And actually remove xcv_depth)
26558              (And fix the copy lengths in bodies_by_type)
26559      Branch: perl
26560            ! cv.h dump.c ext/B/B/Bytecode.pm ext/Devel/Peek/t/Peek.t sv.c
26561 ____________________________________________________________________________
26562 [ 27248] By: rgs                                   on 2006/02/20  17:59:42
26563         Log: Subject: [PATCH] Trouble with $ENV{CDPATH} after change #27236
26564              From: Dominic Dunlop <shouldbedomo@mac.com>
26565              Date: Feb 20, 2006 2:49 PM
26566              Message-Id: <6393FA5A-6B84-46E9-A557-DED3BB0AD7EE@mac.com>
26567      Branch: perl
26568            ! t/op/utftaint.t
26569 ____________________________________________________________________________
26570 [ 27247] By: nicholas                              on 2006/02/20  17:48:21
26571         Log: PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving
26572              xcv_depth into the IV union saves 4(ish) bytes per CV and format.
26573              "ish" because it was a long, but has been changed to I32 (along with
26574              the corresponding field in struct block_sub) so as not to enlarge the
26575              IV union on platforms where sizeof(long) > sizeof(IV), or struct
26576              block_sub where sizeof(long) > sizeof(I32)
26577      Branch: perl
26578            ! cop.h cv.h dump.c ext/B/B/Bytecode.pm ext/Devel/Peek/t/Peek.t
26579            ! op.c sv.c sv.h
26580 ____________________________________________________________________________
26581 [ 27245] By: nicholas                              on 2006/02/20  14:01:59
26582         Log: Fix sv_dump to dump formats without the (non-existent) NVX.
26583      Branch: perl
26584            ! dump.c
26585 ____________________________________________________________________________
26586 [ 27244] By: nicholas                              on 2006/02/20  13:42:47
26587         Log: xcv_root and xcv_xsub can also be merged into a union, providing a new
26588              flag is added to denote whether the PVCV is perl or XSUB.
26589      Branch: perl
26590            ! cv.h dump.c ext/B/B.xs ext/Devel/Peek/t/Peek.t op.c sv.c sv.h
26591 ____________________________________________________________________________
26592 [ 27243] By: nicholas                              on 2006/02/20  11:54:38
26593         Log: xcv_start and xcv_xsubany can be merged into a union, as they are never
26594              both needed.
26595      Branch: perl
26596            ! cv.h dump.c ext/B/B.xs ext/Devel/Peek/t/Peek.t sv.h
26597 ____________________________________________________________________________
26598 [ 27242] By: nicholas                              on 2006/02/20  11:54:03
26599         Log: Need to clear CvXSUBANY() too to turn a constant sub into a prototype.
26600      Branch: perl
26601            ! lib/ExtUtils/Constant/ProxySubs.pm
26602 ____________________________________________________________________________
26603 [ 27241] By: nicholas                              on 2006/02/20  10:40:59
26604         Log: Add a new CvISXSUB() macro, for abstracting the test as to whether a
26605              PVCV is perl or XS.
26606      Branch: perl
26607            ! cv.h dump.c ext/Devel/Peek/Peek.xs gv.c op.c pad.c pp_ctl.c
26608            ! pp_hot.c pp_sort.c sv.c
26609 ____________________________________________________________________________
26610 [ 27240] By: nicholas                              on 2006/02/20  10:10:11
26611         Log: Abolish BROKEN_UNION_INIT in B::C, as it works around problems in
26612              pre-ANSI C compilers, but pays in code duplication.
26613      Branch: perl
26614            ! cv.h ext/B/B/C.pm
26615 ____________________________________________________________________________
26616 [ 27239] By: rgs                                   on 2006/02/20  09:31:03
26617         Log: Subject: patch@27236 vms glob/readdir/chdir EFS/long filename support
26618              From: John E. Malmberg <wb8tyw@qsl.net>
26619              Date: Feb 20, 2006 3:43 AM
26620              Message-ID: <43F92CE6.5040704@qsl.net>
26621      Branch: perl
26622            ! doio.c t/io/fs.t vms/vms.c
26623 ____________________________________________________________________________
26624 [ 27238] By: rgs                                   on 2006/02/20  09:26:15
26625         Log: More NullXXX macro removal from Andy Lester
26626      Branch: perl
26627            ! cop.h deb.c doio.c doop.c hv.c intrpvar.h mg.h pad.c pad.h
26628            ! perl.c pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c toke.c
26629            ! universal.c util.c
26630 ____________________________________________________________________________
26631 [ 27237] By: rgs                                   on 2006/02/20  08:54:22
26632         Log: Yitzchak points out that the perldiag entry for "Integer overflow in
26633              division" is no longer useful.
26634      Branch: perl
26635            ! pod/perldiag.pod
26636 ____________________________________________________________________________
26637 [ 27236] By: nicholas                              on 2006/02/20  00:36:34
26638         Log: utftaint.t won't be able to run tests with -T if you have
26639              Insecure directory in $ENV{PATH}
26640              so skip them. (Probably this means you have . in your PATH)
26641      Branch: perl
26642            ! t/op/utftaint.t
26643 ____________________________________________________________________________
26644 [ 27235] By: nicholas                              on 2006/02/20  00:21:09
26645         Log: Remove the last (U16) cast for CV depths, missed by change 17835.
26646      Branch: perl
26647            ! pp_ctl.c
26648 ____________________________________________________________________________
26649 [ 27234] By: nicholas                              on 2006/02/20  00:02:53
26650         Log: Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits,
26651              and make other flag bits that are paired in the code adjacent.
26652              Will produce tighter code on ARM; might help on other platforms too.
26653      Branch: perl
26654            ! cv.h ext/Devel/Peek/t/Peek.t
26655 ____________________________________________________________________________
26656 [ 27233] By: nicholas                              on 2006/02/19  23:59:52
26657         Log: Ministry of Truth removes typo in description of Change 26166.
26658              Change 26166 was correct from the start.
26659              Nothing to see. Move along.
26660              We thank Big Brother for raising the chocolate ration to 20g per week.
26661      Branch: perl
26662            ! Changes
26663 ____________________________________________________________________________
26664 [ 27231] By: nicholas                              on 2006/02/19  22:35:24
26665         Log: Shave sizeof(NV) bytes from formats, by using the same offset
26666              manoeuvre as PVs, PVIVs, PVAVs and PVHVs.
26667      Branch: perl
26668            ! sv.c sv.h
26669 ____________________________________________________________________________
26670 [ 27230] By: nicholas                              on 2006/02/19  20:30:24
26671         Log: AVs and HVs don't have IVXs or NVXs, so assert this too.
26672      Branch: perl
26673            ! sv.h
26674 ____________________________________________________________________________
26675 [ 27229] By: nicholas                              on 2006/02/19  20:10:34
26676         Log: Under -DDEBUGGING, assert that SvIVX, SvUVX and SvNVX aren't being
26677              used on scalars that don't have the memory allocated. Correct
26678              SvSTASH and SvMAGIC to only evaluate the sv argument once.
26679      Branch: perl
26680            ! sv.h
26681 ____________________________________________________________________________
26682 [ 27228] By: nicholas                              on 2006/02/19  18:57:35
26683         Log: To make arithmetic on tainted dualvars work properly requires that
26684              sv_2nv uses SvIVX in preference to SvPVX, if SVp_IOK is true.
26685      Branch: perl
26686            ! sv.c t/op/taint.t
26687 ____________________________________________________________________________
26688 [ 27227] By: nicholas                              on 2006/02/19  12:14:15
26689         Log: SvROK(sv) will never be true when SvIOKp() or SvNOKp() is true, so the
26690              code inside the if() test in sv_2pv_flags is dead and can be removed.
26691      Branch: perl
26692            ! sv.c
26693 ____________________________________________________________________________
26694 [ 27223] By: rgs                                   on 2006/02/18  20:13:51
26695         Log: As Anno Siegel points out, mtime/ctime test should be skipped
26696              on OS X on HFS+.
26697      Branch: perl
26698            ! t/op/stat.t
26699 ____________________________________________________________________________
26700 [ 27222] By: nicholas                              on 2006/02/18  19:01:48
26701         Log: save_re_context() and even errsv_save = newSVsv(ERRSV); can turn
26702              PL_tainted back on, so defer turning if off as late as possible.
26703              This gets lib/locale.t working once more.
26704      Branch: perl
26705            ! utf8.c
26706 ____________________________________________________________________________
26707 [ 27221] By: nicholas                              on 2006/02/18  18:23:43
26708         Log: Turn of tainting locally inside swash_init(), as the internal
26709              implementation of the regexp engine has nothing to do with user data,
26710              so when and where it happens to call require is agnostic of the current
26711              expression's taintedness.
26712      Branch: perl
26713            ! t/op/utftaint.t utf8.c
26714 ____________________________________________________________________________
26715 [ 27220] By: nicholas                              on 2006/02/18  18:22:13
26716         Log: Assume that if runperl is called under tainting, that the caller really
26717              really wanted to run perl, so brute force untaint everything.
26718      Branch: perl
26719            ! t/test.pl
26720 ____________________________________________________________________________
26721 [ 27219] By: nicholas                              on 2006/02/18  17:38:38
26722         Log: Convert utftaint.t to test.pl (from Test.pm) and provide it with
26723              tainted() from taint.t to remove the dependency on Scalar::Util.
26724              (So it will now work with miniperl)
26725      Branch: perl
26726            ! t/op/utftaint.t
26727 ____________________________________________________________________________
26728 [ 27218] By: stevep                                on 2006/02/18  12:58:49
26729         Log: Upgrade to Digest-SHA-5.34.
26730      Branch: perl
26731            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
26732            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
26733            ! ext/Digest/SHA/ppport.h ext/Digest/SHA/src/hmac.c
26734            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
26735            ! ext/Digest/SHA/src/sha.h ext/Digest/SHA/t/0-pod-coverage.t
26736            ! ext/Digest/SHA/t/0-pod.t ext/Digest/SHA/t/1-exist.t
26737            ! ext/Digest/SHA/t/1-hello-world.t
26738            ! ext/Digest/SHA/t/2-nist-sha-1.t
26739            ! ext/Digest/SHA/t/2-nist-sha-224.t
26740            ! ext/Digest/SHA/t/2-nist-sha-256.t
26741            ! ext/Digest/SHA/t/2-nist-sha-384.t
26742            ! ext/Digest/SHA/t/2-nist-sha-512.t
26743            ! ext/Digest/SHA/t/2-nist-sha-base64.t
26744            ! ext/Digest/SHA/t/2-nist-sha-oo.t
26745            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
26746            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
26747            ! ext/Digest/SHA/t/3-gillogly-easy.t
26748            ! ext/Digest/SHA/t/3-gillogly-hard.t
26749            ! ext/Digest/SHA/t/4-bitstr-increasing.t
26750            ! ext/Digest/SHA/t/4-bitstr-large.t
26751            ! ext/Digest/SHA/t/4-bitstr-random.t
26752            ! ext/Digest/SHA/t/5-hmac-fips198.t
26753            ! ext/Digest/SHA/t/5-hmac-rfc2202.t
26754            ! ext/Digest/SHA/t/5-hmac-sha-256.t
26755            ! ext/Digest/SHA/t/5-hmac-woodbury.t
26756            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
26757 ____________________________________________________________________________
26758 [ 27215] By: nicholas                              on 2006/02/18  00:11:07
26759         Log: Subject: arena-rework : consolidated patch
26760              From: Jim Cromie <jim.cromie@gmail.com>
26761              Message-ID: <43F0F649.9040205@gmail.com>
26762              Date: Mon, 13 Feb 2006 14:12:41 -0700
26763              
26764              Tweaked somewhat to split the arena boolean from the arena_size,
26765              and with the PTE still doubling-up with one of the SV types in the
26766              array.
26767      Branch: perl
26768            ! embed.fnc embed.h hv.c perl.h pod/perlapi.pod proto.h sv.c
26769            ! sv.h
26770 ____________________________________________________________________________
26771 [ 27214] By: nicholas                              on 2006/02/17  23:26:58
26772         Log: Subject: Re: Smoke [5.9.4] 27195 FAIL(m) irix 6.2 (IP22/1 cpu)
26773              From: Abe Timmerman <abe@ztreet.demon.nl>
26774              Message-Id: <200602172358.23977.abe@ztreet.demon.nl>
26775              Date: Fri, 17 Feb 2006 23:58:23 +0100
26776      Branch: perl
26777            ! Makefile.SH
26778 ____________________________________________________________________________
26779 [ 27213] By: nicholas                              on 2006/02/17  22:40:31
26780         Log: The two whitespace changes from
26781              
26782              Subject: arena-rework : consolidated patch
26783              From: Jim Cromie <jim.cromie@gmail.com>
26784              Message-ID: <43F0F649.9040205@gmail.com>
26785              Date: Mon, 13 Feb 2006 14:12:41 -0700
26786      Branch: perl
26787            ! sv.c
26788 ____________________________________________________________________________
26789 [ 27212] By: gisle                                 on 2006/02/17  21:21:05
26790         Log: Don't add -fPIC if already present.
26791              
26792              Subject: [PATCH] 5.8.8: Debian patches
26793              From: "Brendan O'Dea" <bod@debian.org>
26794              Date: Sat, 11 Feb 2006 00:37:15 +1100
26795              Message-ID: <20060210133715.GA6826@londo.c47.org>
26796      Branch: perl
26797            ! hints/linux.sh
26798 ____________________________________________________________________________
26799 [ 27211] By: gisle                                 on 2006/02/17  21:19:03
26800         Log: Fix precedence.
26801              
26802              Subject: [PATCH] 5.8.8: Debian patches
26803              From: "Brendan O'Dea" <bod@debian.org>
26804              Date: Sat, 11 Feb 2006 00:37:15 +1100
26805              Message-ID: <20060210133715.GA6826@londo.c47.org>
26806      Branch: perl
26807            ! lib/Net/NNTP.pm
26808 ____________________________________________________________________________
26809 [ 27210] By: gisle                                 on 2006/02/17  20:54:46
26810         Log: Fix quote typo.
26811              
26812              Subject: [PATCH] 5.8.8: Debian patches
26813              From: "Brendan O'Dea" <bod@debian.org>
26814              Date: Sat, 11 Feb 2006 00:37:15 +1100
26815              Message-ID: <20060210133715.GA6826@londo.c47.org>
26816      Branch: perl
26817            ! utils/c2ph.PL
26818 ____________________________________________________________________________
26819 [ 27209] By: rgs                                   on 2006/02/17  15:48:59
26820         Log: In TODO: make encoding.pm lexical ?
26821      Branch: perl
26822            ! pod/perltodo.pod
26823 ____________________________________________________________________________
26824 [ 27208] By: rgs                                   on 2006/02/17  15:09:11
26825         Log: Subject: [PATCH] cleaning up perly.c
26826              From: andy@petdance.com (Andy Lester)
26827              Date: Sun, 12 Feb 2006 23:04:56 -0600
26828              Message-ID: <20060213050455.GA27993@petdance.com>
26829      Branch: perl
26830            ! perly.c
26831 ____________________________________________________________________________
26832 [ 27207] By: rgs                                   on 2006/02/17  14:27:22
26833         Log: Subject: Re: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127 FAIL(XF) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
26834              From: Robin Houston <robin@cpan.org>
26835              Date: Sun, 27 Nov 2005 00:43:13 +0000
26836              Message-ID: <20051127004313.GA7007@rpc142.cs.man.ac.uk>
26837              
26838              Simplification of the code in my_exit_jump() that unwinds context
26839              stacks
26840      Branch: perl
26841            ! perl.c
26842 ____________________________________________________________________________
26843 [ 27205] By: rgs                                   on 2006/02/17  08:50:27
26844         Log: Subject: Re: [perl #38485] use integer; 0x80000000/-1; # coredump
26845              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
26846              Date: Mon, 13 Feb 2006 01:39:25 -0800
26847              Message-ID: <20060213093925.GA3476@efn.org>
26848      Branch: perl
26849            ! lib/integer.t pp.c
26850 ____________________________________________________________________________
26851 [ 27204] By: rgs                                   on 2006/02/16  14:44:10
26852         Log: Subject: Re: how to build with -DPERL_MEM_LOG ?
26853              From: Andy Dougherty <doughera@lafayette.edu>
26854              Date: Fri, 3 Feb 2006 11:55:58 -0500 (EST)
26855              Message-ID: <Pine.SOC.4.62.0602031129530.9630@maxwell.phys.lafayette.edu>
26856      Branch: perl
26857            ! x2p/a2p.h
26858 ____________________________________________________________________________
26859 [ 27203] By: rgs                                   on 2006/02/16  14:15:53
26860         Log: Subject: Problem compiling swigged c++ code with 5.8.8
26861              From: Merijn Broeren <merijnb@iloquent.com>
26862              Date: Wed, 15 Feb 2006 13:51:49 +0100
26863              Message-ID: <20060215125148.GA12535@brugman.iloquent.nl>
26864      Branch: perl
26865            ! XSUB.h perl.h
26866 ____________________________________________________________________________
26867 [ 27202] By: stevep                                on 2006/02/16  12:54:08
26868         Log: Upgrade to CGI-3.16, with version bump on CGI.pm for documentation
26869              fixes not yet integrated.
26870      Branch: perl
26871            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
26872            ! lib/CGI/Fast.pm lib/CGI/t/cookie.t lib/CGI/t/function.t
26873            ! lib/CGI/t/html.t
26874 ____________________________________________________________________________
26875 [ 27201] By: rgs                                   on 2006/02/16  12:47:13
26876         Log: Remove lib/Hash directory when doing make distclean
26877      Branch: perl
26878            ! Makefile.SH
26879 ____________________________________________________________________________
26880 [ 27200] By: rgs                                   on 2006/02/16  11:46:51
26881         Log: Subject: [PATCH] stat() on Windows doesn't handle trailing slashes/backslashes correctly
26882              From: "Jan Dubois" <jand@ActiveState.com>
26883              Date: Wed, 15 Feb 2006 17:19:29 -0800
26884              Message-ID: <017901c63297$08e1e3f0$2217a8c0@candy>
26885      Branch: perl
26886            ! win32/win32.c
26887 ____________________________________________________________________________
26888 [ 27199] By: rgs                                   on 2006/02/16  11:43:09
26889         Log: Subject: [patch] t/lib/warnings/pp_sys
26890              From: "Green, Paul" <Paul.Green@stratus.com>
26891              Date: Wed, 15 Feb 2006 11:09:57 -0500
26892              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB011A19AF@EXNA.corp.stratus.com>
26893      Branch: perl
26894            ! t/lib/warnings/pp_sys
26895 ____________________________________________________________________________
26896 [ 27198] By: rgs                                   on 2006/02/16  11:40:42
26897         Log: CPAN::FirstTime can go as well from the untested module list
26898      Branch: perl
26899            ! t/lib/1_compile.t
26900 ____________________________________________________________________________
26901 [ 27197] By: rgs                                   on 2006/02/16  11:38:00
26902         Log: Pod::Plainer is tested, actually (spotted by chromatic)
26903      Branch: perl
26904            ! t/lib/1_compile.t
26905 ____________________________________________________________________________
26906 [ 27195] By: rgs                                   on 2006/02/16  09:10:38
26907         Log: Subject: [PATCH] Make XCOPY not prompt every two seconds when rebuilding on Win32
26908              From: demerphq <demerphq@gmail.com>
26909              Date: Mon, 13 Feb 2006 09:41:37 +0100
26910              Message-ID: <9b18b3110602130041q2d64122am5c83392dd75e0413@mail.gmail.com>
26911      Branch: perl
26912            ! win32/Makefile win32/makefile.mk
26913 ____________________________________________________________________________
26914 [ 27194] By: gisle                                 on 2006/02/15  15:25:36
26915         Log: Get perl_fini() running on HP-UX again.
26916              It was effectively disabled by change 24667 since
26917              __ux_version is only available under DCE threads
26918              which isn't used when perl is built on HP-UX 11
26919              and later.
26920      Branch: perl
26921            ! perl.c
26922 ____________________________________________________________________________
26923 [ 27193] By: rgs                                   on 2006/02/15  13:22:27
26924         Log: Fix to run this test in the core
26925      Branch: perl
26926            ! lib/CPAN/t/03pkgs.t
26927 ____________________________________________________________________________
26928 [ 27192] By: stevep                                on 2006/02/15  13:11:06
26929         Log: Subject:  [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.84.tar.gz
26930              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
26931              Date: Wed, 15 Feb 2006 09:19:56 +0100
26932              Message-ID: <87oe19owyb.fsf@k75.linux.bogus>
26933      Branch: perl
26934            + lib/CPAN/t/01loadme.t lib/CPAN/t/02nox.t lib/CPAN/t/03pkgs.t
26935            + lib/CPAN/t/10version.t lib/CPAN/t/11mirroredby.t
26936            - lib/CPAN/t/Nox.t lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t
26937            - lib/CPAN/t/vcmp.t lib/CPAN/t/version.t
26938            ! MANIFEST lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
26939            ! lib/CPAN/HandleConfig.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE
26940            ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
26941 ____________________________________________________________________________
26942 [ 27190] By: merijn                                on 2006/02/15  09:11:12
26943         Log: Added hints/dragonfly.sh for #27189
26944      Branch: perl
26945            ! MANIFEST
26946 ____________________________________________________________________________
26947 [ 27189] By: merijn                                on 2006/02/15  09:07:43
26948         Log: Subject: Patch for perl to compile/work on DragonFlyBSD
26949              From: Robert Sebastian Gerus <arachnist@gmail.com>
26950              Date: Tue, 14 Feb 2006 17:27:52 +0100
26951              Message-ID: <4a1e16420602140827w17fd6595w@mail.gmail.com>
26952      Branch: perl
26953            + hints/dragonfly.sh
26954            ! Configure Makefile.SH
26955 ____________________________________________________________________________
26956 [ 27187] By: craigb                                on 2006/02/15  04:32:14
26957         Log: Subject: patch@27162 long path name support in readdir / cando_by_name
26958              From: "John E. Malmberg" <wb8tyw@qsl.net>
26959              Date: Sun, 12 Feb 2006 15:24:58 -0500
26960              Message-id: <43EF999A.1020500@qsl.net>
26961      Branch: perl
26962            ! vms/vms.c vms/vmsish.h
26963 ____________________________________________________________________________
26964 [ 27186] By: stevep                                on 2006/02/15  02:55:13
26965         Log: Version bump to go along with change #27185
26966      Branch: perl
26967            ! lib/Getopt/Long.pm
26968 ____________________________________________________________________________
26969 [ 27185] By: stevep                                on 2006/02/15  02:53:10
26970         Log: Subject: Getopt::Long::Configure 'no_getopt_compat'
26971              From: Abigail <abigail@abigail.nl>
26972              Date: Tue, 14 Feb 2006 23:58:07 +0100
26973              Message-ID: <20060214225806.GA4120@abigail.nl>
26974      Branch: perl
26975            ! lib/Getopt/Long.pm
26976 ____________________________________________________________________________
26977 [ 27184] By: nicholas                              on 2006/02/14  23:42:45
26978         Log: Back out change change 10214 (drop SVp_IOK from >> PRIVSHIFT) as it
26979              never felt quite correct, and other parts of the SV conversion
26980              implementation have improved such that the symptoms 10214 covered
26981              over are gone even without it.
26982      Branch: perl
26983            ! mg.c scope.c sv.c
26984 ____________________________________________________________________________
26985 [ 27182] By: stevep                                on 2006/02/14  17:50:06
26986         Log: Upgrade to Time-HiRes-1.87
26987      Branch: perl
26988            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
26989            ! ext/Time/HiRes/t/HiRes.t
26990 ____________________________________________________________________________
26991 [ 27181] By: stevep                                on 2006/02/14  17:41:02
26992         Log: Hash::Util tests should check if Hash::Util has been built, not
26993              List::Util (spotted by Rafael).
26994      Branch: perl
26995            ! ext/Hash/Util/t/Util.t
26996 ____________________________________________________________________________
26997 [ 27180] By: stevep                                on 2006/02/14  17:08:08
26998         Log: Subject: [Patch] Enhance Hash::Util
26999              From: demerphq <demerphq@gmail.com>
27000              Date: Mon, 13 Feb 2006 11:39:33 +0100
27001              Message-ID: <9b18b3110602130239w311d05fcr776ae8333776ca2e@mail.gmail.com>
27002      Branch: perl
27003            + ext/Hash/Util/Changes ext/Hash/Util/Makefile.PL
27004            + ext/Hash/Util/Util.xs ext/Hash/Util/lib/Hash/Util.pm
27005            + ext/Hash/Util/t/Util.t
27006            - lib/Hash/Util.pm lib/Hash/Util.t
27007            ! MANIFEST win32/Makefile win32/makefile.mk
27008 ____________________________________________________________________________
27009 [ 27179] By: rgs                                   on 2006/02/14  13:23:04
27010         Log: One shouldn't be able to dereference a GLOB as a SCALAR.
27011              
27012              Subject: Re: [perl #38484] Data::Dumper only warns on unhandled reference types
27013              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
27014              Date: Sun, 12 Feb 2006 09:18:39 -0800
27015              Message-ID: <20060212171839.GA3604@efn.org>
27016              
27017              plus regression tests.
27018      Branch: perl
27019            ! pp.c t/op/ref.t
27020 ____________________________________________________________________________
27021 [ 27178] By: rgs                                   on 2006/02/14  10:18:48
27022         Log: Remove a my_perl that slipped in
27023      Branch: perl
27024            ! perlio.c
27025 ____________________________________________________________________________
27026 [ 27177] By: rgs                                   on 2006/02/14  10:00:36
27027         Log: Subject: [PATCH] Sun Studio lint patches
27028              From: andy@petdance.com (Andy Lester)
27029              Date: Mon, 13 Feb 2006 23:46:17 -0600
27030              Message-ID: <20060214054617.GA8824@petdance.com>
27031      Branch: perl
27032            ! Makefile.SH gv.c hv.c op.c pad.c perlio.c pp.c pp_ctl.c
27033            ! pp_hot.c regcomp.c sv.c toke.c utf8.c
27034 ____________________________________________________________________________
27035 [ 27176] By: nicholas                              on 2006/02/13  21:46:13
27036         Log: Ensure that public I, N and P flags are off when SvTAINT is called on
27037              something that already has taint magic.
27038      Branch: perl
27039            ! sv.c
27040 ____________________________________________________________________________
27041 [ 27174] By: rgs                                   on 2006/02/13  17:27:59
27042         Log: Subject: [PATCH] perldiag.pod patching re: integer overflow
27043              From: andy@petdance.com (Andy Lester)
27044              Date: Sun, 12 Feb 2006 23:08:48 -0600
27045              Message-ID: <20060213050848.GB27993@petdance.com>
27046      Branch: perl
27047            ! pod/perldiag.pod pod/perlop.pod
27048 ____________________________________________________________________________
27049 [ 27173] By: rgs                                   on 2006/02/13  17:17:40
27050         Log: Subject: [perl #38346] [PATCH] Re: B::Deparse's bug?
27051              From: Stephen McCamant <smcc@mit.edu>
27052              Date: Wed, 8 Feb 2006 17:48:49 -0800
27053              Message-ID: <17386.40833.64309.454938@conquest.OCF.Berkeley.EDU>
27054      Branch: perl
27055            ! ext/B/B/Deparse.pm
27056 ____________________________________________________________________________
27057 [ 27172] By: steveh                                on 2006/02/13  16:46:14
27058         Log: Teach checkAUTHORS.pl about Changelogs with leading tabs
27059              in the log entries, and fix a malformed log entry in Changes5.005
27060      Branch: perl
27061            ! Changes5.005 Porting/checkAUTHORS.pl
27062 ____________________________________________________________________________
27063 [ 27171] By: steveh                                on 2006/02/13  16:03:23
27064         Log: Revert an assert() fix in the light of change #27152
27065              
27066              The MinGW problem described here:
27067              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-01/msg00146.html
27068              was fixed by change #26664. This is no longer relevant in the light of
27069              change #27152, so revert it.
27070              
27071              (The other problems with VC++ 6 and BCC, fixed by change #26634, have
27072              not gone away, however.)
27073      Branch: perl
27074            ! gv.h
27075 ____________________________________________________________________________
27076 [ 27169] By: nicholas                              on 2006/02/13  15:12:58
27077         Log: All the bits of clone_params.flags need to be initialised, not just
27078              CLONEf_JOIN_IN.
27079      Branch: perl
27080            ! ext/threads/threads.xs
27081 ____________________________________________________________________________
27082 [ 27166] By: nicholas                              on 2006/02/12  19:03:47
27083         Log: Fix change 27059 so that it actually works with >16 file descriptors.
27084              With programmers like these, we need Stadler & Waldorf on code review.
27085      Branch: perl
27086            ! perlio.c
27087 ____________________________________________________________________________
27088 [ 27162] By: nicholas                              on 2006/02/11  22:52:40
27089         Log: In perldiag.pod add an entry for the error message that change 27155
27090              introduced.
27091      Branch: perl
27092            ! pod/perldiag.pod
27093 ____________________________________________________________________________
27094 [ 27161] By: nicholas                              on 2006/02/11  16:10:22
27095         Log: Remove SOFT_CAST() as it no longer does anything useful.
27096      Branch: perl
27097            ! perl.h scope.h
27098 ____________________________________________________________________________
27099 [ 27159] By: nicholas                              on 2006/02/11  15:10:32
27100         Log: Coalesce 2 if blocks with duplicated conditions in Perl_sv_dup.
27101      Branch: perl
27102            ! sv.c
27103 ____________________________________________________________________________
27104 [ 27158] By: stevep                                on 2006/02/11  14:16:45
27105         Log: Test to go with change #27155.
27106      Branch: perl
27107            ! lib/integer.t
27108 ____________________________________________________________________________
27109 [ 27155] By: stevep                                on 2006/02/11  06:14:02
27110         Log: Die when integer overflow condition is detected in division under
27111              C<use integer>.  Hopefully fixes RT #38485.
27112      Branch: perl
27113            ! pp.c
27114 ____________________________________________________________________________
27115 [ 27154] By: nicholas                              on 2006/02/11  00:40:04
27116         Log: assert() that we can't reach two unreachable code paths
27117              (in Perl_magic_get and Perl_pp_shift).
27118      Branch: perl
27119            ! mg.c pp.c
27120 ____________________________________________________________________________
27121 [ 27153] By: nicholas                              on 2006/02/10  22:37:23
27122         Log: The return value from S_hv_auxinit can be ignored, as it's also stored
27123              within the passed in hv parameter.
27124      Branch: perl
27125            ! embed.fnc proto.h
27126 ____________________________________________________________________________
27127 [ 27152] By: steveh                                on 2006/02/10  17:46:35
27128         Log: A better fix than 27148
27129              
27130              Subject: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
27131              From: Nicholas Clark <nick@ccl4.org>
27132              Date: Fri, 10 Feb 2006 14:58:47 +0000
27133              Message-ID: <20060210145847.GA85020@plum.flirble.org>
27134              
27135              Subject: RE: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
27136              From: "Jan Dubois" <jand@ActiveState.com>
27137              Date: Fri, 10 Feb 2006 09:03:41 -0800
27138              Message-ID: <024401c62e63$f1e53c10$6062a8c0@candy>
27139      Branch: perl
27140            ! embed.fnc embed.h hv.c perl.h proto.h sv.c
27141 ____________________________________________________________________________
27142 [ 27151] By: nicholas                              on 2006/02/10  14:25:33
27143         Log: With PERL_POISON defined, ensure freshly malloc()ed memory isn't zeros,
27144              and when PERL_TRACK_MEMPOOL is also defined scribble on any extension
27145              added by realloc().
27146      Branch: perl
27147            ! util.c
27148 ____________________________________________________________________________
27149 [ 27148] By: steveh                                on 2006/02/10  11:20:23
27150         Log: Fix the effects of 27136 on Win32 with DEBUGGING and PERL_IMPLICIT_SYS
27151      Branch: perl
27152            ! embed.fnc embed.h hv.c proto.h sv.c
27153 ____________________________________________________________________________
27154 [ 27145] By: nicholas                              on 2006/02/09  23:23:59
27155         Log: Change 27136 seems to have inadvertently upset some compilers,
27156              presumably where NULL was defined as 0, not (void *)0
27157      Branch: perl
27158            ! op.c
27159 ____________________________________________________________________________
27160 [ 27140] By: stevep                                on 2006/02/09  18:25:02
27161         Log: Fix breakage in S_set_csh() from change #27136.
27162      Branch: perl
27163            ! toke.c
27164 ____________________________________________________________________________
27165 [ 27139] By: gisle                                 on 2006/02/09  18:09:01
27166         Log: Document incompatible interpretation of chdir FOO.
27167              Ref change 27125.
27168      Branch: perl
27169            ! pod/perl594delta.pod
27170 ____________________________________________________________________________
27171 [ 27138] By: rgs                                   on 2006/02/09  17:49:18
27172         Log: Really regenerate headers
27173      Branch: perl
27174            ! embed.h proto.h
27175 ____________________________________________________________________________
27176 [ 27137] By: stevep                                on 2006/02/09  17:40:02
27177         Log: Regenerated headers for change #27136.
27178      Branch: perl
27179            ! embed.h proto.h
27180 ____________________________________________________________________________
27181 [ 27136] By: stevep                                on 2006/02/09  16:49:32
27182         Log: Subject: [PATCH] Trying my "remove the pTHXes" patch again
27183              From: Andy Lester <andy@petdance.com>
27184              Date: Thu, 9 Feb 2006 09:40:18 -0600
27185              Message-ID: <20060209154018.GA14610@petdance.com>
27186      Branch: perl
27187            ! Makefile.SH cc_runtime.h cop.h deb.c embed.fnc hv.c mg.c op.c
27188            ! op.h perl.c pp.c pp_ctl.c pp_sort.c regcomp.c regexec.c sv.c
27189            ! toke.c utf8.c util.c
27190 ____________________________________________________________________________
27191 [ 27135] By: rgs                                   on 2006/02/09  12:38:35
27192         Log: Skip new chdir warning test if fchdir is not available
27193      Branch: perl
27194            ! t/lib/warnings/pp_sys
27195 ____________________________________________________________________________
27196 [ 27134] By: nicholas                              on 2006/02/09  12:37:13
27197         Log: Avoid calling all the scanning code in gv_fetchpvn_flags when saving
27198              $1 etc, as we can perfom a hash lookup on %:: directly.
27199      Branch: perl
27200            ! regcomp.c
27201 ____________________________________________________________________________
27202 [ 27133] By: nicholas                              on 2006/02/08  20:57:24
27203         Log: lastparen in the regexp structure is never initialised, and so will
27204              still be uninitialised after a failed match, yet various points in
27205              mg.c read it come what may. Should fix bug 38461.
27206      Branch: perl
27207            ! regcomp.c
27208 ____________________________________________________________________________
27209 [ 27132] By: gisle                                 on 2006/02/08  17:52:16
27210         Log: Bareword file handles not supported for chown/chmod/utime.
27211      Branch: perl
27212            ! pod/perlfunc.pod
27213 ____________________________________________________________________________
27214 [ 27131] By: rgs                                   on 2006/02/08  16:57:48
27215         Log: Wave hands about encoding::warnings
27216      Branch: perl
27217            ! pod/perltodo.pod
27218 ____________________________________________________________________________
27219 [ 27130] By: rgs                                   on 2006/02/08  13:15:51
27220         Log: Subject: [perl #38464] chdir() on closed handles 
27221              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
27222              Date: Wed, 08 Feb 2006 01:33:54 -0800
27223              Message-ID: <rt-3.0.11-38464-129771.3.46114092925276@perl.org>
27224              
27225              Plus a regression test.
27226      Branch: perl
27227            ! pp_sys.c t/lib/warnings/pp_sys
27228 ____________________________________________________________________________
27229 [ 27129] By: stevep                                on 2006/02/08  03:23:27
27230         Log: Subject: [PATCH] Handle unused args
27231              From: andy@petdance.com (Andy Lester)
27232              Date: Tue, 7 Feb 2006 16:36:56 -0600
27233              Message-ID: <20060207223656.GA5177@petdance.com>
27234      Branch: perl
27235            ! doio.c pad.c perl.c pp_sys.c
27236 ____________________________________________________________________________
27237 [ 27128] By: stevep                                on 2006/02/08  03:04:05
27238         Log: Subject: [patch] several broken make *.valgrind targets
27239              From: Jim Cromie <jim.cromie@gmail.com>
27240              Date: Tue, 07 Feb 2006 15:11:54 -0700
27241              Message-ID: <43E91B2A.4060700@gmail.com>
27242      Branch: perl
27243            ! Makefile.SH
27244 ____________________________________________________________________________
27245 [ 27127] By: nicholas                              on 2006/02/08  00:05:44
27246         Log: Borland's C compiler warns that the & is unnecessary.
27247      Branch: perl
27248            ! pp.c
27249 ____________________________________________________________________________
27250 [ 27126] By: nicholas                              on 2006/02/07  18:01:26
27251         Log: Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K.
27252              The overloading tests are not free.
27253      Branch: perl
27254            ! mathoms.c opcode.h opcode.pl pp.c pp.h
27255 ____________________________________________________________________________
27256 [ 27125] By: gisle                                 on 2006/02/07  17:32:50
27257         Log: Allow bareword file handle as argument to chdir().
27258              This copies the mechanism used by truncate().
27259              Fixes bug #38457.
27260      Branch: perl
27261            ! embed.h op.c opcode.h opcode.pl pp.sym pp_proto.h pp_sys.c
27262            ! t/op/chdir.t
27263 ____________________________________________________________________________
27264 [ 27124] By: nicholas                              on 2006/02/07  17:12:08
27265         Log: All the trancendental unary operators can be merged into PP_sin
27266              (cos, exp, log, sqrt)
27267      Branch: perl
27268            ! mathoms.c opcode.h opcode.pl pp.c
27269 ____________________________________________________________________________
27270 [ 27123] By: nicholas                              on 2006/02/07  15:52:18
27271         Log: Avoid gcc warning about possibly uninitialised variables.
27272      Branch: perl
27273            ! pp.c
27274 ____________________________________________________________________________
27275 [ 27122] By: nicholas                              on 2006/02/07  15:28:41
27276         Log: Create new macros AMG_CALLun_var, AMG_CALLun_var and tryAMAGICun_var
27277              which don't do the pre-processor string manipulation internally.
27278      Branch: perl
27279            ! pp.c pp.h
27280 ____________________________________________________________________________
27281 [ 27121] By: nicholas                              on 2006/02/07  14:57:36
27282         Log: pp_pop can be implemented by pp_shift.
27283      Branch: perl
27284            ! mathoms.c opcode.h opcode.pl pp.c
27285 ____________________________________________________________________________
27286 [ 27120] By: rgs                                   on 2006/02/07  14:37:15
27287         Log: Subject: Re: [PATCH] Documentation patch for overload
27288              From: Steffen Mueller <dtr8sin02@sneakemail.com>
27289              Date: Mon, 06 Feb 2006 10:58:44 +0100
27290              Message-ID: <43E71DD4.5010108@sneakemail.com>
27291      Branch: perl
27292            ! lib/overload.pm
27293 ____________________________________________________________________________
27294 [ 27119] By: nicholas                              on 2006/02/07  14:11:42
27295         Log: pp_hex can be implemented trivially by pp_oct, making pp_hex a mathom.
27296      Branch: perl
27297            ! mathoms.c opcode.h opcode.pl pp.c
27298 ____________________________________________________________________________
27299 [ 27118] By: nicholas                              on 2006/02/07  13:13:44
27300         Log: Merge pp_index and pp_rindex - we have another mathom.
27301      Branch: perl
27302            ! mathoms.c opcode.h opcode.pl pp.c
27303 ____________________________________________________________________________
27304 [ 27117] By: nicholas                              on 2006/02/07  12:41:27
27305         Log: Some refactoring to converge pp_index and pp_rindex
27306      Branch: perl
27307            ! pp.c
27308 ____________________________________________________________________________
27309 [ 27116] By: nicholas                              on 2006/02/07  12:19:17
27310         Log: Fix bug 38454 (rindex corrects for $[ on bytes rather than UTF-8)
27311      Branch: perl
27312            ! pp.c t/op/index.t
27313 ____________________________________________________________________________
27314 [ 27115] By: craigb                                on 2006/02/07  04:46:47
27315         Log: Subject: Re: Configure.com issue, more quoting needed.
27316              From: Peter Prymmer <PPrymmer@factset.com>
27317              Date: Mon, 06 Feb 2006 13:27:14 -0500
27318              Message-id:  <OF3536E719.A8B8D167-ON8525710D.0065011E-8525710D.00655ED0@factset.com>
27319      Branch: perl
27320            ! configure.com
27321 ____________________________________________________________________________
27322 [ 27114] By: craigb                                on 2006/02/07  04:39:09
27323         Log: Subject: patch@27082 Allow fatal exceptions to bring up VMS debugger
27324              From: "John E. Malmberg" <wb8tyw@qsl.net>
27325              Date: Sat, 04 Feb 2006 16:04:32 -0500
27326              Message-id: <43E516E0.1000508@qsl.net>
27327
27328      Branch: perl
27329            ! vms/perlvms.pod vms/vms.c
27330 ____________________________________________________________________________
27331 [ 27113] By: nicholas                              on 2006/02/06  22:28:41
27332         Log: Optimise index so that if the big string is ISO-8859-1 but the little
27333              string is UTF-8, it tries to downgrade the little string, rather than
27334              upgrade the big string. For half-meg big strings this is a fourfold
27335              speed gain.
27336      Branch: perl
27337            ! pp.c
27338 ____________________________________________________________________________
27339 [ 27112] By: nicholas                              on 2006/02/06  21:40:57
27340         Log: Given that the memory allocated in Perl_bytes_from_utf8 and
27341              Perl_bytes_to_utf8 will immediately be written to, I see no need to
27342              allocate it zeroed.
27343      Branch: perl
27344            ! utf8.c
27345 ____________________________________________________________________________
27346 [ 27111] By: nicholas                              on 2006/02/06  20:52:41
27347         Log: Rename S_glob_assign to S_glob_assign_glob
27348              Rename S_pvgv_assign to S_glob_assign_ref
27349              
27350              I don't think that they share enough common code to merge them.
27351      Branch: perl
27352            ! sv.c
27353 ____________________________________________________________________________
27354 [ 27110] By: nicholas                              on 2006/02/06  20:12:58
27355         Log: I think that "merge Perl_sv_2[inpu]v" and "reduce duplication in
27356              sv_setsv_flags" are about as done as they can be.
27357      Branch: perl
27358            ! pod/perltodo.pod
27359 ____________________________________________________________________________
27360 [ 27109] By: nicholas                              on 2006/02/06  20:04:35
27361         Log: In Perl_sv_upgrade, the assignment to new_type_details only needs to
27362              be done once.
27363      Branch: perl
27364            ! sv.c
27365 ____________________________________________________________________________
27366 [ 27108] By: stevep                                on 2006/02/06  19:43:17
27367         Log: Document the limitations of calling exit() (instead of _exit()) from
27368              a child process on Solaris.
27369      Branch: perl
27370            ! pod/perlfork.pod
27371 ____________________________________________________________________________
27372 [ 27107] By: nicholas                              on 2006/02/06  18:45:35
27373         Log: Remove a duplicate flag copy line from Perl_sv_setsv_flags.
27374      Branch: perl
27375            ! sv.c
27376 ____________________________________________________________________________
27377 [ 27106] By: nicholas                              on 2006/02/06  18:07:28
27378         Log: Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_save_iv,
27379              Perl_save_nogv, Perl_save_list, Perl_save_destructor to mathoms.c
27380              Perl_save_svref can't actually move because it calls a static function.
27381      Branch: perl
27382            ! mathoms.c scope.c
27383 ____________________________________________________________________________
27384 [ 27105] By: nicholas                              on 2006/02/06  16:50:22
27385         Log: Expunge USE_5005THREADS from perl.c
27386      Branch: perl
27387            ! perl.c
27388 ____________________________________________________________________________
27389 [ 27104] By: nicholas                              on 2006/02/06  13:08:34
27390         Log: Fix bug #38439 - reference to typeglob assignment needs to be based
27391              on SvROK(sstr) rather than SvTYPE(sstr) == SVt_RV.
27392      Branch: perl
27393            ! sv.c t/op/gv.t
27394 ____________________________________________________________________________
27395 [ 27103] By: rgs                                   on 2006/02/06  09:42:33
27396         Log: Subject: [PATCH] 5.8.8: Unicos test skip (and for the record: config.sh and harness results)
27397              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27398              Date: Sun, 05 Feb 2006 12:16:37 +0200
27399              Message-ID: <43E5D085.90400@iki.fi>
27400      Branch: perl
27401            ! lib/Math/BigInt/t/bigintc.t
27402 ____________________________________________________________________________
27403 [ 27102] By: stevep                                on 2006/02/06  04:48:04
27404         Log: Subject: [PATCH] Cleaning up shadowed variables
27405              From: Andy Lester <andy@petdance.com>
27406              Date: Sun, 5 Feb 2006 21:56:43 -0600
27407              Message-Id: <B375E848-FA07-479D-9571-FA3925106D16@petdance.com>
27408      Branch: perl
27409            ! op.c pp_ctl.c
27410 ____________________________________________________________________________
27411 [ 27101] By: nicholas                              on 2006/02/05  23:44:12
27412         Log: Merge the PVCV case into the common code in S_pvgv_assign.
27413      Branch: perl
27414            ! sv.c
27415 ____________________________________________________________________________
27416 [ 27100] By: nicholas                              on 2006/02/05  23:20:21
27417         Log: Merge the PVAV and PVHV clauses into the common code of S_pvgv_assign.
27418      Branch: perl
27419            ! sv.c
27420 ____________________________________________________________________________
27421 [ 27099] By: nicholas                              on 2006/02/05  23:02:58
27422         Log: Merge the default case (GvSV) with the common code in S_pvgv_assign.
27423      Branch: perl
27424            ! sv.c
27425 ____________________________________________________________________________
27426 [ 27098] By: nicholas                              on 2006/02/05  22:41:42
27427         Log: Start to merge the 6 arms of S_pvgv_assign into one.
27428      Branch: perl
27429            ! sv.c
27430 ____________________________________________________________________________
27431 [ 27097] By: nicholas                              on 2006/02/05  22:00:11
27432         Log: Subject: [patch] rework arenas - repair arenasets
27433              From: Jim Cromie <jim.cromie@gmail.com>
27434              Message-ID: <43E5F012.1080203@gmail.com>
27435              Date: Sun, 05 Feb 2006 05:31:14 -0700
27436      Branch: perl
27437            ! hv.c sv.c
27438 ____________________________________________________________________________
27439 [ 27096] By: rgs                                   on 2006/02/05  21:22:03
27440         Log: Subject: [PATCH] Documentation patch for overload
27441              From: Steffen Mueller <dtr8sin02@sneakemail.com>
27442              Date: Feb 5, 2006 12:26 PM
27443              Message-ID: <43E5E0E9.1070707@sneakemail.com>
27444      Branch: perl
27445            ! lib/overload.pm
27446 ____________________________________________________________________________
27447 [ 27095] By: nicholas                              on 2006/02/05  20:51:43
27448         Log: The message "Can't upgrade that kind of scalar" can be far more
27449              informative.
27450      Branch: perl
27451            ! pod/perldiag.pod sv.c
27452 ____________________________________________________________________________
27453 [ 27094] By: nicholas                              on 2006/02/05  20:33:57
27454         Log: new_body_type doesn't need to subtract the offset, that's what
27455              new_body_allocated is for.
27456      Branch: perl
27457            ! sv.c
27458 ____________________________________________________________________________
27459 [ 27093] By: nicholas                              on 2006/02/05  20:26:40
27460         Log: Yes, I broke Win32 with change 27089 by having a { in the wrong place.
27461      Branch: perl
27462            ! perl.c
27463 ____________________________________________________________________________
27464 [ 27092] By: nicholas                              on 2006/02/05  19:52:50
27465         Log: Remove "Can't upgrade to undef" from perldiag, as the corresponding
27466              code is now gone from sv_upgrade.
27467      Branch: perl
27468            ! pod/perldiag.pod
27469 ____________________________________________________________________________
27470 [ 27091] By: nicholas                              on 2006/02/05  19:45:37
27471         Log: Merge and refactor the PVAV and PVHV code in Perl_sv_upgrade, which
27472              reduces the object size by about 80 bytes.
27473      Branch: perl
27474            ! sv.c
27475 ____________________________________________________________________________
27476 [ 27090] By: nicholas                              on 2006/02/05  18:51:17
27477         Log: Eliminate a croak we can't get to.
27478      Branch: perl
27479            ! sv.c
27480 ____________________________________________________________________________
27481 [ 27089] By: nicholas                              on 2006/02/05  11:15:34
27482         Log: Without this Windows and Netware compilers should be complaining 
27483              about perl.c having code before a declaration, *but only if compiling
27484              with PERL_TRACK_MEMPOOL*. So, will it fix the smoke failures? Place
27485              bets now.
27486      Branch: perl
27487            ! perl.c
27488 ____________________________________________________________________________
27489 [ 27088] By: stevep                                on 2006/02/05  05:08:02
27490         Log: Don't export PL_memory_debug_header to Win32 (and others) unless 
27491              PERL_TRACK_MEMPOOL is defined.
27492      Branch: perl
27493            ! makedef.pl
27494 ____________________________________________________________________________
27495 [ 27087] By: stevep                                on 2006/02/05  04:13:27
27496         Log: Fixed embed.fnc entry for S_forbid_setid() and picked up a change in 
27497              pod/perlapi.pod for good measure when regenerating files.
27498      Branch: perl
27499            ! embed.fnc pod/perlapi.pod proto.h
27500 ____________________________________________________________________________
27501 [ 27086] By: nicholas                              on 2006/02/04  22:51:17
27502         Log: bcc was issuing a warning about this line in Perl_sv_2cv, so tweak it
27503              to keep it happy.
27504      Branch: perl
27505            ! sv.c
27506 ____________________________________________________________________________
27507 [ 27085] By: nicholas                              on 2006/02/04  22:13:08
27508         Log: Add regression tests to lib/charnames.t to ensure that unicore/Names.pl
27509              is 100% 7 bit ASCII.
27510      Branch: perl
27511            ! lib/charnames.t
27512 ____________________________________________________________________________
27513 [ 27084] By: nicholas                              on 2006/02/04  19:09:17
27514         Log: Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHost
27515              behaviour of freeing up all memory at thread exit. With this and
27516              tools such as valgrind you will now get warnings as soon as you
27517              read from the deallocated memory, rather than just a warning much
27518              later about freeing to the wrong pool.
27519      Branch: perl
27520            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h pod/perltodo.pod
27521            ! sv.c util.c
27522 ____________________________________________________________________________
27523 [ 27083] By: nicholas                              on 2006/02/04  18:48:09
27524         Log: The TODO 'Tidy up global variables' can go, replaced with a second
27525              paragraph on 'Ordering of "global" variables'.
27526      Branch: perl
27527            ! pod/perltodo.pod
27528 ____________________________________________________________________________
27529 [ 27082] By: nicholas                              on 2006/02/04  17:11:54
27530         Log: I believe that mathoms have been completely TODOne.
27531      Branch: perl
27532            ! pod/perltodo.pod
27533 ____________________________________________________________________________
27534 [ 27081] By: nicholas                              on 2006/02/04  13:27:00
27535         Log: Rejig the definition of ARENAS_PER_SET to maximise the size of the
27536              array whilst keeping the structure within PERL_ARENA_SIZE.
27537      Branch: perl
27538            ! sv.c
27539 ____________________________________________________________________________
27540 [ 27080] By: nicholas                              on 2006/02/04  13:00:06
27541         Log: Tweak arena sets to avoid assignment between different pointers.
27542      Branch: perl
27543            ! sv.c
27544 ____________________________________________________________________________
27545 [ 27079] By: nicholas                              on 2006/02/04  12:28:03
27546         Log: Subject: [patch] arena rework - arena sets
27547              From: Jim Cromie <jim.cromie@gmail.com>
27548              Message-ID: <43DF4F66.4080808@gmail.com>
27549              Date: Tue, 31 Jan 2006 04:52:06 -0700
27550      Branch: perl
27551            ! embed.fnc embed.h hv.c proto.h sv.c
27552 ____________________________________________________________________________
27553 [ 27078] By: nicholas                              on 2006/02/04  11:10:52
27554         Log: warnings.h does some evil(*) pointer arithmetic on (SV *)0, so a
27555              simple replace of Nullsv with NULL turns out to be a bad idea.
27556              * Technically undefined behaviour, I believe.
27557      Branch: perl
27558            ! warnings.h warnings.pl
27559 ____________________________________________________________________________
27560 [ 27077] By: nicholas                              on 2006/02/04  10:37:08
27561         Log: Remove obsolete comment.
27562      Branch: perl
27563            ! perl.c
27564 ____________________________________________________________________________
27565 [ 27076] By: nicholas                              on 2006/02/03  23:21:37
27566         Log: S_find_beginning is only called from one place, so by hoisting the
27567              forbid_setid check for -x into the caller, we can eliminate the
27568              suidscript parameter from S_find_beginning.
27569      Branch: perl
27570            ! embed.fnc embed.h perl.c proto.h
27571 ____________________________________________________________________________
27572 [ 27075] By: nicholas                              on 2006/02/03  22:41:55
27573         Log: And as we've now got to the point where all calls to Perl_moreswitches
27574              have -1 as the second argument, we can remove the second argument,
27575              which gets us back to where we started, only with the elimination of
27576              a per-thread variable.
27577      Branch: perl
27578            ! embed.fnc embed.h perl.c proto.h toke.c
27579 ____________________________________________________________________________
27580 [ 27074] By: nicholas                              on 2006/02/03  22:18:45
27581         Log: The MSDOS-only call to moreswitches will never reach forbid_setid, so
27582              it can have a parameter of -1 without changing any behaviour.
27583              I see no reason to forbid "command line" switches when they are
27584              actually coming from the #! line of the script itself (as read by perl)
27585              as they must have been written by the owner of the script, rather than
27586              being crafted by the user manipulating the command line, and therefore
27587              cannot be subverted. (Or alternatively, can be subverted as easily as
27588              the rest of the script, and we're permitting *that* to be run)
27589      Branch: perl
27590            ! perl.c
27591 ____________________________________________________________________________
27592 [ 27073] By: nicholas                              on 2006/02/03  21:47:04
27593         Log: Pull the variables fdscript and suidscript into a much smaller scope.
27594              Replace suidscript with literal -1 where it could only have been -1.
27595              (Re-indent the other code inside the new block creating the scope.
27596              Rejig the indentation of the conditionals)
27597      Branch: perl
27598            ! perl.c
27599 ____________________________________________________________________________
27600 [ 27072] By: nicholas                              on 2006/02/03  21:23:21
27601         Log: Change 27070 failed to initialise a variable. (But despite that still
27602              passed all tests locally.)
27603      Branch: perl
27604            ! perl.c
27605 ____________________________________________________________________________
27606 [ 27071] By: nicholas                              on 2006/02/03  20:12:10
27607         Log: Silence a warning about "statement not reached" from the Sun C compiler.
27608              It was accurate - the conditional code used to give 2 return statements.
27609      Branch: perl
27610            ! mathoms.c
27611 ____________________________________________________________________________
27612 [ 27070] By: nicholas                              on 2006/02/03  20:10:07
27613         Log: Eliminating PL_suidscript is more tricky, and requires changing the
27614              prototype of Perl_moreswitches.
27615      Branch: perl
27616            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
27617            ! proto.h toke.c
27618 ____________________________________________________________________________
27619 [ 27069] By: nicholas                              on 2006/02/03  18:27:52
27620         Log: Passing the flag to S_forbit_setid as a single char rather than a
27621              string is a slight space optimisation.
27622      Branch: perl
27623            ! embed.fnc intrpvar.h perl.c proto.h
27624 ____________________________________________________________________________
27625 [ 27068] By: nicholas                              on 2006/02/03  18:10:45
27626         Log: Oops. I *thought* that I had checked that all changed files were open.
27627              Clearly not. (Fixes change 27066)
27628      Branch: perl
27629            ! embed.h embedvar.h perlapi.h proto.h
27630 ____________________________________________________________________________
27631 [ 27067] By: nicholas                              on 2006/02/03  17:06:43
27632         Log: Oops. When changing warnings.pl one should re-run it. Well spotted
27633              Rafael.
27634      Branch: perl
27635            ! warnings.h
27636 ____________________________________________________________________________
27637 [ 27066] By: nicholas                              on 2006/02/03  17:06:04
27638         Log: It's actually easier to get rid of PL_fdscript than we thought.
27639      Branch: perl
27640            ! embed.fnc intrpvar.h perl.c
27641 ____________________________________________________________________________
27642 [ 27065] By: nicholas                              on 2006/02/03  16:03:01
27643         Log: Subject: Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
27644              From: Steven Schubiger <schubiger@cpan.org>
27645              Message-ID: <20060203152449.GI12591@accognoscere.homeunix.org>
27646              Date: Fri, 3 Feb 2006 16:24:49 +0100
27647      Branch: perl
27648            ! cop.h doio.c doop.c dump.c embed.pl gv.c hv.c hv.h intrpvar.h
27649            ! locale.c mathoms.c mg.c op.c pad.c pad.h perl.c perlio.c
27650            ! perlio.h pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
27651            ! regexec.c scope.c sv.c sv.h thrdvar.h toke.c utf8.c util.c
27652            ! warnings.pl
27653 ____________________________________________________________________________
27654 [ 27064] By: rgs                                   on 2006/02/03  15:18:18
27655         Log: Fix file where internal XS functions are defined
27656      Branch: perl
27657            ! universal.c
27658 ____________________________________________________________________________
27659 [ 27063] By: rgs                                   on 2006/02/03  14:06:40
27660         Log: Help to compile on VMS with UNLINK_ALL_VERSIONS
27661              See :
27662              Subject: bug@26347 embed.fnc/embed.h with unlnk macro
27663              From: "John E. Malmberg" <wb8tyw@qsl.net>
27664              Date: Tue, 13 Dec 2005 22:18:56 -0500
27665              Message-ID: <439F8F20.4050207@qsl.net>
27666      Branch: perl
27667            ! perl.h
27668 ____________________________________________________________________________
27669 [ 27062] By: rgs                                   on 2006/02/03  13:46:46
27670         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_64.tar.gz
27671              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
27672              Date: Thu, 02 Feb 2006 12:35:41 +0100
27673              Message-ID: <87acda0z8y.fsf@k75.linux.bogus>
27674      Branch: perl
27675            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
27676            ! lib/CPAN/SIGNATURE
27677 ____________________________________________________________________________
27678 [ 27061] By: rgs                                   on 2006/02/03  13:35:44
27679         Log: Subject: L<PerlIO> and Pod::Html
27680              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
27681              Date: Mon, 09 Jan 2006 12:53:15 +0900
27682              Message-Id: <20060109125220.3BB0.BQW10602@nifty.com>
27683      Branch: perl
27684            ! lib/Pod/Html.pm
27685 ____________________________________________________________________________
27686 [ 27060] By: nicholas                              on 2006/02/03  13:21:46
27687         Log: Subject: [PATCH] s/Nullcv/NULL/g
27688              From: Steven Schubiger <schubiger@cpan.org>
27689              Message-ID: <20060202150241.GF12591@accognoscere.homeunix.org>
27690              Date: Thu, 2 Feb 2006 16:02:41 +0100
27691      Branch: perl
27692            ! cop.h dump.c gv.c gv.h mg.c op.c pad.c perl.c pp_ctl.c sv.c
27693 ____________________________________________________________________________
27694 [ 27059] By: nicholas                              on 2006/02/03  13:06:00
27695         Log: Change PL_perlio_fd_refcnt from a fixed size static array to a pointer
27696              to a dynamic array.
27697      Branch: perl
27698            ! embedvar.h perlapi.h perlio.c perlvars.h
27699 ____________________________________________________________________________
27700 [ 27057] By: stevep                                on 2006/02/02  20:57:01
27701         Log: It would be nice to have tests in B for the functions getting changed.
27702      Branch: perl
27703            ! ext/B/t/b.t
27704 ____________________________________________________________________________
27705 [ 27056] By: stevep                                on 2006/02/02  20:42:56
27706         Log: Death to magic characters!  No pun intended.
27707      Branch: perl
27708            ! ext/B/B.xs
27709 ____________________________________________________________________________
27710 [ 27054] By: rgs                                   on 2006/02/02  14:24:03
27711         Log: Subject: Re: [PATCH] s/Null(av|ch)/NULL/g
27712              From: Steven Schubiger <schubiger@cpan.org>
27713              Date: Thu, 2 Feb 2006 10:38:49 +0100
27714              Message-ID: <20060202093849.GD12591@accognoscere.homeunix.org>
27715      Branch: perl
27716            ! XSUB.h cop.h doio.c doop.c dump.c gv.c hv.c hv.h locale.c
27717            ! malloc.c mathoms.c mg.c op.c op.h pad.c perl.c perl.h perlio.c
27718            ! perlsdio.h pod/perlapi.pod pp_sort.c pp_sys.c regcomp.h
27719            ! regexec.c sv.c sv.h thrdvar.h toke.c util.c
27720 ____________________________________________________________________________
27721 [ 27053] By: nicholas                              on 2006/02/02  12:31:30
27722         Log: gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanning
27723              loop is iterated over millions of times. Add a flag GV_NOTQUAL purely
27724              as an optimisation, when the caller is passing in a string that is
27725              known not to contain any package separators.
27726      Branch: perl
27727            ! doio.c gv.c gv.h op.c perl.c pp_ctl.c pp_sort.c pp_sys.c
27728            ! toke.c util.c
27729 ____________________________________________________________________________
27730 [ 27052] By: rgs                                   on 2006/02/02  11:22:43
27731         Log: Update to Module::CoreList 3.04.
27732              Cleanup corelist manpage.
27733              Remove -w in corelist shebang to avoid spurious warnings.
27734      Branch: perl
27735            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
27736 ____________________________________________________________________________
27737 [ 27051] By: gisle                                 on 2006/02/02  10:05:32
27738         Log: perl-5.8.8 also contained change 27040.
27739      Branch: perl
27740            ! lib/Module/CoreList.pm
27741 ____________________________________________________________________________
27742 [ 27050] By: nicholas                              on 2006/02/02  00:36:38
27743         Log: Yet more instances of gv_fetchpv... that should be GV_ADD rather than
27744              TRUE.
27745              Convert two gv_fetchpvn_flags to gv_fetchpvs.
27746      Branch: perl
27747            ! doio.c gv.c perl.c pp_ctl.c pp_sort.c util.c
27748 ____________________________________________________________________________
27749 [ 27049] By: nicholas                              on 2006/02/02  00:24:06
27750         Log: And another assumption.
27751      Branch: perl
27752            ! gv.c
27753 ____________________________________________________________________________
27754 [ 27048] By: nicholas                              on 2006/02/01  23:38:53
27755         Log: Since PERL_COPY_ON_WRITE becamse PERL_OLD_COPY_ON_WRITE it seems that
27756              no-one has been testing it, as there was a const too far.
27757      Branch: perl
27758            ! sv.c
27759 ____________________________________________________________________________
27760 [ 27047] By: stevep                                on 2006/02/01  23:34:47
27761         Log: Doc nit found by Stephen Gordon.
27762      Branch: perl
27763            ! pod/perlfunc.pod
27764 ____________________________________________________________________________
27765 [ 27046] By: nicholas                              on 2006/02/01  23:03:11
27766         Log: doubleplusoops. Apart from the documented NUL termination assumption.
27767              Now removed.
27768      Branch: perl
27769            ! gv.c
27770 ____________________________________________________________________________
27771 [ 27045] By: nicholas                              on 2006/02/01  22:39:29
27772         Log: References can't have SVp_IOK or SVp_NOK set, so no need for all the
27773              conditional code to copy IVX and NVX if true. "You cannot get here".
27774      Branch: perl
27775            ! sv.c
27776 ____________________________________________________________________________
27777 [ 27044] By: nicholas                              on 2006/02/01  22:03:37
27778         Log: Oops. 1 NUL termination assumption remains in Perl_gv_fetchpvn_flags
27779      Branch: perl
27780            ! gv.c
27781 ____________________________________________________________________________
27782 [ 27043] By: nicholas                              on 2006/02/01  20:26:46
27783         Log: Correct my comment, so that it's actually useful. :-)
27784      Branch: perl
27785            ! sv.c
27786 ____________________________________________________________________________
27787 [ 27042] By: nicholas                              on 2006/02/01  19:30:52
27788         Log: , tweaked from
27789              Subject: Re: [:...:] and \p{...} character class equivalence in utf8 regexps
27790              From: Steve Purkis <Steve.Purkis@multimap.com>
27791              Message-Id: <0DAE5956-3ECC-4692-A0C9-C62C8F790C97@multimap.com>
27792              Date: Fri, 20 Jan 2006 12:35:06 -0500
27793      Branch: perl
27794            ! pod/perlre.pod
27795 ____________________________________________________________________________
27796 [ 27039] By: rgs                                   on 2006/02/01  18:07:26
27797         Log: Improve a bit the documentation for kill() with SIGNAL==0
27798      Branch: perl
27799            ! pod/perlfunc.pod
27800 ____________________________________________________________________________
27801 [ 27038] By: nicholas                              on 2006/02/01  18:05:20
27802         Log: Mmm, it looks like it's a bad plan to rebuild the TOC from a tree that
27803              has other modules in ext/
27804              TODO - fix buildtoc to cross check with MANIFEST.
27805      Branch: perl
27806            ! pod/perltoc.pod
27807 ____________________________________________________________________________
27808 [ 27037] By: nicholas                              on 2006/02/01  17:53:28
27809         Log: Integrate perl588delta.pod from maint, and re-run pod/buildtoc.
27810      Branch: perl
27811           +> pod/perl588delta.pod
27812            ! pod/perl.pod vms/descrip_mms.template
27813           !> MANIFEST Makefile.SH pod.lst pod/perltoc.pod win32/Makefile
27814           !> win32/makefile.mk win32/pod.mak
27815 ____________________________________________________________________________
27816 [ 27036] By: rgs                                   on 2006/02/01  17:49:53
27817         Log: Doc nit by Andy Dougherty
27818      Branch: perl
27819            ! README.aix
27820 ____________________________________________________________________________
27821 [ 27035] By: rgs                                   on 2006/02/01  16:14:07
27822         Log: autouse actually requires perl 5.6 at least.
27823      Branch: perl
27824            ! lib/autouse.pm
27825 ____________________________________________________________________________
27826 [ 27034] By: rgs                                   on 2006/02/01  15:51:35
27827         Log: Avoid "Prototype mismatch" warnings with autouse.
27828      Branch: perl
27829            ! lib/autouse.pm
27830 ____________________________________________________________________________
27831 [ 27033] By: rgs                                   on 2006/02/01  13:22:26
27832         Log: Fix corelist data for 5.8.8
27833      Branch: perl
27834            ! lib/Module/CoreList.pm
27835 ____________________________________________________________________________
27836 [ 27032] By: rgs                                   on 2006/02/01  12:41:37
27837         Log: More history
27838      Branch: perl
27839            ! pod/perlhist.pod
27840 ____________________________________________________________________________
27841 [ 27031] By: rgs                                   on 2006/02/01  12:30:14
27842         Log: Update to Module::CoreList 2.03 (includes 5.8.8 and 5.9.3)
27843      Branch: perl
27844            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
27845 ____________________________________________________________________________
27846 [ 27030] By: nicholas                              on 2006/02/01  11:53:04
27847         Log: Subject: [patch] arena rework - unify arenaroots
27848              From: Jim Cromie <jim.cromie@gmail.com>
27849              Message-ID: <43DF3D0A.3040102@gmail.com>
27850              Date: Tue, 31 Jan 2006 03:33:46 -0700
27851      Branch: perl
27852            ! embedvar.h hv.c intrpvar.h perlapi.h sv.c
27853 ____________________________________________________________________________
27854 [ 27028] By: nicholas                              on 2006/01/31  22:59:27
27855         Log: Make Perl_gv_fetchpvn_flags actually heed the passed in length.
27856              This means that \0 bytes in symbolic references now work.
27857      Branch: perl
27858            ! doio.c gv.c perl.c t/op/ref.t toke.c
27859 ____________________________________________________________________________
27860 [ 27027] By: stevep                                on 2006/01/31  18:42:31
27861         Log: Intel C Compiler 9.0 hatefully defines __GNUC__.  Unfortunately, 
27862              icc does not support gcc built-ins like __attribiute__.
27863      Branch: perl
27864            ! perl.h
27865 ____________________________________________________________________________
27866 [ 27022] By: nicholas                              on 2006/01/31  15:33:15
27867         Log: Subject: [perl #38380] Typo in perlfunc.pod 
27868              From: p.boven@sara.nl (via RT) <perlbug-followup@perl.org>
27869              Message-ID: <rt-3.0.11-38380-129047.11.4217468041333@perl.org>
27870              Date: Tue, 31 Jan 2006 05:22:28 -0800
27871      Branch: perl
27872            ! pod/perlfunc.pod
27873 ____________________________________________________________________________
27874 [ 27021] By: nicholas                              on 2006/01/31  15:10:37
27875         Log: Eliminate save_threadsv, as it is never linked to, and all it does
27876              post 5005 threads is croak().
27877      Branch: perl
27878            ! embed.fnc embed.h global.sym proto.h scope.c
27879 ____________________________________________________________________________
27880 [ 27016] By: rgs                                   on 2006/01/31  10:07:00
27881         Log: Subject: Re: [PATCH] Re: replacing "inuse" Win files (was Re: Help with a Cwd.pm build error)
27882              From: demerphq <demerphq@gmail.com>
27883              Date: Tue, 31 Jan 2006 09:55:25 +0100
27884              Message-ID: <9b18b3110601310055h7aeb9aa1gdc2d63cc56d97768@mail.gmail.com>
27885      Branch: perl
27886            ! lib/ExtUtils/Install.pm
27887 ____________________________________________________________________________
27888 [ 27015] By: craigb                                on 2006/01/31  04:37:27
27889         Log: Subject: patch@26996 - patch around stat("_NLA0:") bug
27890              From: "John E. Malmberg" <wb8tyw@qsl.net>Date: Mon, 30 Jan 2006 23:21:34 -0500
27891              Message-id: <43DEE5CE.7060108@qsl.net>
27892
27893      Branch: perl
27894            ! vms/vms.c vms/vmsish.h
27895 ____________________________________________________________________________
27896 [ 27014] By: nicholas                              on 2006/01/31  00:15:26
27897         Log: Silence a warning from the MS compiler about signed/unsigned mismatch.
27898      Branch: perl
27899            ! util.c
27900 ____________________________________________________________________________
27901 [ 27010] By: rgs                                   on 2006/01/30  17:47:56
27902         Log: Add perl594delta
27903      Branch: perl
27904            + pod/perl594delta.pod
27905            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
27906            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
27907            ! win32/pod.mak
27908 ____________________________________________________________________________
27909 [ 27009] By: nicholas                              on 2006/01/30  17:12:54
27910         Log: Change the author aliasing to reflect updates to AUTHORS.
27911      Branch: perl
27912            ! Porting/checkAUTHORS.pl
27913 ____________________________________________________________________________
27914 [ 27007] By: rgs                                   on 2006/01/30  16:58:47
27915         Log: Bump version number to 5.9.4
27916              Regenerate template config in Porting
27917      Branch: perl
27918            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
27919            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
27920            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
27921            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
27922            ! win32/makefile.mk wince/Makefile.ce wince/config_H.ce
27923 ____________________________________________________________________________
27924 [ 27006] By: nicholas                              on 2006/01/30  16:50:38
27925         Log: Silence another Irix compiler warning.
27926      Branch: perl
27927            ! toke.c
27928 ____________________________________________________________________________
27929 [ 27005] By: nicholas                              on 2006/01/30  16:29:38
27930         Log: Avoid a warning from the Irix C compiler.
27931      Branch: perl
27932            ! hv.c
27933 ____________________________________________________________________________
27934 [ 27004] By: stevep                                on 2006/01/30  15:04:50
27935         Log: Teach the Makefile how to cleanup config.over.
27936      Branch: perl
27937            ! Makefile.SH
27938 ____________________________________________________________________________
27939 [ 27002] By: nicholas                              on 2006/01/30  13:42:56
27940         Log: Code assumes that *FOO{SCALAR} will always return a scalar reference,
27941              so make it so, creating $FOO if necessary.
27942              (Effectively this is a policy decision that PERL_DONT_CREATE_GVSV is
27943              visible to XS code, but isn't visible to Perl code)
27944      Branch: perl
27945            ! pp.c t/op/gv.t
27946 ____________________________________________________________________________
27947 [ 27001] By: stevep                                on 2006/01/30  13:25:04
27948         Log: Add -DPTR_IS_LONG when building with -Duse64bitint on Solaris/i386.  
27949              Otherwise, the build fails in POSIX.
27950      Branch: perl
27951            ! hints/solaris_2.sh
27952 ____________________________________________________________________________
27953 [ 27000] By: nicholas                              on 2006/01/30  12:59:12
27954         Log: Use a union for storing the shared hash key reference count, rather
27955              than messy pointer hacks.
27956      Branch: perl
27957            ! ext/XS/APItest/APItest.xs hv.c hv.h perl.c
27958 ____________________________________________________________________________
27959 [ 26999] By: rgs                                   on 2006/01/30  09:52:06
27960         Log: Subject: [DOC PATCH] $^X isn't necessarily argv[0]
27961              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
27962              Date: Mon, 30 Jan 2006 01:06:24 -0800
27963              Message-ID: <20060130090624.GA3760@efn.org>
27964      Branch: perl
27965            ! pod/perlvar.pod
27966 ____________________________________________________________________________
27967 [ 26998] By: merijn                                on 2006/01/30  09:10:53
27968         Log: Subject: [PATCH] maint and blead: unicos.sh hints
27969              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
27970              Date: Sun, 29 Jan 2006 23:45:03 +0200 (EET)
27971              Message-Id: <200601292145.k0TLj3mW320311@kosh.hut.fi>
27972      Branch: perl
27973            ! hints/unicos.sh
27974 ____________________________________________________________________________
27975 [ 26997] By: nicholas                              on 2006/01/30  00:18:52
27976         Log: Assert that IVs and NVs can never be tainted.
27977      Branch: perl
27978            ! sv.c
27979 ____________________________________________________________________________
27980 [ 26996] By: nicholas                              on 2006/01/29  22:00:11
27981         Log: Solaris seems not to enjoy initialising constants from SIG_??? on 64
27982              bit builds.
27983      Branch: perl
27984            ! ext/POSIX/Makefile.PL
27985 ____________________________________________________________________________
27986 [ 26995] By: stevep                                on 2006/01/29  20:43:44
27987         Log: Upgrade to podlators-2.0.3
27988      Branch: perl
27989            ! lib/Pod/t/basic.t lib/Pod/t/color.t lib/Pod/t/man.t
27990            ! lib/Pod/t/termcap.t lib/Pod/t/text-options.t lib/Pod/t/text.t
27991 ____________________________________________________________________________
27992 [ 26994] By: rgs                                   on 2006/01/29  18:31:52
27993         Log: Email change for Steven Schubiger
27994      Branch: perl
27995            ! AUTHORS
27996 ____________________________________________________________________________
27997 [ 26993] By: merijn                                on 2006/01/29  10:14:09
27998         Log: Subject: Re: [patch] s/ar ts/ar s/g
27999              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
28000              Date: Thu, 26 Jan 2006 13:53:07 -0800
28001              Message-ID: <43D944C3.60101@ActiveState.com>
28002      Branch: perl
28003            ! Configure
28004 ____________________________________________________________________________
28005 [ 26991] By: nicholas                              on 2006/01/29  00:25:04
28006         Log: C compilers don't let you return void. Pay attention gcc, and
28007              stop aping Shildt.
28008      Branch: perl
28009            ! sv.c
28010 ____________________________________________________________________________
28011 [ 26990] By: nicholas                              on 2006/01/29  00:09:10
28012         Log: Avoid using space to create 2 functions just to force mathoms to be
28013              linked. Instead, force the link via the perl interpreter structure
28014              via a function pointer that gets replaced at run time anyway.
28015      Branch: perl
28016            ! embed.fnc embed.h intrpvar.h mathoms.c perl.c proto.h
28017 ____________________________________________________________________________
28018 [ 26989] By: nicholas                              on 2006/01/28  17:46:56
28019         Log: Call gv_fetchpvn_flags where we already know the length.
28020      Branch: perl
28021            ! doio.c toke.c
28022 ____________________________________________________________________________
28023 [ 26988] By: stevep                                on 2006/01/28  17:25:03
28024         Log: Upgrade to podlators-2.0.2
28025      Branch: perl
28026            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
28027            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.t lib/Pod/t/color.t
28028            ! lib/Pod/t/man.t lib/Pod/t/termcap.t lib/Pod/t/text-options.t
28029            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
28030 ____________________________________________________________________________
28031 [ 26987] By: nicholas                              on 2006/01/28  17:15:21
28032         Log: Squeeze more flag manipulations together in sv_setsv_flags.
28033      Branch: perl
28034            ! sv.c
28035 ____________________________________________________________________________
28036 [ 26986] By: stevep                                on 2006/01/28  16:50:32
28037         Log: Upgrade to CPAN-1.83_59
28038      Branch: perl
28039            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
28040            ! lib/CPAN/SIGNATURE
28041 ____________________________________________________________________________
28042 [ 26985] By: stevep                                on 2006/01/28  16:43:43
28043         Log: Upgrade to Archive-Tar-1.28
28044      Branch: perl
28045            ! lib/Archive/Tar.pm lib/Archive/Tar/bin/ptardiff
28046            ! lib/Archive/Tar/t/02_methods.t
28047            ! lib/Archive/Tar/t/04_resolved_issues.t
28048 ____________________________________________________________________________
28049 [ 26983] By: nicholas                              on 2006/01/28  15:44:04
28050         Log: Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.
28051              Many strlen()s saved.
28052      Branch: perl
28053            ! doio.c handy.h op.c perl.c pp_ctl.c pp_sort.c pp_sys.c toke.c
28054            ! util.c
28055 ____________________________________________________________________________
28056 [ 26982] By: nicholas                              on 2006/01/28  14:46:35
28057         Log: Merge the IOK and NOK clauses together in sv_setsv_flags.
28058      Branch: perl
28059            ! sv.c
28060 ____________________________________________________________________________
28061 [ 26981] By: nicholas                              on 2006/01/28  14:23:49
28062         Log: The flags manipulation in sv_setsv_flags can be more efficient.
28063      Branch: perl
28064            ! sv.c
28065 ____________________________________________________________________________
28066 [ 26980] By: nicholas                              on 2006/01/28  14:02:10
28067         Log: PERL_DONT_CREATE_GVSV wasn't as effective as it should have been.
28068      Branch: perl
28069            ! gv.c
28070 ____________________________________________________________________________
28071 [ 26979] By: nicholas                              on 2006/01/28  13:38:28
28072         Log: By changing SvVOK() from returning 0/1 to 0/pointer-to-magic we can
28073              save duplicating mg_find calls, without changing the semantics in any
28074              boolean context.
28075      Branch: perl
28076            ! sv.c sv.h util.c
28077 ____________________________________________________________________________
28078 [ 26978] By: nicholas                              on 2006/01/28  12:49:15
28079         Log: Pull the other large chunk of PVGV assignment code into S_pvgv_assign.
28080              There seems to be some duplication with S_glob_assign.
28081      Branch: perl
28082            ! sv.c
28083 ____________________________________________________________________________
28084 [ 26977] By: nicholas                              on 2006/01/28  12:26:47
28085         Log: Remove goto glob_assign;
28086      Branch: perl
28087            ! sv.c
28088 ____________________________________________________________________________
28089 [ 26976] By: nicholas                              on 2006/01/28  12:08:01
28090         Log: Pull glob_assign out from sv_setsv_flags into a static function.
28091      Branch: perl
28092            ! sv.c
28093 ____________________________________________________________________________
28094 [ 26975] By: rgs                                   on 2006/01/28  11:00:30
28095         Log: Update Changes
28096      Branch: perl
28097            ! Changes
28098 ____________________________________________________________________________
28099 [ 26974] By: rgs                                   on 2006/01/28  10:57:04
28100         Log: Add perl 5.9.3 in release list
28101      Branch: perl
28102            ! pod/perlhist.pod
28103 ____________________________________________________________________________
28104 [ 26970] By: gisle                                 on 2006/01/27  19:48:28
28105         Log: Subject: Re: Make Passive mode the default for Net::FTP
28106              From: Gisle Aas <gisle@ActiveState.com>
28107              Date: 27 Jan 2006 07:21:16 -0800
28108              Message-ID: <lrslr91ytv.fsf@caliper.activestate.com>
28109      Branch: perl
28110            ! lib/Net/Config.pm lib/Net/FTP.pm
28111 ____________________________________________________________________________
28112 [ 26969] By: rgs                                   on 2006/01/27  18:27:22
28113         Log: Oops. Forgot to add this file.
28114      Branch: perl
28115            + utils/ptardiff.PL
28116 ____________________________________________________________________________
28117 [ 26968] By: rgs                                   on 2006/01/27  18:07:54
28118         Log: Regenerate META.yml
28119      Branch: perl
28120            ! META.yml
28121 ____________________________________________________________________________
28122 [ 26967] By: rgs                                   on 2006/01/27  18:04:17
28123         Log: Regenerate Changes; remove ^M chars in Changes
28124      Branch: perl
28125            ! Changes
28126 ____________________________________________________________________________
28127 [ 26966] By: rgs                                   on 2006/01/27  17:47:32
28128         Log: Remove patch number
28129      Branch: perl
28130            ! patchlevel.h
28131 ____________________________________________________________________________
28132 [ 26965] By: rgs                                   on 2006/01/27  17:44:48
28133         Log: Mention ptardiff in perldelta.
28134      Branch: perl
28135            ! pod/perl593delta.pod
28136 ____________________________________________________________________________
28137 [ 26964] By: rgs                                   on 2006/01/27  17:37:27
28138         Log: Don't install ptardiff in the module tree
28139      Branch: perl
28140            ! installperl
28141 ____________________________________________________________________________
28142 [ 26963] By: rgs                                   on 2006/01/27  17:19:52
28143         Log: Install the ptardiff utility that comes with Archive::Tar
28144      Branch: perl
28145            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
28146            ! win32/Makefile win32/makefile.mk
28147 ____________________________________________________________________________
28148 [ 26962] By: rgs                                   on 2006/01/27  17:04:35
28149         Log: Install nit : README.e2x should be installed, the other READMEs shouldn't
28150      Branch: perl
28151            ! installperl
28152 ____________________________________________________________________________
28153 [ 26961] By: rgs                                   on 2006/01/27  16:31:33
28154         Log: Regenerate PODs
28155      Branch: perl
28156            ! pod/perlmodlib.pod pod/perltoc.pod
28157 ____________________________________________________________________________
28158 [ 26960] By: rgs                                   on 2006/01/27  15:35:01
28159         Log: Some spelling fixes by David Landgren.
28160              Mention perltodo.
28161      Branch: perl
28162            ! pod/perl593delta.pod
28163 ____________________________________________________________________________
28164 [ 26959] By: rgs                                   on 2006/01/27  15:26:05
28165         Log: Revert change 24461, now that change 26757 allows TEST
28166              to accept extra output from module tests
28167      Branch: perl
28168            ! cygwin/perlld.in
28169 ____________________________________________________________________________
28170 [ 26958] By: rgs                                   on 2006/01/27  13:54:06
28171         Log: Subject: [PATCH] quiet gcc Info message in cygwin
28172              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28173              Date: Wed, 25 Jan 2006 19:16:09 -0800
28174              Message-ID: <20060126031608.GA2588@efn.org>
28175      Branch: perl
28176            ! hints/cygwin.sh
28177 ____________________________________________________________________________
28178 [ 26957] By: rgs                                   on 2006/01/27  13:08:12
28179         Log: Remove note about #elif, see :
28180              Subject: Re: Change 26954: Simplify nested '#ifdef' by replacing it with '#elif defined()'
28181              From: Steve Hay <steve.hay@uk.radan.com>
28182              Date: Fri, 27 Jan 2006 11:09:02 +0000
28183              Message-ID: <43D9FF4E.6010501@uk.radan.com>
28184      Branch: perl
28185            ! Porting/pumpkin.pod
28186 ____________________________________________________________________________
28187 [ 26955] By: nicholas                              on 2006/01/27  10:36:05
28188         Log: A description of the new constants.
28189      Branch: perl
28190            ! pod/perl593delta.pod
28191 ____________________________________________________________________________
28192 [ 26954] By: gisle                                 on 2006/01/27  08:54:04
28193         Log: Simplify nested '#ifdef' by replacing it with '#elif defined()'
28194      Branch: perl
28195            ! mg.c
28196 ____________________________________________________________________________
28197 [ 26953] By: gisle                                 on 2006/01/27  08:49:34
28198         Log: Safer implementation of RTRIM().
28199              Don't rely on SvCUR to be sane unless SvPOK.
28200      Branch: perl
28201            ! mg.c
28202 ____________________________________________________________________________
28203 [ 26952] By: nicholas                              on 2006/01/26  22:03:19
28204         Log: Subject: [PATCH] Change 26781/26830 (SvRTRIM should also write a new '\0' at the end) can cause segfaults
28205              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
28206              Message-ID: <43D941AF.1060503@ActiveState.com>
28207              Date: Thu, 26 Jan 2006 13:39:59 -0800
28208      Branch: perl
28209            ! mg.c
28210 ____________________________________________________________________________
28211 [ 26951] By: stevep                                on 2006/01/26  19:23:48
28212         Log: Fix a few nits in perl593delta
28213      Branch: perl
28214            ! pod/perl593delta.pod
28215 ____________________________________________________________________________
28216 [ 26950] By: rgs                                   on 2006/01/26  18:48:27
28217         Log: miniperl isn't enough anymore to run pod2man.
28218      Branch: perl
28219            ! pod/Makefile.SH
28220 ____________________________________________________________________________
28221 [ 26949] By: nicholas                              on 2006/01/26  18:35:56
28222         Log: 2 spelling corrections, and rephrase the entry on perlivp (better
28223              grammer, more succinct)
28224      Branch: perl
28225            ! pod/perl593delta.pod
28226 ____________________________________________________________________________
28227 [ 26948] By: rgs                                   on 2006/01/26  18:14:26
28228         Log: More work on perldelta
28229      Branch: perl
28230            ! pod/perl593delta.pod
28231 ____________________________________________________________________________
28232 [ 26947] By: steveh                                on 2006/01/26  16:25:20
28233         Log: Make dump and -u croak on Win32 and Cygwin to avoid confusion
28234              such as was seen here:
28235              
28236              Subject: Weird Win32 error: "This application has requested the Runtime to terminate it in an unusual way."
28237              From: demerphq <demerphq@gmail.com>
28238              Date: Thu, 26 Jan 2006 15:40:42 +0100
28239              Message-ID: <9b18b3110601260640x34b2442cnf5379d2f83b74187@mail.gmail.com>
28240      Branch: perl
28241            ! perl.c pod/perldiag.pod pod/perlport.pod
28242 ____________________________________________________________________________
28243 [ 26946] By: nicholas                              on 2006/01/26  14:57:42
28244         Log: SvREADONLY_off inside the magic routines is also dangerous on shared
28245              hash key scalars, so decompose them to normal scalars if they ever
28246              get here.
28247      Branch: perl
28248            ! mg.c
28249 ____________________________________________________________________________
28250 [ 26945] By: rgs                                   on 2006/01/26  11:49:22
28251         Log: assertions.pm is dual-lived
28252      Branch: perl
28253            ! Porting/Maintainers.pl
28254 ____________________________________________________________________________
28255 [ 26943] By: rgs                                   on 2006/01/25  17:12:11
28256         Log: Subject: aelemfast optimization opclass problem (c.f. [perl #38279])
28257              From: Stephen McCamant <smcc@mit.edu>
28258              Date: Jan 24, 2006 7:23 AM
28259              Message-ID: <17365.51166.604020.571992@conquest.OCF.Berkeley.EDU>
28260      Branch: perl
28261            + ext/B/t/optree_misc.t
28262            ! MANIFEST ext/B/B.xs
28263 ____________________________________________________________________________
28264 [ 26941] By: gisle                                 on 2006/01/24  15:37:25
28265         Log: Subject: Simplify &IO::Handle::say
28266              From: Gisle Aas <gisle@ActiveState.com>
28267              Date: 24 Jan 2006 05:01:28 -0800
28268              Message-ID: <lrzmll7pav.fsf@caliper.activestate.com>
28269      Branch: perl
28270            ! ext/IO/lib/IO/Handle.pm
28271 ____________________________________________________________________________
28272 [ 26940] By: rgs                                   on 2006/01/24  15:10:27
28273         Log: Fix a regression on suidperl : the error message "No #! line" was
28274              produced in erroneous cases, because we used to read values in a
28275              string buffer that pointed to nothing.
28276      Branch: perl
28277            ! perl.c
28278 ____________________________________________________________________________
28279 [ 26936] By: steveh                                on 2006/01/24  12:13:15
28280         Log: Remove d_nanosleep from win32 configs
28281              Change 19899 removed them before, but they have accidentally crept back.
28282      Branch: perl
28283            ! win32/config.bc win32/config.gc win32/config.vc
28284            ! win32/config.vc64
28285 ____________________________________________________________________________
28286 [ 26935] By: steveh                                on 2006/01/24  09:22:44
28287         Log: Subject: SPRINTF_RETURNS_STRLEN isn't really a compile-time option 
28288              From: Gisle Aas <gisle@ActiveState.com>
28289              Date: 23 Jan 2006 02:12:04 -0800
28290              Message-ID: <lr3bjfb6dn.fsf@caliper.activestate.com>
28291              
28292              Subject: RE: SPRINTF_RETURNS_STRLEN isn't really a compile-time option
28293              From: "Jan Dubois" <jand@ActiveState.com>
28294              Date: Mon, 23 Jan 2006 11:30:51 -0800
28295              Message-ID: <008001c62053$86adf680$2217a8c0@candy>
28296      Branch: perl
28297            ! makedef.pl perl.c
28298 ____________________________________________________________________________
28299 [ 26933] By: rgs                                   on 2006/01/23  19:24:06
28300         Log: More work on perldelta
28301      Branch: perl
28302            ! pod/perl593delta.pod
28303 ____________________________________________________________________________
28304 [ 26932] By: nicholas                              on 2006/01/23  19:06:41
28305         Log: constant_add_symbol needs to be static, else static builds can fail at
28306              link time. (*How* many meanings is "static" overloaded with?)
28307      Branch: perl
28308            ! lib/ExtUtils/Constant/ProxySubs.pm
28309 ____________________________________________________________________________
28310 [ 26930] By: stevep                                on 2006/01/23  18:40:08
28311         Log: Subject: [PATCH] Tru64: -Uusedl: lib/ExtUtils/t/Embed.t
28312              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
28313              Date: Mon, 23 Jan 2006 20:34:18 +0200
28314              Message-ID: <43D521AA.7030008@gmail.com>
28315      Branch: perl
28316            ! lib/ExtUtils/t/Embed.t
28317 ____________________________________________________________________________
28318 [ 26929] By: stevep                                on 2006/01/23  15:56:34
28319         Log: Upgrade to Pod-Simple-3.04
28320      Branch: perl
28321            ! lib/Pod/Simple.pm lib/Pod/Simple/BlackBox.pm
28322            ! lib/Pod/Simple/Search.pm
28323 ____________________________________________________________________________
28324 [ 26928] By: rgs                                   on 2006/01/23  15:28:51
28325         Log: Now that change #26410 is reverted, mark as TODO the tests added
28326              by change #26925.
28327      Branch: perl
28328            ! t/op/pat.t
28329 ____________________________________________________________________________
28330 [ 26927] By: rgs                                   on 2006/01/23  15:18:30
28331         Log: Missing chunk in change #26926
28332      Branch: perl
28333            ! t/op/taint.t
28334 ____________________________________________________________________________
28335 [ 26926] By: rgs                                   on 2006/01/23  15:18:10
28336         Log: Revert change 26410, marking the test that was added there as TODO.
28337              See the thread :
28338              Subject: LVALUE m//g (was Re: au revoir ...)
28339              From: Nicholas Clark <nick@ccl4.org>
28340              Date: Jan 18, 2006 9:30 PM
28341              Message-ID: <20060118203058.GQ616@plum.flirble.org>
28342      Branch: perl
28343            ! op.c
28344 ____________________________________________________________________________
28345 [ 26925] By: nicholas                              on 2006/01/23  15:11:11
28346         Log: Change the regression test added by 26410 to use test.pl; this makes
28347              it easier to TODO if needed.
28348              Add the TODO test provided by Rick Delaney, but not as TODO, because
28349              change 26410 also made pos on LVALUE subroutines work for the first
28350              time.
28351      Branch: perl
28352            ! t/op/pat.t t/op/taint.t
28353 ____________________________________________________________________________
28354 [ 26924] By: rgs                                   on 2006/01/23  14:44:59
28355         Log: Un-const magic virtual tables; this consting breaks the nasty
28356              things done by Swig, as noticed by Audrey.
28357      Branch: perl
28358            ! embed.fnc mg.c mg.h perl.h pod/perlapi.pod proto.h sv.c
28359 ____________________________________________________________________________
28360 [ 26923] By: stevep                                on 2006/01/23  14:35:52
28361         Log: Upgrade to CPAN-1.83_58
28362      Branch: perl
28363            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
28364            ! lib/CPAN/HandleConfig.pm lib/CPAN/SIGNATURE
28365            ! lib/CPAN/Version.pm lib/CPAN/t/vcmp.t
28366 ____________________________________________________________________________
28367 [ 26922] By: gisle                                 on 2006/01/23  12:33:02
28368         Log: Avoid warning with MS Visual C compiler.
28369              Encode.xs(443) : warning C4761: integral size mismatch in argument; conversion supplied
28370      Branch: perl
28371            ! ext/Encode/Encode.xs
28372 ____________________________________________________________________________
28373 [ 26921] By: gisle                                 on 2006/01/23  09:57:10
28374         Log: Subject: Avoid most getprotobyname/number calls in IO::Socket::INET
28375              From: Gisle Aas <gisle@ActiveState.com>
28376              Date: 18 Jan 2006 09:28:24 -0800
28377              Message-ID: <lr3bjlbg3r.fsf@caliper.activestate.com>
28378      Branch: perl
28379            ! ext/IO/lib/IO/Socket/INET.pm
28380 ____________________________________________________________________________
28381 [ 26919] By: craigb                                on 2006/01/21  17:05:07
28382         Log: Make Manifest.t do what is says it's doing.
28383      Branch: perl
28384            ! lib/ExtUtils/t/Manifest.t
28385 ____________________________________________________________________________
28386 [ 26918] By: mhx                                   on 2006/01/21  15:31:06
28387         Log: Remove wrong cast to (void *), which fixes a gcc warning, and use
28388              the return value of upg_version() at least once in the core.
28389      Branch: perl
28390            ! pp_ctl.c util.c
28391 ____________________________________________________________________________
28392 [ 26915] By: nicholas                              on 2006/01/20  10:12:12
28393         Log: Note 5.8.8-RC1
28394      Branch: perl
28395            ! pod/perlhist.pod
28396 ____________________________________________________________________________
28397 [ 26914] By: mhx                                   on 2006/01/19  18:44:34
28398         Log: Upgrade to Devel::PPPort 3.08
28399      Branch: perl
28400            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
28401            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
28402            ! ext/Devel/PPPort/PPPort_pm.PL
28403            ! ext/Devel/PPPort/parts/inc/ppphtest ext/Devel/PPPort/soak
28404 ____________________________________________________________________________
28405 [ 26913] By: craigb                                on 2006/01/19  04:55:19
28406         Log: find_perl() must be after environment initialization
28407      Branch: perl
28408            ! ext/Devel/PPPort/t/ppphtest.t
28409 ____________________________________________________________________________
28410 [ 26912] By: stevep                                on 2006/01/19  02:58:37
28411         Log: Fix hardcoded "/" in a filepath that causes ext/List/Util/t/p_tainted.t
28412              to fail on VMS.
28413      Branch: perl
28414            ! ext/List/Util/t/p_tainted.t
28415 ____________________________________________________________________________
28416 [ 26911] By: stevep                                on 2006/01/19  02:32:06
28417         Log: Fix another concatenated filepath in a test for Digest::SHA.
28418      Branch: perl
28419            ! ext/Digest/SHA/t/6-dump-load.t
28420 ____________________________________________________________________________
28421 [ 26910] By: nicholas                              on 2006/01/18  23:52:20
28422         Log: Integrate 26847 from maint.
28423              [Whoops, that was never the plan. Didn't realise which directory I was
28424              in]
28425      Branch: perl
28426           !> AUTHORS Porting/Maintainers.pl
28427 ____________________________________________________________________________
28428 [ 26904] By: nicholas                              on 2006/01/18  18:02:17
28429         Log: Change 26410 caused a regression, with the RVALUE return value of
28430              method calls now failing if bound to a global match. Add a TODO test.
28431      Branch: perl
28432            ! t/op/pat.t
28433 ____________________________________________________________________________
28434 [ 26903] By: gisle                                 on 2006/01/18  14:43:14
28435         Log: Allow IPPROTO_ICMP and IPPROTO_UDP to be exported.
28436              These were introduced in change 26897.
28437      Branch: perl
28438            ! ext/Socket/Socket.pm
28439 ____________________________________________________________________________
28440 [ 26902] By: gisle                                 on 2006/01/18  14:41:17
28441         Log: Use the IPPROTO_TCP constant instead of 6.
28442      Branch: perl
28443            ! ext/Socket/t/Socket.t
28444 ____________________________________________________________________________
28445 [ 26901] By: steveh                                on 2006/01/18  14:23:09
28446         Log: Change all NEWSV() to newSV() in the core and non-dual-lived modules.
28447              Keep NEWSV() itself for backwards-compatibility outside of the core,
28448              but don't advertise it any more.
28449              (cf. change #25101).
28450      Branch: perl
28451            ! av.c doio.c dump.c ext/ByteLoader/bytecode.h
28452            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs gv.c handy.h hv.c
28453            ! mathoms.c op.c os2/OS2/REXX/REXX.xs pad.c perl.c perly.c
28454            ! pod/perlapi.pod pod/perlembed.pod pp.c pp_ctl.c pp_hot.c
28455            ! pp_pack.c pp_sys.c regexec.c scope.c sv.c toke.c
28456            ! vms/ext/Stdio/Stdio.xs
28457 ____________________________________________________________________________
28458 [ 26900] By: stevep                                on 2006/01/18  13:32:09
28459         Log: Digest::SHA's t/2-nist-sha-oo.t has some path related problems on
28460              VMS as well.
28461      Branch: perl
28462            ! ext/Digest/SHA/t/2-nist-sha-oo.t
28463 ____________________________________________________________________________
28464 [ 26899] By: stevep                                on 2006/01/18  13:09:10
28465         Log: Fixes for Digest::SHA.  Replaced old ppport.h file with a new one
28466              generated from Devel::PPPort 3.07.  Also, fixed a UNIX-based path
28467              element that caused test failures on VMS (reported by John E. Malmberg
28468              <wb8tyw@qsl.net>).
28469      Branch: perl
28470            ! ext/Digest/SHA/ppport.h ext/Digest/SHA/t/6-dump-load.t
28471 ____________________________________________________________________________
28472 [ 26897] By: gisle                                 on 2006/01/18  11:57:07
28473         Log: Make sure the most common IPPROTO_* constants are always available.
28474              These are well known numbers so it should not be a problem to
28475              hardcode values when no constant is provided by the C library.
28476              Ref <http://www.iana.org/assignments/protocol-numbers>.
28477              
28478              On some old glibc systems (eg Redhat 6) IPPROTO_TCP is an enum only
28479              and this change workaround that problem as well.
28480      Branch: perl
28481            ! ext/Socket/Makefile.PL
28482 ____________________________________________________________________________
28483 [ 26893] By: gisle                                 on 2006/01/18  10:12:14
28484         Log: Suppress "statement not reached" warning from the Sun C compiler.
28485      Branch: perl
28486            ! doio.c
28487 ____________________________________________________________________________
28488 [ 26892] By: rgs                                   on 2006/01/18  10:06:24
28489         Log: Explain better how that test count works.
28490      Branch: perl
28491            ! t/comp/require.t
28492 ____________________________________________________________________________
28493 [ 26891] By: nicholas                              on 2006/01/18  10:02:19
28494         Log: New t/comp/require.t tests should go before the conditional exit.
28495      Branch: perl
28496            ! t/comp/require.t
28497 ____________________________________________________________________________
28498 [ 26889] By: craigb                                on 2006/01/18  05:12:10
28499         Log: special VMS handling no longer needed since we now close the file
28500      Branch: perl
28501            ! lib/File/Compare.t
28502 ____________________________________________________________________________
28503 [ 26885] By: rgs                                   on 2006/01/17  21:45:37
28504         Log: Gisle points out that it's ok to ignore the return value of newSVrv.
28505              Due to how embed.pl is implemented, this also has the unfortunate
28506              side-effect of removing __attribute__malloc__ from the attributes of
28507              this function, but given that the new pointer is stored elsewhere
28508              anyway, this shouldn't impact what gcc could have optimized.
28509      Branch: perl
28510            ! embed.fnc proto.h
28511 ____________________________________________________________________________
28512 [ 26883] By: rgs                                   on 2006/01/17  21:22:38
28513         Log: Regression test for change #26881
28514      Branch: perl
28515            ! t/comp/require.t
28516 ____________________________________________________________________________
28517 [ 26881] By: rgs                                   on 2006/01/17  19:03:51
28518         Log: The current OP that is tested in doeval() can be a require(), an
28519              eval() or a do(). When we test whether OPf_SPECIAL is set on it, be
28520              sure to take into account that it's the eval-related meaning of
28521              OPf_SPECIAL we're testing for, not the require-related one.
28522      Branch: perl
28523            ! pp_ctl.c
28524 ____________________________________________________________________________
28525 [ 26878] By: rgs                                   on 2006/01/17  16:15:15
28526         Log: Make the description of $^M in perlvar a bit more clear
28527              w.r.t. cross-references to the INSTALL document. (spotted
28528              by Stas Bekman)
28529      Branch: perl
28530            ! pod/perlvar.pod
28531 ____________________________________________________________________________
28532 [ 26877] By: rgs                                   on 2006/01/17  16:08:47
28533         Log: Subject: Re: [PATCH] Updated README.macosx
28534              From: Sherm Pendley <sherm@dot-app.org>
28535              Date: Mon, 16 Jan 2006 16:53:23 -0500
28536              Message-Id: <619C9A5D-972F-4B90-A99A-B4B6D04C584D@dot-app.org>
28537      Branch: perl
28538            ! README.macosx
28539 ____________________________________________________________________________
28540 [ 26871] By: gisle                                 on 2006/01/17  11:37:54
28541         Log: More readable MEM_WRAP_CHECK_1() macro.
28542              This form also avoids the "dead part of constant expression is nonconstant"
28543              warning from the Sun Studio 10 compiler.
28544      Branch: perl
28545            ! README.solaris handy.h
28546 ____________________________________________________________________________
28547 [ 26870] By: craigb                                on 2006/01/17  04:03:01
28548         Log: Dots in directory names aren't nice on VMS.
28549      Branch: perl
28550            ! lib/Archive/Tar/t/04_resolved_issues.t
28551 ____________________________________________________________________________
28552 [ 26869] By: craigb                                on 2006/01/17  03:28:20
28553         Log: more case tolerance for vms/ext/filespec.t
28554      Branch: perl
28555            ! vms/ext/filespec.t
28556 ____________________________________________________________________________
28557 [ 26868] By: stevep                                on 2006/01/16  22:31:52
28558         Log: Don't warn about a directory being closed in the DESTROY for
28559              IO::Dir.
28560      Branch: perl
28561            ! ext/IO/lib/IO/Dir.pm
28562 ____________________________________________________________________________
28563 [ 26867] By: rgs                                   on 2006/01/16  19:16:58
28564         Log: defined %foo::bar:: wasn't working like it used to do in evals
28565              (and, consequently, when require'ing modules.)
28566      Branch: perl
28567            ! t/op/stash.t toke.c
28568 ____________________________________________________________________________
28569 [ 26866] By: mhx                                   on 2006/01/16  18:13:28
28570         Log: Upgrade to Devel::PPPort 3.07
28571      Branch: perl
28572            + ext/Devel/PPPort/parts/base/5008007
28573            + ext/Devel/PPPort/parts/base/5009003
28574            + ext/Devel/PPPort/parts/inc/Sv_set
28575            + ext/Devel/PPPort/parts/inc/memory
28576            + ext/Devel/PPPort/parts/inc/variables
28577            + ext/Devel/PPPort/parts/todo/5008007
28578            + ext/Devel/PPPort/parts/todo/5009003
28579            + ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/memory.t
28580            + ext/Devel/PPPort/t/variables.t
28581            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
28582            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/META.yml
28583            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
28584            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
28585            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/README
28586            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
28587            ! ext/Devel/PPPort/devel/buildperl.pl
28588            ! ext/Devel/PPPort/devel/mkapidoc.sh
28589            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
28590            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
28591            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
28592            ! ext/Devel/PPPort/parts/apicheck.pl
28593            ! ext/Devel/PPPort/parts/apidoc.fnc
28594            ! ext/Devel/PPPort/parts/base/5004000
28595            ! ext/Devel/PPPort/parts/base/5004050
28596            ! ext/Devel/PPPort/parts/base/5006000
28597            ! ext/Devel/PPPort/parts/base/5007001
28598            ! ext/Devel/PPPort/parts/base/5008001
28599            ! ext/Devel/PPPort/parts/embed.fnc
28600            ! ext/Devel/PPPort/parts/inc/MY_CXT
28601            ! ext/Devel/PPPort/parts/inc/SvPV
28602            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
28603            ! ext/Devel/PPPort/parts/inc/exception
28604            ! ext/Devel/PPPort/parts/inc/format
28605            ! ext/Devel/PPPort/parts/inc/grok
28606            ! ext/Devel/PPPort/parts/inc/limits
28607            ! ext/Devel/PPPort/parts/inc/mPUSH
28608            ! ext/Devel/PPPort/parts/inc/magic
28609            ! ext/Devel/PPPort/parts/inc/misc
28610            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
28611            ! ext/Devel/PPPort/parts/inc/newRV
28612            ! ext/Devel/PPPort/parts/inc/ppphbin
28613            ! ext/Devel/PPPort/parts/inc/ppphdoc
28614            ! ext/Devel/PPPort/parts/inc/ppphtest
28615            ! ext/Devel/PPPort/parts/inc/sv_xpvf
28616            ! ext/Devel/PPPort/parts/inc/threads
28617            ! ext/Devel/PPPort/parts/inc/uv
28618            ! ext/Devel/PPPort/parts/inc/version
28619            ! ext/Devel/PPPort/parts/ppptools.pl
28620            ! ext/Devel/PPPort/parts/todo/5004000
28621            ! ext/Devel/PPPort/parts/todo/5007001
28622            ! ext/Devel/PPPort/parts/todo/5008001
28623            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
28624            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/ppphtest.t
28625            ! ext/Devel/PPPort/t/testutil.pl ext/Devel/PPPort/typemap
28626 ____________________________________________________________________________
28627 [ 26863] By: rgs                                   on 2006/01/16  14:09:29
28628         Log: Upgrade to Encode 2.14
28629      Branch: perl
28630            + ext/Encode/t/from_to.t
28631            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
28632            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
28633            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
28634            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
28635            ! ext/Encode/lib/Encode/MIME/Header.pm
28636            ! ext/Encode/t/mime-header.t ext/Encode/ucm/8859-7.ucm
28637 ____________________________________________________________________________
28638 [ 26861] By: nicholas                              on 2006/01/16  13:10:06
28639         Log: Teach checkAUTHORS about all the authors in 5.8.2-5.8.8, and any others
28640              whose e-mail address I recognise.
28641      Branch: perl
28642            ! Porting/checkAUTHORS.pl
28643 ____________________________________________________________________________
28644 [ 26859] By: rgs                                   on 2006/01/16  12:07:34
28645         Log: Add new directories from C::Zlib to make clean
28646      Branch: perl
28647            ! Makefile.SH
28648 ____________________________________________________________________________
28649 [ 26858] By: rgs                                   on 2006/01/16  11:13:54
28650         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_55.tar.gz
28651              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
28652              Date: Sat, 14 Jan 2006 12:57:48 +0100
28653              Message-ID: <87u0c7yqbn.fsf@k75.linux.bogus>
28654      Branch: perl
28655            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
28656            ! lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
28657 ____________________________________________________________________________
28658 [ 26857] By: craigb                                on 2006/01/14  16:45:56
28659         Log: Give up on through.t on VMS for now -- no can do with current 
28660              pipe implementation.
28661      Branch: perl
28662            ! t/io/through.t
28663 ____________________________________________________________________________
28664 [ 26856] By: nicholas                              on 2006/01/14  12:49:31
28665         Log: Can now count the patches committed with --thanks-applied.
28666              Changes5.8's top 3:
28667              3332:   jhi
28668              321:    ams
28669              60:     nick
28670      Branch: perl
28671            ! Porting/checkAUTHORS.pl
28672 ____________________________________________________________________________
28673 [ 26855] By: nicholas                              on 2006/01/14  12:35:58
28674         Log: Oops. When the e-mail address came first, or there was no name with it,
28675              checkAUTHORS.pl wasn't recognising it, which caused the change to be
28676              attributed to the committer rather than the author. This now reveals
28677              several people "missing" from the AUTHORS file.
28678      Branch: perl
28679            ! Porting/checkAUTHORS.pl
28680 ____________________________________________________________________________
28681 [ 26854] By: nicholas                              on 2006/01/14  12:25:15
28682         Log: Some reordering and one new address for Stéphane Payrard
28683      Branch: perl
28684            ! Porting/checkAUTHORS.pl
28685 ____________________________________________________________________________
28686 [ 26853] By: nicholas                              on 2006/01/14  12:20:19
28687         Log: Teach checkAUTHORS.pl about everyone in Changes5.8.[2-8], adding to
28688              AUTHORS where necessary.
28689      Branch: perl
28690            ! AUTHORS Porting/checkAUTHORS.pl
28691 ____________________________________________________________________________
28692 [ 26852] By: nicholas                              on 2006/01/14  11:54:09
28693         Log: Add Ken Hirsch to AUTHORS.
28694      Branch: perl
28695            ! AUTHORS
28696 ____________________________________________________________________________
28697 [ 26850] By: nicholas                              on 2006/01/14  11:39:42
28698         Log: e-mail update from Phil Lobbes
28699      Branch: perl
28700            ! AUTHORS Porting/checkAUTHORS.pl
28701 ____________________________________________________________________________
28702 [ 26849] By: rgs                                   on 2006/01/14  10:26:15
28703         Log: Perldelta nits by Jim Cromie
28704      Branch: perl
28705            ! pod/perl593delta.pod
28706 ____________________________________________________________________________
28707 [ 26846] By: rgs                                   on 2006/01/14  08:49:12
28708         Log: Adapt test.valgrind make target to recent valgrinds (3.x)
28709              by Jim Cromie
28710      Branch: perl
28711            ! t/TEST
28712 ____________________________________________________________________________
28713 [ 26845] By: craigb                                on 2006/01/14  05:16:27
28714         Log: Friday the 13th, Part II.  Don't call SYS$GETJPI with fancy case
28715              lookup stuff on older systems that don't know what it means (broken
28716              in #25306).
28717      Branch: perl
28718            ! vms/vms.c
28719 ____________________________________________________________________________
28720 [ 26844] By: craigb                                on 2006/01/14  05:02:38
28721         Log: Eek.  #25783 broke all pre-v8.2 VMS builds.  Undo all the bits
28722              having to do with dirent, opendir, etc.  Must be Friday the 13th.
28723      Branch: perl
28724            ! configure.com vms/vms.c vms/vmsish.h
28725 ____________________________________________________________________________
28726 [ 26838] By: nicholas                              on 2006/01/13  21:44:47
28727         Log: checkAUTHORS.pl --rank would loop infinitely on an empty results array.
28728      Branch: perl
28729            ! Porting/checkAUTHORS.pl
28730 ____________________________________________________________________________
28731 [ 26835] By: stevep                                on 2006/01/13  19:31:19
28732         Log: Additional tests for RT #38207: "Useless localization of constant ($[)
28733              in getopts.pl".
28734      Branch: perl
28735            ! t/op/local.t
28736 ____________________________________________________________________________
28737 [ 26831] By: nicholas                              on 2006/01/13  18:10:55
28738         Log: Subject: Re: Today's compiling adventure
28739              From: Ken Hirsch <kenhirsch@ftml.net>
28740              Message-ID: <43C69F48.7090600@ftml.net>
28741              Date: Thu, 12 Jan 2006 13:26:16 -0500
28742      Branch: perl
28743            ! pp_sys.c
28744 ____________________________________________________________________________
28745 [ 26826] By: rgs                                   on 2006/01/13  17:32:31
28746         Log: More perldelta work
28747      Branch: perl
28748            ! pod/perl593delta.pod
28749 ____________________________________________________________________________
28750 [ 26824] By: nicholas                              on 2006/01/13  17:08:13
28751         Log: $utf8::VERSION++ # Documentation.
28752      Branch: perl
28753            ! lib/utf8.pm
28754 ____________________________________________________________________________
28755 [ 26819] By: rgs                                   on 2006/01/13  14:50:32
28756         Log: Fix internal links in POD.
28757      Branch: perl
28758            ! lib/utf8.pm
28759 ____________________________________________________________________________
28760 [ 26817] By: nicholas                              on 2006/01/13  14:02:00
28761         Log: More $VERSION bumps.
28762      Branch: perl
28763            ! ext/PerlIO/via/via.pm lib/Attribute/Handlers.pm lib/Switch.pm
28764 ____________________________________________________________________________
28765 [ 26816] By: rgs                                   on 2006/01/13  13:47:52
28766         Log: Better wording for change 26796. Plus, make podchecker happy.
28767      Branch: perl
28768            ! lib/PerlIO.pm
28769 ____________________________________________________________________________
28770 [ 26815] By: gisle                                 on 2006/01/13  12:10:28
28771         Log: Fix [perl #38223]; _IOC_SIZE() not always safe.
28772      Branch: perl
28773            ! perl.h
28774 ____________________________________________________________________________
28775 [ 26814] By: rgs                                   on 2006/01/13  09:22:14
28776         Log: Add a link to the Opcode doc in Safe.
28777              (see RT CPAN ticket #8579)
28778      Branch: perl
28779            ! ext/Opcode/Safe.pm
28780 ____________________________________________________________________________
28781 [ 26813] By: craigb                                on 2006/01/13  01:12:44
28782         Log: Assorted VMS-only MakeMaker fixes for blead
28783      Branch: perl
28784            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
28785            ! lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/basic.t
28786 ____________________________________________________________________________
28787 [ 26812] By: rgs                                   on 2006/01/12  23:11:16
28788         Log: Make h2ph recognize (and skip) const and __const__ in C function
28789              prototypes. This makes it produce better files on linux-sparc64.
28790      Branch: perl
28791            ! utils/h2ph.PL
28792 ____________________________________________________________________________
28793 [ 26809] By: nicholas                              on 2006/01/12  20:03:51
28794         Log: Upgrade to Devel::PPPort 3.06_01
28795      Branch: perl
28796            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
28797            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
28798            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
28799            ! ext/Devel/PPPort/devel/buildperl.pl
28800            ! ext/Devel/PPPort/devel/mkapidoc.sh ext/Devel/PPPort/mktests.PL
28801            ! ext/Devel/PPPort/parts/apicheck.pl
28802            ! ext/Devel/PPPort/parts/apidoc.fnc
28803            ! ext/Devel/PPPort/parts/base/5006000
28804            ! ext/Devel/PPPort/parts/base/5009002
28805            ! ext/Devel/PPPort/parts/embed.fnc
28806            ! ext/Devel/PPPort/parts/inc/MY_CXT
28807            ! ext/Devel/PPPort/parts/inc/SvPV
28808            ! ext/Devel/PPPort/parts/inc/format
28809            ! ext/Devel/PPPort/parts/inc/grok
28810            ! ext/Devel/PPPort/parts/inc/misc
28811            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
28812            ! ext/Devel/PPPort/parts/inc/ppphbin
28813            ! ext/Devel/PPPort/parts/inc/ppphdoc
28814            ! ext/Devel/PPPort/parts/inc/ppphtest
28815            ! ext/Devel/PPPort/parts/inc/version
28816            ! ext/Devel/PPPort/parts/ppptools.pl
28817            ! ext/Devel/PPPort/parts/todo/5004040
28818            ! ext/Devel/PPPort/parts/todo/5005000
28819            ! ext/Devel/PPPort/parts/todo/5006000
28820            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
28821            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/ppphtest.t
28822 ____________________________________________________________________________
28823 [ 26808] By: merijn                                on 2006/01/12  19:54:57
28824         Log: Add new mpeix file from #26807
28825      Branch: perl
28826            ! MANIFEST
28827 ____________________________________________________________________________
28828 [ 26807] By: merijn                                on 2006/01/12  19:52:01
28829         Log: Subject: Re: Today's compiling adventure
28830              From: Ken Hirsch <kenhirsch@ftml.net>
28831              Date: Thu, 12 Jan 2006 13:26:16 -0500
28832              Message-ID: <43C69F48.7090600@ftml.net>
28833      Branch: perl
28834            + mpeix/mpeix_setjmp.c
28835            ! README.mpeix hints/mpeix.sh mpeix/mpeix.c mpeix/mpeixish.h
28836            ! pp_sys.c
28837 ____________________________________________________________________________
28838 [ 26805] By: nicholas                              on 2006/01/12  19:09:19
28839         Log: $Socket::VERSION++; # You always miss one.
28840      Branch: perl
28841            ! ext/Socket/Socket.pm
28842 ____________________________________________________________________________
28843 [ 26804] By: nicholas                              on 2006/01/12  18:44:49
28844         Log: Bump $VERSION in many modules that have changed.
28845      Branch: perl
28846            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
28847            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
28848            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
28849            ! ext/SDBM_File/SDBM_File.pm ext/XS/Typemap/Typemap.pm
28850            ! ext/attrs/attrs.pm ext/re/re.pm ext/threads/shared/shared.pm
28851            ! lib/DB.pm lib/Dumpvalue.pm lib/English.pm lib/File/Copy.pm
28852            ! lib/FileCache.pm lib/Pod/Functions.pm lib/Pod/Html.pm
28853            ! lib/Term/ReadLine.pm lib/Tie/Hash.pm lib/Unicode/UCD.pm
28854            ! lib/User/grent.pm lib/blib.pm lib/diagnostics.pm
28855            ! lib/overload.pm lib/vmsish.pm lib/warnings.pm
28856            ! lib/warnings/register.pm os2/OS2/PrfDB/PrfDB.pm
28857            ! os2/OS2/Process/Process.pm os2/OS2/REXX/REXX.pm warnings.pl
28858 ____________________________________________________________________________
28859 [ 26803] By: rgs                                   on 2006/01/12  15:40:53
28860         Log: Don't warn when localizing $[
28861      Branch: perl
28862            ! op.c t/lib/warnings/op
28863 ____________________________________________________________________________
28864 [ 26802] By: rgs                                   on 2006/01/12  13:47:59
28865         Log: Subject: [perl #38205] misleading typo in perlfaq8
28866              From: erik@cs.uni-jena.de (via RT) <perlbug-followup@perl.org>
28867              Date: Wed, 11 Jan 2006 14:56:28 -0800
28868              Message-ID: <rt-3.0.11-38205-127890.10.340635502974@perl.org>
28869      Branch: perl
28870            ! pod/perlfaq8.pod
28871 ____________________________________________________________________________
28872 [ 26801] By: rgs                                   on 2006/01/12  13:36:05
28873         Log: FAQ sync.
28874      Branch: perl
28875            ! pod/perlfaq.pod pod/perlfaq2.pod
28876 ____________________________________________________________________________
28877 [ 26800] By: rgs                                   on 2006/01/12  13:25:15
28878         Log: Subject: [PATCH] Compress::Zlib
28879              From: "Paul Marquess" <paul.marquess@ntlworld.com>
28880              Date: Thu, 12 Jan 2006 13:20:58 -0000
28881              Message-ID: <020d01c6177b$087b1c60$4c05140a@myopwv.com>
28882      Branch: perl
28883            ! ext/Compress/Zlib/t/16oneshot-gzip-only.t
28884            ! ext/Compress/Zlib/t/16oneshot-zip-only.t
28885 ____________________________________________________________________________
28886 [ 26799] By: rgs                                   on 2006/01/12  11:20:27
28887         Log: Subject: Re: cloning and foo_dup functions
28888              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28889              Date: Thu, 12 Jan 2006 01:41:18 -0800
28890              Message-ID: <20060112094118.GA1432@efn.org>
28891      Branch: perl
28892            ! embed.fnc pod/perltodo.pod proto.h
28893 ____________________________________________________________________________
28894 [ 26798] By: rgs                                   on 2006/01/12  11:02:45
28895         Log: Test comment fix by Dominic Dunlop
28896      Branch: perl
28897            ! lib/locale.t
28898 ____________________________________________________________________________
28899 [ 26797] By: rgs                                   on 2006/01/12  10:13:27
28900         Log: Typo fix.
28901      Branch: perl
28902            ! pod/perlvar.pod
28903 ____________________________________________________________________________
28904 [ 26796] By: nicholas                              on 2006/01/11  22:41:04
28905         Log: Subject: [PATCH] fix for :crlf example 
28906              From: Xavier Noria <fxn@hashref.com> 
28907              Message-Id: <0F64C146-3A80-4FDF-8149-AFB35B3C4D3B@hashref.com> 
28908              Date: Wed, 11 Jan 2006 23:11:49 +0100 
28909              
28910              plus bump its $VERSION
28911      Branch: perl
28912            ! lib/PerlIO.pm
28913 ____________________________________________________________________________
28914 [ 26795] By: gisle                                 on 2006/01/11  21:09:19
28915         Log: A few more places that can use hv_fetchs().
28916              Ref change 26676.
28917      Branch: perl
28918            ! ext/POSIX/POSIX.xs gv.c mg.c pp_ctl.c toke.c universal.c
28919            ! utf8.c util.c
28920 ____________________________________________________________________________
28921 [ 26793] By: merijn                                on 2006/01/11  21:02:14
28922         Log: Cygwin issue (26792) and patchlevel (26790)
28923              
28924              Subject: Re: Cygwin status, maint and blead
28925              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28926              Date: Fri, 6 Jan 2006 13:47:10 -0800
28927              Message-ID: <20060106214710.GA592@efn.org>
28928              
28929              Subject: Re: Cygwin status, maint and blead
28930              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28931              Date: Thu, 10 Nov 2005 00:46:33 -0800
28932              Message-ID: <20051110084633.GA3364@efn.org>
28933      Branch: perl
28934            ! Configure
28935 ____________________________________________________________________________
28936 [ 26791] By: gisle                                 on 2006/01/11  20:50:30
28937         Log: Make $( and $) list the groups in the order they
28938              are returned from the OS.  Linux seems to return
28939              the gids sorted and it seemed wrong for perl to
28940              reverse this order.
28941      Branch: perl
28942            ! mg.c
28943 ____________________________________________________________________________
28944 [ 26789] By: stevep                                on 2006/01/11  19:07:04
28945         Log: Subject: Re: [PATCH] Mac OS X 10.4.4 (Darwin 8.4.0) still does not fix locale issue
28946              From: Dominic Dunlop <domo@computer.org>
28947              Date: Wed, 11 Jan 2006 19:52:20 +0100
28948              Message-Id: <FD99F9D3-16DB-484C-BC0A-702F60DAACA4@computer.org>
28949      Branch: perl
28950            ! lib/locale.t
28951 ____________________________________________________________________________
28952 [ 26787] By: nicholas                              on 2006/01/11  14:47:04
28953         Log: Refactor S_vdie_common so that Perl_vwarn can use it too.
28954      Branch: perl
28955            ! embed.fnc embed.h proto.h util.c
28956 ____________________________________________________________________________
28957 [ 26786] By: gisle                                 on 2006/01/11  14:23:28
28958         Log: Get rid of the following gcc format warnings by    simplifying the
28959              getgroups implementation:
28960              
28961              mg.c: In function Perl_magic_get':
28962              mg.c:1008: warning: long unsigned int format, gid_t arg (arg 3)
28963              mg.c:1014: warning: long unsigned int format, gid_t arg (arg 3)
28964              mg.c:1025: warning: long unsigned int format, unsigned int arg (arg 3)
28965              
28966              Since we already cast the numeric Gid_t values to an IV it should not
28967              be too risky to also cast the Group_t values.  Converting these values
28968              with Gid_t_f wasn't quite right anyway.
28969      Branch: perl
28970            ! mg.c
28971 ____________________________________________________________________________
28972 [ 26785] By: steveh                                on 2006/01/11  14:07:47
28973         Log: Clean up temp files/dirs left by Archive-Tar tests
28974              
28975              Part of this reinstates change 25043 which was mistakenly removed
28976              by change 25312
28977      Branch: perl
28978            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
28979 ____________________________________________________________________________
28980 [ 26784] By: rgs                                   on 2006/01/11  12:52:27
28981         Log: Make description of new warning introduced in change 26780 more precise
28982      Branch: perl
28983            ! pod/perldiag.pod
28984 ____________________________________________________________________________
28985 [ 26783] By: steveh                                on 2006/01/11  12:31:26
28986         Log: Clean up libdirs left behind by new Compress-Zlib
28987      Branch: perl
28988            ! win32/Makefile win32/makefile.mk
28989 ____________________________________________________________________________
28990 [ 26782] By: stevep                                on 2006/01/11  12:25:24
28991         Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.13.tar.gz
28992              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
28993              Date: Wed, 11 Jan 2006 02:13:31 +0100
28994              Message-ID: <1136942011.43c45bbb82dce@imp1-g19.free.fr>
28995      Branch: perl
28996            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
28997 ____________________________________________________________________________
28998 [ 26781] By: nicholas                              on 2006/01/11  12:11:03
28999         Log: Gisle notes that SvRTRIM should also write a new '\0' at the end.
29000      Branch: perl
29001            ! mg.c
29002 ____________________________________________________________________________
29003 [ 26780] By: stevep                                on 2006/01/11  11:53:07
29004         Log: Fix the new warning created with version-0.53
29005      Branch: perl
29006            ! pod/perldiag.pod util.c
29007 ____________________________________________________________________________
29008 [ 26779] By: gisle                                 on 2006/01/11  09:52:18
29009         Log: Make setting 'PL_origalen = 1' before perl_parse() disable
29010              argv[0] munging when $0 is assigned to.
29011      Branch: perl
29012            ! mg.c perl.c pod/perlembed.pod
29013 ____________________________________________________________________________
29014 [ 26778] By: steveh                                on 2006/01/11  09:04:38
29015         Log: Bleadperl's Win32::Win32 is more recent than the current CPAN release
29016              of libwin32 (0.26), so bump the $VERSION a little
29017      Branch: perl
29018            ! win32/ext/Win32/Win32.pm
29019 ____________________________________________________________________________
29020 [ 26777] By: stevep                                on 2006/01/11  03:22:57
29021         Log: Upgrade to version-0.53
29022      Branch: perl
29023            ! lib/version.pm lib/version.t util.c
29024 ____________________________________________________________________________
29025 [ 26774] By: nicholas                              on 2006/01/10  17:46:15
29026         Log: s/superceded/superseded/g
29027      Branch: perl
29028            ! Changes5.004 Changes5.6 handy.h pod/perlapi.pod
29029 ____________________________________________________________________________
29030 [ 26773] By: nicholas                              on 2006/01/10  16:59:25
29031         Log: Subject: Re: Sys::Syslog blows up rather spectacularly on Solaris
29032              From: Alan Burlison <Alan.Burlison@sun.com>
29033              Message-ID: <43C3D80E.20704@sun.com>
29034              Date: Tue, 10 Jan 2006 15:51:42 +0000
29035      Branch: perl
29036            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t
29037 ____________________________________________________________________________
29038 [ 26772] By: nicholas                              on 2006/01/10  16:36:03
29039         Log: Gisle is correct - $host needs to stay in case the user sets it
29040              themselves. But if the user doesn't, default to INADDR_LOOPBACK.
29041      Branch: perl
29042            ! ext/Sys/Syslog/Syslog.pm
29043 ____________________________________________________________________________
29044 [ 26770] By: merijn                                on 2006/01/10  15:16:03
29045         Log: 1. Make HP C-ANSI-C work on Itanium2 (HP-UX 11.23)
29046              broken optimizer
29047              2. Remove a compiler warning in a try program
29048      Branch: perl
29049            ! hints/hpux.sh
29050 ____________________________________________________________________________
29051 [ 26769] By: nicholas                              on 2006/01/10  15:09:07
29052         Log: Why should Syslog jump through hoops to look up the hostname so it can
29053              immediately convert it to an IP address, when all it really wants is
29054              a connection to the loopback device?
29055      Branch: perl
29056            ! ext/Sys/Syslog/Syslog.pm
29057 ____________________________________________________________________________
29058 [ 26768] By: gisle                                 on 2006/01/10  14:32:43
29059         Log: If getservbyname fails tell what service the lookup
29060              attempt tried to use.
29061      Branch: perl
29062            ! ext/Sys/Syslog/Syslog.pm
29063 ____________________________________________________________________________
29064 [ 26767] By: nicholas                              on 2006/01/10  13:24:26
29065         Log: Missing an initialisation, as spotted by Merijn's HP compiler.
29066      Branch: perl
29067            ! toke.c
29068 ____________________________________________________________________________
29069 [ 26766] By: rgs                                   on 2006/01/10  13:20:52
29070         Log: Remove Syslog tests that use external modules
29071      Branch: perl
29072            - ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
29073            - ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
29074            - ext/Sys/Syslog/t/portfs.t
29075            ! MANIFEST
29076 ____________________________________________________________________________
29077 [ 26765] By: gisle                                 on 2006/01/10  11:41:24
29078         Log: Move initialization of old values prior to moreswitches()
29079              closer to their use and together with 'switches_done'.
29080      Branch: perl
29081            ! toke.c
29082 ____________________________________________________________________________
29083 [ 26764] By: rgs                                   on 2006/01/10  10:51:16
29084         Log: Subject: [PATCH] It's the Barbie bus patch
29085              From: Andy Lester <andy@petdance.com>
29086              Date: Mon, 9 Jan 2006 23:42:43 -0600
29087              Message-ID: <20060110054243.GA26165@petdance.com>
29088      Branch: perl
29089            ! av.c doio.c embed.fnc embed.h gv.c hv.c mg.c op.c pad.c
29090            ! pp_ctl.c pp_hot.c pp_sys.c proto.h reentr.c reentr.h regcomp.c
29091            ! regexec.c sv.c toke.c uconfig.sh util.c
29092 ____________________________________________________________________________
29093 [ 26762] By: gisle                                 on 2006/01/10  10:10:10
29094         Log: Remove stale date.
29095      Branch: perl
29096            ! pod/perlembed.pod
29097 ____________________________________________________________________________
29098 [ 26761] By: rgs                                   on 2006/01/10  10:05:26
29099         Log: Subject: [PATCH] Compress::Zlib  becomes zlib agnostic
29100              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
29101              Date: Mon, 9 Jan 2006 20:25:00 -0000
29102              Message-ID: <002101c6155a$c5886c90$1340100a@myopwv.com>
29103      Branch: perl
29104            + ext/Compress/Zlib/lib/Compress/Zip/Constants.pm
29105            + ext/Compress/Zlib/lib/CompressPlugin/Deflate.pm
29106            + ext/Compress/Zlib/lib/CompressPlugin/Identity.pm
29107            + ext/Compress/Zlib/lib/IO/Compress/Base.pm
29108            + ext/Compress/Zlib/lib/IO/Compress/Zip.pm
29109            + ext/Compress/Zlib/lib/IO/Uncompress/AnyUncompress.pm
29110            + ext/Compress/Zlib/lib/IO/Uncompress/Base.pm
29111            + ext/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
29112            + ext/Compress/Zlib/lib/UncompressPlugin/Identity.pm
29113            + ext/Compress/Zlib/lib/UncompressPlugin/Inflate.pm
29114            + ext/Compress/Zlib/t/04generic-deflate.t
29115            + ext/Compress/Zlib/t/04generic-gzip.t
29116            + ext/Compress/Zlib/t/04generic-rawdeflate.t
29117            + ext/Compress/Zlib/t/04generic-zip.t
29118            + ext/Compress/Zlib/t/04zlib-generic-deflate.t
29119            + ext/Compress/Zlib/t/04zlib-generic-gzip.t
29120            + ext/Compress/Zlib/t/04zlib-generic-rawdeflate.t
29121            + ext/Compress/Zlib/t/04zlib-generic-zip.t
29122            + ext/Compress/Zlib/t/12any-deflate.t
29123            + ext/Compress/Zlib/t/12any-gzip.t
29124            + ext/Compress/Zlib/t/12any-rawdeflate.t
29125            + ext/Compress/Zlib/t/12any-transparent.t
29126            + ext/Compress/Zlib/t/12any-zip.t
29127            + ext/Compress/Zlib/t/13prime-deflate.t
29128            + ext/Compress/Zlib/t/13prime-gzip.t
29129            + ext/Compress/Zlib/t/13prime-rawdeflate.t
29130            + ext/Compress/Zlib/t/13prime-zip.t
29131            + ext/Compress/Zlib/t/15multi-deflate.t
29132            + ext/Compress/Zlib/t/15multi-gzip.t
29133            + ext/Compress/Zlib/t/15multi-rawdeflate.t
29134            + ext/Compress/Zlib/t/15multi-zip.t
29135            + ext/Compress/Zlib/t/16oneshot-deflate.t
29136            + ext/Compress/Zlib/t/16oneshot-gzip-only.t
29137            + ext/Compress/Zlib/t/16oneshot-gzip.t
29138            + ext/Compress/Zlib/t/16oneshot-rawdeflate.t
29139            + ext/Compress/Zlib/t/16oneshot-zip-only.t
29140            + ext/Compress/Zlib/t/16oneshot-zip.t
29141            + ext/Compress/Zlib/t/19destroy-deflate.t
29142            + ext/Compress/Zlib/t/19destroy-gzip.t
29143            + ext/Compress/Zlib/t/19destroy-rawdeflate.t
29144            + ext/Compress/Zlib/t/19destroy-zip.t
29145            + ext/Compress/Zlib/t/20tied-deflate.t
29146            + ext/Compress/Zlib/t/20tied-gzip.t
29147            + ext/Compress/Zlib/t/20tied-rawdeflate.t
29148            + ext/Compress/Zlib/t/20tied-zip.t
29149            + ext/Compress/Zlib/t/21newtied-deflate.t
29150            + ext/Compress/Zlib/t/21newtied-gzip.t
29151            + ext/Compress/Zlib/t/21newtied-rawdeflate.t
29152            + ext/Compress/Zlib/t/21newtied-zip.t
29153            + ext/Compress/Zlib/t/22merge-deflate.t
29154            + ext/Compress/Zlib/t/22merge-gzip.t
29155            + ext/Compress/Zlib/t/22merge-rawdeflate.t
29156            + ext/Compress/Zlib/t/22merge-zip.t
29157            + ext/Compress/Zlib/t/25anyunc-deflate.t
29158            + ext/Compress/Zlib/t/25anyunc-gzip.t
29159            + ext/Compress/Zlib/t/25anyunc-rawdeflate.t
29160            + ext/Compress/Zlib/t/25anyunc-transparent.t
29161            + ext/Compress/Zlib/t/25anyunc-zip.t ext/Compress/Zlib/t/99pod.t
29162            + t/lib/compress/ZlibTestUtils.pm t/lib/compress/any.pl
29163            + t/lib/compress/anyunc.pl t/lib/compress/destroy.pl
29164            + t/lib/compress/generic.pl t/lib/compress/merge.pl
29165            + t/lib/compress/multi.pl t/lib/compress/newtied.pl
29166            + t/lib/compress/oneshot.pl t/lib/compress/prime.pl
29167            + t/lib/compress/tied.pl t/lib/compress/truncate.pl
29168            + t/lib/compress/zlib-generic.pl
29169            - ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/12any.t
29170            - ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/15multi.t
29171            - ext/Compress/Zlib/t/16oneshot.t
29172            - ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
29173            - ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
29174            - t/lib/ZlibTestUtils.pm
29175            ! MANIFEST ext/Compress/Zlib/Changes
29176            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
29177            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
29178            ! ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
29179            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
29180            ! ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
29181            ! ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
29182            ! ext/Compress/Zlib/lib/File/GlobMapper.pm
29183            ! ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
29184            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
29185            ! ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
29186            ! ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
29187            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
29188            ! ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
29189            ! ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
29190            ! ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
29191            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
29192            ! ext/Compress/Zlib/t/03zlib-v1.t
29193            ! ext/Compress/Zlib/t/05examples.t
29194            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
29195            ! ext/Compress/Zlib/t/08encoding.t
29196            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
29197            ! ext/Compress/Zlib/t/11truncate.t
29198            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/17isize.t
29199            ! ext/Compress/Zlib/t/18lvalue.t ext/Compress/Zlib/t/23misc.t
29200            ! ext/Compress/Zlib/t/globmapper.t
29201 ____________________________________________________________________________
29202 [ 26760] By: gisle                                 on 2006/01/10  08:58:21
29203         Log: Avoid possible dereference of NULL in the initialization of PL_origalen.
29204              This can only happen when perlparse is called with no argv.
29205              Don't try to update PL_origargv unless PL_origalen is at least 2.
29206      Branch: perl
29207            ! mg.c perl.c
29208 ____________________________________________________________________________
29209 [ 26759] By: craigb                                on 2006/01/10  04:28:25
29210         Log: Make FAKE,READONLY optional on VMS in test 21
29211      Branch: perl
29212            ! ext/Devel/Peek/t/Peek.t
29213 ____________________________________________________________________________
29214 [ 26758] By: rgs                                   on 2006/01/09  14:58:57
29215         Log: Add Digest::SHA to the Win32 makefiles
29216      Branch: perl
29217            ! win32/Makefile win32/makefile.mk
29218 ____________________________________________________________________________
29219 [ 26757] By: rgs                                   on 2006/01/09  14:42:18
29220         Log: Subject: Re: relaxing TEST restrictions (was: Re: 5.9.3 approaches)
29221              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29222              Date: Mon, 9 Jan 2006 06:38:25 -0800
29223              Message-ID: <20060109143825.GB4132@efn.org>
29224      Branch: perl
29225            ! t/TEST
29226 ____________________________________________________________________________
29227 [ 26756] By: rgs                                   on 2006/01/09  14:28:20
29228         Log: Subject: [patch] more about embed.fnc in perlguts
29229              From: Jim Cromie <jim.cromie@gmail.com>
29230              Date: Sun, 08 Jan 2006 11:35:46 -0700
29231              Message-ID: <43C15B82.9090309@gmail.com>
29232              
29233              (with a few nits)
29234      Branch: perl
29235            ! embed.fnc pod/perlguts.pod
29236 ____________________________________________________________________________
29237 [ 26755] By: stevep                                on 2006/01/09  14:27:07
29238         Log: Added standard core header to test cases for Digest::SHA
29239      Branch: perl
29240            ! ext/Digest/SHA/t/0-pod-coverage.t ext/Digest/SHA/t/0-pod.t
29241            ! ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/1-hello-world.t
29242            ! ext/Digest/SHA/t/2-nist-sha-1.t
29243            ! ext/Digest/SHA/t/2-nist-sha-224.t
29244            ! ext/Digest/SHA/t/2-nist-sha-256.t
29245            ! ext/Digest/SHA/t/2-nist-sha-384.t
29246            ! ext/Digest/SHA/t/2-nist-sha-512.t
29247            ! ext/Digest/SHA/t/2-nist-sha-base64.t
29248            ! ext/Digest/SHA/t/2-nist-sha-oo.t
29249            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
29250            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
29251            ! ext/Digest/SHA/t/3-gillogly-easy.t
29252            ! ext/Digest/SHA/t/3-gillogly-hard.t
29253            ! ext/Digest/SHA/t/4-bitstr-increasing.t
29254            ! ext/Digest/SHA/t/4-bitstr-large.t
29255            ! ext/Digest/SHA/t/4-bitstr-random.t
29256            ! ext/Digest/SHA/t/5-hmac-fips198.t
29257            ! ext/Digest/SHA/t/5-hmac-rfc2202.t
29258            ! ext/Digest/SHA/t/5-hmac-sha-256.t
29259            ! ext/Digest/SHA/t/5-hmac-woodbury.t
29260            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
29261 ____________________________________________________________________________
29262 [ 26754] By: nicholas                              on 2006/01/09  14:10:34
29263         Log: POSIX and Fcntl both export the same constants derived from the same
29264              C macros. Given that constants are now real inline and *defined*,
29265              rather than merely declared and AUTOLOADed as needed, it is best that
29266              POSIX quite litereally re-exports the constants defined by Fcntl.
29267      Branch: perl
29268            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
29269 ____________________________________________________________________________
29270 [ 26753] By: gisle                                 on 2006/01/09  13:59:48
29271         Log: Restore hardcoded PERL_PATCHNUM removed in change 26672.
29272              This is actually needed for the current Configure logic
29273              to pick up the real patchnum from the .patch file.
29274      Branch: perl
29275            ! patchlevel.h
29276 ____________________________________________________________________________
29277 [ 26752] By: rgs                                   on 2006/01/09  13:44:20
29278         Log: Upgrade to Sys::Syslog 0.12
29279      Branch: perl
29280            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
29281            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t
29282            ! ext/Sys/Syslog/t/podspell.t
29283 ____________________________________________________________________________
29284 [ 26751] By: rgs                                   on 2006/01/09  10:16:23
29285         Log: Subject: [PATCH] RE: Failing tests on VMS blead@26652
29286              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
29287              Date: Sun, 8 Jan 2006 23:47:33 -0000
29288              Message-ID: <00cd01c614ad$e815d340$6401a8c0@myopwv.com>
29289      Branch: perl
29290            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
29291            ! ext/Compress/Zlib/t/05examples.t
29292            ! ext/Compress/Zlib/t/06gzsetp.t
29293            ! ext/Compress/Zlib/t/08encoding.t
29294            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
29295            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/13prime.t
29296            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/15multi.t
29297            ! ext/Compress/Zlib/t/16oneshot.t
29298            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
29299            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
29300            ! ext/Compress/Zlib/t/23misc.t t/lib/ZlibTestUtils.pm
29301 ____________________________________________________________________________
29302 [ 26750] By: rgs                                   on 2006/01/09  08:20:00
29303         Log: Revert change 26749
29304      Branch: perl
29305            ! pod/perlvar.pod
29306 ____________________________________________________________________________
29307 [ 26749] By: davem                                 on 2006/01/09  02:20:51
29308         Log: Subject:  [PATCH] identifiers always in main (was: defining a _ function breaks File::Find)
29309              From:  Xavier Noria <fxn@hashref.com>
29310              Date:  Sun, 23 Oct 2005 09:47:37 +0200
29311              Message-Id:  <D3867DED-313E-4D39-A85F-1178FE7F7A5E@hashref.com>
29312              
29313              clarify which variables are always forced into main::
29314      Branch: perl
29315            ! pod/perlvar.pod
29316 ____________________________________________________________________________
29317 [ 26747] By: nicholas                              on 2006/01/08  22:43:15
29318         Log: Cope with change entries that are \r terminated
29319      Branch: perl
29320            ! Porting/genlog
29321 ____________________________________________________________________________
29322 [ 26745] By: craigb                                on 2006/01/08  22:37:47
29323         Log: follow-up to 26740, shasum --> shasum.com
29324      Branch: perl
29325            ! vms/descrip_mms.template
29326 ____________________________________________________________________________
29327 [ 26744] By: craigb                                on 2006/01/08  22:19:39
29328         Log: Grr.  #26690 broke handling of old ODS-2 style names
29329              on current versions of VMS
29330      Branch: perl
29331            ! configure.com
29332 ____________________________________________________________________________
29333 [ 26743] By: craigb                                on 2006/01/08  22:14:13
29334         Log: VMS needs the meta-quoted version of $0
29335      Branch: perl
29336            ! lib/Test/Simple/t/is_deeply_fail.t
29337 ____________________________________________________________________________
29338 [ 26740] By: rgs                                   on 2006/01/08  21:42:59
29339         Log: Install shasum on Windows and VMS too
29340      Branch: perl
29341            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
29342 ____________________________________________________________________________
29343 [ 26739] By: rgs                                   on 2006/01/08  21:34:22
29344         Log: Subject: Re: [perl #38181] Default IO Layer is ignored in 3-argument open call 
29345              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
29346              Date: Mon, 09 Jan 2006 01:29:30 +0900
29347              Message-Id: <20060109012103.F20A.BQW10602@nifty.com>
29348      Branch: perl
29349            ! lib/open.pm pod/perlfunc.pod
29350 ____________________________________________________________________________
29351 [ 26737] By: nicholas                              on 2006/01/08  21:13:05
29352         Log: Update copyright with the 2 years where changes were made.
29353      Branch: perl
29354            ! pad.h
29355 ____________________________________________________________________________
29356 [ 26736] By: nicholas                              on 2006/01/08  20:41:25
29357         Log: Update the copyright years in the generated files, and nostdio.h
29358      Branch: perl
29359            ! keywords.h keywords.pl nostdio.h opcode.pl opnames.h
29360 ____________________________________________________________________________
29361 [ 26735] By: davem                                 on 2006/01/08  20:41:16
29362         Log: document svt_copy, svt_dup and svt_local vtable slots
29363      Branch: perl
29364            ! pod/perlguts.pod
29365 ____________________________________________________________________________
29366 [ 26733] By: rgs                                   on 2006/01/08  20:16:06
29367         Log: Add shasum (from Digest::SHA) to utils.lst
29368      Branch: perl
29369            ! utils.lst
29370 ____________________________________________________________________________
29371 [ 26732] By: nicholas                              on 2006/01/08  19:53:11
29372         Log: Update copyright years (including some years where we made changes but
29373              did not update)
29374      Branch: perl
29375            ! av.c deb.c mathoms.c mg.h numeric.c pad.c patchlevel.h perl.h
29376            ! perlvars.h perly.c run.c scope.c taint.c thread.h
29377 ____________________________________________________________________________
29378 [ 26726] By: nicholas                              on 2006/01/08  18:27:27
29379         Log: run pod/buildtoc --build-all
29380      Branch: perl
29381            ! MANIFEST pod/perltoc.pod vms/descrip_mms.template
29382            ! win32/Makefile win32/makefile.mk
29383 ____________________________________________________________________________
29384 [ 26725] By: nicholas                              on 2006/01/08  18:25:20
29385         Log: With VMS moving from [lib.pod] to [lib.pods] then pod/buildtoc needs
29386              tweaking
29387      Branch: perl
29388            ! pod/buildtoc
29389 ____________________________________________________________________________
29390 [ 26713] By: nicholas                              on 2006/01/08  15:24:53
29391         Log: Add an option 'opened' which reports on the maintainers of all files
29392              perforce currently has open.
29393      Branch: perl
29394            ! Porting/Maintainers.pm
29395 ____________________________________________________________________________
29396 [ 26710] By: craigb                                on 2006/01/08  13:33:43
29397         Log: pod2usage2.t is not readily portable to VMS either
29398      Branch: perl
29399            ! t/pod/pod2usage2.t
29400 ____________________________________________________________________________
29401 [ 26709] By: nicholas                              on 2006/01/08  13:15:30
29402         Log: Tweak the code that generates unique entries in @POSIX::EXPORT so that
29403              the array ends up with shared hash key scalars, for a memory saving.
29404      Branch: perl
29405            ! ext/POSIX/POSIX.pm
29406 ____________________________________________________________________________
29407 [ 26708] By: merijn                                on 2006/01/08  12:27:29
29408         Log: Subject: [PATCH] blead: format warnings
29409              Date: Sat, 07 Jan 2006 21:42:08 +0200
29410              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
29411              Message-ID: <43C01990.6020207@gmail.com>
29412      Branch: perl
29413            ! mg.c regcomp.c sv.c
29414 ____________________________________________________________________________
29415 [ 26707] By: merijn                                on 2006/01/08  09:53:56
29416         Log: Subject: [PATCH] hints/dec_osf.sh (Re: blead@26701 compilation warning from tru64 cc)
29417              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
29418              Date: Sun, 08 Jan 2006 11:38:34 +0200
29419              Message-ID: <43C0DD9A.9080809@gmail.com>
29420      Branch: perl
29421            ! hints/dec_osf.sh
29422 ____________________________________________________________________________
29423 [ 26706] By: nicholas                              on 2006/01/08  08:33:46
29424         Log: Add utils/shasum.PL to MANIFEST
29425      Branch: perl
29426            ! MANIFEST
29427 ____________________________________________________________________________
29428 [ 26705] By: nicholas                              on 2006/01/08  08:28:29
29429         Log: Add missing files in ext/Digest/SHA/src that somehow escaped the net.
29430      Branch: perl
29431            + ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
29432            + ext/Digest/SHA/src/hmacxtra.c ext/Digest/SHA/src/sha.c
29433            + ext/Digest/SHA/src/sha.h ext/Digest/SHA/src/sha64bit.c
29434            + ext/Digest/SHA/src/sha64bit.h ext/Digest/SHA/src/shaxtra.c
29435 ____________________________________________________________________________
29436 [ 26704] By: stevep                                on 2006/01/08  04:17:08
29437         Log: Add Digest-SHA-5.32 for SHA-256 support for CPAN.
29438      Branch: perl
29439            + ext/Digest/SHA/Changes ext/Digest/SHA/Makefile.PL
29440            + ext/Digest/SHA/README ext/Digest/SHA/SHA.pm
29441            + ext/Digest/SHA/SHA.xs ext/Digest/SHA/bin/shasum
29442            + ext/Digest/SHA/ppport.h ext/Digest/SHA/t/0-pod-coverage.t
29443            + ext/Digest/SHA/t/0-pod.t ext/Digest/SHA/t/1-exist.t
29444            + ext/Digest/SHA/t/1-hello-world.t
29445            + ext/Digest/SHA/t/2-nist-sha-1.t
29446            + ext/Digest/SHA/t/2-nist-sha-224.t
29447            + ext/Digest/SHA/t/2-nist-sha-256.t
29448            + ext/Digest/SHA/t/2-nist-sha-384.t
29449            + ext/Digest/SHA/t/2-nist-sha-512.t
29450            + ext/Digest/SHA/t/2-nist-sha-base64.t
29451            + ext/Digest/SHA/t/2-nist-sha-oo.t
29452            + ext/Digest/SHA/t/2-nist-vectors-bit.t
29453            + ext/Digest/SHA/t/2-nist-vectors-byte.t
29454            + ext/Digest/SHA/t/3-gillogly-easy.t
29455            + ext/Digest/SHA/t/3-gillogly-hard.t
29456            + ext/Digest/SHA/t/4-bitstr-increasing.t
29457            + ext/Digest/SHA/t/4-bitstr-large.t
29458            + ext/Digest/SHA/t/4-bitstr-random.t
29459            + ext/Digest/SHA/t/5-hmac-fips198.t
29460            + ext/Digest/SHA/t/5-hmac-rfc2202.t
29461            + ext/Digest/SHA/t/5-hmac-sha-256.t
29462            + ext/Digest/SHA/t/5-hmac-woodbury.t
29463            + ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
29464            + ext/Digest/SHA/t/gillogly/state.011
29465            + ext/Digest/SHA/t/gillogly/state.110
29466            + ext/Digest/SHA/t/nist/COPYRIGHT
29467            + ext/Digest/SHA/t/nist/Readme.txt
29468            + ext/Digest/SHA/t/nist/bit-hashes.sha1
29469            + ext/Digest/SHA/t/nist/bit-messages.sha1
29470            + ext/Digest/SHA/t/nist/byte-hashes.sha1
29471            + ext/Digest/SHA/t/nist/byte-messages.sha1
29472            + ext/Digest/SHA/t/state/state.1
29473            + ext/Digest/SHA/t/state/state.256
29474            + ext/Digest/SHA/t/state/state.384
29475            + ext/Digest/SHA/t/state/state.512 ext/Digest/SHA/typemap
29476            + utils/shasum.PL
29477            ! MANIFEST Porting/Maintainers.pl utils/Makefile
29478 ____________________________________________________________________________
29479 [ 26703] By: craigb                                on 2006/01/07  22:12:16
29480         Log: Make v?snprintf available on VMS v7.3-2 and later and clean up
29481              some other version-dependency checks.
29482      Branch: perl
29483            ! configure.com
29484 ____________________________________________________________________________
29485 [ 26702] By: nicholas                              on 2006/01/07  20:42:57
29486         Log: Remove the greedy quantifier from inside the grouping (?:) so that it
29487              and the greedy quantifier on the (?:) don't fight each other until the
29488              C stack is exhausted.
29489      Branch: perl
29490            ! lib/Pod/Simple/BlackBox.pm
29491 ____________________________________________________________________________
29492 [ 26701] By: nicholas                              on 2006/01/07  17:19:29
29493         Log: Reorder Fcntl's bootstrapping so that the constants actually get
29494              inlined within the functions that Fcntl defines.
29495      Branch: perl
29496            ! ext/Fcntl/Fcntl.pm
29497 ____________________________________________________________________________
29498 [ 26695] By: davem                                 on 2006/01/07  03:13:08
29499         Log: preserve the referent associated with a shared RV.
29500              its faster, and the user doesn't see a different address each time
29501              for ref($sharedref).
29502      Branch: perl
29503            ! ext/threads/shared/shared.xs
29504 ____________________________________________________________________________
29505 [ 26694] By: stevep                                on 2006/01/07  03:13:05
29506         Log: Additional const prototype fixes.
29507      Branch: perl
29508            ! os2/os2.c wince/wince.c
29509 ____________________________________________________________________________
29510 [ 26693] By: davem                                 on 2006/01/07  01:24:37
29511         Log: fix coredump on 'local $shared[N]' introduced by change #24942
29512      Branch: perl
29513            ! ext/threads/shared/shared.xs
29514 ____________________________________________________________________________
29515 [ 26691] By: nicholas                              on 2006/01/06  23:57:55
29516         Log: Don't code the absolute number of tests for the UTF8/EBCDIC case; much
29517              better to subtract the number of tests that don't get run.
29518      Branch: perl
29519            ! t/comp/require.t
29520 ____________________________________________________________________________
29521 [ 26690] By: craigb                                on 2006/01/06  23:16:30
29522         Log: Make VMS manifest checker handle multi-dot filenames on ODS-5
29523      Branch: perl
29524            ! configure.com
29525 ____________________________________________________________________________
29526 [ 26687] By: nicholas                              on 2006/01/06  22:19:47
29527         Log: Correct the typo in the description of change 24253
29528      Branch: perl
29529            ! Changes
29530 ____________________________________________________________________________
29531 [ 26685] By: stevep                                on 2006/01/06  21:59:00
29532         Log: Upgrade to version-0.52
29533      Branch: perl
29534            ! lib/version.pm lib/version.pod lib/version.t sv.c
29535            ! t/op/sprintf.t util.c
29536 ____________________________________________________________________________
29537 [ 26684] By: davem                                 on 2006/01/06  21:13:12
29538         Log: make ithreads shared vars smaller/quicker by eliminating shared_sv
29539              struct. Also document how it works.
29540      Branch: perl
29541            ! ext/threads/shared/shared.xs ext/threads/shared/typemap
29542 ____________________________________________________________________________
29543 [ 26680] By: stevep                                on 2006/01/06  18:59:54
29544         Log: const'ing parameters killed the builds for djgpp.  Changes get the 
29545              Perl core, but not the modules, to compile cleanly. 
29546      Branch: perl
29547            ! djgpp/djgpp.c djgpp/djgpp.h
29548 ____________________________________________________________________________
29549 [ 26679] By: nicholas                              on 2006/01/06  18:29:57
29550         Log: Negating an unsigned value generates warnings for some compilers, so
29551              cast it first.
29552      Branch: perl
29553            ! lib/ExtUtils/Constant/ProxySubs.pm
29554 ____________________________________________________________________________
29555 [ 26677] By: steveh                                on 2006/01/06  17:20:47
29556         Log: DBL_MAX and FLT_MAX are not constants in Borland C++
29557              
29558              (Fixes BCC compilation error in POSIX introduced by change 26455)
29559      Branch: perl
29560            ! ext/POSIX/Makefile.PL
29561 ____________________________________________________________________________
29562 [ 26676] By: rgs                                   on 2006/01/06  16:58:14
29563         Log: Subject: [PATCH] hv_fetchs() support
29564              From: Andy Lester <andy@petdance.com>
29565              Date: Fri, 6 Jan 2006 09:57:19 -0600
29566              Message-ID: <20060106155719.GB9035@petdance.com>
29567      Branch: perl
29568            ! doop.c handy.h hv.c malloc.c op.c pp_sys.c taint.c
29569 ____________________________________________________________________________
29570 [ 26675] By: rgs                                   on 2006/01/06  15:50:34
29571         Log: Subject: [PATCH] sprinkle dVAR
29572              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
29573              Date: Fri, 06 Jan 2006 16:18:53 +0200
29574              Message-ID: <43BE7C4D.1010302@gmail.com>
29575      Branch: perl
29576            ! av.c deb.c doio.c doop.c dump.c ext/threads/threads.xs gv.c
29577            ! hv.c lib/ExtUtils/ParseXS.pm locale.c mathoms.c mg.c numeric.c
29578            ! op.c opcode.h opcode.pl pad.c perl.c perl.h perl_keyword.pl
29579            ! perlio.c perlvars.h perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c
29580            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c
29581            ! taint.c toke.c universal.c utf8.c util.c xsutils.c
29582 ____________________________________________________________________________
29583 [ 26674] By: rgs                                   on 2006/01/06  14:35:38
29584         Log: Subject: [PATCH] performance tweaking op.c
29585              From: Andy Lester <andy@petdance.com>
29586              Date: Fri, 6 Jan 2006 01:44:48 -0600
29587              Message-ID: <20060106074448.GB3401@petdance.com>
29588      Branch: perl
29589            ! op.c
29590 ____________________________________________________________________________
29591 [ 26673] By: gisle                                 on 2006/01/06  14:00:14
29592         Log: Remove code duplicated a few lines above by change 19695.
29593      Branch: perl
29594            ! toke.c
29595 ____________________________________________________________________________
29596 [ 26672] By: gisle                                 on 2006/01/06  13:57:27
29597         Log: Move "DEVEL####" marker to the 'perl -v' output.
29598              This avoids problem with using STRINGIFY in patchlevel.h
29599              (ref msg <43BE4BAC.6010701@uk.radan.com> posted to p5p).
29600      Branch: perl
29601            ! patchlevel.h perl.c t/run/switches.t utils/perlbug.PL
29602 ____________________________________________________________________________
29603 [ 26671] By: stevep                                on 2006/01/06  13:04:44
29604         Log: Replacing broken call to savepvn() with savepvs() to get threaded
29605              Cygwin to compile again.
29606      Branch: perl
29607            ! perl.c
29608 ____________________________________________________________________________
29609 [ 26670] By: gisle                                 on 2006/01/06  10:54:18
29610         Log: Make '-s' on the shebang line able to parse -foo=bar switches again.
29611              This feature was broken by change 19695 some years ago
29612              and integrated into perl-5.8.1.  perl-5.8.0 was fine.
29613              Ref http://bugs.activestate.com/show_bug.cgi?id=43483
29614      Branch: perl
29615            ! perl.c t/run/switches.t
29616 ____________________________________________________________________________
29617 [ 26669] By: gisle                                 on 2006/01/06  10:38:37
29618         Log: Improve description of the -s switch.
29619              I found the "This means you can have switches
29620              with two leading dashes." sentence introduced by
29621              change 7144 really confusing.  The note after
29622              the example should make it clear enough that double
29623              dash switches can be used for those that insist.
29624      Branch: perl
29625            ! pod/perlrun.pod
29626 ____________________________________________________________________________
29627 [ 26668] By: merijn                                on 2006/01/05  21:04:32
29628         Log: Test if the probed availability of v?snprintf () is
29629              actually usable. Thanks to Russ and Jarkko.
29630      Branch: perl
29631            ! Configure
29632 ____________________________________________________________________________
29633 [ 26666] By: rgs                                   on 2006/01/05  17:39:07
29634         Log: Upgrade to CPAN.pm 1.83
29635      Branch: perl
29636            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
29637            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
29638 ____________________________________________________________________________
29639 [ 26665] By: rgs                                   on 2006/01/05  17:27:28
29640         Log: Regenerate PODs
29641      Branch: perl
29642            ! pod/perlmodlib.pod pod/perltoc.pod
29643 ____________________________________________________________________________
29644 [ 26664] By: steveh                                on 2006/01/05  17:24:44
29645         Log: Workaround another problem following change 26395
29646              
29647              MinGW doesn't like 26395 either! (ref: change 26634)
29648      Branch: perl
29649            ! gv.h
29650 ____________________________________________________________________________
29651 [ 26663] By: rgs                                   on 2006/01/05  17:19:27
29652         Log: Really commit change 26662 (duh)
29653      Branch: perl
29654            ! pod.lst pod/perl.pod
29655 ____________________________________________________________________________
29656 [ 26662] By: rgs                                   on 2006/01/05  17:17:52
29657         Log: Let table of contents know about perllinux man page
29658      Branch: perl
29659            ! pod.lst pod/perl.pod
29660 ____________________________________________________________________________
29661 [ 26661] By: rgs                                   on 2006/01/05  16:58:51
29662         Log: Update Changes
29663      Branch: perl
29664            ! Changes
29665 ____________________________________________________________________________
29666 [ 26659] By: steveh                                on 2006/01/05  16:22:50
29667         Log: Subject: MinGW and lib/CORE/Win32.h
29668              From: "Sisyphus" <sisyphus1@optusnet.com.au>
29669              Date: Wed, 4 Jan 2006 21:29:19 +1100
29670              Message-ID: <024301c61119$bca4a840$e201140a@desktop>
29671      Branch: perl
29672            ! win32/win32.h
29673 ____________________________________________________________________________
29674 [ 26658] By: rgs                                   on 2006/01/05  15:33:32
29675         Log: Install less README files
29676      Branch: perl
29677            ! installperl
29678 ____________________________________________________________________________
29679 [ 26657] By: rgs                                   on 2006/01/05  14:36:40
29680         Log: Remove old Pod::Man parser creation.
29681              Fix a run-time warning.
29682      Branch: perl
29683            ! installman
29684 ____________________________________________________________________________
29685 [ 26656] By: stevep                                on 2006/01/05  14:33:16
29686         Log: Change installman to instantiate a new Pod::Man instance for each
29687              file processed.  This is now required with podlators-2.0.
29688      Branch: perl
29689            ! installman
29690 ____________________________________________________________________________
29691 [ 26655] By: steveh                                on 2006/01/05  09:21:52
29692         Log: Reorder changes made in change 26630
29693              
29694              (Keep the order in win32/config.* and win32/config_H.* the same as in
29695              Configure and config_H.SH for easier diffing)
29696      Branch: perl
29697            ! win32/config.bc win32/config.gc win32/config.vc
29698            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
29699            ! win32/config_H.vc win32/config_H.vc64
29700 ____________________________________________________________________________
29701 [ 26654] By: steveh                                on 2006/01/04  17:57:14
29702         Log: Run regen.pl (Just updating copyright years)
29703      Branch: perl
29704            ! embed.h embedvar.h global.sym opcode.h perlapi.c perlapi.h
29705            ! proto.h
29706 ____________________________________________________________________________
29707 [ 26653] By: steveh                                on 2006/01/04  17:49:38
29708         Log: Don't try to export PL_my_ctx_mutex and PL_my_cxt_* when
29709              PERL_IMPLICIT_CONTEXT is not defined
29710              
29711              Fixes non-threaded build errors on Win32 following change 26523
29712      Branch: perl
29713            ! makedef.pl
29714 ____________________________________________________________________________
29715 [ 26652] By: rgs                                   on 2006/01/04  17:19:37
29716         Log: More copyright updates
29717      Branch: perl
29718            ! cop.h dump.c gv.c gv.h handy.h locale.c op.c perlio.c
29719            ! pp_pack.c sv.h thread.h universal.c xsutils.c
29720 ____________________________________________________________________________
29721 [ 26651] By: rgs                                   on 2006/01/04  16:50:47
29722         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
29723              From: Jim Cromie <jim.cromie@gmail.com>
29724              Date: Tue, 03 Jan 2006 23:18:09 -0700
29725              Message-ID: <43BB68A1.7060708@gmail.com>
29726              
29727              With syntactic tweaks to the test file
29728      Branch: perl
29729            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
29730            ! ext/B/t/optree_constants.t
29731 ____________________________________________________________________________
29732 [ 26650] By: gisle                                 on 2006/01/04  16:42:03
29733         Log: Move all the xxxpvs() macros to handy.h.
29734              This brings them closer to STR_WITH_LEN.  Besides only half
29735              of them were sv-related after change 26649.
29736      Branch: perl
29737            ! handy.h sv.h
29738 ____________________________________________________________________________
29739 [ 26649] By: gisle                                 on 2006/01/04  16:15:34
29740         Log: Make the new STR_WITH_LEN() affected compile under -Dusethreads.
29741              Can't use STR_WITH_LEN() as argument to a macro :-(
29742      Branch: perl
29743            ! gv.c locale.c mg.c perl.c perlio.c pp_sys.c sv.c sv.h toke.c
29744 ____________________________________________________________________________
29745 [ 26648] By: gisle                                 on 2006/01/04  14:23:20
29746         Log: Add an extra NUL so that we can use sv_catpvs()
29747              for "our @F=split..." and get rid of 15 and the
29748              explaination for why it's there.
29749      Branch: perl
29750            ! toke.c
29751 ____________________________________________________________________________
29752 [ 26647] By: gisle                                 on 2006/01/04  14:10:34
29753         Log: Get rid of hardcoded string length.
29754      Branch: perl
29755            ! thread.h
29756 ____________________________________________________________________________
29757 [ 26646] By: gisle                                 on 2006/01/04  14:04:16
29758         Log: Introduce newSVpvs_share() macro.
29759              Gets rid of some hardcoded string lengths.
29760      Branch: perl
29761            ! op.c perl.c sv.h
29762 ____________________________________________________________________________
29763 [ 26645] By: gisle                                 on 2006/01/04  13:53:16
29764         Log: Get rid of a few more hardcoded string lengths.
29765      Branch: perl
29766            ! locale.c mg.c perl.c perlio.c sv.c
29767 ____________________________________________________________________________
29768 [ 26644] By: stevep                                on 2006/01/04  13:13:50
29769         Log: Update copyright year.
29770      Branch: perl
29771            ! pp_sys.c
29772 ____________________________________________________________________________
29773 [ 26643] By: rgs                                   on 2006/01/04  13:02:18
29774         Log: Fix some compilation warnings
29775      Branch: perl
29776            ! pp_hot.c
29777 ____________________________________________________________________________
29778 [ 26642] By: gisle                                 on 2006/01/04  13:00:45
29779         Log: Get rid of a few more hardcoded string lengths.
29780      Branch: perl
29781            ! gv.c perl.c perlio.c pp_sys.c
29782 ____________________________________________________________________________
29783 [ 26641] By: gisle                                 on 2006/01/04  12:48:34
29784         Log: Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).
29785              Gets rid of many hardcoded string lengths.
29786      Branch: perl
29787            ! dump.c gv.c op.c perl.c perlio.c pp.c pp_ctl.c pp_pack.c
29788            ! pp_sys.c regcomp.c sv.c sv.h toke.c universal.c utf8.c util.c
29789            ! xsutils.c
29790 ____________________________________________________________________________
29791 [ 26640] By: gisle                                 on 2006/01/04  12:35:45
29792         Log: Removed unused part of string passed to sv_catpvn().
29793      Branch: perl
29794            ! toke.c
29795 ____________________________________________________________________________
29796 [ 26639] By: stevep                                on 2006/01/04  12:31:17
29797         Log: Updates to various configurations courtesy of Jarkko.
29798      Branch: perl
29799            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
29800            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
29801            ! wince/config.ce
29802 ____________________________________________________________________________
29803 [ 26638] By: stevep                                on 2006/01/04  12:19:49
29804         Log: Don't warn about invalid dirhandles in DirHandle::DESTROY().
29805      Branch: perl
29806            ! lib/DirHandle.pm
29807 ____________________________________________________________________________
29808 [ 26637] By: steveh                                on 2006/01/04  11:10:36
29809         Log: Make Borland and MinGW happy with change 26379
29810              
29811              (They both complain "invalid conversion from `void*' to `HWND__*'"
29812              otherwise)
29813      Branch: perl
29814            ! win32/perlhost.h
29815 ____________________________________________________________________________
29816 [ 26636] By: gisle                                 on 2006/01/04  10:46:42
29817         Log: Fix typo in comment.
29818      Branch: perl
29819            ! handy.h
29820 ____________________________________________________________________________
29821 [ 26635] By: gisle                                 on 2006/01/04  10:44:48
29822         Log: Introduce STR_WITH_LEN macro in the form suggested by Chip.
29823      Branch: perl
29824            ! handy.h toke.c
29825 ____________________________________________________________________________
29826 [ 26634] By: steveh                                on 2006/01/04  10:39:13
29827         Log: Workaround Win32 compiler bugs following change 26395
29828              
29829              Can't understand what VC++ 6 and Borland don't like about it.  There
29830              is similar code for SvMAGIC and SvSTASH already in sv.h.  Must be
29831              compiler bugs since VC++ 7 and MinGW (and compilers on other platforms)
29832              are all happy.
29833      Branch: perl
29834            ! gv.h
29835 ____________________________________________________________________________
29836 [ 26633] By: gisle                                 on 2006/01/04  10:25:42
29837         Log: Silence compiler warning; ref change 26598
29838      Branch: perl
29839            ! op.c
29840 ____________________________________________________________________________
29841 [ 26632] By: stevep                                on 2006/01/04  03:43:20
29842         Log: Added snprintf() and vsnprintf() to configure.com as 'undef'. 
29843      Branch: perl
29844            ! configure.com
29845 ____________________________________________________________________________
29846 [ 26631] By: stevep                                on 2006/01/04  03:31:08
29847         Log: Add warnings for the various other *dir() functions when attempted
29848              on invalid dirhandles.
29849      Branch: perl
29850            ! pod/perldiag.pod pp_sys.c
29851 ____________________________________________________________________________
29852 [ 26630] By: stevep                                on 2006/01/04  02:47:39
29853         Log: Add snprintf() and vsnprintf() to the various Win32 configuration 
29854              files.
29855      Branch: perl
29856            ! win32/config.bc win32/config.gc win32/config.vc
29857            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
29858            ! win32/config_H.vc win32/config_H.vc64
29859 ____________________________________________________________________________
29860 [ 26625] By: stevep                                on 2006/01/03  20:03:49
29861         Log: Subject: Re: [perl #38034] A combination eval, DESTROY method and $@ - dangerous - bug
29862              From: Mike Guy <mjtg@cam.ac.uk>
29863              Date: Tue, 03 Jan 2006 19:18:41 +0000 
29864              Message-Id: <E1Etrg9-0005XE-LZ@libra.cus.cam.ac.uk> 
29865      Branch: perl
29866            ! pod/perlobj.pod
29867 ____________________________________________________________________________
29868 [ 26623] By: nicholas                              on 2006/01/03  19:38:24
29869         Log: If NV_ZERO_IS_ALLBITS_ZERO is not true, then it's important to inialise
29870              the NV only if the new body has an NV. (D'oh!)
29871      Branch: perl
29872            ! sv.c
29873 ____________________________________________________________________________
29874 [ 26617] By: stevep                                on 2006/01/03  18:14:27
29875         Log: Attemting to readdir() something that isn't a dirhandle should cause
29876              a warning.
29877      Branch: perl
29878            ! pod/perldiag.pod pp_sys.c
29879 ____________________________________________________________________________
29880 [ 26608] By: steveh                                on 2006/01/03  15:57:18
29881         Log: Fix release mode builds following change 26598
29882      Branch: perl
29883            ! cop.h
29884 ____________________________________________________________________________
29885 [ 26607] By: stevep                                on 2006/01/03  15:56:19
29886         Log: perldiag.pod additions to go with change #26602.
29887      Branch: perl
29888            ! pod/perldiag.pod
29889 ____________________________________________________________________________
29890 [ 26606] By: merijn                                on 2006/01/03  15:46:10
29891         Log: Add probe for snprintf () and vsnprintf ()
29892              
29893              Subject: [PATCH] snprintf() and vsnprintf() (was Re: [PATCH] Configure: stdio char (un)signedness)
29894              From: Steve Peters <steve@fisharerojo.org>
29895              Date: Mon, 2 Jan 2006 09:37:27 -0600
29896              Message-ID: <20060102153727.GA14247@mccoy.peters.homeunix.org>
29897      Branch: perl
29898            ! Configure Porting/Glossary config_h.SH handy.h
29899 ____________________________________________________________________________
29900 [ 26605] By: rgs                                   on 2006/01/03  15:42:19
29901         Log: Update perldelta, up to change 25344 more or less.
29902      Branch: perl
29903            ! pod/perl593delta.pod
29904 ____________________________________________________________________________
29905 [ 26602] By: stevep                                on 2006/01/03  14:58:21
29906         Log: Bad symbols that are pretending to be dirhandles, should say they 
29907              are dirhandles in their error messages.
29908      Branch: perl
29909            ! gv.c
29910 ____________________________________________________________________________
29911 [ 26601] By: rgs                                   on 2006/01/03  14:10:04
29912         Log: Sync perlfaq.
29913      Branch: perl
29914            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
29915            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
29916            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
29917            ! pod/perlfaq9.pod
29918 ____________________________________________________________________________
29919 [ 26598] By: davem                                 on 2006/01/03  12:29:38
29920         Log: silence some compiler warnings
29921      Branch: perl
29922            ! cop.h toke.c
29923 ____________________________________________________________________________
29924 [ 26595] By: rgs                                   on 2006/01/03  10:09:39
29925         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
29926              From: Jim Cromie <jim.cromie@gmail.com>
29927              Date: Mon, 02 Jan 2006 15:06:48 -0700
29928              Message-ID: <43B9A3F8.8060609@gmail.com>
29929      Branch: perl
29930            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
29931            ! ext/B/t/optree_constants.t
29932 ____________________________________________________________________________
29933 [ 26594] By: rgs                                   on 2006/01/03  09:33:59
29934         Log: Subject: [PATCH] Re: [perl #36837] B::Deparse fails when it comes to ByteLoader programs
29935              From: Stephen McCamant <smcc@mit.edu>
29936              Date: Mon, 2 Jan 2006 18:52:24 -0800
29937              Message-ID: <17337.59112.502009.496275@conquest.OCF.Berkeley.EDU>
29938      Branch: perl
29939            ! ext/B/B/Deparse.pm
29940 ____________________________________________________________________________
29941 [ 26593] By: rgs                                   on 2006/01/03  09:23:24
29942         Log: Subject: [patch@26561] utf8.c const issue.
29943              From: "John E. Malmberg" <wb8tyw@qsl.net>
29944              Date: Mon, 02 Jan 2006 14:16:02 -0500
29945              Message-ID: <43B97BF2.2050201@qsl.net>
29946      Branch: perl
29947            ! utf8.c
29948 ____________________________________________________________________________
29949 [ 26592] By: rgs                                   on 2006/01/03  09:02:04
29950         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz
29951              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
29952              Date: Tue, 03 Jan 2006 00:33:27 +0100
29953              Message-ID: <87u0cm433s.fsf@k75.linux.bogus>
29954      Branch: perl
29955            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
29956 ____________________________________________________________________________
29957 [ 26591] By: davem                                 on 2006/01/03  02:20:28
29958         Log: ithreads: SVs that were only on the tmps stack leaked
29959      Branch: perl
29960            ! sv.c
29961 ____________________________________________________________________________
29962 [ 26589] By: nicholas                              on 2006/01/02  22:52:03
29963         Log: The two never used NOTYET switch ops can go.
29964      Branch: perl
29965            ! pp_ctl.c
29966 ____________________________________________________________________________
29967 [ 26587] By: davem                                 on 2006/01/02  21:50:55
29968         Log: stop DEBUG_LEAKING_SCALARS producing spurious memory pool errors
29969              (change #25775 wasn't complete)
29970      Branch: perl
29971            ! sv.c
29972 ____________________________________________________________________________
29973 [ 26586] By: nicholas                              on 2006/01/02  20:48:30
29974         Log: More missing AUTHORS
29975      Branch: perl
29976            ! AUTHORS Porting/checkAUTHORS.pl
29977 ____________________________________________________________________________
29978 [ 26581] By: craigb                                on 2006/01/02  19:22:52
29979         Log: Subject: patch@26561 & earlier - buffer overrun in VMS.C
29980              From: "John E. Malmberg" <wb8tyw@qsl.net>
29981              Date: Mon, 02 Jan 2006 14:05:43 -0500
29982              Message-id: <43B97987.70201@qsl.net>
29983      Branch: perl
29984            ! vms/vms.c
29985 ____________________________________________________________________________
29986 [ 26580] By: nicholas                              on 2006/01/02  18:48:13
29987         Log: Erk! craigb's changes come out of p4 with ^Ms as line endings.
29988              Long term, need to fix the update changes script to cope.
29989      Branch: perl
29990            ! Changes
29991 ____________________________________________________________________________
29992 [ 26579] By: nicholas                              on 2006/01/02  18:44:14
29993         Log: More missing AUTHORS
29994      Branch: perl
29995            ! AUTHORS Porting/checkAUTHORS.pl
29996 ____________________________________________________________________________
29997 [ 26578] By: nicholas                              on 2006/01/02  17:04:55
29998         Log: Fix up missing and duplicate AUTHORS
29999      Branch: perl
30000            ! AUTHORS Porting/checkAUTHORS.pl
30001 ____________________________________________________________________________
30002 [ 26576] By: rgs                                   on 2006/01/02  15:54:25
30003         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
30004              From: Jim Cromie <jim.cromie@gmail.com>
30005              Date: Sun, 01 Jan 2006 23:05:00 -0700
30006              Message-ID: <43B8C28C.20502@gmail.com>
30007      Branch: perl
30008            + ext/B/t/optree_constants.t
30009            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise-xs.t
30010 ____________________________________________________________________________
30011 [ 26574] By: rgs                                   on 2006/01/02  15:19:59
30012         Log: Since we no longer autovivify stashes (change #26370), we need
30013              to turn off strict-refs on them, or we'll have a stricture
30014              error the first time we'd try to access them (when they'll be
30015              actually autovivified).
30016      Branch: perl
30017            ! op.c t/op/stash.t
30018 ____________________________________________________________________________
30019 [ 26573] By: rgs                                   on 2006/01/02  14:57:18
30020         Log: Documentation fix for File::Temp::new
30021              
30022              Subject: [perl #38127] Bug in perldoc File::Temp 
30023              From: pm@capmon.dk (via RT) <perlbug-followup@perl.org>
30024              Date: Mon, 02 Jan 2006 02:48:41 -0800
30025              Message-ID: <rt-3.0.11-38127-126764.0.578515622359532@perl.org>
30026      Branch: perl
30027            ! lib/File/Temp.pm
30028 ____________________________________________________________________________
30029 [ 26572] By: nicholas                              on 2006/01/02  14:43:37
30030         Log: Happy New Year. (It's not just embed.pl).
30031      Branch: perl
30032            ! README opcode.pl perl.c reentr.pl
30033 ____________________________________________________________________________
30034 [ 26571] By: stevep                                on 2006/01/02  14:24:58
30035         Log: Note that the "unlink"ing directories is attempted when running as a
30036              superuser, and that some operating systems may not support it.
30037      Branch: perl
30038            ! pod/perlfunc.pod pod/perlrun.pod
30039 ____________________________________________________________________________
30040 [ 26570] By: nicholas                              on 2006/01/02  12:19:51
30041         Log: Typo fix in the description of change 26370.
30042              (Also corrected in the repository) 
30043      Branch: perl
30044            ! Changes
30045 ____________________________________________________________________________
30046 [ 26569] By: davem                                 on 2006/01/02  12:09:37
30047         Log: add svt_local slot to magic vtable, and fix local $shared
30048      Branch: perl
30049            ! ext/threads/shared/shared.xs mg.c mg.h
30050 ____________________________________________________________________________
30051 [ 26565] By: nicholas                              on 2006/01/02  11:48:28
30052         Log: Add 2006 to the copyright years in the header generated by embed.pl
30053      Branch: perl
30054            ! embed.pl
30055 ____________________________________________________________________________
30056 [ 26564] By: rgs                                   on 2006/01/02  11:20:25
30057         Log: Subject: [patch] comment grammar and indentation, spurious tab
30058              From: Jim Cromie <jim.cromie@gmail.com>
30059              Date: Fri, 30 Dec 2005 22:45:55 -0700
30060              Message-ID: <43B61B13.3050704@gmail.com>
30061      Branch: perl
30062            ! sv.c
30063 ____________________________________________________________________________
30064 [ 26563] By: rgs                                   on 2006/01/02  11:04:37
30065         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gz
30066              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
30067              Date: Sun, 01 Jan 2006 10:12:46 +0100
30068              Message-ID: <87zmmgnwfl.fsf@k75.linux.bogus>
30069      Branch: perl
30070            ! lib/CPAN.pm
30071 ____________________________________________________________________________
30072 [ 26562] By: rgs                                   on 2006/01/02  10:56:05
30073         Log: Update copyrights for files modified in 2006
30074      Branch: perl
30075            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
30076            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
30077 ____________________________________________________________________________
30078 [ 26561] By: gisle                                 on 2006/01/01  20:43:00
30079         Log: Get rid of length argument for the FEATURE_IS_ENABLED() macro.
30080      Branch: perl
30081            ! toke.c
30082 ____________________________________________________________________________
30083 [ 26558] By: merijn                                on 2006/01/01  10:42:16
30084         Log: Subject: [PATCH] Making 0 pointers to NULLs
30085              From: Andy Lester <andy@petdance.com>
30086              Date: Fri, 30 Dec 2005 23:05:58 -0600
30087              Message-ID: <20051231050558.GA29093@petdance.com>
30088      Branch: perl
30089            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
30090            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
30091 ____________________________________________________________________________
30092 [ 26556] By: merijn                                on 2006/01/01  10:23:19
30093         Log: Subject: [PATCH] Making 0 pointers to NULLs
30094              From: Andy Lester <andy@petdance.com>
30095              Date: Fri, 30 Dec 2005 23:05:58 -0600
30096              Message-ID: <20051231050558.GA29093@petdance.com>
30097      Branch: perl
30098            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
30099            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
30100 ____________________________________________________________________________
30101 [ 26555] By: davem                                 on 2005/12/31  23:24:26
30102         Log: make threads use MY_CXT API rather than using PL_modglobal
30103      Branch: perl
30104            ! ext/threads/threads.xs
30105 ____________________________________________________________________________
30106 [ 26554] By: davem                                 on 2005/12/31  21:36:05
30107         Log: tidy index arrangements in new MY_CXT code
30108      Branch: perl
30109            ! intrpvar.h sv.c util.c
30110 ____________________________________________________________________________
30111 [ 26553] By: stevep                                on 2005/12/31  18:45:37
30112         Log: Upgrade to CPAN-1.80_57
30113      Branch: perl
30114            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm
30115            ! lib/CPAN/Tarzip.pm lib/CPAN/t/mirroredby.t
30116 ____________________________________________________________________________
30117 [ 26552] By: nicholas                              on 2005/12/31  17:24:34
30118         Log: Turn a for loop that's almost a while into an honest-to-goodness while.
30119      Branch: perl
30120            ! hv.c
30121 ____________________________________________________________________________
30122 [ 26551] By: nicholas                              on 2005/12/31  16:57:32
30123         Log: Calling Perl_hv_clear_placeholders while the hash iterator was active
30124              would turn lazy delete on, causing the hash to become corrupted at the
30125              next iterator change.
30126      Branch: perl
30127            ! hv.c lib/Hash/Util.t
30128 ____________________________________________________________________________
30129 [ 26550] By: nicholas                              on 2005/12/31  16:42:08
30130         Log: Remove unneeded test in Perl_hv_clear_placeholders.
30131              Rejig S_hfreeentries to a double loop, which is clearer and smaller.
30132      Branch: perl
30133            ! hv.c
30134 ____________________________________________________________________________
30135 [ 26549] By: rgs                                   on 2005/12/31  15:24:48
30136         Log: Subject: [PATCH] op/pack.t failure on Win64
30137              From: Jan Dubois <jand@activestate.com>
30138              Date: Dec 30, 2005 9:55 PM
30139              Message-ID: <017a01c60d83$5dc73110$2217a8c0@candy>
30140      Branch: perl
30141            ! pp_pack.c
30142 ____________________________________________________________________________
30143 [ 26548] By: nicholas                              on 2005/12/31  15:07:16
30144         Log: Add a test for change 26547. (We no longer expect to see errors about
30145              unbalanced string table reference counts.)
30146      Branch: perl
30147            ! t/op/stash.t
30148 ____________________________________________________________________________
30149 [ 26547] By: nicholas                              on 2005/12/31  14:57:27
30150         Log: Re-attempt to clear the hash in S_hfreeentries if anything adds to it.
30151              Panic if we seem to be looping forever.
30152      Branch: perl
30153            ! hv.c pod/perldiag.pod
30154 ____________________________________________________________________________
30155 [ 26546] By: nicholas                              on 2005/12/31  13:16:06
30156         Log: Stop 'sub a { // }; %::=()' panicing because the backreference array
30157              became lost.
30158      Branch: perl
30159            ! hv.c
30160 ____________________________________________________________________________
30161 [ 26545] By: nicholas                              on 2005/12/30  22:44:06
30162         Log: Marcus Holland-Moritz suggested that assert should 
30163              Perl_croak_nocontext rather than Perl_croak.
30164      Branch: perl
30165            ! perl.h
30166 ____________________________________________________________________________
30167 [ 26544] By: nicholas                              on 2005/12/30  20:02:56
30168         Log: Tweak S_init_main_stash so as allocate PL_curstname as a shared string
30169              scalar, and hence avoid thrashing the shared string table for "main".
30170      Branch: perl
30171            ! perl.c
30172 ____________________________________________________________________________
30173 [ 26543] By: stevep                                on 2005/12/30  17:47:45
30174         Log: Convert t/op/sleep.t to using test.pl
30175      Branch: perl
30176            ! t/op/sleep.t
30177 ____________________________________________________________________________
30178 [ 26542] By: nicholas                              on 2005/12/30  16:53:39
30179         Log: Document why it's a bad plan to move the backreferences array from
30180              the magic structure to the hv_aux structure during backreference
30181              deletion. Add an optimisation for an empty backreference array.
30182      Branch: perl
30183            ! hv.c sv.c
30184 ____________________________________________________________________________
30185 [ 26541] By: nicholas                              on 2005/12/30  15:55:05
30186         Log: Now that the backreference array has no NULL entries, and is correctly
30187              marked as AvREAL_off(), there's no reason not to use sv_dup to clone
30188              it.
30189      Branch: perl
30190            ! sv.c
30191 ____________________________________________________________________________
30192 [ 26540] By: nicholas                              on 2005/12/30  15:39:53
30193         Log: POSIX now declares missing constants as sub ... ();, so Net::Ping
30194              needs to define them with a prototype to match.
30195      Branch: perl
30196            ! lib/Net/Ping.pm
30197 ____________________________________________________________________________
30198 [ 26539] By: rgs                                   on 2005/12/30  15:10:41
30199         Log: Update perltodo. First shot at perl593delta.
30200      Branch: perl
30201            ! pod/perl593delta.pod pod/perltodo.pod
30202 ____________________________________________________________________________
30203 [ 26538] By: nicholas                              on 2005/12/30  14:57:00
30204         Log: In the shared string table, if we add new entries to the head of the
30205              linked list chain, then we don't need as much bookkeeping in the loop.
30206      Branch: perl
30207            ! hv.c
30208 ____________________________________________________________________________
30209 [ 26537] By: stevep                                on 2005/12/30  14:39:49
30210         Log: Subject: [PATCH] Differences from Perl 6
30211              From: Robin Houston <robin@cpan.org> 
30212              Date: Fri, 30 Dec 2005 13:45:34 +0000 
30213              Message-ID: <20051230134534.GA18675@rpc142.cs.man.ac.uk>
30214      Branch: perl
30215            ! pod/perlsyn.pod
30216 ____________________________________________________________________________
30217 [ 26536] By: rgs                                   on 2005/12/30  12:25:24
30218         Log: Subject: Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRS
30219              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
30220              Date: Mon, 12 Dec 2005 19:22:32 +0100
30221              Message-ID: <20051212192232.39cd0c1e@grubert.mandrakesoft.com>
30222      Branch: perl
30223            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
30224            ! lib/ExtUtils/MakeMaker.pm
30225 ____________________________________________________________________________
30226 [ 26535] By: davem                                 on 2005/12/30  12:21:05
30227         Log: fix errors in new MY_CTX code
30228      Branch: perl
30229            ! perl.c sv.c
30230 ____________________________________________________________________________
30231 [ 26534] By: rgs                                   on 2005/12/30  11:57:14
30232         Log: Reduce size of buffers for identifier names, as suggested in
30233              
30234              Subject: Stack usage (in gv_stashpvn and others)
30235              From: Tels <nospam-abuse@bloodgate.com>
30236              Date: Thu, 29 Dec 2005 18:40:49 +0100
30237              Message-Id: <200512291840.50765@bloodgate.com>
30238      Branch: perl
30239            ! gv.c
30240 ____________________________________________________________________________
30241 [ 26533] By: rgs                                   on 2005/12/30  11:43:42
30242         Log: Subject: [PATCH] perlio.c - gv_stashpvn() vs gv_stashpv()
30243              From: Tels <nospam-abuse@bloodgate.com>
30244              Date: Thu, 29 Dec 2005 18:57:43 +0100
30245              Message-Id: <200512291857.59458@bloodgate.com>
30246      Branch: perl
30247            ! perlio.c
30248 ____________________________________________________________________________
30249 [ 26532] By: rgs                                   on 2005/12/30  10:40:31
30250         Log: Subject: [PATCH] Perl_gv_fetchpv vs. gv_fetchpvn
30251              From: Tels <nospam-abuse@bloodgate.com>
30252              Date: Thu, 29 Dec 2005 18:32:10 +0100
30253              Message-Id: <200512291832.20651@bloodgate.com>
30254      Branch: perl
30255            ! gv.c
30256 ____________________________________________________________________________
30257 [ 26531] By: rgs                                   on 2005/12/30  09:53:54
30258         Log: Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined
30259              (spotted by Jan Dubois)
30260      Branch: perl
30261            ! makedef.pl
30262 ____________________________________________________________________________
30263 [ 26530] By: nicholas                              on 2005/12/30  01:08:46
30264         Log: RMAGIC on symbol tables is bad, m'kay.
30265              Allow hashes (and therefore all symbol tables) to store the
30266              backreference array in the hv_aux structure, and thereby undo the
30267              performance damage of 24966, which resulted in 60% of all hash lookups
30268              trying to mg_find tiehash magic.
30269      Branch: perl
30270            ! dump.c embed.fnc embed.h hv.c hv.h mg.c proto.h sv.c
30271 ____________________________________________________________________________
30272 [ 26529] By: davem                                 on 2005/12/30  01:06:05
30273         Log: change #26523 didn't make my_cxt_init public
30274      Branch: perl
30275            ! embed.fnc embed.h global.sym
30276 ____________________________________________________________________________
30277 [ 26528] By: rgs                                   on 2005/12/29  17:32:21
30278         Log: Subject: [PATCH] $a = \$a oddity
30279              From: Tels <nospam-abuse@bloodgate.com>
30280              Date: Thu, 29 Dec 2005 18:01:42 +0100
30281              Message-Id: <200512291802.00742@bloodgate.com>
30282              
30283              plus trim some whitespace
30284      Branch: perl
30285            ! pod/perlreftut.pod
30286 ____________________________________________________________________________
30287 [ 26527] By: rgs                                   on 2005/12/29  15:59:30
30288         Log: Subject: [PATCH] Actual real consting of parms
30289              From: Andy Lester <andy@petdance.com>
30290              Date: Thu, 29 Dec 2005 01:15:09 -0600
30291              Message-ID: <20051229071509.GA32653@petdance.com>
30292      Branch: perl
30293            ! embed.fnc proto.h sv.c
30294 ____________________________________________________________________________
30295 [ 26526] By: rgs                                   on 2005/12/29  15:32:42
30296         Log: Subject: [PATCH] av.c cleanup, plus!
30297              From: Andy Lester <andy@petdance.com>
30298              Date: Wed, 28 Dec 2005 15:44:14 -0600
30299              Message-ID: <20051228214414.GD26033@petdance.com>
30300      Branch: perl
30301            ! av.c dump.c embed.fnc gv.c perl.c proto.h sv.c toke.c
30302 ____________________________________________________________________________
30303 [ 26525] By: rgs                                   on 2005/12/29  14:32:09
30304         Log: Fix test for perl version number in Makefile.PL
30305      Branch: perl
30306            ! ext/Sys/Syslog/Makefile.PL
30307 ____________________________________________________________________________
30308 [ 26524] By: rgs                                   on 2005/12/29  14:17:38
30309         Log: Subject: [PATCH] Fixing the SVREFCNT macro
30310              From: Andy Lester <andy@petdance.com>
30311              Date: Wed, 28 Dec 2005 13:30:51 -0600
30312              Message-ID: <20051228193051.GD23207@petdance.com>
30313      Branch: perl
30314            ! sv.h
30315 ____________________________________________________________________________
30316 [ 26523] By: davem                                 on 2005/12/29  12:00:29
30317         Log: re-implement MY_CXT API more efficiently, and add explicit
30318              interpeter arg variant
30319      Branch: perl
30320            ! embed.fnc embed.h embedvar.h ext/XS/APItest/APItest.xs
30321            ! intrpvar.h perl.h perlapi.h perlvars.h pod/perlxs.pod proto.h
30322            ! sv.c util.c
30323 ____________________________________________________________________________
30324 [ 26522] By: davem                                 on 2005/12/29  11:35:04
30325         Log: add tests for MY_CXT API and improve its documentation
30326      Branch: perl
30327            + ext/XS/APItest/t/my_cxt.t
30328            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
30329            ! pod/perlxs.pod
30330 ____________________________________________________________________________
30331 [ 26521] By: rgs                                   on 2005/12/29  10:21:23
30332         Log: Subject: [PATCH] Test that constant overloading is propagated into eval
30333              From: Robin Houston <robin@cpan.org>
30334              Date: Mon, 26 Dec 2005 17:56:48 +0000
30335              Message-ID: <20051226175648.GA28402@rpc142.cs.man.ac.uk>
30336      Branch: perl
30337            ! lib/overload.t
30338 ____________________________________________________________________________
30339 [ 26520] By: rgs                                   on 2005/12/29  10:11:56
30340         Log: Subject: [DOC PATCH] rindex clarification
30341              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
30342              Date: Mon, 26 Dec 2005 18:42:40 -0800
30343              Message-ID: <20051227024240.GA2940@efn.org>
30344              
30345              plus another formatting nit
30346      Branch: perl
30347            ! pod/perlfunc.pod
30348 ____________________________________________________________________________
30349 [ 26519] By: craigb                                on 2005/12/29  03:49:58
30350         Log: Subject: [PATCH] fortify Pod::Simple::Search against non-case-preserving filesystems
30351              From: "Craig A. Berry" <craigberry@mac.com>
30352              Date: Tue, 27 Dec 2005 17:59:35 -0600
30353              Message-id: <43B1D567.9080504@mac.com>
30354      Branch: perl
30355            ! lib/Pod/Simple/Search.pm
30356            ! lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
30357 ____________________________________________________________________________
30358 [ 26518] By: nicholas                              on 2005/12/29  00:19:01
30359         Log: A GVs stash can be NULL, so don't call macros that assume otherwise
30360              without checking.
30361      Branch: perl
30362            ! pp.c
30363 ____________________________________________________________________________
30364 [ 26517] By: nicholas                              on 2005/12/28  19:40:26
30365         Log: As the backreferences AV doesn't hold references on its contents,
30366              surely it should have AvREAL turned off?
30367      Branch: perl
30368            ! sv.c
30369 ____________________________________________________________________________
30370 [ 26516] By: nicholas                              on 2005/12/28  13:35:03
30371         Log: PL_amagic_generation is always non-zero, so remove the test for this.
30372              (Since change 17990 added version object overloading)
30373      Branch: perl
30374            ! pp.h
30375 ____________________________________________________________________________
30376 [ 26515] By: stevep                                on 2005/12/28  13:31:02
30377         Log: Upgrade to Sys-Syslog-0.11
30378      Branch: perl
30379            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
30380            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/podspell.t
30381            ! ext/Sys/Syslog/t/syslog.t
30382 ____________________________________________________________________________
30383 [ 26514] By: gisle                                 on 2005/12/28  13:25:30
30384         Log: Cleanup; replace a croak("panic: ...") with assert().
30385      Branch: perl
30386            ! av.c
30387 ____________________________________________________________________________
30388 [ 26513] By: gisle                                 on 2005/12/28  13:12:30
30389         Log: assert(av);  Cleanup the way that the av_*() functions check
30390              that they are really passed an av argument.
30391              Should improve the test coverage a bit.
30392      Branch: perl
30393            ! av.c pod/perldiag.pod
30394 ____________________________________________________________________________
30395 [ 26512] By: gisle                                 on 2005/12/28  12:38:03
30396         Log: Use memchr() instead of ninstr() to locate the end-of-line.
30397              The call to memchr() will faster.
30398      Branch: perl
30399            ! toke.c
30400 ____________________________________________________________________________
30401 [ 26511] By: gisle                                 on 2005/12/28  12:18:58
30402         Log: Leaner ninstr().
30403              The compiled function ended up 37% smaller on Linux/gcc.
30404              I ought to be faster as well, but I did not try to measure that.
30405      Branch: perl
30406            ! util.c
30407 ____________________________________________________________________________
30408 [ 26510] By: gisle                                 on 2005/12/28  11:01:46
30409         Log: Remove test for NUL ending in r?instr().
30410              This test is actually harmful because we will search
30411              for any garbage found past the empty search string.
30412              Ref change 26509.
30413      Branch: perl
30414            ! util.c
30415 ____________________________________________________________________________
30416 [ 26509] By: gisle                                 on 2005/12/28  10:57:46
30417         Log: Fix 2 off-by-one errors in the call to ninstr().
30418              This code managed to still work because of a bug
30419              in how ninstr() treats empty search strings.
30420      Branch: perl
30421            ! ext/Filter/Util/Call/Call.xs
30422 ____________________________________________________________________________
30423 [ 26508] By: stevep                                on 2005/12/28  03:27:13
30424         Log: Upgrade to PathTools-3.15
30425      Branch: perl
30426            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
30427 ____________________________________________________________________________
30428 [ 26507] By: nicholas                              on 2005/12/27  23:39:42
30429         Log: s/%/%%/ in the package name so that it can be used safely in the
30430              sprintf format string (and hence not need runtime %s interpolation)
30431      Branch: perl
30432            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
30433 ____________________________________________________________________________
30434 [ 26506] By: nicholas                              on 2005/12/27  22:19:28
30435         Log: Pass in the full arguments to ExtUtils::Constant::ProxySubs
30436              Prototype all the missing constants, so that parsing doesn't depend on
30437              the phase of the moon. (Well, the system headers)
30438              Add an option for making missing constants generate errors at read time
30439              (which can be during constant folding). This isn't the default.
30440      Branch: perl
30441            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
30442 ____________________________________________________________________________
30443 [ 26505] By: stevep                                on 2005/12/27  22:07:44
30444         Log: Subject: [PATCH] pre-likely cleanup
30445              From: Andy Lester <andy@petdance.com> 
30446              Date: Tue, 27 Dec 2005 14:39:39 -0600
30447              Message-ID: <20051227203939.GC1781@petdance.com> 
30448              
30449              Includes a small fix to the changes in tryAMAGICbinW_var() in pp.h.
30450      Branch: perl
30451            ! av.c doop.c handy.h hv.c mg.c pp.c pp.h sv.c util.c
30452 ____________________________________________________________________________
30453 [ 26504] By: stevep                                on 2005/12/27  18:36:19
30454         Log: It'd be nice if I hadn't broken corecpan.pl.  Its fixed now, though.
30455      Branch: perl
30456            ! Porting/Maintainers.pl
30457 ____________________________________________________________________________
30458 [ 26503] By: nicholas                              on 2005/12/27  17:33:13
30459         Log: gv_fetch_flags in newATTRSUB can actually be const.
30460              Comment the logic behind the terms in the ternary that chooses the
30461              flags value.
30462      Branch: perl
30463            ! op.c
30464 ____________________________________________________________________________
30465 [ 26502] By: nicholas                              on 2005/12/27  17:24:11
30466         Log: As what we're doing is generating subroutines, which are methods, we
30467              need to invalidate cached methods. For constant.pm we need to create
30468              &Internals::inc_sub_generation
30469      Branch: perl
30470            ! lib/ExtUtils/Constant/ProxySubs.pm lib/constant.pm universal.c
30471 ____________________________________________________________________________
30472 [ 26501] By: stevep                                on 2005/12/27  14:10:20
30473         Log: Subject: [patch] ext/b/t/lint.t fails on win32
30474              From: demerphq <demerphq@gmail.com>
30475              Date: Fri, 23 Dec 2005 20:06:52 +0100 
30476              Message-ID: <9b18b3110512231106k7ad395bfp8a0c05cd0f87fc61@mail.gmail.com>
30477      Branch: perl
30478            ! ext/B/t/lint.t
30479 ____________________________________________________________________________
30480 [ 26500] By: nicholas                              on 2005/12/27  12:02:57
30481         Log: Refactor the require failure message generation to use 1 less temporary
30482              SV, and to build as much text as possible with newSVpvf
30483      Branch: perl
30484            ! pp_ctl.c
30485 ____________________________________________________________________________
30486 [ 26499] By: nicholas                              on 2005/12/27  00:29:33
30487         Log: Removing MAKE_JOBS_FIFO from %ENV causes FreeBSD make to forget about
30488              any -j flags. (And their implied disabling of backwards compatibility,
30489              which is the real cause of the make disttest failure).
30490      Branch: perl
30491            ! lib/ExtUtils/t/basic.t
30492 ____________________________________________________________________________
30493 [ 26498] By: nicholas                              on 2005/12/26  23:52:44
30494         Log: tabs, not spaces, in MANIFEST. No, I can't remember why this is.
30495              Or whether it could be relaxed.
30496      Branch: perl
30497            ! MANIFEST
30498 ____________________________________________________________________________
30499 [ 26497] By: nicholas                              on 2005/12/26  23:50:14
30500         Log: Remove the hard wired test numbers in the generated test script for
30501              simple tests. Use this script twice, firstly for testing the old style
30502              autoloaded constants, then for testing the ProxySubs.
30503              Make testing the dogfood/regeneration code optional, as the ProxySubs
30504              output doesn't contain it.
30505      Branch: perl
30506            ! lib/ExtUtils/t/Constant.t
30507 ____________________________________________________________________________
30508 [ 26496] By: nicholas                              on 2005/12/26  23:48:00
30509         Log: Support type UNDEF, and correct a bug in the macro generation by using
30510              macro_from_item.
30511      Branch: perl
30512            ! lib/ExtUtils/Constant/ProxySubs.pm
30513 ____________________________________________________________________________
30514 [ 26495] By: nicholas                              on 2005/12/26  23:47:01
30515         Log: Add method macro_from_item to encapsulate the entire logic for getting
30516              the correct macro direct from the item hash.
30517      Branch: perl
30518            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
30519 ____________________________________________________________________________
30520 [ 26494] By: nicholas                              on 2005/12/26  23:10:53
30521         Log: Don't try to store PL_sv_undef in pads. (For now)
30522      Branch: perl
30523            ! op.c
30524 ____________________________________________________________________________
30525 [ 26493] By: stevep                                on 2005/12/26  22:01:49
30526         Log: Upgrade to CPAN-1.80_56
30527      Branch: perl
30528            + lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
30529            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE
30530            ! lib/CPAN/bin/cpan
30531 ____________________________________________________________________________
30532 [ 26492] By: stevep                                on 2005/12/26  17:29:13
30533         Log: In this, the last tale of the NGROUPS saga, a former pumpking prods
30534              a mere committer to remove the last of the NGROUPS-sized arrays...
30535              
30536              Perl_magic_set() was using the last of these arrays to do the 
30537              lvalue work on $).  Instead of an array, a pointer is used and 
30538              re-sized as needed.  
30539      Branch: perl
30540            ! mg.c
30541 ____________________________________________________________________________
30542 [ 26491] By: nicholas                              on 2005/12/26  17:01:35
30543         Log: Add a couple of newlines for tidier regen output, consistent with the
30544              code generated by WriteConstants()
30545      Branch: perl
30546            ! lib/ExtUtils/Constant/XS.pm
30547 ____________________________________________________________________________
30548 [ 26490] By: nicholas                              on 2005/12/26  16:13:57
30549         Log: Add C_FH and XS_FH arguments to ExtUtils::Constant::WriteConstants,
30550              to allow the caller to pass in file handles. Use this in Contant.t
30551              with tied file handles to capture the output, rather than calling
30552              the lower level routines directly.
30553      Branch: perl
30554            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
30555 ____________________________________________________________________________
30556 [ 26489] By: stevep                                on 2005/12/26  16:08:49
30557         Log: Subject: chg 26486 removes last use of NGROUPS, so remove the macro-def
30558              From: Jim Cromie <jim.cromie@gmail.com>
30559              Date: Mon, 26 Dec 2005 07:57:51 -0700
30560              Message-ID: <43B004EF.8060500@gmail.com>
30561      Branch: perl
30562            ! doio.c
30563 ____________________________________________________________________________
30564 [ 26488] By: nicholas                              on 2005/12/26  12:48:10
30565         Log: The values for proxy constant subroutines need to be read only.
30566      Branch: perl
30567            ! lib/ExtUtils/Constant/ProxySubs.pm
30568 ____________________________________________________________________________
30569 [ 26487] By: nicholas                              on 2005/12/26  12:31:01
30570         Log: Rework constant.pm to take advantage of the space savings of proxy
30571              constant subroutines whenever it can.
30572      Branch: perl
30573            ! lib/constant.pm
30574 ____________________________________________________________________________
30575 [ 26486] By: stevep                                on 2005/12/26  03:51:24
30576         Log: Obviously, Perl_ingroup() is also using 256k of stack memory on Linux.
30577              Adapt change #26480 to reduce memory usage here as well.
30578      Branch: perl
30579            ! doio.c
30580 ____________________________________________________________________________
30581 [ 26485] By: nicholas                              on 2005/12/24  16:27:28
30582         Log: The value from caller doesn't change, so my $pkg = caller;
30583              should be moved out of the loop.
30584      Branch: perl
30585            ! lib/constant.pm
30586 ____________________________________________________________________________
30587 [ 26484] By: nicholas                              on 2005/12/24  16:06:10
30588         Log: Tests for creating constants where prototypes or other symbols of the
30589              same name already exist.
30590      Branch: perl
30591            ! lib/constant.t
30592 ____________________________________________________________________________
30593 [ 26483] By: nicholas                              on 2005/12/24  15:09:28
30594         Log: Using a hash reference rather than a hash can save a hash copy.
30595      Branch: perl
30596            ! lib/constant.pm
30597 ____________________________________________________________________________
30598 [ 26482] By: nicholas                              on 2005/12/24  14:48:42
30599         Log: Unless the peephole optimiser already knows that we're in void context,
30600              avoid even attempting the whole proxy constant sub copying
30601              optimisation.
30602      Branch: perl
30603            ! op.c
30604 ____________________________________________________________________________
30605 [ 26481] By: nicholas                              on 2005/12/24  14:09:56
30606         Log: Given that IO::Socket is documented as exporting all of Socket's
30607              exports, there's no need for IO::Socket::INET or IO::Socket::UNIX to
30608              use both. (And re-exporting removes some of the efficiency of the new
30609              constants implementation)
30610      Branch: perl
30611            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
30612 ____________________________________________________________________________
30613 [ 26480] By: stevep                                on 2005/12/24  03:30:02
30614         Log: Subject: Re: [perl #37907] Perl_magic_get reqires ridiculous amounts of stackmemory
30615              From: Jim Cromie <jim.cromie@gmail.com>
30616              Date: Fri, 23 Dec 2005 13:24:29 -0700
30617              Message-ID: <43AC5CFD.3060200@gmail.com>
30618              
30619              Includes a change in variable names from "j" to "num_groups".
30620      Branch: perl
30621            ! mg.c
30622 ____________________________________________________________________________
30623 [ 26479] By: nicholas                              on 2005/12/24  00:01:50
30624         Log: Looks like the macro CLK_TCK is not actually a constant on Solaris.
30625      Branch: perl
30626            ! ext/POSIX/Makefile.PL
30627 ____________________________________________________________________________
30628 [ 26478] By: nicholas                              on 2005/12/23  17:30:19
30629         Log: For PERL_TRACK_MEMPOOL with PERL_POISON, Poison the end of any block
30630              being shrunk in realloc()
30631      Branch: perl
30632            ! util.c
30633 ____________________________________________________________________________
30634 [ 26477] By: nicholas                              on 2005/12/23  17:24:44
30635         Log: For the rare case of EMFILE during require, save object code space
30636              by using newSVpvf
30637              (Would it be worth using it for all require failures?)
30638      Branch: perl
30639            ! pp_ctl.c
30640 ____________________________________________________________________________
30641 [ 26476] By: nicholas                              on 2005/12/23  16:55:35
30642         Log: If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then scribble all
30643              over memory to invalidate it just before free()ing it.
30644      Branch: perl
30645            ! perl.h util.c
30646 ____________________________________________________________________________
30647 [ 26475] By: nicholas                              on 2005/12/23  16:20:53
30648         Log: Provide support for types PVN and UNDEF in
30649              ExtUtils::Constant::ProxySubs
30650      Branch: perl
30651            ! lib/ExtUtils/Constant/ProxySubs.pm
30652 ____________________________________________________________________________
30653 [ 26474] By: nicholas                              on 2005/12/23  15:27:10
30654         Log: Create a struct to use as the header with PERL_TRACK_MEMPOOL, so that
30655              other information can be stored in it.
30656      Branch: perl
30657            ! perl.h util.c
30658 ____________________________________________________________________________
30659 [ 26473] By: nicholas                              on 2005/12/23  13:54:37
30660         Log: ExtUtils::ParseXS needs to stack $filepathname to make #line directives
30661              in #INCLUDEs work.
30662      Branch: perl
30663            ! lib/ExtUtils/ParseXS.pm
30664 ____________________________________________________________________________
30665 [ 26472] By: nicholas                              on 2005/12/23  12:21:19
30666         Log: Add support for PV to ExtUtils::Constant::ProxySubs, and enable its
30667              use in Sys::Syslog
30668      Branch: perl
30669            ! ext/Sys/Syslog/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
30670 ____________________________________________________________________________
30671 [ 26471] By: nicholas                              on 2005/12/23  12:01:29
30672         Log: inlining autoloaded constants is TODOne.
30673      Branch: perl
30674            ! pod/perltodo.pod
30675 ____________________________________________________________________________
30676 [ 26470] By: nicholas                              on 2005/12/23  11:36:43
30677         Log: Now that proxy subroutines can be unproxied in 2 places without
30678              becoming the same newCONSTSUB, need an explicit check to avoid a
30679              warning about subroutines being redefined, as there has never been
30680              a warning when you assing the same subroutine to a glob's GvCV()
30681      Branch: perl
30682            ! sv.c t/op/gv.t
30683 ____________________________________________________________________________
30684 [ 26469] By: nicholas                              on 2005/12/23  11:35:21
30685         Log: like and unlike weren't reporting failure where correctly in test.pl
30686      Branch: perl
30687            ! t/test.pl
30688 ____________________________________________________________________________
30689 [ 26468] By: rgs                                   on 2005/12/23  11:06:34
30690         Log: Fix build of Compress::Zlib on MVS (by Paul Marquess)
30691      Branch: perl
30692            ! ext/Compress/Zlib/zlib-src/zconf.h
30693 ____________________________________________________________________________
30694 [ 26467] By: rgs                                   on 2005/12/23  10:13:30
30695         Log: Clarify example of .. in perlop
30696              to fix [perl #38008] Documentation bug: perlop
30697              plus some minor formatting nits
30698      Branch: perl
30699            ! pod/perlop.pod
30700 ____________________________________________________________________________
30701 [ 26466] By: rgs                                   on 2005/12/23  09:21:09
30702         Log: Subject: [REPATCH lib/UNIVERSAL.pm] Recommend Against Using Methods as Functions
30703              From: chromatic <chromatic@wgz.org>
30704              Date: Dec 22, 2005 8:58 PM
30705              Message-Id: <200512221158.54474.chromatic@wgz.org>
30706      Branch: perl
30707            ! lib/UNIVERSAL.pm
30708 ____________________________________________________________________________
30709 [ 26465] By: nicholas                              on 2005/12/23  01:38:01
30710         Log: Need to be more careful with the symbol table manipulation - if there
30711              is already an entry in place, back off and generate a real constant
30712              subroutine. (fixes lib/Net/hostent.t failure)
30713              Fix a bug with how hv_store was being called.
30714      Branch: perl
30715            ! lib/ExtUtils/Constant/ProxySubs.pm
30716 ____________________________________________________________________________
30717 [ 26464] By: nicholas                              on 2005/12/23  01:09:05
30718         Log: SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VAL
30719              aren't constants on (at least some) Linux.
30720              And more evil than that, HUGE_VAL likes to use the C preprocessor
30721              in its value, necessitating use of a temporary.
30722      Branch: perl
30723            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
30724 ____________________________________________________________________________
30725 [ 26463] By: nicholas                              on 2005/12/23  00:37:04
30726         Log: Use inlineable proxy constant subs for Socket
30727      Branch: perl
30728            ! ext/Socket/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
30729 ____________________________________________________________________________
30730 [ 26462] By: stevep                                on 2005/12/23  00:28:54
30731         Log: ctime_r() and asctime_r() seem to have some problems before HP-UX 11.
30732      Branch: perl
30733            ! hints/hpux.sh
30734 ____________________________________________________________________________
30735 [ 26461] By: nicholas                              on 2005/12/23  00:27:50
30736         Log: Subject: [PATCH] Speed up Perl_sv_derived_from
30737              From: Andy Lester <andy@petdance.com>
30738              Message-ID: <20051222220044.GH4370@petdance.com>
30739              Date: Thu, 22 Dec 2005 16:00:44 -0600
30740      Branch: perl
30741            ! universal.c
30742 ____________________________________________________________________________
30743 [ 26460] By: nicholas                              on 2005/12/23  00:18:49
30744         Log: Create a sub LC_ALL with the correct prototype.
30745      Branch: perl
30746            ! lib/locale.t
30747 ____________________________________________________________________________
30748 [ 26459] By: nicholas                              on 2005/12/23  00:18:27
30749         Log: De-duplicate the items in @EXPORT. (@EXPORT is built from all the tags,
30750              and some constants are mentioned in multiple tags).
30751              Should this logic be in Exporter::Heavy?
30752      Branch: perl
30753            ! ext/POSIX/POSIX.pm
30754 ____________________________________________________________________________
30755 [ 26458] By: stevep                                on 2005/12/23  00:10:25
30756         Log: Make hostname.t deal with undefined or blank hostnames and domain 
30757              names.
30758      Branch: perl
30759            ! lib/Net/t/hostname.t
30760 ____________________________________________________________________________
30761 [ 26457] By: stevep                                on 2005/12/23  00:06:58
30762         Log: Fix for pod2man() in ExtUtils::Command::MM to work with 
30763              the Pod::Man 2.04.
30764      Branch: perl
30765            ! lib/ExtUtils/Command/MM.pm
30766 ____________________________________________________________________________
30767 [ 26456] By: nicholas                              on 2005/12/23  00:06:52
30768         Log: Subject: [PATCH] Speedup (rn|n)?instr
30769              From: Andy Lester <andy@petdance.com>
30770              Message-ID: <20051222223839.GI4370@petdance.com>
30771              Date: Thu, 22 Dec 2005 16:38:39 -0600
30772      Branch: perl
30773            ! util.c
30774 ____________________________________________________________________________
30775 [ 26455] By: nicholas                              on 2005/12/22  23:57:27
30776         Log: Use inlineable proxy constant subs for POSIX.
30777              There may be trouble ahead, as it seems that not all POSIX "constants"
30778              are. I wonder if too many systems are going to have too many
30779              variations to make this viable.
30780      Branch: perl
30781            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/Base.pm
30782            ! lib/ExtUtils/Constant/ProxySubs.pm
30783 ____________________________________________________________________________
30784 [ 26454] By: nicholas                              on 2005/12/22  23:43:22
30785         Log: Missing ; in Tie::File
30786      Branch: perl
30787            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
30788 ____________________________________________________________________________
30789 [ 26453] By: nicholas                              on 2005/12/22  21:02:19
30790         Log: Make ExtUtils::Constant generate the inlineable proxy constant subs.
30791              So far just enough to make Fcntl work.
30792      Branch: perl
30793            + lib/ExtUtils/Constant/ProxySubs.pm
30794            ! MANIFEST ext/Fcntl/Makefile.PL lib/ExtUtils/Constant.pm
30795 ____________________________________________________________________________
30796 [ 26452] By: rgs                                   on 2005/12/22  19:37:42
30797         Log: Compilation help for EBCDIC platforms, from Jarkko,
30798              tested by Rajarshi Das
30799      Branch: perl
30800            ! utf8.h
30801 ____________________________________________________________________________
30802 [ 26451] By: nicholas                              on 2005/12/22  19:00:52
30803         Log: Break out the code to generate #ifdef/#endif into new methods
30804              macro_to_ifdef and macro_to_endif
30805              Add an args hashref to normalise_items; provide a
30806              disable_utf8_duplication argument to disable the utf8 duplication code.
30807      Branch: perl
30808            ! lib/ExtUtils/Constant/Base.pm
30809 ____________________________________________________________________________
30810 [ 26450] By: rgs                                   on 2005/12/22  17:09:59
30811         Log: Subject: [PATCH] Ho! Ho! Ho!  Santa brings consting!
30812              From: Andy Lester <andy@petdance.com>
30813              Date: Thu, 22 Dec 2005 10:57:17 -0600
30814              Message-ID: <20051222165717.GA2874@petdance.com>
30815      Branch: perl
30816            ! dump.c embed.fnc embed.h gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c
30817            ! pp_sys.c proto.h regcomp.c sv.c toke.c universal.c
30818 ____________________________________________________________________________
30819 [ 26449] By: nicholas                              on 2005/12/22  17:01:33
30820         Log: Break out the item normalisation code into a method normalise_items.
30821      Branch: perl
30822            ! lib/ExtUtils/Constant/Base.pm
30823 ____________________________________________________________________________
30824 [ 26448] By: nicholas                              on 2005/12/22  15:43:20
30825         Log: Regression tests for proxy subroutine glob assignment.
30826              Fix a bug (it turns out that a typeglob isn't SvOK())
30827              Remove stray debugging code.
30828      Branch: perl
30829            ! pp_hot.c t/op/gv.t
30830 ____________________________________________________________________________
30831 [ 26447] By: rgs                                   on 2005/12/22  14:55:52
30832         Log: Subject: [PATCH] eliminate HINT_HH_FOR_EVAL
30833              From: Robin Houston <robin@cpan.org>
30834              Date: Thu, 22 Dec 2005 11:54:55 +0000
30835              Message-ID: <20051222115455.GB30301@rpc142.cs.man.ac.uk>
30836      Branch: perl
30837            ! lib/feature.pm lib/overload.pm lib/sort.pm op.c perl.h
30838            ! t/comp/hints.t
30839 ____________________________________________________________________________
30840 [ 26446] By: nicholas                              on 2005/12/22  11:23:34
30841         Log: Add an optimisation to allow proxy constant subroutines to be copied
30842              as proxy constant subroutines in a new symbol table where possible.
30843              (Rather than converting them to full blown constant subroutines and
30844              instantiating 2 typeglobs)
30845      Branch: perl
30846            ! ext/B/t/concise-xs.t gv.c gv.h op.c op.h pp.c pp_hot.c sv.c
30847 ____________________________________________________________________________
30848 [ 26445] By: rgs                                   on 2005/12/22  11:13:25
30849         Log: Regenerate Changes
30850      Branch: perl
30851            ! Changes
30852 ____________________________________________________________________________
30853 [ 26444] By: gisle                                 on 2005/12/22  10:42:36
30854         Log: Remove unused variable 'stash' since change 26437.
30855      Branch: perl
30856            ! pp_hot.c
30857 ____________________________________________________________________________
30858 [ 26443] By: rgs                                   on 2005/12/22  10:32:17
30859         Log: Regenerate perlapi.pod.
30860              Fix indentation of code examples in perlsyn.
30861      Branch: perl
30862            ! pod/perlapi.pod pod/perlsyn.pod
30863 ____________________________________________________________________________
30864 [ 26442] By: rgs                                   on 2005/12/22  10:10:04
30865         Log: Subject: [PATCH] switch / ~~ doccos
30866              From: Robin Houston <robin@cpan.org>
30867              Date: Wed, 21 Dec 2005 13:51:18 +0000
30868              Message-ID: <20051221135118.GC26527@rpc142.cs.man.ac.uk>
30869      Branch: perl
30870            ! pod/perlsyn.pod
30871 ____________________________________________________________________________
30872 [ 26441] By: merijn                                on 2005/12/22  07:02:37
30873         Log: Subject: [PATCH] wrong setting in canned win32/config.vc64 file
30874              From: "Jan Dubois" <jand@ActiveState.com>
30875              Date: Wed, 21 Dec 2005 15:04:30 -0800
30876              Message-ID: <06c701c60682$e650adc0$d563a8c0@candy>
30877      Branch: perl
30878            ! win32/config.vc64
30879 ____________________________________________________________________________
30880 [ 26440] By: stevep                                on 2005/12/22  03:08:59
30881         Log: Add documentation for method domainname() in Net::Domain.  Add some
30882              additional tests for Net::Domain.  Also, since it is tested, remove 
30883              test case from lib/1_compile.t.  One step closer to $500.
30884      Branch: perl
30885            ! lib/Net/Domain.pm lib/Net/t/hostname.t t/lib/1_compile.t
30886 ____________________________________________________________________________
30887 [ 26439] By: nicholas                              on 2005/12/21  22:40:04
30888         Log: Avoid negating an unsigned value. (The offset in the SV body table)
30889      Branch: perl
30890            ! sv.c
30891 ____________________________________________________________________________
30892 [ 26438] By: nicholas                              on 2005/12/21  21:20:23
30893         Log: For consistency sv_2cv should not leave the stash pointer uninitialised
30894              for some cases. Although it seems that only pp_sort pays any attention
30895              to it, of all the code on CPAN.
30896      Branch: perl
30897            ! sv.c
30898 ____________________________________________________________________________
30899 [ 26437] By: nicholas                              on 2005/12/21  20:38:42
30900         Log: Localise the stash variable in pp_entersub().
30901      Branch: perl
30902            ! pp_hot.c
30903 ____________________________________________________________________________
30904 [ 26436] By: nicholas                              on 2005/12/21  19:37:48
30905         Log: Undo my goto spaghetti from change 18340 - what we really need are
30906              hints to compilers about likey/unlikely branches.
30907      Branch: perl
30908            ! pp_hot.c
30909 ____________________________________________________________________________
30910 [ 26435] By: stevep                                on 2005/12/21  19:04:37
30911         Log: Add tests for untested math functions in POSIX
30912      Branch: perl
30913            + ext/POSIX/t/math.t
30914            ! MANIFEST
30915 ____________________________________________________________________________
30916 [ 26434] By: nicholas                              on 2005/12/21  18:34:03
30917         Log: The lref argument of sv_2cv is actually passed onwards to gv_fetchsv,
30918              so it is a bitmap of flag bits rather than simple TRUE/FALSE.
30919      Branch: perl
30920            ! mg.c pp.c pp_hot.c sv.c
30921 ____________________________________________________________________________
30922 [ 26433] By: rgs                                   on 2005/12/21  17:07:05
30923         Log: Remove switch from perltodo
30924      Branch: perl
30925            ! pod/perltodo.pod
30926 ____________________________________________________________________________
30927 [ 26432] By: rgs                                   on 2005/12/21  16:16:19
30928         Log: Subject: [PATCH] Feature bundle is now :5.10, and add -E switch
30929              From: Robin Houston <robin@cpan.org>
30930              Date: Wed, 21 Dec 2005 11:00:08 +0000
30931              Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk>
30932      Branch: perl
30933            + t/lib/feature/err
30934            ! MANIFEST embedvar.h global.sym intrpvar.h lib/feature.pm
30935            ! perl.c perl_keyword.pl perlapi.h pod/perlop.pod
30936            ! pod/perlrun.pod sv.c t/lib/feature/nonesuch t/lib/warnings/op
30937            ! t/op/dor.t t/run/switches.t toke.c
30938 ____________________________________________________________________________
30939 [ 26431] By: rgs                                   on 2005/12/21  11:12:32
30940         Log: Fix for [perl #37999] lc() + Latin-1 chars is failing erratically
30941              based on copying part of change #22196 from do_chomp() to do_chop().
30942      Branch: perl
30943            ! doop.c
30944 ____________________________________________________________________________
30945 [ 26430] By: rgs                                   on 2005/12/21  09:23:05
30946         Log: Subject: [PATCH] Fix bug in change #26379
30947              From: "Jan Dubois" <jand@ActiveState.com>
30948              Date: Tue, 20 Dec 2005 16:42:24 -0800
30949              Message-ID: <046001c605c7$69470290$d563a8c0@candy>
30950      Branch: perl
30951            ! win32/win32.c
30952 ____________________________________________________________________________
30953 [ 26429] By: nicholas                              on 2005/12/20  23:12:17
30954         Log: rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL, so update the
30955              descriptive comment to include them.
30956      Branch: perl
30957            ! op.h
30958 ____________________________________________________________________________
30959 [ 26428] By: rgs                                   on 2005/12/20  20:50:26
30960         Log: Remove some hardcoded references to ./perl in tests
30961      Branch: perl
30962            ! t/op/closure.t t/op/magic.t t/run/runenv.t
30963 ____________________________________________________________________________
30964 [ 26427] By: nicholas                              on 2005/12/20  20:13:12
30965         Log: Take care in toke.c not to convert constant subroutine reference
30966              proxies into full blown PVGVs with PVCVs, and recognise them and inline
30967              their values. Adds a new function gv_const_sv(gv) to return the value
30968              of the constant subroutine from a GV, and adds a cv parameter to
30969              S_intuit_method.
30970      Branch: perl
30971            ! embed.fnc embed.h gv.c proto.h toke.c
30972 ____________________________________________________________________________
30973 [ 26426] By: merijn                                on 2005/12/20  19:56:58
30974         Log: Small update on using threads on HP-UX 10.20
30975              64bit is far beyond experimental by now
30976      Branch: perl
30977            ! README.hpux
30978 ____________________________________________________________________________
30979 [ 26425] By: nicholas                              on 2005/12/20  19:55:46
30980         Log: Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that disables
30981              addition of new typeglobs, and also disables initialisation of any
30982              typeglob placeholders. Needed to make the new constant subroutine
30983              proxy references work efficiently.
30984      Branch: perl
30985            ! gv.c gv.h
30986 ____________________________________________________________________________
30987 [ 26424] By: rgs                                   on 2005/12/20  19:37:26
30988         Log: Fix typos in regular expressions
30989      Branch: perl
30990            ! ext/POSIX/t/time.t
30991 ____________________________________________________________________________
30992 [ 26423] By: nicholas                              on 2005/12/20  16:34:27
30993         Log: Get the "cv" from the "gv" once, and be more careful so that we can
30994              cope if either aren't their regular types.
30995              cv_const_sv should verify the type of SV passed, instead of assuming
30996              that it's a viable CV.
30997      Branch: perl
30998            ! op.c toke.c
30999 ____________________________________________________________________________
31000 [ 26422] By: nicholas                              on 2005/12/20  15:11:09
31001         Log: Croak if gv_init doesn't know how to create a typeglob from that type
31002              of referant. Test that ARRAY, HASH, PVIO, CODE and FORMAT croak.
31003              Globs are actually first class assignable objects, so test that you
31004              can create a constant subroutine that returns one.
31005      Branch: perl
31006            ! gv.c pod/perldiag.pod t/op/gv.t
31007 ____________________________________________________________________________
31008 [ 26421] By: rgs                                   on 2005/12/20  14:54:10
31009         Log: POD nits on B::Lint
31010      Branch: perl
31011            ! ext/B/B/Lint.pm
31012 ____________________________________________________________________________
31013 [ 26420] By: rgs                                   on 2005/12/20  14:48:34
31014         Log: Subject: Re: Pluggable lint patch
31015              From: Joshua ben Jore <twists@gmail.com>
31016              Date: Mon, 19 Dec 2005 09:22:04 -0600
31017              Message-ID: <dc5c751d0512190722s1e73ef88l5ae82bd7aa075c51@mail.gmail.com>
31018      Branch: perl
31019            ! ext/B/B/Lint.pm ext/B/t/lint.t
31020 ____________________________________________________________________________
31021 [ 26419] By: gisle                                 on 2005/12/20  14:39:22
31022         Log: Make perlivp skip the *.ph tests by default, since these
31023              files are normally not generated.
31024              The -a option is now needed for it to run all tests.
31025      Branch: perl
31026            ! utils/perlivp.PL
31027 ____________________________________________________________________________
31028 [ 26418] By: rgs                                   on 2005/12/20  14:24:06
31029         Log: Subject: [TEST PATCH] %^H can now propagate into eval
31030              From: Robin Houston <robin@cpan.org>
31031              Date: Tue, 20 Dec 2005 12:06:15 +0000
31032              Message-ID: <20051220120615.GA21794@rpc142.cs.man.ac.uk>
31033      Branch: perl
31034            ! t/comp/hints.t
31035 ____________________________________________________________________________
31036 [ 26417] By: nicholas                              on 2005/12/20  14:10:39
31037         Log: Verify that the code for initialising typeglobs from other types works.
31038      Branch: perl
31039            ! t/op/gv.t
31040 ____________________________________________________________________________
31041 [ 26416] By: rgs                                   on 2005/12/20  13:55:19
31042         Log: Use PTR2IV instead of casting directly
31043      Branch: perl
31044            ! pp_ctl.c
31045 ____________________________________________________________________________
31046 [ 26415] By: nicholas                              on 2005/12/20  13:39:01
31047         Log: gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather
31048              than a simple boolean, so passing FALSE or TRUE is bogus.
31049      Branch: perl
31050            ! doio.c gv.c mg.c op.c pp.c pp_hot.c pp_sys.c regcomp.c sv.c
31051            ! toke.c universal.c
31052 ____________________________________________________________________________
31053 [ 26414] By: nicholas                              on 2005/12/20  12:51:21
31054         Log: In Perl_yylex, move the declaration of orig_keyword, gv and gvp down to
31055              the block labelled keylookup.
31056      Branch: perl
31057            ! toke.c
31058 ____________________________________________________________________________
31059 [ 26413] By: rgs                                   on 2005/12/20  10:25:01
31060         Log: Subject: [PATCH] make failing cygwin test TODO'd
31061              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
31062              Date: Mon, 19 Dec 2005 03:41:12 -0800
31063              Message-ID: <20051219114112.GA5568@efn.org>
31064      Branch: perl
31065            ! lib/File/Compare.t
31066 ____________________________________________________________________________
31067 [ 26412] By: nicholas                              on 2005/12/19  23:47:26
31068         Log: In Perl_yylex, make tmp a temporary variable local to the blocks in
31069              which it is used.
31070      Branch: perl
31071            ! toke.c
31072 ____________________________________________________________________________
31073 [ 26411] By: nicholas                              on 2005/12/19  22:38:54
31074         Log: Assert that orig_keyword, gv and gvp aren't used before the main
31075              keyword parser of Perl_yylex.
31076      Branch: perl
31077            ! toke.c
31078 ____________________________________________________________________________
31079 [ 26410] By: davem                                 on 2005/12/19  22:07:49
31080         Log: //g loops infinitely on tainted data
31081              make the LHS of expr =~ /foo/g an lvalue, so that any pos magic
31082              attached to it stays attached.
31083      Branch: perl
31084            ! op.c t/op/taint.t
31085 ____________________________________________________________________________
31086 [ 26409] By: nicholas                              on 2005/12/19  20:57:40
31087         Log: Make gv_init recognise a reference-to-something in a symbol table as
31088              meaning a constant subroutine with that thing as it value
31089      Branch: perl
31090            ! gv.c
31091 ____________________________________________________________________________
31092 [ 26408] By: rgs                                   on 2005/12/19  19:27:09
31093         Log: Fix internal broken link ; reindent code examples
31094      Branch: perl
31095            ! pod/perlsyn.pod
31096 ____________________________________________________________________________
31097 [ 26407] By: rgs                                   on 2005/12/19  19:21:47
31098         Log: Fix typo.
31099              Add empty lines after =items.
31100      Branch: perl
31101            ! pod/perldiag.pod
31102 ____________________________________________________________________________
31103 [ 26406] By: rgs                                   on 2005/12/19  19:18:48
31104         Log: A note on say() and ORS grabbed from Damian's Perl6::Say.
31105      Branch: perl
31106            ! pod/perlfunc.pod
31107 ____________________________________________________________________________
31108 [ 26405] By: rgs                                   on 2005/12/19  18:43:04
31109         Log: Attempt at making IO::Handle backwards compatible again
31110      Branch: perl
31111            ! ext/IO/lib/IO/Handle.pm
31112 ____________________________________________________________________________
31113 [ 26404] By: nicholas                              on 2005/12/19  18:28:03
31114         Log: Make sv_dump (and therefore Devel::Peek) report the value of the
31115              constant in inlineable constant subroutines.
31116      Branch: perl
31117            ! dump.c ext/Devel/Peek/t/Peek.t
31118 ____________________________________________________________________________
31119 [ 26403] By: rgs                                   on 2005/12/19  18:20:48
31120         Log: sort.pm deserves a new version number
31121      Branch: perl
31122            ! lib/sort.pm
31123 ____________________________________________________________________________
31124 [ 26402] By: rgs                                   on 2005/12/19  18:17:19
31125         Log: Subject: Re: [PATCH] Make the 'sort' pragma lexically scoped
31126              From: Robin Houston <robin@cpan.org>
31127              Date: Dec 19, 2005 6:46 PM
31128              Message-ID: <20051219174620.GA17940@rpc142.cs.man.ac.uk>
31129      Branch: perl
31130            ! embed.fnc embed.h ext/B/B/Concise.pm ext/B/t/concise-xs.t
31131            ! ext/B/t/f_sort.t global.sym lib/feature.pm lib/sort.pm
31132            ! lib/sort.t op.c op.h pod/perlapi.pod pp_sort.c proto.h toke.c
31133 ____________________________________________________________________________
31134 [ 26401] By: rgs                                   on 2005/12/19  16:39:44
31135         Log: Missing file from last change
31136      Branch: perl
31137            + t/lib/common.pl
31138 ____________________________________________________________________________
31139 [ 26400] By: rgs                                   on 2005/12/19  16:26:15
31140         Log: Subject: [PATCH] latest switch/say/~~
31141              From: Robin Houston <robin@cpan.org>
31142              Date: Sat, 17 Dec 2005 20:44:31 +0000
31143              Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk>
31144      Branch: perl
31145            + lib/feature.pm lib/feature.t t/io/say.t t/lib/feature/nonesuch
31146            + t/lib/feature/say t/lib/feature/smartmatch
31147            + t/lib/feature/switch t/op/smartmatch.t t/op/switch.t
31148            ! MANIFEST cop.h embed.fnc embed.h ext/B/B/Deparse.pm
31149            ! ext/B/t/concise-xs.t ext/B/t/f_map.t ext/B/t/optree_samples.t
31150            ! ext/IO/lib/IO/Handle.pm ext/Opcode/Opcode.pm global.sym
31151            ! keywords.h keywords.pl lib/overload.pm lib/warnings.t op.c
31152            ! op.h opcode.h opcode.pl opnames.h perl.h perl_keyword.pl
31153            ! perly.act perly.h perly.tab perly.y pod/perldiag.pod
31154            ! pod/perlfunc.pod pod/perlop.pod pod/perlsyn.pod pp.sym
31155            ! pp_ctl.c pp_proto.h proto.h t/op/cproto.t toke.c
31156 ____________________________________________________________________________
31157 [ 26399] By: rgs                                   on 2005/12/19  09:52:42
31158         Log: Un-TODO a fixed test
31159              
31160              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
31161              From: demerphq <demerphq@gmail.com>
31162              Date: Sat, 17 Dec 2005 17:23:23 +0100
31163              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
31164      Branch: perl
31165            ! t/op/pat.t
31166 ____________________________________________________________________________
31167 [ 26398] By: rgs                                   on 2005/12/19  09:52:03
31168         Log: TODO-SKIP tests must be "not ok", or else the test harness will think
31169              it's an unexpected success
31170              
31171              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
31172              From: demerphq <demerphq@gmail.com>
31173              Date: Sat, 17 Dec 2005 17:23:23 +0100
31174              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
31175      Branch: perl
31176            ! t/test.pl
31177 ____________________________________________________________________________
31178 [ 26397] By: rgs                                   on 2005/12/18  10:23:55
31179         Log: Subject: [PATCH] Make script embedded in patchlevel.h work on win32.
31180              From: demerphq <demerphq@gmail.com> Mailed-By: perl.org
31181              Date: Dec 17, 2005 7:52 PM
31182              Message-ID: <9b18b3110512171052h2052d598rdf038f1d38560317@mail.gmail.com>
31183      Branch: perl
31184            ! patchlevel.h
31185 ____________________________________________________________________________
31186 [ 26396] By: craigb                                on 2005/12/18  00:16:42
31187         Log: Two test workarounds for VMS
31188      Branch: perl
31189            ! lib/File/Copy.t t/op/goto.t
31190 ____________________________________________________________________________
31191 [ 26395] By: nicholas                              on 2005/12/17  23:22:31
31192         Log: Add some paranoia to check that GP accesses aren't being done on the
31193              wrong types of SV.
31194      Branch: perl
31195            ! gv.h
31196 ____________________________________________________________________________
31197 [ 26394] By: stevep                                on 2005/12/17  19:21:35
31198         Log: Upgrade to Time-HiRes-1.86
31199      Branch: perl
31200            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
31201            ! ext/Time/HiRes/t/HiRes.t
31202 ____________________________________________________________________________
31203 [ 26393] By: nicholas                              on 2005/12/17  18:50:08
31204         Log: Two it's => its grammar fixes.
31205      Branch: perl
31206            ! op.c perl.h
31207 ____________________________________________________________________________
31208 [ 26392] By: nicholas                              on 2005/12/17  18:25:59
31209         Log: Move and const some definitions of variables used to save errno.
31210      Branch: perl
31211            ! doio.c perlio.c
31212 ____________________________________________________________________________
31213 [ 26391] By: nicholas                              on 2005/12/17  17:46:06
31214         Log: Add t/op/negate.t to MANIFEST.
31215      Branch: perl
31216            ! MANIFEST
31217 ____________________________________________________________________________
31218 [ 26390] By: nicholas                              on 2005/12/17  17:40:44
31219         Log: Pull the definition of olderrno in sv_2pv_flags into the block where
31220              it's used.
31221      Branch: perl
31222            ! sv.c
31223 ____________________________________________________________________________
31224 [ 26389] By: stevep                                on 2005/12/17  15:47:39
31225         Log: Subject: [PATCH] Correct typo in Time::HiRes tests introduced by patch 26383
31226              From: Dominic Dunlop <shouldbedomo@mac.com>
31227              Date: Sat, 17 Dec 2005 15:57:54 +0100
31228              Message-Id: <B364C747-F2BB-446F-887E-06EA2989888C@mac.com>
31229      Branch: perl
31230            ! ext/Time/HiRes/t/HiRes.t
31231 ____________________________________________________________________________
31232 [ 26388] By: stevep                                on 2005/12/17  15:41:38
31233         Log: Fix a typo and add some clarification to change #26387.
31234      Branch: perl
31235            ! pod/perlop.pod
31236 ____________________________________________________________________________
31237 [ 26387] By: stevep                                on 2005/12/17  15:35:45
31238         Log: Addition documentation explaining aritmetic negation on strings.  Also,
31239              additional test cases based partially on code by Piotr Fusik in 
31240              RT #36675: -'-10' eq '+10'.
31241      Branch: perl
31242            + t/op/negate.t
31243            ! pod/perlop.pod
31244 ____________________________________________________________________________
31245 [ 26386] By: nicholas                              on 2005/12/17  12:00:51
31246         Log: The IV/UV choice can be made inside uiv_2buf rather than sv_2pv_flags.
31247      Branch: perl
31248            ! sv.c
31249 ____________________________________________________________________________
31250 [ 26385] By: nicholas                              on 2005/12/17  11:44:47
31251         Log: The THINKFIRST check after the GMAGICAL check in sv_2iv_flags and
31252              sv_2uv_flags should have been else if.
31253      Branch: perl
31254            ! sv.c
31255 ____________________________________________________________________________
31256 [ 26384] By: stevep                                on 2005/12/17  04:03:05
31257         Log: Fix for ext/POSIX/t/time.t so the strftime() test works on systems
31258              that aren't quite up to SUS3.  Based on a patch by David Dyck in
31259              RT #37960: POSIX/t/time fails bleadperl
31260      Branch: perl
31261            ! ext/POSIX/t/time.t
31262 ____________________________________________________________________________
31263 [ 26383] By: stevep                                on 2005/12/17  01:46:58
31264         Log: Upgrade to Time-HiRes-1.85
31265      Branch: perl
31266            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
31267            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
31268            ! ext/Time/HiRes/fallback/const-c.inc
31269            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
31270 ____________________________________________________________________________
31271 [ 26382] By: nicholas                              on 2005/12/16  22:41:01
31272         Log: Typo fixes from Robin Houston in
31273              <20051216201446.GA24709@rpc142.cs.man.ac.uk>
31274      Branch: perl
31275            ! sv.h
31276 ____________________________________________________________________________
31277 [ 26381] By: nicholas                              on 2005/12/16  21:54:13
31278         Log: s/Nullhv/NULL/g;
31279              # Although I see that Robin is proposing to add some :-)
31280      Branch: perl
31281            ! cop.h ext/Data/Dumper/Dumper.xs ext/DynaLoader/dlutils.c gv.c
31282            ! op.c op.h pad.c perl.c sv.c toke.c universal.c xsutils.c
31283 ____________________________________________________________________________
31284 [ 26380] By: nicholas                              on 2005/12/16  21:30:34
31285         Log: s/Nullav/NULL/g
31286      Branch: perl
31287            ! cop.h ext/Data/Dumper/Dumper.xs gv.c intrpvar.h pad.c perl.c
31288            ! pp.c pp_ctl.c pp_sort.c scope.c sv.c
31289 ____________________________________________________________________________
31290 [ 26379] By: rgs                                   on 2005/12/16  21:13:37
31291         Log: Subject: [PATCH] RE: PeekMessage() call in win32\win32.c win32_async_check
31292              From: Jan Dubois <jand@activestate.com>
31293              Date: Dec 16, 2005 7:12 AM
31294              Message-ID: <015901c60207$abd64210$d563a8c0@candy>
31295              
31296              (Without the proposed alarm.t test)
31297      Branch: perl
31298            ! t/op/fork.t win32/perlhost.h win32/win32.c win32/win32.h
31299 ____________________________________________________________________________
31300 [ 26378] By: nicholas                              on 2005/12/16  18:12:26
31301         Log: Perl_sv_dup should be allocating bodies based on *size*, not the
31302              length to copy.
31303      Branch: perl
31304            ! sv.c
31305 ____________________________________________________________________________
31306 [ 26377] By: nicholas                              on 2005/12/16  15:55:51
31307         Log: comp/require.t exits early for the case of UTF-8 or EBCDIC, so need to
31308              add "new" tests before the end.
31309      Branch: perl
31310            ! t/comp/require.t
31311 ____________________________________________________________________________
31312 [ 26376] By: davem                                 on 2005/12/15  22:03:57
31313         Log: change #26373 broke threaded builds (aTHX_ now superfluous)
31314      Branch: perl
31315            ! pp_ctl.c
31316 ____________________________________________________________________________
31317 [ 26375] By: stevep                                on 2005/12/15  18:16:20
31318         Log: Added test for change #26373.
31319      Branch: perl
31320            ! t/comp/require.t
31321 ____________________________________________________________________________
31322 [ 26374] By: rgs                                   on 2005/12/15  18:00:34
31323         Log: Fix for [perl #37886] strict 'refs' doesn't apply inside defined
31324      Branch: perl
31325            ! pod/perl593delta.pod pp.c t/lib/strict/refs
31326 ____________________________________________________________________________
31327 [ 26373] By: stevep                                on 2005/12/15  17:48:42
31328         Log: Prevent require() from attempting to open directories and block 
31329              devices.  This fixes RT #24404.
31330      Branch: perl
31331            ! embed.fnc embed.h pp_ctl.c proto.h
31332 ____________________________________________________________________________
31333 [ 26372] By: nicholas                              on 2005/12/15  17:26:52
31334         Log: Use PL_op_desc rather than literal strings in pp_ioctl
31335      Branch: perl
31336            ! pp_sys.c
31337 ____________________________________________________________________________
31338 [ 26371] By: nicholas                              on 2005/12/15  17:26:22
31339         Log: Expand the comment describing the intent of change 26370, and how it
31340              relates to change 24660.
31341      Branch: perl
31342            ! toke.c
31343 ____________________________________________________________________________
31344 [ 26370] By: rgs                                   on 2005/12/15  17:12:01
31345         Log: Don't autovivify stashes as soon as the lexer sees them.
31346              This makes defined %foo::bar:: work again.
31347              Add tests for it, remove note in perldelta about having broken it.
31348      Branch: perl
31349            ! pod/perl593delta.pod t/op/stash.t toke.c
31350 ____________________________________________________________________________
31351 [ 26369] By: nicholas                              on 2005/12/15  16:24:21
31352         Log: In Perl_apply, the name of the op can be found from PL_op_name, instead
31353              of using local string constants.
31354      Branch: perl
31355            ! doio.c
31356 ____________________________________________________________________________
31357 [ 26368] By: rgs                                   on 2005/12/15  15:11:15
31358         Log: More general fix for bug [perl #37915]
31359              Make Net::Ping::mselect return undef on error instead of -1.
31360      Branch: perl
31361            ! lib/Net/Ping.pm
31362 ____________________________________________________________________________
31363 [ 26367] By: rgs                                   on 2005/12/15  14:44:51
31364         Log: Subject: [perl #37915] Bad select error handling in Net::Ping 
31365              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
31366              Date: Tue, 13 Dec 2005 10:44:47 -0800
31367              Message-ID: <rt-3.0.11-37915-125655.19.2646201463531@perl.org>
31368      Branch: perl
31369            ! lib/Net/Ping.pm
31370 ____________________________________________________________________________
31371 [ 26366] By: gisle                                 on 2005/12/15  12:34:12
31372         Log: Silence test output to STDERR
31373              because it makes the 'make test' output look ugly.
31374      Branch: perl
31375            ! ext/Sys/Syslog/t/00-load.t
31376 ____________________________________________________________________________
31377 [ 26365] By: gisle                                 on 2005/12/15  10:42:03
31378         Log: Subject: Re: [perl #37897] sprintf of version objects
31379              From: John Peacock <jpeacock@rowman.com>
31380              Date: Wed, 14 Dec 2005 10:12:56 -0500
31381              Message-ID: <43A03678.2060700@rowman.com>
31382              
31383              (with some formatting tweaks and extra test cases)
31384      Branch: perl
31385            ! sv.c t/op/sprintf.t
31386 ____________________________________________________________________________
31387 [ 26364] By: rgs                                   on 2005/12/15  10:04:36
31388         Log: Some cleanups by Jarkko (and one by myself) to check83.pl
31389      Branch: perl
31390            ! Porting/check83.pl
31391 ____________________________________________________________________________
31392 [ 26363] By: craigb                                on 2005/12/15  03:59:21
31393         Log: On VMS, put pods in [.lib.pods] rather than [.lib.pod]
31394              in order to avoid collisions with [.lib.Pod]
31395      Branch: perl
31396            ! configure.com installperl vms/descrip_mms.template
31397 ____________________________________________________________________________
31398 [ 26362] By: stevep                                on 2005/12/15  02:33:11
31399         Log: Reverting change #26360 and #26361 since it appears that the bugs I
31400              thought I fixed had been previously fixed with change #25953.
31401      Branch: perl
31402            ! pp_sort.c
31403 ____________________________________________________________________________
31404 [ 26361] By: stevep                                on 2005/12/15  02:02:25
31405         Log: Again, FREETMPS not SAVETMPS!
31406      Branch: perl
31407            ! pp_sort.c
31408 ____________________________________________________________________________
31409 [ 26360] By: stevep                                on 2005/12/15  02:00:19
31410         Log: Add a missing FREETMPS to match up with a SAVETMPS.  This change
31411              fixes problems with nested sorts.  (RTs #7063 and #36430).
31412      Branch: perl
31413            ! pp_sort.c
31414 ____________________________________________________________________________
31415 [ 26359] By: stevep                                on 2005/12/15  00:36:25
31416         Log: Upgrade to Getopt-Long-2.35
31417      Branch: perl
31418            ! lib/Getopt/Long.pm
31419 ____________________________________________________________________________
31420 [ 26358] By: craigb                                on 2005/12/14  22:03:28
31421         Log: Using the system's utime() requires a patch to vms/vmsish.h
31422              that has not been submitted yet.
31423      Branch: perl
31424            ! vms/vms.c
31425 ____________________________________________________________________________
31426 [ 26357] By: nicholas                              on 2005/12/14  16:41:33
31427         Log: lib/Pod/t/man.t should use TODO with not ok to express its intentions
31428              correctly in TAP. (or alternatively if it really wants to skip, it
31429              needs to print ok)
31430      Branch: perl
31431            ! lib/Pod/t/man.t
31432 ____________________________________________________________________________
31433 [ 26355] By: nicholas                              on 2005/12/14  15:25:39
31434         Log: Duplicate the AMAGIC temporary variable consting from sv_2iv_flags into
31435              sv_2uv_flags, sv_2nv and sv_2pv_flags.
31436      Branch: perl
31437            ! sv.c
31438 ____________________________________________________________________________
31439 [ 26354] By: nicholas                              on 2005/12/14  14:59:18
31440         Log: Simplify the SvGMAGIC code in sv_[ipu]v_flags.
31441      Branch: perl
31442            ! sv.c
31443 ____________________________________________________________________________
31444 [ 26353] By: nicholas                              on 2005/12/14  14:08:24
31445         Log: Simplify the SvGMAGIC code in sv_2nv, removing duplicated checks to
31446              warn for uninitialized values.
31447      Branch: perl
31448            ! sv.c
31449 ____________________________________________________________________________
31450 [ 26352] By: nicholas                              on 2005/12/14  13:22:14
31451         Log: The logic to use SVt_NV or SVt_PVNV is in sv_upgrade, so no need to
31452              dupliate it in sv_2nv. Also, the final sv_upgrade is never called.
31453      Branch: perl
31454            ! sv.c
31455 ____________________________________________________________________________
31456 [ 26351] By: davem                                 on 2005/12/14  12:46:29
31457         Log: forgot to add new file to change #26350
31458      Branch: perl
31459            + ext/threads/shared/t/blessed.t
31460 ____________________________________________________________________________
31461 [ 26350] By: davem                                 on 2005/12/14  12:44:20
31462         Log: Subject:  [perl #37919] Blessed scalar refs with threads::shared 
31463              From:  "Jerry D. Hedden" (via RT) <perlbug-followup@perl.org>
31464              Date:  Tue, 13 Dec 2005 15:11:20 -0800
31465              Message-Id:  <rt-3.0.11-37919-125690.15.3722450337035@perl.org>
31466              
31467              Unlike arrays and hashes, coping blessed refs to shared scalars left
31468              the copy unblessed
31469      Branch: perl
31470            ! MANIFEST ext/threads/shared/shared.xs
31471 ____________________________________________________________________________
31472 [ 26349] By: steveh                                on 2005/12/14  12:41:02
31473         Log: Fix compilation error when building with -DPERL_MEM_LOG_STDERR
31474      Branch: perl
31475            ! util.c
31476 ____________________________________________________________________________
31477 [ 26347] By: nicholas                              on 2005/12/13  22:07:30
31478         Log: Convert range.t to test.pl
31479      Branch: perl
31480            ! t/op/range.t
31481 ____________________________________________________________________________
31482 [ 26346] By: nicholas                              on 2005/12/13  20:05:31
31483         Log: Update embed.fnc and headers after change 26345 (spotted by Rafael)
31484      Branch: perl
31485            ! embed.fnc embed.h proto.h
31486 ____________________________________________________________________________
31487 [ 26345] By: nicholas                              on 2005/12/13  19:44:22
31488         Log: Inline asIV and asUV, as each is only used once, and it distracts from
31489              the patterns of repeated code in sv_2iv_flags, sv_2uv_flags, sv_2nv
31490              and sv_2pv_flags. Add a comment noting the return path from the end of
31491              the SvGMAGICAL case to all 4.
31492      Branch: perl
31493            ! sv.c
31494 ____________________________________________________________________________
31495 [ 26344] By: craigb                                on 2005/12/13  17:27:48
31496         Log: Don't include utime.h in vms.c -- it collides with 
31497              homegroun definitions in vmsish.h.
31498      Branch: perl
31499            ! vms/vms.c
31500 ____________________________________________________________________________
31501 [ 26343] By: rgs                                   on 2005/12/13  14:07:12
31502         Log: Fix realclean target for Sys::Syslog
31503      Branch: perl
31504            ! ext/Sys/Syslog/Makefile.PL
31505 ____________________________________________________________________________
31506 [ 26342] By: gisle                                 on 2005/12/13  13:54:44
31507         Log: Remove tests that were not portable to 64bit ints.
31508      Branch: perl
31509            ! t/op/sprintf2.t
31510 ____________________________________________________________________________
31511 [ 26341] By: stevep                                on 2005/12/13  12:17:57
31512         Log: Renaming of some of Pod::Simple's test files to make it more 8.3 
31513              friendly.
31514      Branch: perl
31515           +> lib/Pod/Simple/t/junk1.pod lib/Pod/Simple/t/junk1_out.txt
31516           +> lib/Pod/Simple/t/junk2.pod lib/Pod/Simple/t/junk2_out.txt
31517           +> lib/Pod/Simple/t/perlcyg.pod lib/Pod/Simple/t/perlcyg_out.txt
31518           +> lib/Pod/Simple/t/perlfaq3.pod
31519           +> lib/Pod/Simple/t/perlfaq3_out.txt lib/Pod/Simple/t/perlvar.pod
31520           +> lib/Pod/Simple/t/perlvar_out.txt
31521            - lib/Pod/Simple/t/test_junk1.pod
31522            - lib/Pod/Simple/t/test_junk1_out.txt
31523            - lib/Pod/Simple/t/test_junk2.pod
31524            - lib/Pod/Simple/t/test_junk2_out.txt
31525            - lib/Pod/Simple/t/test_old_perlcygwin.pod
31526            - lib/Pod/Simple/t/test_old_perlcygwin_out.txt
31527            - lib/Pod/Simple/t/test_old_perlfaq3.pod
31528            - lib/Pod/Simple/t/test_old_perlfaq3_out.txt
31529            - lib/Pod/Simple/t/test_old_perlvar.pod
31530            - lib/Pod/Simple/t/test_old_perlvar_out.txt
31531            ! MANIFEST lib/Pod/Simple/t/render.t
31532 ____________________________________________________________________________
31533 [ 26340] By: stevep                                on 2005/12/13  11:54:54
31534         Log: Changes to Pod::Simple's tests to get rid of the "^"s in the 
31535              directory names.
31536      Branch: perl
31537            + lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm
31538            + lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod
31539            + lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm
31540            + lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt
31541            + lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod
31542            + lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod
31543            + lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm
31544            + lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
31545            + lib/Pod/Simple/t/test_lib/Blorm.pm
31546            + lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt
31547            + lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm
31548            + lib/Pod/Simple/t/test_lib/Zonk/Veng.pm
31549            + lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod
31550            + lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm
31551            + lib/Pod/Simple/t/test_lib/hink_honk/readme.txt
31552            + lib/Pod/Simple/t/test_lib/pod/perlfliff.pod
31553            + lib/Pod/Simple/t/test_lib/pod/perlthang.pod
31554            + lib/Pod/Simple/t/test_lib/squaa.pm
31555            + lib/Pod/Simple/t/test_lib/squaa/Glunk.pod
31556            + lib/Pod/Simple/t/test_lib/squaa/Vliff.pm
31557            + lib/Pod/Simple/t/test_lib/zikzik.pod
31558            + lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm
31559            - lib/Pod/Simple/t/other^test^lib/Sizzlesuzzle.pm
31560            - lib/Pod/Simple/t/other^test^lib/hink^honk/Glunk.pod
31561            - lib/Pod/Simple/t/other^test^lib/hink^honk/Vliff.pm
31562            - lib/Pod/Simple/t/other^test^lib/hink^honk/readme.txt
31563            - lib/Pod/Simple/t/other^test^lib/pod/perlthang.pod
31564            - lib/Pod/Simple/t/other^test^lib/pod/perlzuk.pod
31565            - lib/Pod/Simple/t/other^test^lib/squaa/Vliff.pm
31566            - lib/Pod/Simple/t/other^test^lib/squaa/Wowo.pod
31567            - lib/Pod/Simple/t/test^lib/Blorm.pm
31568            - lib/Pod/Simple/t/test^lib/Zonk/Fiddle.txt
31569            - lib/Pod/Simple/t/test^lib/Zonk/Pronk.pm
31570            - lib/Pod/Simple/t/test^lib/Zonk/Veng.pm
31571            - lib/Pod/Simple/t/test^lib/hink^honk/Glunk.pod
31572            - lib/Pod/Simple/t/test^lib/hink^honk/Vliff.pm
31573            - lib/Pod/Simple/t/test^lib/hink^honk/readme.txt
31574            - lib/Pod/Simple/t/test^lib/pod/perlfliff.pod
31575            - lib/Pod/Simple/t/test^lib/pod/perlthang.pod
31576            - lib/Pod/Simple/t/test^lib/squaa.pm
31577            - lib/Pod/Simple/t/test^lib/squaa/Glunk.pod
31578            - lib/Pod/Simple/t/test^lib/squaa/Vliff.pm
31579            - lib/Pod/Simple/t/test^lib/zikzik.pod
31580            - lib/Pod/Simple/t/yet^another^test^lib/squaa/Vliff.pm
31581            ! MANIFEST lib/Pod/Simple/t/htmlbatch_01.t
31582            ! lib/Pod/Simple/t/search_10survey_specific.t
31583            ! lib/Pod/Simple/t/search_12survey_cwd.t
31584            ! lib/Pod/Simple/t/search_20survey_two.t
31585            ! lib/Pod/Simple/t/search_22survey_two_shadowing.t
31586            ! lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
31587            ! lib/Pod/Simple/t/search_26_glob_kleene_k.t
31588            ! lib/Pod/Simple/t/search_27_glob_squaa_kleene.t
31589            ! lib/Pod/Simple/t/search_28_glob_z_kleene_k.t
31590            ! lib/Pod/Simple/t/search_29_glob_z_qmark_k.t
31591 ____________________________________________________________________________
31592 [ 26339] By: gisle                                 on 2005/12/13  11:40:26
31593         Log: Add overflow check to EXPECT_NUMBER() used by sv_vcatpvfn().
31594              sprintf() or printf() will now croak if any of the indexes and
31595              widths specified in the format string are too large.
31596      Branch: perl
31597            ! pod/perldiag.pod sv.c t/op/sprintf.t t/op/sprintf2.t
31598 ____________________________________________________________________________
31599 [ 26338] By: rgs                                   on 2005/12/13  11:20:16
31600         Log: Subject: Re: check83.pl
31601              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
31602              Date: Sun, 11 Dec 2005 07:19:58 -0800
31603              Message-ID: <20051211151958.GA6188@efn.org>
31604      Branch: perl
31605            ! Porting/check83.pl
31606 ____________________________________________________________________________
31607 [ 26337] By: steveh                                on 2005/12/13  09:41:29
31608         Log: Fix lib/File/Compare.t test failures on Win32
31609              
31610              Change 26225, updated by 26245, added a test for another filename with
31611              a trailing space but failed to open the new filehandle in binary mode
31612              
31613              To compound matters, creating a file called "foo " on Win32 "succeeds"
31614              but actually creates a file called just "foo", so we have actually
31615              overwritten the original file with this non-binary mode version, and
31616              hence some of the original tests started failing too!
31617              
31618              (And because of this the new test doesn't actually add anything new on
31619              Win32 at the moment, but right now I can't think of a filename that
31620              would have failed under 2-arg open but succeeds with 3-arg open, which
31621              was the purpose of this test)
31622      Branch: perl
31623            ! lib/File/Compare.t
31624 ____________________________________________________________________________
31625 [ 26336] By: steveh                                on 2005/12/13  08:54:45
31626         Log: Don't try to export Perl_pad_sv when it isn't defined
31627              
31628              Fixes a Win32 linker error in non-DEBUGGING builds following 26316
31629      Branch: perl
31630            ! makedef.pl
31631 ____________________________________________________________________________
31632 [ 26334] By: rgs                                   on 2005/12/12  16:03:00
31633         Log: A suggestion by Yamashina Hio to speed up substitutions
31634              with right-hand side expressions by freeing temporaries.
31635              See :
31636              
31637              Subject: s///ge; consumes PL_tmps_stack in its loop
31638              From: YAMASHINA Hio <hio@hio.jp>
31639              Date: Tue, 30 Aug 2005 17:17:23 +0900
31640              Message-Id: <20050830160113.9716.HIO@ymir.co.jp>
31641      Branch: perl
31642            ! pp_ctl.c
31643 ____________________________________________________________________________
31644 [ 26332] By: nicholas                              on 2005/12/12  15:24:06
31645         Log: Check that %v$foo does not crash.
31646      Branch: perl
31647            ! t/op/sprintf2.t
31648 ____________________________________________________________________________
31649 [ 26330] By: gisle                                 on 2005/12/12  13:55:14
31650         Log: Use load_module() instead of perl_eval_sv("require $mod") to
31651              load modules.  This is safer since $mod comes from an external
31652              source.
31653      Branch: perl
31654            ! ext/Storable/Storable.xs
31655 ____________________________________________________________________________
31656 [ 26329] By: stevep                                on 2005/12/12  13:21:03
31657         Log: Pod::Man's tests aren't Unicode friendly.  Let's skip the unfriendly
31658              test for now.
31659      Branch: perl
31660            ! lib/Pod/t/man.t
31661 ____________________________________________________________________________
31662 [ 26328] By: rgs                                   on 2005/12/12  13:18:21
31663         Log: Robin Houston points out a better way to replace
31664              the C<defined %foo::bar::> construct.
31665      Branch: perl
31666            ! pod/perl593delta.pod
31667 ____________________________________________________________________________
31668 [ 26327] By: gisle                                 on 2005/12/12  12:21:39
31669         Log: Oops, change 26326 broke t/run/switches.t
31670              Reverting change 24912 fixes it.
31671      Branch: perl
31672            ! t/run/switches.t
31673 ____________________________________________________________________________
31674 [ 26326] By: gisle                                 on 2005/12/12  10:41:04
31675         Log: Drop "v" prefix from sprintf("%vd", $^V).
31676              
31677              The sprintf documentation has this example:
31678              
31679              printf "version is v%vd\n", $^V;
31680              
31681              and it printed 'version is vv5.9.3\n'.
31682      Branch: perl
31683            ! sv.c t/op/sprintf.t
31684 ____________________________________________________________________________
31685 [ 26325] By: nicholas                              on 2005/12/11  22:37:40
31686         Log: Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug 37889)
31687      Branch: perl
31688            ! sv.c t/uni/sprintf.t
31689 ____________________________________________________________________________
31690 [ 26324] By: nicholas                              on 2005/12/11  20:34:33
31691         Log: Move the rest of the data munging into the test preparation loop.
31692      Branch: perl
31693            ! t/op/sprintf.t
31694 ____________________________________________________________________________
31695 [ 26323] By: nicholas                              on 2005/12/11  19:49:53
31696         Log: Move the $data and $result munging into the test preparation loop.
31697      Branch: perl
31698            ! t/op/sprintf.t
31699 ____________________________________________________________________________
31700 [ 26321] By: gisle                                 on 2005/12/11  18:14:24
31701         Log: Disallow sprintf's vector handling for non-integer formats.
31702              Avoids core dump for printf("%vs") and similar.
31703      Branch: perl
31704            ! sv.c t/op/sprintf.t
31705 ____________________________________________________________________________
31706 [ 26320] By: nicholas                              on 2005/12/11  12:54:14
31707         Log: Quench the other 2 ways obscure ways of abusing positional parameters
31708              to generate bogus array indexes. These two are inside the vector
31709              formatting code.
31710      Branch: perl
31711            ! sv.c t/op/sprintf.t
31712 ____________________________________________________________________________
31713 [ 26319] By: nicholas                              on 2005/12/10  18:13:33
31714         Log: Re-instate the old perl getcwd as _perl_getcwd, and use it if loading
31715              the XS fails. (Needed to bootstrap the core build)
31716      Branch: perl
31717            ! lib/Cwd.pm
31718 ____________________________________________________________________________
31719 [ 26318] By: stevep                                on 2005/12/10  15:42:39
31720         Log: Upgrade to PathTools-3.14_01
31721      Branch: perl
31722            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm lib/File/Spec.pm
31723            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
31724            ! lib/File/Spec/t/Spec.t
31725 ____________________________________________________________________________
31726 [ 26317] By: stevep                                on 2005/12/10  15:21:37
31727         Log: Subject: [PATCH] Code tweaks in sv.c
31728              From: Andy Lester <andy@petdance.com>
31729              Date: Fri, 9 Dec 2005 11:09:21 -0600
31730              Message-ID: <20051209170921.GC16943@petdance.com>
31731              
31732              Includes a minor change the patch to account for code that moved
31733              elsewhere.
31734      Branch: perl
31735            ! sv.c
31736 ____________________________________________________________________________
31737 [ 26316] By: stevep                                on 2005/12/10  15:14:37
31738         Log: Subject: [PATCH] Excluding pad funcs when not debugging
31739              From: Andy Lester <andy@petdance.com>
31740              Date: Wed, 7 Dec 2005 21:58:05 -0600
31741              Message-ID: <20051208035805.GA23007@petdance.com>
31742      Branch: perl
31743            ! pad.c
31744 ____________________________________________________________________________
31745 [ 26315] By: nicholas                              on 2005/12/09  23:09:42
31746         Log: A better hash for PTR_TABLE_HASH (?)
31747      Branch: perl
31748            ! sv.c
31749 ____________________________________________________________________________
31750 [ 26314] By: craigb                                on 2005/12/09  21:13:50
31751         Log: Subject: patch@26310 - Major step for > 256 char paths on VMS
31752              From: "John E. Malmberg" <wb8tyw@qsl.net>
31753              Date: Fri, 09 Dec 2005 14:08:53 -0500
31754              Message-id: <4399D645.8070803@qsl.net>
31755      Branch: perl
31756            ! vms/vms.c
31757 ____________________________________________________________________________
31758 [ 26313] By: nicholas                              on 2005/12/09  19:18:32
31759         Log: An alternative way of structuring ptr_table_clear so that the variables
31760              can be assigned to at declaration time.
31761      Branch: perl
31762            ! sv.c
31763 ____________________________________________________________________________
31764 [ 26312] By: nicholas                              on 2005/12/09  18:46:17
31765         Log: A more efficient way to loop in ptr_table_clear
31766      Branch: perl
31767            ! sv.c
31768 ____________________________________________________________________________
31769 [ 26311] By: stevep                                on 2005/12/09  13:22:33
31770         Log: Subject: Re: Pod::Simple integration
31771              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
31772              Date: Fri, 09 Dec 2005 07:06:00 +0100
31773              Message-ID: <87k6ee7qk7.fsf@k75.linux.bogus>
31774              
31775              These files are still giving problems after attempting to convert
31776              them to text in p4.  The tests pass without them, so we'll remove them
31777              from the Perl distribution.
31778      Branch: perl
31779            - lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
31780            - lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
31781            - lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
31782            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
31783            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
31784            ! MANIFEST
31785 ____________________________________________________________________________
31786 [ 26310] By: stevep                                on 2005/12/09  03:39:17
31787         Log: Fixes compile errors introduce with change #26301 when compiling
31788              with ithreads and DEBUGGING.
31789      Branch: perl
31790            ! sv.c
31791 ____________________________________________________________________________
31792 [ 26309] By: stevep                                on 2005/12/09  02:07:32
31793         Log: Upgrade to Sys-Syslog-0.10
31794      Branch: perl
31795            + ext/Sys/Syslog/Changes ext/Sys/Syslog/README
31796            + ext/Sys/Syslog/fallback/const-c.inc
31797            + ext/Sys/Syslog/fallback/const-xs.inc
31798            + ext/Sys/Syslog/t/00-load.t ext/Sys/Syslog/t/constants.t
31799            + ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
31800            + ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
31801            + ext/Sys/Syslog/t/portfs.t
31802            ! MANIFEST ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
31803            ! ext/Sys/Syslog/t/syslog.t
31804 ____________________________________________________________________________
31805 [ 26308] By: stevep                                on 2005/12/09  01:41:44
31806         Log: Upgrade to CGI.pm-3.15
31807      Branch: perl
31808            ! lib/CGI.pm lib/CGI/Changes
31809 ____________________________________________________________________________
31810 [ 26307] By: stevep                                on 2005/12/08  19:40:33
31811         Log: Add pointer to Pod::Simple for the Pod -> HTML task.
31812      Branch: perl
31813            ! pod/perltodo.pod
31814 ____________________________________________________________________________
31815 [ 26306] By: stevep                                on 2005/12/08  19:21:25
31816         Log: One final Pod::Usage yak to shave...
31817      Branch: perl
31818            ! lib/Pod/Usage.pm
31819 ____________________________________________________________________________
31820 [ 26305] By: stevep                                on 2005/12/08  19:07:38
31821         Log: Version bump for Pod::Usage
31822      Branch: perl
31823            ! lib/Pod/Usage.pm
31824 ____________________________________________________________________________
31825 [ 26304] By: stevep                                on 2005/12/08  19:04:59
31826         Log: Further yak-shaving on Pod::Usage.  Now, t/pod/pod2usage2.t tests 
31827              pass.
31828      Branch: perl
31829            ! lib/Pod/Usage.pm t/pod/pod2usage2.t
31830 ____________________________________________________________________________
31831 [ 26303] By: stevep                                on 2005/12/08  15:53:36
31832         Log: Fix to Pod::Usage to work with all recent Pod::Text versions.  Also
31833              includes a change to the Pod::Usage test file for compatibility
31834              purposes.
31835      Branch: perl
31836            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
31837 ____________________________________________________________________________
31838 [ 26302] By: craigb                                on 2005/12/08  14:47:57
31839         Log: On VMS, do not use Perl's memory allocator for the home-grown pipe
31840              structures.  They may be allocated during start-up and are torn down
31841              in an exit handler, where thread context and other Perlish support
31842              are iffy.
31843      Branch: perl
31844            ! vms/vms.c
31845 ____________________________________________________________________________
31846 [ 26301] By: nicholas                              on 2005/12/08  14:06:37
31847         Log: Merge common code from ptr_table_fetch and ptr_table_store into
31848              S_ptr_table_find.
31849      Branch: perl
31850            ! sv.c
31851 ____________________________________________________________________________
31852 [ 26300] By: gisle                                 on 2005/12/08  09:56:22
31853         Log: Fixup the setsockopt usage message; missing OPTVAL.
31854      Branch: perl
31855            ! ext/IO/lib/IO/Socket.pm
31856 ____________________________________________________________________________
31857 [ 26299] By: gisle                                 on 2005/12/08  09:53:35
31858         Log: Improve the setsockopt description.
31859              Removed claim that OPTVAL might be undef as it is just treated
31860              the same as 0 and give the usual use-of-uninitialized-value
31861              warning.  Added an example.
31862      Branch: perl
31863            ! pod/perlfunc.pod
31864 ____________________________________________________________________________
31865 [ 26298] By: craigb                                on 2005/12/08  04:34:42
31866         Log: Subject: patch@26253 Allow embedded new lines passed through to commands
31867              From: "John E. Malmberg" <wb8tyw@qsl.net>
31868              Date: Wed, 07 Dec 2005 22:26:21 -0500
31869              Message-id: <4397A7DD.8030403@qsl.net>
31870      Branch: perl
31871            ! vms/vms.c
31872 ____________________________________________________________________________
31873 [ 26297] By: stevep                                on 2005/12/07  20:39:24
31874         Log: One quick fix to the test for differences in error output.
31875      Branch: perl
31876            ! lib/Pod/t/Usage.t
31877 ____________________________________________________________________________
31878 [ 26296] By: rgs                                   on 2005/12/07  15:46:46
31879         Log: Subject: [PATCH] All args in embed.fnc should be named
31880              From: Andy Lester <andy@petdance.com>
31881              Date: Wed, 7 Dec 2005 10:08:18 -0600
31882              Message-ID: <20051207160818.GA13465@petdance.com>
31883      Branch: perl
31884            ! embed.fnc embed.pl pod/perlapi.pod proto.h
31885 ____________________________________________________________________________
31886 [ 26295] By: rgs                                   on 2005/12/07  15:13:03
31887         Log: Don't build manpages for Encode and Unicode::Normalize
31888              (when compiling perl manpages are built afterwards, not
31889              by MakeMaker like when installing modules.) This fix a
31890              bootstrap problem (now that Pod::Man uses POSIX.)
31891      Branch: perl
31892            ! ext/Encode/Makefile.PL ext/Unicode/Normalize/Makefile.PL
31893 ____________________________________________________________________________
31894 [ 26294] By: rgs                                   on 2005/12/07  13:22:39
31895         Log: Check in those files as text, not binary
31896      Branch: perl
31897            ! lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
31898            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
31899            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
31900            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
31901            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
31902 ____________________________________________________________________________
31903 [ 26293] By: rgs                                   on 2005/12/07  13:01:00
31904         Log: Remove space
31905      Branch: perl
31906            ! MANIFEST
31907 ____________________________________________________________________________
31908 [ 26292] By: stevep                                on 2005/12/07  12:36:59
31909         Log: Upgrade to podlators-2.00
31910      Branch: perl
31911            + lib/Pod/t/color.t lib/Pod/t/termcap.t
31912            - lib/Pod/t/text-errors.t
31913            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
31914            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
31915            ! lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
31916            ! lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
31917            ! lib/Pod/t/basic.txt lib/Pod/t/man.t lib/Pod/t/text-options.t
31918            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
31919 ____________________________________________________________________________
31920 [ 26291] By: stevep                                on 2005/12/07  11:38:00
31921         Log: Assimilate Pod-Simple-3.03 to the Perl core
31922      Branch: perl
31923            + (add 170 files)
31924            ! MANIFEST Porting/Maintainers.pl
31925 ____________________________________________________________________________
31926 [ 26290] By: nicholas                              on 2005/12/07  08:53:03
31927         Log: Pull the regexp stringification code out into S_stringify_regexp, to
31928              make sv_2pv_flags clearer.
31929      Branch: perl
31930            ! sv.c
31931 ____________________________________________________________________________
31932 [ 26289] By: nicholas                              on 2005/12/07  08:30:26
31933         Log: 3 instances of SvIsUV_on(sv); can be replaced with one.
31934      Branch: perl
31935            ! sv.c
31936 ____________________________________________________________________________
31937 [ 26288] By: stevep                                on 2005/12/07  02:10:26
31938         Log: Upgrade to CGI-3.14.
31939              
31940              Mmm...pi.  Oh, also including some Pod fixes in bleadperl that haven't
31941              yet been applied to the actual CGI distribution yet.
31942      Branch: perl
31943            ! lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
31944 ____________________________________________________________________________
31945 [ 26287] By: nicholas                              on 2005/12/06  21:55:29
31946         Log: Add a ; that 26281 was lacking.
31947              (Dear Mark, please can I have back one of the two that I sent you after
31948              change 23614)
31949      Branch: perl
31950            ! util.c
31951 ____________________________________________________________________________
31952 [ 26286] By: nicholas                              on 2005/12/06  21:39:24
31953         Log: Move vast swathes of common code from sv_2iv_flags and sv_2uv_flags
31954              into S_sv_2iuv_common.
31955      Branch: perl
31956            ! sv.c
31957 ____________________________________________________________________________
31958 [ 26285] By: nicholas                              on 2005/12/06  19:41:43
31959         Log: The early return for SvIOKp(sv) in sv_2[iu]v_flags is actually code
31960              duplication.
31961      Branch: perl
31962            ! sv.c
31963 ____________________________________________________________________________
31964 [ 26281] By: rgs                                   on 2005/12/06  17:23:09
31965         Log: Subject: [PATCH] More consting, and putting stuff in embed.fnc
31966              From: Andy Lester <andy@petdance.com>
31967              Date: Mon, 5 Dec 2005 13:46:13 -0600
31968              Message-ID: <20051205194613.GB7791@petdance.com>
31969      Branch: perl
31970            ! deb.c doio.c dump.c embed.fnc embed.h hv.c hv.h locale.c mg.c
31971            ! op.c op.h pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
31972            ! proto.h regcomp.c sv.c taint.c toke.c utf8.c util.c
31973 ____________________________________________________________________________
31974 [ 26280] By: nicholas                              on 2005/12/06  16:53:46
31975         Log: Subject: Re: stringification of v-string references
31976              From: John Peacock <jpeacock@rowman.com>
31977              Message-ID: <439592B4.2050101@rowman.com>
31978              Date: Tue, 06 Dec 2005 08:31:32 -0500
31979      Branch: perl
31980            ! t/op/ref.t
31981 ____________________________________________________________________________
31982 [ 26279] By: gisle                                 on 2005/12/06  16:42:31
31983         Log: Fix typo spotted by Ronald J Kimball.
31984      Branch: perl
31985            ! ext/Sys/Syslog/Syslog.pm
31986 ____________________________________________________________________________
31987 [ 26278] By: rgs                                   on 2005/12/06  14:56:28
31988         Log: Subject: Re: Perl PR: "Security holes in Sys::Syslog"
31989              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
31990              Date: Tue, 6 Dec 2005 09:56:12 -0500
31991              Message-ID: <20051206145612.GA94530@penkwe.pair.com>
31992      Branch: perl
31993            ! ext/Sys/Syslog/Syslog.pm
31994 ____________________________________________________________________________
31995 [ 26277] By: gisle                                 on 2005/12/06  14:45:30
31996         Log: Document why syslog($priority, "%s", $message) is a good idea
31997              if the code might be running with older versions of Sys::Syslog.
31998      Branch: perl
31999            ! ext/Sys/Syslog/Syslog.pm
32000 ____________________________________________________________________________
32001 [ 26276] By: merijn                                on 2005/12/06  14:30:53
32002         Log: Itanium blade servers added to the model list
32003      Branch: perl
32004            ! README.hpux
32005 ____________________________________________________________________________
32006 [ 26275] By: nicholas                              on 2005/12/06  13:56:15
32007         Log: Don't use Copy for 1 and 2 character string constants.
32008      Branch: perl
32009            ! sv.c
32010 ____________________________________________________________________________
32011 [ 26274] By: nicholas                              on 2005/12/06  13:40:07
32012         Log: Eliminate an unneeded local variable.
32013      Branch: perl
32014            ! sv.c
32015 ____________________________________________________________________________
32016 [ 26273] By: nicholas                              on 2005/12/06  13:08:57
32017         Log: Eliminate all the gotos in sv_2pv_flags, by moving the tokensave*
32018              code into the GMAGIC block.
32019      Branch: perl
32020            ! sv.c
32021 ____________________________________________________________________________
32022 [ 26272] By: nicholas                              on 2005/12/06  12:19:23
32023         Log: sv_2pv_flags shouldn't return a constant string "NULLREF" - it was the
32024              only constant non-"" string returned.
32025      Branch: perl
32026            ! sv.c
32027 ____________________________________________________________________________
32028 [ 26271] By: nicholas                              on 2005/12/05  23:57:51
32029         Log: Make all the return statements closer to the final calcuation of the
32030              returned value in the reference stringification code. Pull variables
32031              into tigher scope which also allows some to become const.
32032      Branch: perl
32033            ! sv.c
32034 ____________________________________________________________________________
32035 [ 26270] By: nicholas                              on 2005/12/05  23:29:46
32036         Log: Move the scope of origsv inwards, and rename variables to avoid the
32037              need to re-assign to sv.
32038      Branch: perl
32039            ! sv.c
32040 ____________________________________________________________________________
32041 [ 26269] By: nicholas                              on 2005/12/05  23:12:33
32042         Log: Clone the brief return logic and thereby remove a goto.
32043      Branch: perl
32044            ! sv.c
32045 ____________________________________________________________________________
32046 [ 26268] By: nicholas                              on 2005/12/05  22:44:32
32047         Log: As they are now the same, can fold the entire switch statement for
32048              reference type in sv_2pv_flags into a call to sv_reftype.
32049      Branch: perl
32050            ! sv.c
32051 ____________________________________________________________________________
32052 [ 26267] By: nicholas                              on 2005/12/05  22:20:31
32053         Log: Untease the regexp stringification from the reference naming in
32054              sv_2pv_flags. (Lots of re-indentation, little real change)
32055      Branch: perl
32056            ! sv.c
32057 ____________________________________________________________________________
32058 [ 26266] By: nicholas                              on 2005/12/05  21:58:20
32059         Log: References to version objects should stringify as VSTRING. This makes
32060              stringification consistent with the output of ref().
32061      Branch: perl
32062            ! sv.c
32063 ____________________________________________________________________________
32064 [ 26265] By: nicholas                              on 2005/12/05  20:37:11
32065         Log: The extra return is actually a duplicated code path, and can go.
32066      Branch: perl
32067            ! sv.c
32068 ____________________________________________________________________________
32069 [ 26264] By: nicholas                              on 2005/12/05  20:09:23
32070         Log: Fix typo in description.
32071      Branch: perl
32072            ! MANIFEST
32073 ____________________________________________________________________________
32074 [ 26263] By: nicholas                              on 2005/12/05  19:56:43
32075         Log: Add ext/MIME/Base64/README to MANIFEST
32076      Branch: perl
32077            ! MANIFEST
32078 ____________________________________________________________________________
32079 [ 26262] By: stevep                                on 2005/12/05  16:35:14
32080         Log: Upgrade to MIME-Base64-3.07
32081      Branch: perl
32082            + ext/MIME/Base64/README
32083            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
32084            ! ext/MIME/Base64/QuotedPrint.pm
32085 ____________________________________________________________________________
32086 [ 26261] By: stevep                                on 2005/12/05  16:29:46
32087         Log: Upgrade to Digest-MD5-2.36
32088      Branch: perl
32089            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
32090            ! ext/Digest/MD5/README ext/Digest/MD5/t/files.t
32091 ____________________________________________________________________________
32092 [ 26260] By: stevep                                on 2005/12/05  16:20:17
32093         Log: Upgrade to CGI.pm-3.13
32094      Branch: perl
32095            + lib/CGI/t/no_tabindex.t
32096            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes
32097            ! lib/CGI/Cookie.pm lib/CGI/t/form.t
32098 ____________________________________________________________________________
32099 [ 26259] By: rgs                                   on 2005/12/05  16:19:35
32100         Log: "Malformed UTF-8 character" was a severe warning, and can now be
32101              also a fatal error (since change #26258)
32102      Branch: perl
32103            ! pod/perldiag.pod
32104 ____________________________________________________________________________
32105 [ 26258] By: rgs                                   on 2005/12/05  16:04:16
32106         Log: Subject: Re: [perl #37836] Simple Regex causes SEGV when run on specific data
32107              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
32108              Date: Tue, 06 Dec 2005 00:35:52 +0900
32109              Message-Id: <20051206003221.5AD9.BQW10602@nifty.com>
32110      Branch: perl
32111            ! regexec.c
32112 ____________________________________________________________________________
32113 [ 26257] By: rgs                                   on 2005/12/05  15:25:00
32114         Log: Better variable names make code clearer
32115              
32116              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
32117              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
32118              Date: Sun, 04 Dec 2005 16:24:29 +0900
32119              Message-Id: <20051204162412.D720.BQW10602@nifty.com>
32120      Branch: perl
32121            ! embed.fnc proto.h utf8.c
32122 ____________________________________________________________________________
32123 [ 26256] By: rgs                                   on 2005/12/05  15:20:32
32124         Log: Rework the error messages from the swashget code.
32125              
32126              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
32127              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
32128              Date: Sun, 04 Dec 2005 16:24:59 +0900
32129              Message-Id: <20051204162431.D723.BQW10602@nifty.com>
32130      Branch: perl
32131            ! pod/perldiag.pod utf8.c
32132 ____________________________________________________________________________
32133 [ 26255] By: rgs                                   on 2005/12/05  15:15:53
32134         Log: Clarification and cleanup of the XS SWASHGET code
32135              
32136              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
32137              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
32138              Date: Sun, 04 Dec 2005 16:28:35 +0900
32139              Message-Id: <20051204162508.D726.BQW10602@nifty.com>
32140      Branch: perl
32141            ! lib/utf8_heavy.pl regexec.c t/op/pat.t utf8.c
32142 ____________________________________________________________________________
32143 [ 26254] By: rgs                                   on 2005/12/05  09:58:02
32144         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80.tar.gz
32145              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
32146              Date: Sat, 03 Dec 2005 12:24:05 +0100
32147              Message-ID: <87mzji8luy.fsf@k75.linux.bogus>
32148      Branch: perl
32149            ! lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
32150 ____________________________________________________________________________
32151 [ 26253] By: mhx                                   on 2005/12/04  19:37:58
32152         Log: NULL is a legal value for newXS()'s name parameter.
32153              (This caused strange build failures with gcc4 -O3)
32154      Branch: perl
32155            ! embed.fnc proto.h
32156 ____________________________________________________________________________
32157 [ 26252] By: stevep                                on 2005/12/04  15:30:55
32158         Log: Fix handling of author's names that had apostrophes.  Based on a patch
32159              by Sean O'Rourke <sorourke@cs.ucsd.edu> in RT bug #22950.
32160      Branch: perl
32161            ! utils/h2xs.PL
32162 ____________________________________________________________________________
32163 [ 26251] By: davem                                 on 2005/12/03  15:20:24
32164         Log: clarify description of vector (v) sprintf format modifier
32165      Branch: perl
32166            ! pod/perlfunc.pod
32167 ____________________________________________________________________________
32168 [ 26250] By: craigb                                on 2005/12/03  15:15:47
32169         Log: In vms/vms.c, don't use the thread-specific Newx() during
32170              startup before threads are initialized.  
32171      Branch: perl
32172            ! vms/vms.c
32173 ____________________________________________________________________________
32174 [ 26249] By: stevep                                on 2005/12/03  12:31:02
32175         Log: Update perlhack.pod with the updated, permanent ActiveState URLs
32176      Branch: perl
32177            ! pod/perlhack.pod
32178 ____________________________________________________________________________
32179 [ 26248] By: rgs                                   on 2005/12/03  12:16:54
32180         Log: Missing chunk in change #26247.
32181      Branch: perl
32182            ! ext/Sys/Syslog/Syslog.pm
32183 ____________________________________________________________________________
32184 [ 26247] By: rgs                                   on 2005/12/03  11:23:29
32185         Log: Sys::Syslog::syslog can accept a message without printf
32186              escapes and arguments.
32187              
32188              Subject: Re: Perl PR: "Security holes in Sys::Syslog"
32189              From: Gisle Aas <gisle@activestate.com>
32190              Date: 03 Dec 2005 03:35:32 -0800
32191              Message-ID: <lracfi2z23.fsf@caliper.activestate.com>
32192      Branch: perl
32193            ! ext/Sys/Syslog/Syslog.pm
32194 ____________________________________________________________________________
32195 [ 26246] By: stevep                                on 2005/12/03  03:30:00
32196         Log: Upgrade to version-0.50
32197      Branch: perl
32198            ! lib/version.pm lib/version.pod lib/version.t util.c
32199 ____________________________________________________________________________
32200 [ 26245] By: rgs                                   on 2005/12/02  23:00:55
32201         Log: Replace ^M by a space in test for bug #37716, to make
32202              Cygwin happy (found by Yitzchak)
32203      Branch: perl
32204            ! lib/File/Compare.t
32205 ____________________________________________________________________________
32206 [ 26244] By: nicholas                              on 2005/12/02  17:15:27
32207         Log: Address Hugo's comment on Dave's change (26240)
32208      Branch: perl
32209            ! sv.c
32210 ____________________________________________________________________________
32211 [ 26243] By: rgs                                   on 2005/12/02  10:37:05
32212         Log: Subject: Storable retrieve_lscalar fails for empty strings [PATCH]
32213              From: Gisle Aas <gisle@ActiveState.com>
32214              Date: 28 Nov 2005 04:48:18 -0800
32215              Message-ID: <lr3blhndkd.fsf@caliper.activestate.com>
32216              
32217              and
32218              Message-ID: <lrwtisn062.fsf@caliper.activestate.com>
32219      Branch: perl
32220            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
32221 ____________________________________________________________________________
32222 [ 26242] By: rgs                                   on 2005/12/02  09:26:48
32223         Log: Subject: [PATCH] Signs, signs, everywhere a sign
32224              From: Andy Lester <andy@petdance.com>
32225              Date: Thu, 1 Dec 2005 14:24:51 -0600
32226              Message-ID: <20051201202451.GI22713@petdance.com>
32227      Branch: perl
32228            ! pp_pack.c
32229 ____________________________________________________________________________
32230 [ 26241] By: stevep                                on 2005/12/01  20:27:34
32231         Log: Nit from change #26232 noticed by H. Merijn Brand
32232      Branch: perl
32233            ! pod/perlop.pod
32234 ____________________________________________________________________________
32235 [ 26240] By: davem                                 on 2005/12/01  16:40:29
32236         Log: sprintf %NNN$ check for large values wrapping to negative
32237      Branch: perl
32238            ! sv.c t/op/sprintf2.t
32239 ____________________________________________________________________________
32240 [ 26239] By: rgs                                   on 2005/12/01  15:40:11
32241         Log: Always define PL_memory_wrap, and use it for the new sprintf checks
32242      Branch: perl
32243            ! makedef.pl perl.h sv.c
32244 ____________________________________________________________________________
32245 [ 26238] By: rgs                                   on 2005/12/01  15:26:09
32246         Log: Missing #ifdef, noticed by Jan Dubois
32247      Branch: perl
32248            ! sv.c
32249 ____________________________________________________________________________
32250 [ 26237] By: rgs                                   on 2005/12/01  14:25:34
32251         Log: Subject: [PATCH] Re: Perl PR: "Security holes in Sys::Syslog"
32252              From: Gisle Aas <gisle@ActiveState.com>
32253              Date: 01 Dec 2005 06:20:14 -0800
32254              Message-ID: <lroe406grl.fsf_-_@caliper.activestate.com>
32255              
32256              Subject: [PATCH] Suppress "0b" prefix for sprintf("%#b", 0)
32257              From: Gisle Aas <gisle@ActiveState.com>
32258              Date: 01 Dec 2005 06:11:44 -0800
32259              Message-ID: <lrsltc6h5r.fsf_-_@caliper.activestate.com>
32260      Branch: perl
32261            ! sv.c t/op/sprintf.t
32262 ____________________________________________________________________________
32263 [ 26236] By: rgs                                   on 2005/12/01  11:52:24
32264         Log: Subject: [PATCH] Disable constant folding of sprintf
32265              From: Gisle Aas <gisle@ActiveState.com>
32266              Date: 01 Dec 2005 03:22:10 -0800
32267              Message-ID: <lr8xv56p0d.fsf_-_@caliper.activestate.com>
32268      Branch: perl
32269            ! op.c opcode.h opcode.pl t/lib/warnings/sv t/op/sprintf2.t
32270 ____________________________________________________________________________
32271 [ 26235] By: rgs                                   on 2005/12/01  09:26:01
32272         Log: Subject: [patch] Re: Perl PR: "Security holes in Sys::Syslog"
32273              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
32274              Date: Wed, 30 Nov 2005 20:17:31 -0800
32275              Message-ID: <438E795B.9060805@ActiveState.com>
32276      Branch: perl
32277            ! sv.c
32278 ____________________________________________________________________________
32279 [ 26234] By: rgs                                   on 2005/12/01  08:34:42
32280         Log: Revert change #26110 (already reverted in maintperl by change 26182)
32281      Branch: perl
32282            ! op.c
32283 ____________________________________________________________________________
32284 [ 26233] By: rgs                                   on 2005/11/30  21:15:21
32285         Log: Jan Dubois notices that sitecustomize.pl is to be found in sitelib,
32286              not siteperl
32287      Branch: perl
32288            ! pod/perlrun.pod
32289 ____________________________________________________________________________
32290 [ 26232] By: stevep                                on 2005/11/30  19:09:17
32291         Log: dor-assign (//=) was missing from perlop.pod
32292      Branch: perl
32293            ! pod/perlop.pod
32294 ____________________________________________________________________________
32295 [ 26231] By: rgs                                   on 2005/11/30  17:57:16
32296         Log: Subject: [PATCH] Remove redundant SvUTF8_on() calls
32297              From: Gisle Aas <gisle@ActiveState.com>
32298              Date: 30 Nov 2005 09:28:54 -0800
32299              Message-ID: <lrhd9uhwo9.fsf@caliper.activestate.com>
32300      Branch: perl
32301            ! pp.c sv.c
32302 ____________________________________________________________________________
32303 [ 26229] By: rgs                                   on 2005/11/30  14:29:23
32304         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
32305              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
32306              Date: Sun, 27 Nov 2005 17:02:02 +0900
32307              Message-Id: <20051127170016.A786.BQW10602@nifty.com>
32308      Branch: perl
32309            ! embed.fnc embed.h lib/utf8_heavy.pl pod/perlapi.pod
32310            ! pod/perlintern.pod proto.h universal.c utf8.c utf8.h
32311            ! utfebcdic.h
32312 ____________________________________________________________________________
32313 [ 26228] By: nicholas                              on 2005/11/30  13:55:05
32314         Log: The regexp engine should check SV flags rather than SV type for
32315              determining if something is a reference, because under the debugger
32316              the value returned by the swash code is SVt_PVMG.
32317              Not doing this has the side effect of repeatedly reassigning the
32318              same array element, which causes destructors to fire on the reassignment
32319              which in turn causes &utf8::DESTROY to run outside of the pseudo-safety
32320              of save_re_context, which under the debugger involves re-entering the
32321              regexp engine, which causes corruption of the regexp engine's global
32322              state.
32323      Branch: perl
32324            ! regexec.c
32325 ____________________________________________________________________________
32326 [ 26227] By: rgs                                   on 2005/11/30  12:30:47
32327         Log: Fix B::Concise tests after change #26226
32328      Branch: perl
32329            ! ext/B/t/optree_varinit.t
32330 ____________________________________________________________________________
32331 [ 26226] By: rgs                                   on 2005/11/30  09:53:11
32332         Log: Revert change #22520 (optimise away my $foo = undef and similar
32333              constructs), in order to fix bug perl #37776
32334      Branch: perl
32335            ! op.c t/op/my.t
32336 ____________________________________________________________________________
32337 [ 26225] By: rgs                                   on 2005/11/29  17:40:16
32338         Log: Subject: Re: [perl #37716] Re: File::Compare broken for filenames with whitespace
32339              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
32340              Date: Tue, 29 Nov 2005 08:07:19 +0100
32341              Message-ID: <878xv89bko.fsf@k75.linux.bogus>
32342      Branch: perl
32343            ! lib/File/Compare.pm lib/File/Compare.t
32344 ____________________________________________________________________________
32345 [ 26224] By: stevep                                on 2005/11/29  12:36:46
32346         Log: Assimilate Pod-Escapes-1.04.  This is a prereq for Pod::Simple, 
32347              which is now a prereq for podlators.
32348      Branch: perl
32349            + lib/Pod/Escapes.pm lib/Pod/Escapes/ChangeLog
32350            + lib/Pod/Escapes/README lib/Pod/Escapes/t/01_about_verbose.t
32351            + lib/Pod/Escapes/t/10_main.t
32352            + lib/Pod/Escapes/t/15_name2charnum.t
32353            ! MANIFEST Porting/Maintainers.pl
32354 ____________________________________________________________________________
32355 [ 26223] By: rgs                                   on 2005/11/28  18:43:51
32356         Log: Typo fix, by Olivier Blin
32357      Branch: perl
32358            ! lib/Getopt/Long.pm
32359 ____________________________________________________________________________
32360 [ 26222] By: steveh                                on 2005/11/28  17:07:25
32361         Log: Fix ext/POSIX/t/time.t on Win32
32362              
32363              According to MSDN, "The string result produced by ctime contains
32364              exactly 26 characters and has the form: Wed Jan 02 02:03:55 1980\n\0"
32365              so we *do* want the leading zero on the day returned by strftime
32366      Branch: perl
32367            ! ext/POSIX/t/time.t
32368 ____________________________________________________________________________
32369 [ 26221] By: stevep                                on 2005/11/28  14:11:23
32370         Log: Mac OS X/Darwin seems to have problems with tzname().
32371      Branch: perl
32372            ! ext/POSIX/t/time.t
32373 ____________________________________________________________________________
32374 [ 26220] By: rgs                                   on 2005/11/28  11:00:37
32375         Log: FAQ sync.
32376      Branch: perl
32377            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
32378            ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfaq9.pod
32379 ____________________________________________________________________________
32380 [ 26219] By: stevep                                on 2005/11/28  02:48:18
32381         Log: Subject: [PATCH] Math::Trig: blead and maint (doc patch only): s/Bay/Gulf/ and do away with bad quotes
32382              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
32383              Date: Sun, 27 Nov 2005 23:04:31 +0200 (EET)
32384              Message-Id: <20051127210431.F1D2C6CF55@ugli.hut.fi>
32385      Branch: perl
32386            ! lib/Math/Trig.pm
32387 ____________________________________________________________________________
32388 [ 26218] By: stevep                                on 2005/11/28  02:34:49
32389         Log: Mention of possible use of a scalar variable on the rhs of an arrow "->" 
32390              operator added to close two tickets.
32391      Branch: perl
32392            ! pod/perlobj.pod
32393 ____________________________________________________________________________
32394 [ 26217] By: rgs                                   on 2005/11/27  23:18:38
32395         Log: Don't let MakeMaker install doc for MIME::Base64
32396              (since installpod does it already)
32397      Branch: perl
32398            ! ext/MIME/Base64/Makefile.PL
32399 ____________________________________________________________________________
32400 [ 26216] By: rgs                                   on 2005/11/27  22:42:42
32401         Log: Upgrade to Getopt::Long 2.34_04
32402      Branch: perl
32403            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
32404            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
32405            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
32406            ! lib/Getopt/Long/t/gol-oo.t
32407 ____________________________________________________________________________
32408 [ 26215] By: rgs                                   on 2005/11/27  21:43:17
32409         Log: Subject: [PATCH] fix wrong pool error in cygwin build
32410              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
32411              Date: Nov 27, 2005 9:29 AM
32412              Message-ID: <20051127082918.GA2556@efn.org>
32413      Branch: perl
32414            ! cygwin/cygwin.c
32415 ____________________________________________________________________________
32416 [ 26214] By: stevep                                on 2005/11/27  02:35:25
32417         Log: Upgrade to MIME-Base64-3.06
32418      Branch: perl
32419            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
32420            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
32421            ! ext/MIME/Base64/QuotedPrint.pm
32422 ____________________________________________________________________________
32423 [ 26213] By: stevep                                on 2005/11/26  12:48:42
32424         Log: Deal with differences in what clock() does between POSIX and BSD.
32425      Branch: perl
32426            ! ext/POSIX/t/time.t
32427 ____________________________________________________________________________
32428 [ 26212] By: stevep                                on 2005/11/26  12:04:00
32429         Log: Upgrade to Scalar-List-Utils-1.18
32430      Branch: perl
32431            + ext/List/Util/t/00version.t
32432            ! MANIFEST ext/List/Util/Changes
32433 ____________________________________________________________________________
32434 [ 26211] By: stevep                                on 2005/11/26  11:50:17
32435         Log: Upgrade to Digest-MD5-2.35
32436      Branch: perl
32437            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
32438            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
32439            ! ext/Digest/MD5/t/files.t
32440 ____________________________________________________________________________
32441 [ 26210] By: stevep                                on 2005/11/26  11:40:57
32442         Log: Actually update one of the files from the previous change.
32443      Branch: perl
32444            ! lib/Digest.pm
32445 ____________________________________________________________________________
32446 [ 26209] By: stevep                                on 2005/11/26  11:38:02
32447         Log: Upgrade to Digest-1.14
32448      Branch: perl
32449            ! lib/Digest.pm lib/Digest/Changes
32450 ____________________________________________________________________________
32451 [ 26208] By: stevep                                on 2005/11/26  02:56:26
32452         Log: Just be explicit about $TZ.  
32453      Branch: perl
32454            ! ext/POSIX/t/time.t
32455 ____________________________________________________________________________
32456 [ 26207] By: stevep                                on 2005/11/26  02:32:10
32457         Log: Hmmm...strftime() does work on Win32, but tzset() is having problems
32458              on OpenBSD.
32459      Branch: perl
32460            ! ext/POSIX/t/time.t
32461 ____________________________________________________________________________
32462 [ 26206] By: stevep                                on 2005/11/26  01:31:24
32463         Log: Additional tests for B and POSIX.  The POSIX ones concern me a bit,
32464              but I don't expect any black smokes because of testing on OpenBSD,
32465              Linux, Win32, an Cygwin.
32466      Branch: perl
32467            + ext/POSIX/t/time.t
32468            ! MANIFEST ext/B/t/b.t
32469 ____________________________________________________________________________
32470 [ 26205] By: nicholas                              on 2005/11/25  15:12:02
32471         Log: Move report_uninit() and its static supporting functions to the end of
32472              sv.c, so that they are not sandwiched between the two halves of the
32473              SV allocation code. However, the diff looks far more evil than it
32474              should given that this is just moving a single albeit large hunk.
32475      Branch: perl
32476            ! sv.c
32477 ____________________________________________________________________________
32478 [ 26204] By: rgs                                   on 2005/11/25  12:40:34
32479         Log: Subject: [PATCH] perlpod documentation discrepancy in 5.8.6 ( and maybe later? )
32480              From: demerphq <demerphq@gmail.com>
32481              Date: Fri, 25 Nov 2005 13:57:38 +0100
32482              Message-ID: <9b18b3110511250457k6c196c4fu167badd045c2d9e6@mail.gmail.com>
32483      Branch: perl
32484            ! pod/perlpod.pod
32485 ____________________________________________________________________________
32486 [ 26203] By: rgs                                   on 2005/11/24  16:09:48
32487         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
32488              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
32489              Date: Fri, 25 Nov 2005 00:19:35 +0900
32490              Message-Id: <20051125001031.24E3.BQW10602@nifty.com>
32491              
32492              Date: Fri, 25 Nov 2005 01:18:17 +0900
32493              Message-Id: <20051125011410.24E9.BQW10602@nifty.com>
32494      Branch: perl
32495            ! universal.c utf8.c
32496 ____________________________________________________________________________
32497 [ 26202] By: rgs                                   on 2005/11/24  15:38:05
32498         Log: Document new perldoc -L switch
32499              
32500              Subject: Re: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
32501              From: Enrico Sorcinelli <bepi@perl.it>
32502              Date: Thu, 24 Nov 2005 16:04:03 +0100
32503              Message-Id: <20051124160403.568a194b.bepi@perl.it>
32504      Branch: perl
32505            ! pod/perldoc.pod
32506 ____________________________________________________________________________
32507 [ 26201] By: rgs                                   on 2005/11/24  08:52:35
32508         Log: Delete a README made redundant by change 26200.
32509      Branch: perl
32510            - wince/README.perlce
32511 ____________________________________________________________________________
32512 [ 26200] By: rgs                                   on 2005/11/23  20:45:44
32513         Log: Subject: [PATCH @26198] perlce touches
32514              From: Konovalov, Vadim <vkonovalov@spb.lucent.com>
32515              Date: Nov 23, 2005 8:55 PM
32516              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DDC3@itotest-1.spb.lucent.com>
32517      Branch: perl
32518            ! INSTALL MANIFEST README.ce makedef.pl wince/Makefile.ce
32519            ! wince/wince.c
32520 ____________________________________________________________________________
32521 [ 26199] By: rgs                                   on 2005/11/23  15:34:54
32522         Log: Subject: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
32523              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
32524              Date: Wed, 23 Nov 2005 17:57:34 +0900
32525              Message-Id: <20051123175603.FFD5.BQW10602@nifty.com>
32526              
32527              And :
32528              Message-Id: <20051123202935.4D9D.BQW10602@nifty.com>
32529              
32530              with some nits to use U8 instead of char more consistently
32531      Branch: perl
32532            ! lib/utf8_heavy.pl t/op/pat.t universal.c utf8.c
32533 ____________________________________________________________________________
32534 [ 26198] By: rgs                                   on 2005/11/22  21:24:19
32535         Log: Notes in perlstyle about POD formatting, by Sébastien
32536              Aperghis-Tramoni, with nits by chromatic and Randy W. Sims.
32537      Branch: perl
32538            ! pod/perlstyle.pod
32539 ____________________________________________________________________________
32540 [ 26197] By: nicholas                              on 2005/11/22  20:23:34
32541         Log: Note the URL describing the vast riches awaiting us.
32542      Branch: perl
32543            ! t/lib/1_compile.t
32544 ____________________________________________________________________________
32545 [ 26196] By: davem                                 on 2005/11/22  16:52:24
32546         Log: include PERL_TRACK_MEMPOOL in perl -V output
32547      Branch: perl
32548            ! perl.c
32549 ____________________________________________________________________________
32550 [ 26195] By: davem                                 on 2005/11/22  16:32:42
32551         Log: perl segfaults on reversed array reference
32552              
32553              The 'for (reverse @a)' optimisation got its index wrong when
32554              create LVALUE SVs for undef elements
32555      Branch: perl
32556            ! pp_ctl.c pp_hot.c t/op/loopctl.t
32557 ____________________________________________________________________________
32558 [ 26194] By: rgs                                   on 2005/11/22  16:16:00
32559         Log: Subject: [DOC PATCH] Sort subs *can* now be recursive
32560              From: Robin Houston <robin@cpan.org>
32561              Date: Tue, 22 Nov 2005 13:28:17 +0000
32562              Message-ID: <20051122132817.GA20895@rpc142.cs.man.ac.uk>
32563      Branch: perl
32564            ! pod/perlfunc.pod
32565 ____________________________________________________________________________
32566 [ 26193] By: rgs                                   on 2005/11/22  16:10:00
32567         Log: Use the system's free to dealloc a PV allocated by the system
32568              (more precisely by libgdbm.) See :
32569              
32570              Subject: GDBM_file realloc failures
32571              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
32572              Date: Mon, 21 Nov 2005 18:22:00 +0100
32573              Message-ID: <20051121182200.0b3d2454@grubert.mandrakesoft.com>
32574      Branch: perl
32575            ! ext/GDBM_File/GDBM_File.xs
32576 ____________________________________________________________________________
32577 [ 26192] By: rgs                                   on 2005/11/22  15:54:16
32578         Log: Subject: Re: [PATCH] concat interacts badly with magic
32579              From: Robin Houston <robin@cpan.org>
32580              Date: Tue, 22 Nov 2005 14:07:27 +0000
32581              Message-ID: <20051122140727.GA29861@rpc142.cs.man.ac.uk>
32582              
32583              (new version of patch for bug #37722)
32584      Branch: perl
32585            ! pp_hot.c t/lib/warnings/9uninit t/lib/warnings/pp_hot
32586            ! t/op/tie.t
32587 ____________________________________________________________________________
32588 [ 26191] By: rgs                                   on 2005/11/22  14:16:05
32589         Log: Subject: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
32590              From: Enrico Sorcinelli <bepi@perl.it>
32591              Date: Sun, 20 Nov 2005 10:20:51 +0100
32592              Message-Id: <20051120102051.23ef095d.bepi@perl.it>
32593              
32594              Also, bump version number of Perldoc.
32595      Branch: perl
32596            ! lib/Pod/Perldoc.pm
32597 ____________________________________________________________________________
32598 [ 26190] By: rgs                                   on 2005/11/22  11:29:03
32599         Log: Revert change #26185, which could have some unwanted side-effects.
32600              (lib/warnings.t had failures due to this patch.)
32601              Moreover Dave Mitchell correctly pointed out that [perl #37722]
32602              wasn't really a bug.
32603      Branch: perl
32604            ! pp_hot.c t/op/tie.t
32605 ____________________________________________________________________________
32606 [ 26189] By: merijn                                on 2005/11/22  06:33:05
32607         Log: Subject: RE: [perl #37708] [PATCH] wrong IP_ constants on Win32 
32608              From: "Jan Dubois" <jand@ActiveState.com>
32609              Date: Mon, 21 Nov 2005 21:35:51 -0800
32610              Message-ID: <062401c5ef26$99b3a490$2217a8c0@candy>
32611      Branch: perl
32612            ! win32/include/sys/socket.h
32613 ____________________________________________________________________________
32614 [ 26188] By: stevep                                on 2005/11/22  03:41:17
32615         Log: Subject: [PATCH] ff_chop.patch redux
32616              From: Andy Lester <andy@petdance.com>
32617              Date: Mon, 21 Nov 2005 21:16:14 -0600
32618              Message-ID: <20051122031614.GB19424@petdance.com>
32619      Branch: perl
32620            ! pp_ctl.c
32621 ____________________________________________________________________________
32622 [ 26187] By: stevep                                on 2005/11/22  03:37:30
32623         Log: Subject: patch@26180 - t/op/pat.t : Can't reset %ENV on VMS
32624              From: "John E. Malmberg" <wb8tyw@qsl.net>
32625              Date: Mon, 21 Nov 2005 22:09:17 -0500
32626              Message-ID: <43828BDD.7080302@qsl.net>
32627      Branch: perl
32628            ! t/op/pat.t
32629 ____________________________________________________________________________
32630 [ 26186] By: stevep                                on 2005/11/22  03:32:04
32631         Log: Subject: patch@26180 - t/op/array.t : Can't reset %ENV on VMS
32632              From: "John E. Malmberg" <wb8tyw@qsl.net>
32633              Date: Mon, 21 Nov 2005 21:19:31 -0500
32634              Message-ID: <43828033.9040708@qsl.net>
32635      Branch: perl
32636            ! t/op/array.t
32637 ____________________________________________________________________________
32638 [ 26185] By: rgs                                   on 2005/11/21  17:19:34
32639         Log: Subject: [PATCH] concat interacts badly with magic
32640              From: Robin Houston <robin@cpan.org>
32641              Date: Mon, 21 Nov 2005 17:03:39 +0000
32642              Message-ID: <20051121170339.GA8214@rpc142.cs.man.ac.uk>
32643      Branch: perl
32644            ! pp_hot.c t/op/tie.t
32645 ____________________________________________________________________________
32646 [ 26184] By: nicholas                              on 2005/11/21  14:18:03
32647         Log: Flip the sign of the value in body details offset, and change its type
32648              to size_t.
32649      Branch: perl
32650            ! sv.c
32651 ____________________________________________________________________________
32652 [ 26183] By: merijn                                on 2005/11/21  14:11:28
32653         Log: Thread failures on AIX (and others) caused by interleaved output
32654              
32655              Subject: Smoke [5.9.3] 26168 FAIL(X) AIX 4.3.3.0/ML11 (PPC/1 cpu)
32656              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
32657              Date: Sun, 20 Nov 2005 14:36 +0100
32658              Message-Id: <200511201337.jAKDbc1O066213@smtp-vbr6.xs4all.nl>
32659      Branch: perl
32660            ! t/op/threads.t
32661 ____________________________________________________________________________
32662 [ 26181] By: rgs                                   on 2005/11/21  08:58:59
32663         Log: Upgrade to Time::HiRes 1.83
32664      Branch: perl
32665            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
32666            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
32667 ____________________________________________________________________________
32668 [ 26180] By: nicholas                              on 2005/11/20  20:39:50
32669         Log: Eliminate two more strlen()s, by using the return value of sprintf().
32670      Branch: perl
32671            ! pp_ctl.c
32672 ____________________________________________________________________________
32673 [ 26179] By: rgs                                   on 2005/11/20  12:10:15
32674         Log: Declarations must come first, or some compilers aren't happy.
32675              (spotted by Jarkko)
32676      Branch: perl
32677            ! ext/B/B.xs
32678 ____________________________________________________________________________
32679 [ 26178] By: stevep                                on 2005/11/20  02:41:01
32680         Log: Subject: [PATCH] Pulling ancient RCS comments
32681              From: Andy Lester <andy@petdance.com>
32682              Date: Sat, 19 Nov 2005 00:16:39 -0600
32683              Message-ID: <20051119061639.GA25086@petdance.com>
32684      Branch: perl
32685            ! lib/AnyDBM_File.t lib/importenv.pl lib/stat.pl lib/validate.pl
32686            ! t/base/cond.t t/base/if.t t/base/pat.t t/base/term.t
32687            ! t/cmd/elsif.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
32688            ! t/comp/cmdopt.t t/comp/cpp.t t/comp/decl.t t/io/inplace.t
32689            ! t/io/read.t t/io/tell.t t/op/append.t t/op/auto.t t/op/cond.t
32690            ! t/op/do.t t/op/flip.t t/op/goto_xs.t t/op/my.t t/op/push.t
32691            ! t/op/read.t t/op/time.t t/op/unshift.t
32692 ____________________________________________________________________________
32693 [ 26177] By: stevep                                on 2005/11/20  02:31:10
32694         Log: Subject: Reworked PERL_TRACK_MEMPOOL patch
32695              From: "Jan Dubois" <jand@ActiveState.com>
32696              Date: Fri, 18 Nov 2005 11:38:24 -0800
32697              Message-ID: <003601c5ec77$a45eb260$2217a8c0@candy>
32698      Branch: perl
32699            ! perl.h util.c
32700 ____________________________________________________________________________
32701 [ 26176] By: stevep                                on 2005/11/19  19:14:42
32702         Log: Down with "warning: code has no effect"
32703      Branch: perl
32704            ! XSUB.h
32705 ____________________________________________________________________________
32706 [ 26175] By: stevep                                on 2005/11/19  18:06:14
32707         Log: Cleaning up some warnings generated by "gcc -W"
32708      Branch: perl
32709            ! deb.c ext/B/B.xs ext/Data/Dumper/Dumper.xs
32710            ! ext/PerlIO/encoding/encoding.xs mg.c op.c regcomp.c scope.c
32711 ____________________________________________________________________________
32712 [ 26174] By: stevep                                on 2005/11/19  13:46:27
32713         Log: Upgrade to PathTools-3.14
32714      Branch: perl
32715            + lib/File/Spec/t/tmpdir.t
32716            ! MANIFEST ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
32717            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
32718            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
32719            ! lib/File/Spec/t/Spec.t
32720 ____________________________________________________________________________
32721 [ 26173] By: nicholas                              on 2005/11/19  11:21:15
32722         Log: Norman observed that a couple of macros could make the body defintion
32723              table a lot more readable.
32724      Branch: perl
32725            ! sv.c
32726 ____________________________________________________________________________
32727 [ 26172] By: nicholas                              on 2005/11/19  00:50:33
32728         Log: With -DPURFIY we change the flags so that everything is allocated
32729              directly. (Don't use arenas at all.) This seems a rather elegant way
32730              to simplify some of the code in sv.c by removing conditional
32731              compilation.
32732      Branch: perl
32733            ! sv.c
32734 ____________________________________________________________________________
32735 [ 26171] By: nicholas                              on 2005/11/19  00:21:58
32736         Log: Map the HE arena onto SV type 0 (SVt_NULL).
32737              Abolish PL_he_root and PL_he_arenaroot.
32738      Branch: perl
32739            ! embedvar.h ext/XS/APItest/APItest.xs hv.c intrpvar.h perlapi.h
32740            ! sv.c sv.h
32741 ____________________________________________________________________________
32742 [ 26170] By: nicholas                              on 2005/11/18  23:44:32
32743         Log: Remove all the now unused new_XFOO()/del_XFOO() macros
32744      Branch: perl
32745            ! sv.c
32746 ____________________________________________________________________________
32747 [ 26169] By: nicholas                              on 2005/11/18  23:28:59
32748         Log: sv_clear can manipulate the arena array directly too.
32749              Also, I think that we may have been "leaking" NV bodies in blead since
32750              25051. Oops. (Will not have been detectable except with -DPURIFY as
32751              the leak is not returning them as free to the arena)
32752      Branch: perl
32753            ! sv.c
32754 ____________________________________________________________________________
32755 [ 26168] By: nicholas                              on 2005/11/18  21:25:23
32756         Log: We only need to zero new bodies for upgrades. sv_dup doesn't need to
32757              zero as it's copying over the same sized structure. So change
32758              new_NOARENA to malloc(), and add new_NOARENAZ() to calloc()
32759      Branch: perl
32760            ! sv.c
32761 ____________________________________________________________________________
32762 [ 26167] By: nicholas                              on 2005/11/18  21:02:34
32763         Log: Merge the arms of the switch. The decision about what comes from an
32764              arena and what comes from malloc is now solely in the table.
32765      Branch: perl
32766            ! sv.c
32767 ____________________________________________________________________________
32768 [ 26166] By: nicholas                              on 2005/11/18  20:38:26
32769         Log: Eliminate new_body_length from sv_dup. Replace SvTYPE(sstr) with
32770              sv_type, which is a constant variable with the same value.
32771      Branch: perl
32772            ! sv.c
32773 ____________________________________________________________________________
32774 [ 26165] By: nicholas                              on 2005/11/18  19:50:24
32775         Log: Eliminate new_body_offset from sv_dup()
32776      Branch: perl
32777            ! sv.c
32778 ____________________________________________________________________________
32779 [ 26164] By: nicholas                              on 2005/11/18  17:37:39
32780         Log: Merge the last remaining case duplication in sv_upgrade
32781      Branch: perl
32782            ! sv.c
32783 ____________________________________________________________________________
32784 [ 26163] By: nicholas                              on 2005/11/18  16:18:38
32785         Log: Eliminate new_body_length from sv_upgrade
32786      Branch: perl
32787            ! sv.c
32788 ____________________________________________________________________________
32789 [ 26162] By: nicholas                              on 2005/11/18  15:51:10
32790         Log: Eliminate new_body_offset from sv_upgrade
32791      Branch: perl
32792            ! sv.c
32793 ____________________________________________________________________________
32794 [ 26161] By: nicholas                              on 2005/11/18  15:03:01
32795         Log: new_body_inline doesn't need to be passed the root, as it's already
32796              inferring the arenaroot directly from the passed-in type.
32797      Branch: perl
32798            ! sv.c
32799 ____________________________________________________________________________
32800 [ 26160] By: rgs                                   on 2005/11/18  12:40:16
32801         Log: Tabs are still required in the MANIFEST
32802      Branch: perl
32803            ! MANIFEST
32804 ____________________________________________________________________________
32805 [ 26159] By: nicholas                              on 2005/11/18  12:06:06
32806         Log: Add a flag to the body details of which types come from arenas.
32807              Update the allocation information for all the types.
32808              Add a new macro new_NOARENA() for allocating the non-arena types.
32809              Use calloc rather than malloc for the new_NOARENA so that the Zero()
32810              can be skipped.
32811      Branch: perl
32812            ! sv.c
32813 ____________________________________________________________________________
32814 [ 26158] By: nicholas                              on 2005/11/18  11:20:10
32815         Log: Simplify the expression for the upgrade logic for SVt_IV.
32816              Replace the "can't happen" comment for SVt_PVIV with assertions
32817              that it didn't happen.
32818      Branch: perl
32819            ! sv.c
32820 ____________________________________________________________________________
32821 [ 26157] By: stevep                                on 2005/11/18  11:07:34
32822         Log: Adding README.linux to the MANIFEST
32823      Branch: perl
32824            ! MANIFEST
32825 ____________________________________________________________________________
32826 [ 26156] By: nicholas                              on 2005/11/18  10:30:12
32827         Log: const and static for the const static private table.
32828              Replace the "upgrade" special case for SVt_PV with assertions as it's
32829              not been needed since we forced *up*grades.
32830      Branch: perl
32831            ! sv.c
32832 ____________________________________________________________________________
32833 [ 26155] By: nicholas                              on 2005/11/18  10:13:31
32834         Log: Rename sv_upgrade's parameter mt to new_type.
32835      Branch: perl
32836            ! sv.c
32837 ____________________________________________________________________________
32838 [ 26154] By: rgs                                   on 2005/11/18  08:30:18
32839         Log: Subject: Dumpvalue doc patch
32840              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
32841              Date: Fri, 18 Nov 2005 03:42:52 +0100
32842              Message-ID: <87br0ibrrn.fsf@k75.linux.bogus>
32843      Branch: perl
32844            ! lib/Dumpvalue.pm
32845 ____________________________________________________________________________
32846 [ 26153] By: stevep                                on 2005/11/18  00:54:53
32847         Log: Initial, albeit hackish, support for the alpha version of Sun Studio
32848              compilers of Linux.
32849      Branch: perl
32850            + README.linux
32851            ! hints/linux.sh
32852 ____________________________________________________________________________
32853 [ 26152] By: nicholas                              on 2005/11/17  23:27:59
32854         Log: All that can be in the first switch statement of sv_upgrade is now
32855              table driven. The shrinking continues on the morrow.
32856      Branch: perl
32857            ! sv.c
32858 ____________________________________________________________________________
32859 [ 26151] By: nicholas                              on 2005/11/17  22:50:07
32860         Log: "Can you see what it is yet?"
32861              Next steps towards making as much as possible table driven.
32862      Branch: perl
32863            ! sv.c
32864 ____________________________________________________________________________
32865 [ 26150] By: nicholas                              on 2005/11/17  21:58:58
32866         Log: Add the size of the structure to copy as a field in the per type
32867              data table.
32868      Branch: perl
32869            ! sv.c
32870 ____________________________________________________________________________
32871 [ 26149] By: nicholas                              on 2005/11/17  16:33:05
32872         Log: Merge sizeof_body_by_svtype and offset_by_svtype into a single array
32873              of structures.
32874      Branch: perl
32875            ! sv.c
32876 ____________________________________________________________________________
32877 [ 26148] By: nicholas                              on 2005/11/17  14:36:39
32878         Log: Move the location of the definition of the arena slot used for pte
32879              into sv.h, to keep it in one central place.
32880              Change it to use SVt_RV. (Having SVt_IV for real use will be useful.
32881              SVt_RV has no body, and doesn't pretend to have one, so it is spare.)
32882      Branch: perl
32883            ! sv.c sv.h
32884 ____________________________________________________________________________
32885 [ 26147] By: rgs                                   on 2005/11/17  14:09:10
32886         Log: Subject: [PATCH] Sort subs now in embed.fnc
32887              From: Andy Lester <andy@petdance.com>
32888              Date: Thu, 17 Nov 2005 07:53:38 -0600
32889              Message-ID: <20051117135338.GA31715@petdance.com>
32890      Branch: perl
32891            ! embed.fnc embed.h pp_sort.c proto.h
32892 ____________________________________________________________________________
32893 [ 26146] By: nicholas                              on 2005/11/17  13:51:01
32894         Log: s/SvTYPE(sv)/old_type/ in sv_upgrade because we already have that value
32895              in that variable.
32896              Don't compile S_new_body with -DPURIFY
32897      Branch: perl
32898            ! sv.c
32899 ____________________________________________________________________________
32900 [ 26145] By: rgs                                   on 2005/11/17  09:06:33
32901         Log: It's clearer to use "morphing" than "polymorphing" when
32902              describing what exec() does
32903      Branch: perl
32904            ! pod/perlmod.pod
32905 ____________________________________________________________________________
32906 [ 26144] By: stevep                                on 2005/11/17  00:18:31
32907         Log: Subject: [perl #37694] segfault with PerlIO::get_layers()
32908              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
32909              Date: Wed, 16 Nov 2005 07:11:41 -0800
32910              Message-ID: <rt-3.0.11-37694-124556.15.9755707729767@perl.org>
32911      Branch: perl
32912            ! universal.c
32913 ____________________________________________________________________________
32914 [ 26143] By: nicholas                              on 2005/11/16  23:40:55
32915         Log: Oi gcc, No! sizeof(void) is an error. *Not* 1.
32916              Wanting sizeof(void) isn't even a compilation error with -ansi
32917              -pedantic. Just a warning. Lame! I'm going to send it back for a full
32918              refund. Hateful software.
32919      Branch: perl
32920            ! sv.c
32921 ____________________________________________________________________________
32922 [ 26142] By: nicholas                              on 2005/11/16  20:18:58
32923         Log: PL_pte_root and PL_pte_arenaroot can be exterminated. Which reveals
32924              an erroneous remaining reference to PL_pte_root to correct.
32925      Branch: perl
32926            ! embedvar.h intrpvar.h perlapi.h sv.c
32927 ____________________________________________________________________________
32928 [ 26141] By: nicholas                              on 2005/11/16  19:26:17
32929         Log: Subject: Re: eliminate discreet arenaroots
32930              From: Jim Cromie <jim.cromie@gmail.com>
32931              Message-ID: <4378E5B0.3010708@gmail.com>
32932              Date: Mon, 14 Nov 2005 12:29:52 -0700
32933      Branch: perl
32934            ! embedvar.h intrpvar.h perlapi.h sv.c sv.h
32935 ____________________________________________________________________________
32936 [ 26140] By: merijn                                on 2005/11/16  19:26:13
32937         Log: Subject: [PATCH @26137] for wince
32938              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
32939              Date: Wed, 16 Nov 2005 20:57:13 +0300
32940              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC9F@itotest-1.spb.lucent.com>
32941      Branch: perl
32942            ! makedef.pl wince/Makefile.ce wince/config.ce wince/config_H.ce
32943            ! wince/wince.c
32944 ____________________________________________________________________________
32945 [ 26137] By: rgs                                   on 2005/11/16  15:06:10
32946         Log: Subject: Re: [perl #37688] Unexpected regex failure. 
32947              From: hv@crypt.org
32948              Date: Wed, 16 Nov 2005 14:54:55 +0000
32949              Message-Id: <200511161454.jAGEst117787@zen.crypt.org>
32950      Branch: perl
32951            ! regexec.c t/op/re_tests
32952 ____________________________________________________________________________
32953 [ 26136] By: rgs                                   on 2005/11/15  16:33:02
32954         Log: Subject: Re: [perl #37616] Bug in &= (string) and/or m//
32955              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
32956              Date: Wed, 09 Nov 2005 02:12:00 +0900
32957              Message-Id: <20051109021035.69D8.BQW10602@nifty.com>
32958      Branch: perl
32959            ! doop.c t/op/bop.t
32960 ____________________________________________________________________________
32961 [ 26135] By: rgs                                   on 2005/11/15  13:30:00
32962         Log: Subject: [PATCH] Re: Cygwin status, maint and blead
32963              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
32964              Date: Sun, 13 Nov 2005 16:01:02 -0800
32965              Message-ID: <20051114000102.GA5556@efn.org>
32966      Branch: perl
32967            ! Makefile.SH
32968 ____________________________________________________________________________
32969 [ 26134] By: nicholas                              on 2005/11/14  22:48:02
32970         Log: Remove the two register keywords from auto variables that PERL_POSION
32971              wants to take the address of.
32972      Branch: perl
32973            ! hv.c scope.c
32974 ____________________________________________________________________________
32975 [ 26133] By: nicholas                              on 2005/11/14  22:32:14
32976         Log: More PERL_POISON - poison SvANY() and SvREFCNT() in freed SV heads.
32977              (by using the union pointer to chain the freed heads together)
32978      Branch: perl
32979            ! sv.c
32980 ____________________________________________________________________________
32981 [ 26132] By: nicholas                              on 2005/11/14  22:31:14
32982         Log: Mark all places where perl needs to look at a possibly-freed scalar
32983              with a macro SvIS_FREED(sv)
32984      Branch: perl
32985            ! av.c mg.c op.c pad.c pp_hot.c sv.h
32986 ____________________________________________________________________________
32987 [ 26131] By: stevep                                on 2005/11/14  17:31:59
32988         Log: Removed reference to the non-existent C<Opcode::Custom>.
32989      Branch: perl
32990            ! pod/perlguts.pod
32991 ____________________________________________________________________________
32992 [ 26130] By: rgs                                   on 2005/11/14  16:32:33
32993         Log: The warning "Field too wide in 'u' format in pack" was emitted even
32994              when pack warnings were not enabled
32995      Branch: perl
32996            ! pp_pack.c
32997 ____________________________________________________________________________
32998 [ 26129] By: nicholas                              on 2005/11/14  16:22:26
32999         Log: Provide a crude way for specifying the command line for
33000              make test.valgrind
33001      Branch: perl
33002            ! Makefile.SH t/TEST
33003 ____________________________________________________________________________
33004 [ 26128] By: rgs                                   on 2005/11/14  15:40:08
33005         Log: A better fix for [perl #35847] File::Find not performing as documented,
33006              suggested by Darren Dunham. Includes a fix to the code example that
33007              uses File::Find in perlfaq3.
33008      Branch: perl
33009            ! lib/File/Find.pm pod/perlfaq3.pod
33010 ____________________________________________________________________________
33011 [ 26126] By: rgs                                   on 2005/11/14  12:43:29
33012         Log: Don't warn about lack of docs for functions that appear twice in embed.fnc.
33013      Branch: perl
33014            ! autodoc.pl
33015 ____________________________________________________________________________
33016 [ 26124] By: rgs                                   on 2005/11/14  10:45:25
33017         Log: Fix indentation of apidoc for sv_2pvutf8
33018              (so perlapi.pod is correctly generated)
33019      Branch: perl
33020            ! pod/perlapi.pod sv.c
33021 ____________________________________________________________________________
33022 [ 26123] By: rgs                                   on 2005/11/14  10:24:58
33023         Log: Suppress gcc warnings when ignoring the return value of io_close(),
33024              as suggested by Gisle Aas.
33025      Branch: perl
33026            ! embed.fnc proto.h
33027 ____________________________________________________________________________
33028 [ 26122] By: rgs                                   on 2005/11/14  10:13:41
33029         Log: Subject: [PATCH] Missing ; in Storable.xs
33030              From: Gisle Aas <gisle@ActiveState.com>
33031              Date: 14 Nov 2005 02:32:14 -0800
33032              Message-ID: <lrhdafy0y9.fsf_-_@caliper.activestate.com>
33033      Branch: perl
33034            ! ext/Storable/Storable.xs
33035 ____________________________________________________________________________
33036 [ 26120] By: steveh                                on 2005/11/14  09:39:48
33037         Log: Subject: [PATCH] Compress::Zlib
33038              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
33039              Date: Sun, 13 Nov 2005 17:09:08 -0000
33040              Message-ID: <00d101c5e874$f865f910$6d1c140a@myopwv.com>
33041      Branch: perl
33042            ! ext/Compress/Zlib/Zlib.pm
33043            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
33044            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
33045            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
33046            ! ext/Compress/Zlib/t/09gziphdr.t
33047 ____________________________________________________________________________
33048 [ 26119] By: steveh                                on 2005/11/14  09:39:02
33049         Log: Fix code-before-declaration in boot_Storable added by 26107
33050      Branch: perl
33051            ! ext/Storable/Storable.xs
33052 ____________________________________________________________________________
33053 [ 26118] By: stevep                                on 2005/11/14  01:13:16
33054         Log: Subject: [PATCH] consting perlbug breaking in blead & maint
33055              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
33056              Date: Sun, 13 Nov 2005 16:00:49 -0800
33057              Message-ID: <20051114000049.GA7676@efn.org>
33058      Branch: perl
33059            ! utils/perlbug.PL
33060 ____________________________________________________________________________
33061 [ 26112] By: nicholas                              on 2005/11/13  18:47:27
33062         Log: Fix breakages that prevended -DPERL_POISON from compiling.
33063      Branch: perl
33064            ! handy.h sv.h
33065 ____________________________________________________________________________
33066 [ 26110] By: nicholas                              on 2005/11/13  11:44:30
33067         Log: Integrate:
33068              [ 26108]
33069              BEGIN blocks should start a new stack, as they can be called as a
33070              side effect of "regular" Perl API calls within subroutines that have
33071              already cached the current stack's address. If they don't, any stack
33072              extension during the call may move the stack, rendering that cached
33073              value invalid without the cachee realising. (For example, PP code
33074              calling gv_fetchpv() which triggers a load of Errno.pm)
33075      Branch: perl
33076           !> op.c
33077 ____________________________________________________________________________
33078 [ 26107] By: stevep                                on 2005/11/13  00:40:25
33079         Log: Subject: Re: [PATCH] Enhanced Storable::read_magic()
33080              From: Gisle Aas <gisle@ActiveState.com>
33081              Date: 12 Nov 2005 13:13:23 -0800
33082              Message-ID: <lrhdah7eoc.fsf@caliper.activestate.com>
33083      Branch: perl
33084            + ext/Storable/t/file_magic.t
33085            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
33086            ! ext/Storable/Storable.xs
33087 ____________________________________________________________________________
33088 [ 26103] By: stevep                                on 2005/11/12  20:44:16
33089         Log: Upgrade to Locale-Maketext-1.10.  As change #25547 did not make it
33090              into the module release, I bumped the version number and added the
33091              missing code.
33092      Branch: perl
33093            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
33094 ____________________________________________________________________________
33095 [ 26101] By: stevep                                on 2005/11/12  19:46:18
33096         Log: Subject: [perl #37657] segfault with binmode ":pop"
33097              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
33098              Date: Fri, 11 Nov 2005 06:36:20 -0800
33099              Message-ID: <rt-3.0.11-37657-124293.6.03947871136576@perl.org>
33100      Branch: perl
33101            ! perlio.c
33102 ____________________________________________________________________________
33103 [ 26100] By: nicholas                              on 2005/11/12  18:48:29
33104         Log: Make B's tests skip correctly when PerlIO is not configured.
33105      Branch: perl
33106            ! ext/B/t/concise-xs.t ext/B/t/concise.t
33107 ____________________________________________________________________________
33108 [ 26099] By: stevep                                on 2005/11/12  16:59:49
33109         Log: Subject: [PATCH] mathoms prototypes aren't prototypes
33110              From: Andy Lester <andy@petdance.com>
33111              Date: Fri, 11 Nov 2005 17:20:30 -0600
33112              Message-ID: <20051111232030.GA882@petdance.com>
33113      Branch: perl
33114            ! mathoms.c perl.c
33115 ____________________________________________________________________________
33116 [ 26096] By: stevep                                on 2005/11/12  15:41:09
33117         Log: Andy Lester maintains Locale::Maketext now.
33118      Branch: perl
33119            ! Porting/Maintainers.pl
33120 ____________________________________________________________________________
33121 [ 26093] By: nicholas                              on 2005/11/12  10:21:50
33122         Log: Change 26063 got one conditional the wrong way round.
33123      Branch: perl
33124            ! ext/B/B/Bytecode.pm
33125 ____________________________________________________________________________
33126 [ 26091] By: nicholas                              on 2005/11/12  09:15:32
33127         Log: Make the removal of references to AvFLAGS in the B modules conditional
33128              on perl version.
33129      Branch: perl
33130            ! ext/B/B/C.pm ext/B/B/Debug.pm
33131 ____________________________________________________________________________
33132 [ 26090] By: stevep                                on 2005/11/11  22:47:06
33133         Log: const'ing Netdb_host_t broke HP-UX and created warnings on gcc for a double const.  
33134              Netdb_host_t is a macro that for a const pointer.
33135      Branch: perl
33136            ! pp_sys.c
33137 ____________________________________________________________________________
33138 [ 26089] By: nicholas                              on 2005/11/11  21:52:20
33139         Log: 26085 was wrong. Undo it.
33140              (I suspect that I got this wrong because more changes have been made
33141              in blead subsequent to the change I was attempting to merge in, and
33142              and jiggled around with the number of tests)
33143      Branch: perl
33144            ! ext/B/t/concise-xs.t
33145 ____________________________________________________________________________
33146 [ 26088] By: stevep                                on 2005/11/11  16:44:39
33147         Log: Subject: [PATCH] DB_File 1.814
33148              From: Paul Marquess <Paul.Marquess@ntlworld.com>
33149              Date: Fri, 11 Nov 2005 12:09:55 -0000
33150              Message-ID: <00e301c5e6b8$d5a357f0$241c140a@myopwv.com>
33151      Branch: perl
33152            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
33153            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
33154 ____________________________________________________________________________
33155 [ 26087] By: stevep                                on 2005/11/11  16:17:03
33156         Log: Subject: [PATCH] Storable 0.1 compatibility
33157              From: Gisle Aas <gisle@ActiveState.com> 
33158              Date: 11 Nov 2005 05:42:29 -0800 
33159              Message-ID: <lry83v712y.fsf@caliper.activestate.com>
33160              
33161              Also added an entry in the main MANIFEST file for the new test and 
33162              a version bump in Storable.pm.
33163      Branch: perl
33164            + ext/Storable/t/compat01.t
33165            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
33166            ! ext/Storable/Storable.xs
33167 ____________________________________________________________________________
33168 [ 26085] By: nicholas                              on 2005/11/11  14:16:30
33169         Log: Correct the version-dependant expression for the number of tests, as it
33170              is now giving the wrong number for 5.8.x
33171      Branch: perl
33172            ! ext/B/t/concise-xs.t
33173 ____________________________________________________________________________
33174 [ 26082] By: stevep                                on 2005/11/11  04:55:56
33175         Log: Subject: [PATCH] Const & local: Special Victims Unit
33176              From: Andy Lester <andy@petdance.com>
33177              Date: Thu, 10 Nov 2005 22:47:00 -0600
33178              Message-ID: <20051111044700.GA24161@petdance.com>
33179      Branch: perl
33180            ! cop.h doio.c doop.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c
33181            ! util.c
33182 ____________________________________________________________________________
33183 [ 26081] By: stevep                                on 2005/11/11  03:27:35
33184         Log: Pod nit in Encode.pm, found by Marc Lehmann in RT #36949. 
33185      Branch: perl
33186            ! ext/Encode/Encode.pm
33187 ____________________________________________________________________________
33188 [ 26080] By: stevep                                on 2005/11/11  03:18:11
33189         Log: Fix for RT #37654.  Added $COMPILING to list of variables exported.
33190      Branch: perl
33191            ! lib/English.pm
33192 ____________________________________________________________________________
33193 [ 26079] By: rgs                                   on 2005/11/10  16:59:15
33194         Log: Subject: [PATCH] Suppress leaked warnings in ExtUtils tests
33195              From: Dominic Dunlop <domo@computer.org>
33196              Date: Thu, 10 Nov 2005 18:10:00 +0100
33197              Message-Id: <D2949A21-7EE3-449F-BEF2-38FAD7B4A483@computer.org>
33198      Branch: perl
33199            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/Manifest.t
33200 ____________________________________________________________________________
33201 [ 26078] By: rgs                                   on 2005/11/10  16:36:12
33202         Log: Patch by Ilya Zakharevich to give more meaningful error
33203              messages from if.pm when invoked with a condition in list
33204              context. Also bump if's VERSION.
33205      Branch: perl
33206            ! lib/if.pm
33207 ____________________________________________________________________________
33208 [ 26077] By: rgs                                   on 2005/11/10  15:10:42
33209         Log: Define PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION earlier in perl.h
33210              (that is, before embed.h, that uses this symbol, is included)
33211      Branch: perl
33212            ! perl.h
33213 ____________________________________________________________________________
33214 [ 26076] By: rgs                                   on 2005/11/10  14:26:12
33215         Log: Subject: [perl #35847] File::Find not performing as documented 
33216              From: "jms@mathras.comcast.net (via RT)" <perlbug-followup@perl.org>
33217              Date: 17 May 2005 10:40:08 -0000
33218              Message-ID: <rt-3.0.11-35847-113088.7.09182163210095@perl.org>
33219      Branch: perl
33220            ! lib/File/Find.pm
33221 ____________________________________________________________________________
33222 [ 26075] By: rgs                                   on 2005/11/10  13:03:20
33223         Log: Subject: [perl #37648] segfault with PERLIO_DEBUG 
33224              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
33225              Date: Thu, 10 Nov 2005 04:31:39 -0800
33226              Message-ID: <rt-3.0.11-37648-124187.17.2251402270294@perl.org>
33227      Branch: perl
33228            ! perlio.c
33229 ____________________________________________________________________________
33230 [ 26074] By: stevep                                on 2005/11/10  12:22:43
33231         Log: Subject: [perl #37582] [PATCH] h2ph inc_dirs() fails to prepend gcc include search path, resulting in missing C standard headers on Linux
33232              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
33233              Date: Tue, 01 Nov 2005 15:22:45 -0800
33234              Message-ID: <rt-3.0.11-37582-123738.12.3509768746337@perl.org>
33235      Branch: perl
33236            ! utils/h2ph.PL
33237 ____________________________________________________________________________
33238 [ 26073] By: rgs                                   on 2005/11/10  10:52:51
33239         Log: Subject: [PATCH] remove whitespace preceding semicolon in docs
33240              From: Steven Schubiger <schubiger@cpan.org>
33241              Date: Mon, 31 Oct 2005 22:48:27 +0100
33242              Message-ID: <20051031214827.GH24416@accognoscere.homeunix.org>
33243      Branch: perl
33244            ! pod/perl561delta.pod pod/perl56delta.pod pod/perlcall.pod
33245            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perlfaq5.pod
33246            ! pod/perlfilter.pod pod/perlipc.pod pod/perllexwarn.pod
33247            ! pod/perlop.pod pod/perlre.pod pod/perlsub.pod pod/perltrap.pod
33248            ! pod/perlxs.pod
33249 ____________________________________________________________________________
33250 [ 26072] By: rgs                                   on 2005/11/10  10:37:42
33251         Log: Really apply change #26071.
33252      Branch: perl
33253            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
33254            ! wince/config_sh.PL
33255 ____________________________________________________________________________
33256 [ 26071] By: rgs                                   on 2005/11/10  10:35:57
33257         Log: Subject: [PATCH @26062] wince patch
33258              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
33259              Date: Wed, 9 Nov 2005 20:22:52 +0300 
33260              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC02@itotest-1.spb.lucent.com>
33261      Branch: perl
33262            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
33263            ! wince/config_sh.PL
33264 ____________________________________________________________________________
33265 [ 26070] By: rgs                                   on 2005/11/10  09:11:26
33266         Log: Add tests for two untested syntax error messages about \N
33267      Branch: perl
33268            ! t/comp/parser.t
33269 ____________________________________________________________________________
33270 [ 26069] By: steveh                                on 2005/11/10  08:41:53
33271         Log: Make Perl_seed public
33272              
33273              Fixes Win32 linker error in List::Util introduced by change #26054
33274      Branch: perl
33275            ! embed.fnc embed.h global.sym
33276 ____________________________________________________________________________
33277 [ 26068] By: rgs                                   on 2005/11/10  08:36:13
33278         Log: Subject: [PATCH] blead@26052 Symbian update
33279              From: <jarkko.hietaniemi@nokia.com>
33280              Date: Wed, 9 Nov 2005 17:45:07 +0200
33281              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A73D@esebe105.NOE.Nokia.com>
33282      Branch: perl
33283            ! README.symbian symbian/TODO symbian/config.pl symbian/port.pl
33284            ! symbian/sdk.pl symbian/sisify.pl
33285 ____________________________________________________________________________
33286 [ 26067] By: nicholas                              on 2005/11/09  21:52:03
33287         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
33288              change 25925 had the side effect of breaking ext/Encode/t/perlio.t
33289              Fixed by opening with :bytes.
33290      Branch: perl
33291            ! ext/Encode/t/perlio.t
33292 ____________________________________________________________________________
33293 [ 26066] By: nicholas                              on 2005/11/09  21:30:02
33294         Log: I/O is UTF-8, not "UNICODE"
33295      Branch: perl
33296            ! t/io/layers.t
33297 ____________________________________________________________________________
33298 [ 26065] By: nicholas                              on 2005/11/09  20:53:29
33299         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
33300              change 25925 had the side effect of breaking t/io/utf8.t
33301              Fixed by adding the missing binmode()s.
33302      Branch: perl
33303            ! t/io/utf8.t
33304 ____________________________________________________________________________
33305 [ 26064] By: nicholas                              on 2005/11/09  20:23:28
33306         Log: Better diagnostics from io/utf8.t
33307      Branch: perl
33308            ! t/io/utf8.t
33309 ____________________________________________________________________________
33310 [ 26063] By: nicholas                              on 2005/11/09  17:29:44
33311         Log: Make the Bytecode changes conditional on perl version.
33312      Branch: perl
33313            ! ext/B/B/Bytecode.pm
33314 ____________________________________________________________________________
33315 [ 26062] By: rgs                                   on 2005/11/09  11:56:04
33316         Log: Subject: Re: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
33317              From: Graham Barr <gbarr@pobox.com>
33318              Date: Wed, 9 Nov 2005 06:09:48 -0600
33319              Message-Id: <6CAD749E-AE29-415A-9ACB-BA8F6FB8279E@pobox.com>
33320      Branch: perl
33321            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
33322            ! ext/List/Util/t/lln.t ext/List/Util/t/p_blessed.t
33323            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_lln.t
33324            ! ext/List/Util/t/p_max.t ext/List/Util/t/p_maxstr.t
33325            ! ext/List/Util/t/p_min.t ext/List/Util/t/p_minstr.t
33326            ! ext/List/Util/t/p_openhan.t ext/List/Util/t/p_readonly.t
33327            ! ext/List/Util/t/p_reduce.t ext/List/Util/t/p_refaddr.t
33328            ! ext/List/Util/t/p_reftype.t ext/List/Util/t/p_shuffle.t
33329            ! ext/List/Util/t/p_sum.t ext/List/Util/t/p_tainted.t
33330 ____________________________________________________________________________
33331 [ 26061] By: nicholas                              on 2005/11/09  11:21:10
33332         Log: Simplify Perl_allocmy slightly, and cope better with the name is ""
33333              case.
33334      Branch: perl
33335            ! op.c
33336 ____________________________________________________________________________
33337 [ 26060] By: nicholas                              on 2005/11/09  11:17:17
33338         Log: Add a comment about possible future refactoring of the pad code.
33339      Branch: perl
33340            ! pad.c
33341 ____________________________________________________________________________
33342 [ 26059] By: nicholas                              on 2005/11/09  10:56:28
33343         Log: Remove superfluous strlen() from pp_require().
33344      Branch: perl
33345            ! pp_ctl.c
33346 ____________________________________________________________________________
33347 [ 26058] By: stevep                                on 2005/11/09  10:45:57
33348         Log: Patch from Gisle to add NO_MATHOMS to the Compile-time options.
33349      Branch: perl
33350            ! perl.c
33351 ____________________________________________________________________________
33352 [ 26057] By: rgs                                   on 2005/11/09  10:31:35
33353         Log: Don't declare a function inside another function
33354      Branch: perl
33355            ! perl.c
33356 ____________________________________________________________________________
33357 [ 26056] By: merijn                                on 2005/11/09  09:54:28
33358         Log: Subject: Configure setting patchlevel broken
33359              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
33360              Date: Fri, 14 Oct 2005 00:33:29 -0700
33361              Message-ID: <20051014073329.GA3236@efn.org>
33362      Branch: perl
33363            ! Configure
33364 ____________________________________________________________________________
33365 [ 26054] By: rgs                                   on 2005/11/09  09:15:04
33366         Log: Subject: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
33367              From: Robin Houston <robin@cpan.org>
33368              Date: Tue, 8 Nov 2005 19:02:34 +0000
33369              Message-ID: <20051108190234.GA25953@rpc142.cs.man.ac.uk>
33370      Branch: perl
33371            ! cop.h ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
33372            ! ext/List/Util/multicall.h ext/List/Util/t/first.t
33373            ! ext/List/Util/t/reduce.t pod/perlcall.pod
33374 ____________________________________________________________________________
33375 [ 26053] By: rgs                                   on 2005/11/09  08:57:10
33376         Log: Subject: patch@26052 - compile rule for mathoms.c
33377              From: "John E. Malmberg" <wb8tyw@qsl.net>
33378              Date: Tue, 08 Nov 2005 23:09:03 -0500
33379              Message-ID: <4371765F.1000900@qsl.net>
33380      Branch: perl
33381            ! vms/descrip_mms.template
33382 ____________________________________________________________________________
33383 [ 26052] By: nicholas                              on 2005/11/08  22:05:57
33384         Log: It helps to actually *remove* the now-superfluous strlen().
33385              (An addendum to 26050.)
33386      Branch: perl
33387            ! toke.c
33388 ____________________________________________________________________________
33389 [ 26051] By: nicholas                              on 2005/11/08  21:55:40
33390         Log: Moving the 4 writes of PL_no_mem followed by exit(1) to a static
33391              function makes the object code slightly smaller.
33392      Branch: perl
33393            ! util.c
33394 ____________________________________________________________________________
33395 [ 26050] By: nicholas                              on 2005/11/08  21:37:52
33396         Log: Eliminate some unnecessary strlen()s
33397      Branch: perl
33398            ! doio.c op.c perl.c perlio.c sv.c toke.c util.c
33399 ____________________________________________________________________________
33400 [ 26049] By: nicholas                              on 2005/11/08  20:43:11
33401         Log: Eliminate duplicate strlen()s by explicitly calling it.
33402              Note two places for future audit with FIXME.
33403              Convert a SvPVX_const to SvPVX_const_nolen, where the length is unused.
33404      Branch: perl
33405            ! pp_ctl.c
33406 ____________________________________________________________________________
33407 [ 26048] By: nicholas                              on 2005/11/08  20:35:11
33408         Log: 3 calls to strlen() we can avoid.
33409      Branch: perl
33410            ! doio.c
33411 ____________________________________________________________________________
33412 [ 26047] By: rgs                                   on 2005/11/08  17:35:58
33413         Log: Subject: [DOC PATCH] mention @-, @+ in perl56delta.pod
33414              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
33415              Date: Tue, 8 Nov 2005 08:46:42 -0800
33416              Message-ID: <20051108164642.GD7972@efn.org>
33417      Branch: perl
33418            ! pod/perl561delta.pod pod/perl56delta.pod
33419 ____________________________________________________________________________
33420 [ 26046] By: nicholas                              on 2005/11/08  16:30:18
33421         Log: Probaby a good idea to include DEBUG_LEAKING_SCALARS in -V output, as
33422              its presence changes structure sizes.
33423      Branch: perl
33424            ! perl.c
33425 ____________________________________________________________________________
33426 [ 26045] By: stevep                                on 2005/11/08  14:24:39
33427         Log: From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
33428              Subject: Re: A surprising segfault
33429              Date: Tue, 08 Nov 2005 23:36:13 +0900
33430              Message-Id: <20051108233535.735D.BQW10602@nifty.com>
33431      Branch: perl
33432            ! t/io/fs.t t/io/print.t t/op/chop.t t/op/sort.t
33433 ____________________________________________________________________________
33434 [ 26044] By: steveh                                on 2005/11/08  10:16:56
33435         Log: Remove an unused variable left over from change #26041
33436      Branch: perl
33437            ! win32/win32.c
33438 ____________________________________________________________________________
33439 [ 26043] By: rgs                                   on 2005/11/08  10:11:55
33440         Log: Subject: Re: C<undef %::> considered harmful
33441              From: Benjamin Sugars <bsugars@canoe.ca>
33442              Date: Fri, 20 Apr 2001 10:30:20 -0400 (EDT)
33443              Message-ID: <Pine.LNX.4.21.0104201022040.1722-100000@marmot.rim.canoe.ca>
33444              
33445              except the part that increases the refcount of PL_stderrgv, already
33446              fixed separately.
33447      Branch: perl
33448            ! perl.c
33449 ____________________________________________________________________________
33450 [ 26042] By: rgs                                   on 2005/11/08  09:57:10
33451         Log: Upgrade to CPAN 1.76_65
33452      Branch: perl
33453            - lib/CPAN/Admin.pm
33454            ! MANIFEST lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
33455            ! lib/CPAN/t/version.t
33456 ____________________________________________________________________________
33457 [ 26041] By: merijn                                on 2005/11/08  06:29:56
33458         Log: Subject: [PATCH] Remove unused USING_WIDE code from win32 and wince branches
33459              From: "Jan Dubois" <jand@ActiveState.com>
33460              Date: Mon, 7 Nov 2005 20:39:02 -0800
33461              Message-ID: <078001c5e41e$585c4140$6401a8c0@candy>
33462      Branch: perl
33463            ! win32/ext/Win32/Win32.xs win32/perlhost.h win32/win32.c
33464            ! win32/win32.h wince/perlhost.h wince/win32.h wince/wince.c
33465 ____________________________________________________________________________
33466 [ 26040] By: stevep                                on 2005/11/08  00:41:51
33467         Log: Updated perldiag.pod entry for "Can't use subscript..."
33468      Branch: perl
33469            ! pod/perldiag.pod
33470 ____________________________________________________________________________
33471 [ 26039] By: nicholas                              on 2005/11/07  21:31:16
33472         Log: Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly used
33473              of the 4. Not that any are that popular.)
33474      Branch: perl
33475            ! mathoms.c opcode.h opcode.pl pp.c
33476 ____________________________________________________________________________
33477 [ 26038] By: stevep                                on 2005/11/07  18:35:47
33478         Log: Subject: [PATCH] Re: [perl #36061] Not OK: perl v5.8.7 on darwin-2level 8.1.0 (UNINSTALLED)
33479              From: shouldbedomo@mac.com (Dominic Dunlop)
33480              Date: Mon, 7 Nov 2005 18:24:50 +0100
33481              Message-ID: <B9D07EB3-DF78-48A9-90C4-AF3A89AAB7C6@mac.com>
33482              
33483              README.macosx updates
33484      Branch: perl
33485            ! README.macosx
33486 ____________________________________________________________________________
33487 [ 26037] By: nicholas                              on 2005/11/07  15:21:01
33488         Log: s/Nick Clark/Nicholas Clark/
33489      Branch: perl
33490            ! Changes Changes5.8 doio.c t/op/lc.t
33491 ____________________________________________________________________________
33492 [ 26036] By: nicholas                              on 2005/11/07  15:18:51
33493         Log: For each test function, test it as is, and with extra data appended
33494              after each test character.
33495      Branch: perl
33496            ! t/uni/case.pl
33497 ____________________________________________________________________________
33498 [ 26035] By: nicholas                              on 2005/11/07  14:05:25
33499         Log: The rarely used lcfirst and ucfirst share almost all their code.
33500              Merge the two as pp_ucfirst.
33501      Branch: perl
33502            ! mathoms.c opcode.h opcode.pl pp.c
33503 ____________________________________________________________________________
33504 [ 26034] By: nicholas                              on 2005/11/07  13:22:35
33505         Log: Fix bug #37628 (both lcfirst and ucfirst)
33506      Branch: perl
33507            ! pp.c t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
33508 ____________________________________________________________________________
33509 [ 26033] By: rgs                                   on 2005/11/07  12:26:29
33510         Log: Subject: [PATCH] Cleaning up x2p directory
33511              From: Andy Lester <andy@petdance.com>
33512              Date: Fri, 4 Nov 2005 15:13:55 -0600
33513              Message-ID: <20051104211355.GB12651@petdance.com>
33514      Branch: perl
33515            - x2p/proto.h
33516            ! MANIFEST x2p/EXTERN.h x2p/INTERN.h x2p/a2p.h x2p/a2py.c
33517            ! x2p/hash.c x2p/hash.h x2p/str.c x2p/str.h x2p/util.c
33518            ! x2p/util.h x2p/walk.c
33519 ____________________________________________________________________________
33520 [ 26032] By: rgs                                   on 2005/11/07  12:20:59
33521         Log: Subject: [PATCH] Missing static declarations 
33522              From: Gisle Aas <gisle@ActiveState.com>
33523              Date: 05 Nov 2005 05:08:03 -0800
33524              Message-ID: <lracgj1bv0.fsf@caliper.activestate.com>
33525      Branch: perl
33526            ! genpacksizetables.pl pp_pack.c
33527 ____________________________________________________________________________
33528 [ 26031] By: rgs                                   on 2005/11/07  11:49:46
33529         Log: Remove CPAN.pm's META.yml.
33530              Add CPAN.pm's SIGNATURE in MANIFEST.
33531      Branch: perl
33532            - lib/CPAN/META.yml
33533            ! MANIFEST
33534 ____________________________________________________________________________
33535 [ 26030] By: rgs                                   on 2005/11/07  11:39:57
33536         Log: Subject: [PATCH] Symbian update blead@26025
33537              From: <jarkko.hietaniemi@nokia.com>
33538              Date: Mon, 7 Nov 2005 13:32:15 +0200
33539              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A70C@esebe105.NOE.Nokia.com>
33540      Branch: perl
33541            + symbian/PerlUi.cpp symbian/PerlUi.h symbian/PerlUi.hrh
33542            + symbian/PerlUiS60.rss symbian/PerlUiS80.rss
33543            + symbian/PerlUiUIQ.rss symbian/ext/Moped/Msg/Msg.mmp
33544            + symbian/ext/Moped/Msg/Msg.pkg symbian/ext/Moped/Msg/Msg.pm
33545            + symbian/ext/Moped/Msg/Msg.xs symbian/ext/Moped/Msg/README
33546            + symbian/ext/Moped/Msg/bld.inf
33547            + symbian/ext/Moped/Msg/location.pl
33548            - symbian/PerlAppS60.rss symbian/PerlAppS80.rss
33549            - symbian/PerlAppUIQ.rss
33550            ! MANIFEST doio.c perl.c symbian/PerlApp.cpp symbian/PerlApp.h
33551            ! symbian/PerlApp.hrh symbian/PerlBase.h symbian/TODO
33552            ! symbian/config.pl symbian/config.sh symbian/sanity.pl
33553            ! symbian/sdk.pl symbian/sisify.pl symbian/symbian_proto.h
33554            ! symbian/symbian_utils.cpp symbian/symbianish.h
33555            ! symbian/xsbuild.pl
33556 ____________________________________________________________________________
33557 [ 26029] By: nicholas                              on 2005/11/07  10:52:08
33558         Log: Add lib/CPAN/Admin.pm from CPAN to make version.t pass.
33559      Branch: perl
33560            + lib/CPAN/Admin.pm
33561            ! MANIFEST
33562 ____________________________________________________________________________
33563 [ 26028] By: rgs                                   on 2005/11/07  10:24:54
33564         Log: Subject: [PATCH] Consting and localizing: Part LXVIII
33565              From: Andy Lester <andy@petdance.com>
33566              Date: Fri, 4 Nov 2005 15:12:56 -0600
33567              Message-ID: <20051104211256.GA12651@petdance.com>
33568      Branch: perl
33569            ! deb.c embed.fnc embed.h locale.c pp_sys.c proto.h scope.c
33570            ! universal.c utf8.c util.c
33571 ____________________________________________________________________________
33572 [ 26027] By: rgs                                   on 2005/11/07  09:58:26
33573         Log: Subject: [perl #24254] Attempt to free unreferenced scalar 
33574              From: "Chris Heath via RT" <perlbug-followup@perl.org>
33575              Date: Sun, 06 Nov 2005 20:08:05 -0800
33576              Message-ID: <rt-3.0.11-24254-123984.4.44134155985068@perl.org>
33577      Branch: perl
33578            ! cop.h
33579 ____________________________________________________________________________
33580 [ 26026] By: merijn                                on 2005/11/07  08:14:59
33581         Log: Subject: [PATCH] follow up on 25969 for VMS
33582              From: Abe Timmerman <abe@ztreet.demon.nl>
33583              Date: Sat, 5 Nov 2005 13:29:58 +0200
33584              Message-Id: <200511051229.58297.abe@ztreet.demon.nl>
33585      Branch: perl
33586            ! vms/vms.c vms/vmsish.h
33587 ____________________________________________________________________________
33588 [ 26025] By: stevep                                on 2005/11/07  03:42:53
33589         Log: Added note to README.macosx regarding failures from broken locale
33590              files.
33591      Branch: perl
33592            ! README.macosx
33593 ____________________________________________________________________________
33594 [ 26024] By: stevep                                on 2005/11/07  02:58:31
33595         Log: Fix documentation for gmtime().
33596      Branch: perl
33597            ! pod/perlfunc.pod
33598 ____________________________________________________________________________
33599 [ 26023] By: stevep                                on 2005/11/06  20:18:23
33600         Log: Upgrade to CPAN-1.76_61
33601      Branch: perl
33602            + lib/CPAN/PAUSE2005.pub
33603            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/META.yml
33604            ! lib/CPAN/Nox.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
33605            ! lib/CPAN/bin/cpan lib/CPAN/t/Nox.t lib/CPAN/t/vcmp.t
33606            ! lib/CPAN/t/version.t
33607 ____________________________________________________________________________
33608 [ 26022] By: stevep                                on 2005/11/06  19:16:54
33609         Log: Nits in the pp_defined code spotted by Jarkko.
33610      Branch: perl
33611            ! pp_hot.c
33612 ____________________________________________________________________________
33613 [ 26021] By: stevep                                on 2005/11/06  18:38:02
33614         Log: Upgrade to Time-HiRes-1.82
33615      Branch: perl
33616            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
33617            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
33618            ! ext/Time/HiRes/t/HiRes.t
33619 ____________________________________________________________________________
33620 [ 26020] By: merijn                                on 2005/11/06  07:23:15
33621         Log: Subject: Re: [PATCH configure.com] add the new d_futimes as undef
33622              From: "John E. Malmberg" <wb8tyw@qsl.net>
33623              Date: Sat, 05 Nov 2005 21:28:33 -0500
33624              Message-ID: <436D6A51.5040700@qsl.net>
33625      Branch: perl
33626            ! configure.com
33627 ____________________________________________________________________________
33628 [ 26019] By: nicholas                              on 2005/11/05  16:47:31
33629         Log: Make the 5.9 changes to B conditional on perl version.
33630      Branch: perl
33631            ! ext/B/B.pm ext/B/B.xs
33632 ____________________________________________________________________________
33633 [ 26018] By: nicholas                              on 2005/11/05  16:28:09
33634         Log: '[at]' should be '@'
33635              Suck in CPAN/Nox.pm from CPAN, so that version.t passes.
33636      Branch: perl
33637            ! lib/CPAN.pm lib/CPAN/Nox.pm lib/CPAN/Version.pm
33638            ! lib/CPAN/t/version.t
33639 ____________________________________________________________________________
33640 [ 26017] By: stevep                                on 2005/11/05  14:49:11
33641         Log: Kill warnings and add a panic to pp_defined() in case the wrong op
33642              is passed in.
33643      Branch: perl
33644            ! pp_hot.c
33645 ____________________________________________________________________________
33646 [ 26016] By: stevep                                on 2005/11/05  13:44:10
33647         Log: Upgrade to CPAN-1.76_60.
33648      Branch: perl
33649            + lib/CPAN/Version.pm lib/CPAN/t/version.t
33650            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
33651            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
33652 ____________________________________________________________________________
33653 [ 26015] By: nicholas                              on 2005/11/05  12:57:40
33654         Log: Allow passing of the full enum name into the tryAMAGICbin family of
33655              macros, to avoid needing C pre-processor string concatenation within
33656              the lowest level expansion.
33657      Branch: perl
33658            ! pp.c pp.h
33659 ____________________________________________________________________________
33660 [ 26014] By: stevep                                on 2005/11/05  12:55:47
33661         Log: Upgrade to Time-HiRes-1.81
33662      Branch: perl
33663            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
33664            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
33665 ____________________________________________________________________________
33666 [ 26013] By: merijn                                on 2005/11/05  11:38:32
33667         Log: Subject: [PATCH configure.com] add the new d_futimes as undef
33668              From: Abe Timmerman <abe@ztreet.demon.nl>
33669              Date: Sat, 5 Nov 2005 11:26:33 +0200
33670              Message-Id: <200511051026.33940.abe@ztreet.demon.nl>
33671      Branch: perl
33672            ! configure.com
33673 ____________________________________________________________________________
33674 [ 26012] By: rgs                                   on 2005/11/05  10:13:56
33675         Log: Remove the obsolete KNOWN PROBLEMS sections from perlcall.pod
33676              (noticed by Robin Houston)
33677      Branch: perl
33678            ! pod/perlcall.pod
33679 ____________________________________________________________________________
33680 [ 26011] By: rgs                                   on 2005/11/05  10:10:09
33681         Log: Subject: Re: A surprising segfault
33682              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
33683              Date: Nov 5, 2005 5:54 AM
33684              Message-Id: <20051105135053.27D7.BQW10602@nifty.com>
33685      Branch: perl
33686            ! pp.c pp_sort.c pp_sys.c
33687 ____________________________________________________________________________
33688 [ 26010] By: nicholas                              on 2005/11/05  08:32:39
33689         Log: dorassign doesn't need --SP;
33690      Branch: perl
33691            ! pp_hot.c
33692 ____________________________________________________________________________
33693 [ 26009] By: davem                                 on 2005/11/05  01:57:23
33694         Log: pp_print didn't extend the stack before pushing its return value
33695      Branch: perl
33696            ! pp_hot.c
33697 ____________________________________________________________________________
33698 [ 26008] By: stevep                                on 2005/11/05  01:39:51
33699         Log: Typos in opcode.pl this time.
33700      Branch: perl
33701            ! opcode.h opcode.pl
33702 ____________________________________________________________________________
33703 [ 26007] By: stevep                                on 2005/11/05  01:36:17
33704         Log: Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and,
33705              pp_or, and pp_defined, respectively.
33706      Branch: perl
33707            ! mathoms.c opcode.h opcode.pl pp_ctl.c pp_hot.c
33708 ____________________________________________________________________________
33709 [ 26006] By: nicholas                              on 2005/11/04  22:50:22
33710         Log: s/printf/my_printf/ because we're using the return value.
33711              My mistake spotted by Gisle.
33712      Branch: perl
33713            ! regcomp.c
33714 ____________________________________________________________________________
33715 [ 26005] By: stevep                                on 2005/11/04  21:41:43
33716         Log: s/pp_dor/pp_defined/
33717      Branch: perl
33718            ! mathoms.c
33719 ____________________________________________________________________________
33720 [ 26004] By: stevep                                on 2005/11/04  21:39:44
33721         Log: I barely knew ya pp_dor.  Merged into pp_defined from whence you came.
33722              This change has also caused pp_defined to be promoted to being a hot
33723              op.
33724      Branch: perl
33725            ! mathoms.c opcode.h opcode.pl pp.c pp_hot.c
33726 ____________________________________________________________________________
33727 [ 26003] By: nicholas                              on 2005/11/04  21:22:46
33728         Log: Use the return value of sprintf in sv_2pv_flags. Remove dead code.
33729      Branch: perl
33730            ! sv.c
33731 ____________________________________________________________________________
33732 [ 26002] By: nicholas                              on 2005/11/04  21:03:58
33733         Log: You can't there from here. (Dead code in sv_2pv_flags)
33734      Branch: perl
33735            ! sv.c
33736 ____________________________________________________________________________
33737 [ 26001] By: nicholas                              on 2005/11/04  20:47:34
33738         Log: Use the return value from sprintf().
33739      Branch: perl
33740            ! regcomp.c taint.c universal.c util.c
33741 ____________________________________________________________________________
33742 [ 26000] By: nicholas                              on 2005/11/04  20:20:56
33743         Log: pp_semop can fit within Perl_pp_shmwrite().
33744      Branch: perl
33745            ! mathoms.c opcode.h opcode.pl pp_sys.c
33746 ____________________________________________________________________________
33747 [ 25999] By: nicholas                              on 2005/11/04  19:53:33
33748         Log: The remaining special logic in pp_syswrite can be moved into pp_send,
33749              which is actually already 50% syswrite.
33750      Branch: perl
33751            ! mathoms.c opcode.h opcode.pl pp_sys.c
33752 ____________________________________________________________________________
33753 [ 25998] By: rgs                                   on 2005/11/04  18:38:34
33754         Log: Revert patch #25993.
33755      Branch: perl
33756            ! regexec.c t/op/pat.t
33757 ____________________________________________________________________________
33758 [ 25997] By: steveh                                on 2005/11/04  17:23:49
33759         Log: Fix a Win32 linker error following change #25972
33760      Branch: perl
33761            ! pp_sys.c
33762 ____________________________________________________________________________
33763 [ 25996] By: rgs                                   on 2005/11/04  16:35:17
33764         Log: Subject: [PATCH] use clearenv if available
33765              From: Alan Burlison <Alan.Burlison@sun.com>
33766              Date: Fri, 04 Nov 2005 16:33:30 +0000
33767              Message-ID: <436B8D5A.4010502@sun.com>
33768      Branch: perl
33769            ! embed.fnc embed.h mg.c proto.h sv.c util.c
33770 ____________________________________________________________________________
33771 [ 25995] By: merijn                                on 2005/11/04  16:30:03
33772         Log: Subject: Re: futimes [PATCH]
33773              From: Steve Peters <steve@fisharerojo.org>
33774              Date: Fri, 4 Nov 2005 09:00:25 -0600
33775              Message-ID: <20051104150025.GA3873@mccoy.peters.homeunix.org>
33776      Branch: perl
33777            ! Configure
33778 ____________________________________________________________________________
33779 [ 25993] By: rgs                                   on 2005/11/04  16:26:08
33780         Log: Subject: [perl #19049] Incorrect $` after replacement
33781              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
33782              Date: Fri, 04 Nov 2005 08:17:25 +0100
33783              Message-ID: <87fyqc51bu.fsf@k75.linux.bogus>
33784      Branch: perl
33785            ! regexec.c t/op/pat.t
33786 ____________________________________________________________________________
33787 [ 25992] By: rgs                                   on 2005/11/04  15:41:21
33788         Log: Subject: Re: [PATCH] sort/multicall patch
33789              From: Robin Houston <robin@cpan.org>
33790              Date: Fri, 4 Nov 2005 15:20:29 +0000
33791              Message-ID: <20051104152029.GA17169@rpc142.cs.man.ac.uk>
33792      Branch: perl
33793            ! pp_ctl.c t/op/sort.t
33794 ____________________________________________________________________________
33795 [ 25991] By: stevep                                on 2005/11/04  15:10:44
33796         Log: Subject: Re: Configure -Dno_mathoms
33797              From: gisle@ActiveState.com (Gisle Aas)
33798              Date: 01 Nov 2005 03:27:49 -0800
33799              Message-ID: <lrslug7glm.fsf@caliper.activestate.com>
33800      Branch: perl
33801            ! mathoms.c perl.c
33802 ____________________________________________________________________________
33803 [ 25990] By: nicholas                              on 2005/11/04  14:47:49
33804         Log: Merge msgsnd, msgrcv with Perl_pp_shmwrite().
33805              "Perfection is achieved not when there's nothing more to add,
33806              but when there's nothing left to remove" (Antoine de Saint-Exupéry)
33807      Branch: perl
33808            ! mathoms.c opcode.h opcode.pl pp_sys.c
33809 ____________________________________________________________________________
33810 [ 25989] By: nicholas                              on 2005/11/04  14:21:19
33811         Log: Once more, with feeling.
33812              [Mmm, has someone been swapping the coffee for decaf?]
33813              [Actual cause - make sure the edited version of the file is in the
33814              correct directory]
33815      Branch: perl
33816            ! pod/perldiag.pod
33817 ____________________________________________________________________________
33818 [ 25988] By: nicholas                              on 2005/11/04  14:18:14
33819         Log: Meta-oops. Change 25987 was not the change you were looking for.
33820      Branch: perl
33821            ! pod/perldiag.pod
33822 ____________________________________________________________________________
33823 [ 25987] By: nicholas                              on 2005/11/04  14:09:11
33824         Log: Oops. This new panic was meant to be added to the documented
33825              diagnostics.
33826      Branch: perl
33827            ! pod/perldiag.pod
33828 ____________________________________________________________________________
33829 [ 25986] By: nicholas                              on 2005/11/04  13:02:42
33830         Log: ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be merged
33831              with Perl_pp_ftrread().
33832      Branch: perl
33833            ! mathoms.c opcode.h opcode.pl pod/perldiag.pod pod/perltodo.pod
33834            ! pp_sys.c
33835 ____________________________________________________________________________
33836 [ 25985] By: stevep                                on 2005/11/04  12:02:51
33837         Log: Upgrade to Time-HiRes-1.80
33838      Branch: perl
33839            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
33840            ! ext/Time/HiRes/HiRes.xs
33841 ____________________________________________________________________________
33842 [ 25984] By: nicholas                              on 2005/11/04  11:36:24
33843         Log: PERL_EFF_ACCESS_[RWX]_OK can go.
33844      Branch: perl
33845            ! pp_sys.c
33846 ____________________________________________________________________________
33847 [ 25983] By: nicholas                              on 2005/11/04  11:16:08
33848         Log: The PERL_EFF_ACCESS_[RWX]_OK macros are all defined as triples, so
33849              can be refactored to a single platform dependent PERL_EFF_ACCESS macro
33850              with the other 3 implemented in terms of it.
33851      Branch: perl
33852            ! pp_sys.c
33853 ____________________________________________________________________________
33854 [ 25982] By: merijn                                on 2005/11/04  09:16:53
33855         Log: Subject: [PATCH] bad semicolon in pp_ftrowned
33856              From: Andy Lester <andy@petdance.com>
33857              Date: Fri, 4 Nov 2005 00:37:54 -0600
33858              Message-ID: <20051104063753.GA3863@petdance.com>
33859      Branch: perl
33860            ! pp_sys.c
33861 ____________________________________________________________________________
33862 [ 25981] By: stevep                                on 2005/11/04  00:10:21
33863         Log: Upgrade to Time-HiRes 1.79
33864      Branch: perl
33865            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
33866            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
33867 ____________________________________________________________________________
33868 [ 25980] By: stevep                                on 2005/11/03  21:23:48
33869         Log: Reverting the reversion.  va_end() goes with va_start().
33870      Branch: perl
33871            ! mg.c
33872 ____________________________________________________________________________
33873 [ 25979] By: rgs                                   on 2005/11/03  21:07:54
33874         Log: Fix test failures introduced by the change of flags on op_sort
33875      Branch: perl
33876            ! ext/B/t/f_sort.t
33877 ____________________________________________________________________________
33878 [ 25978] By: stevep                                on 2005/11/03  20:28:20
33879         Log: Upgrade to Time-HiRes-1.78
33880      Branch: perl
33881            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
33882            ! ext/Time/HiRes/t/HiRes.t
33883 ____________________________________________________________________________
33884 [ 25977] By: stevep                                on 2005/11/03  17:27:58
33885         Log: Change #25976 seemed to cause test failures in ext/B/t/f_sort.t.  What
33886              was that line about Jenga again?
33887      Branch: perl
33888            ! mg.c
33889 ____________________________________________________________________________
33890 [ 25976] By: stevep                                on 2005/11/03  17:14:17
33891         Log: Missing va_end(args) from SA_SIGINFO related code.
33892      Branch: perl
33893            ! mg.c
33894 ____________________________________________________________________________
33895 [ 25975] By: stevep                                on 2005/11/03  16:00:12
33896         Log: Test for the right signal should use the constant for that signal.
33897      Branch: perl
33898            ! ext/POSIX/t/sigaction.t
33899 ____________________________________________________________________________
33900 [ 25974] By: stevep                                on 2005/11/03  15:07:26
33901         Log: Add appropriate skips to t/io/fs.t to fix test failures on Cygwin.
33902      Branch: perl
33903            ! t/io/fs.t
33904 ____________________________________________________________________________
33905 [ 25973] By: stevep                                on 2005/11/03  14:56:25
33906         Log: More core test cleanups.  Mainly fixes to remove code that caused 
33907              warnings, but there were a few bug fixes that were hidden by 
33908              no using warnings.
33909      Branch: perl
33910            ! t/io/nargv.t t/io/openpid.t t/io/pipe.t t/io/print.t
33911            ! t/io/read.t t/io/tell.t
33912 ____________________________________________________________________________
33913 [ 25972] By: nicholas                              on 2005/11/03  14:19:34
33914         Log: Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil,
33915              but the actual finished code is not as bad as it seems.
33916      Branch: perl
33917            ! mathoms.c opcode.h opcode.pl pp_sys.c
33918 ____________________________________________________________________________
33919 [ 25971] By: rgs                                   on 2005/11/03  12:29:18
33920         Log: Document some bogus compiler warnings in README.solaris
33921              
33922              Subject: Re: Why is malloc_wrap now the default?
33923              From: Alan Burlison <Alan.Burlison@sun.com>
33924              Date: Thu, 03 Nov 2005 12:54:16 +0000
33925              Message-ID: <436A0878.1030703@sun.com>
33926      Branch: perl
33927            ! README.solaris
33928 ____________________________________________________________________________
33929 [ 25970] By: stevep                                on 2005/11/03  11:37:31
33930         Log: Upgrade to Time-HiRes-1.77
33931      Branch: perl
33932            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
33933            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
33934            ! ext/Time/HiRes/fallback/const-c.inc
33935            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
33936 ____________________________________________________________________________
33937 [ 25969] By: nicholas                              on 2005/11/03  11:09:39
33938         Log: Patch 3945 was a bit overkeen - the effective parameter to cando() and
33939              ingroup() is a boolean flag, not a GID or UID.
33940      Branch: perl
33941            ! doio.c embed.fnc proto.h
33942 ____________________________________________________________________________
33943 [ 25968] By: nicholas                              on 2005/11/03  09:51:56
33944         Log: Avoiding source code duplication for the lstat() on filehandle %s
33945              warning also makes the object code slightly smaller.
33946      Branch: perl
33947            ! pp_sys.c
33948 ____________________________________________________________________________
33949 [ 25967] By: stevep                                on 2005/11/03  02:09:30
33950         Log: Clean up some test files.
33951      Branch: perl
33952            ! t/io/argv.t t/io/crlf_through.t t/io/dup.t t/io/layers.t
33953            ! t/io/through.t
33954 ____________________________________________________________________________
33955 [ 25966] By: stevep                                on 2005/11/03  01:45:45
33956         Log: Make harness warning-free when running with -Mdiagnostics
33957      Branch: perl
33958            ! t/harness
33959 ____________________________________________________________________________
33960 [ 25965] By: stevep                                on 2005/11/02  22:37:48
33961         Log: Test case should not execute /no_such_process if it does exist.
33962      Branch: perl
33963            ! t/io/pipe.t
33964 ____________________________________________________________________________
33965 [ 25964] By: nicholas                              on 2005/11/02  21:27:58
33966         Log: unlink chmod utime kill can be merged into Perl_pp_chown().
33967      Branch: perl
33968            ! mathoms.c opcode.h opcode.pl pp_sys.c
33969 ____________________________________________________________________________
33970 [ 25963] By: nicholas                              on 2005/11/02  20:59:52
33971         Log: Move the conditonal compiles that report absence of kill and chown
33972              from pp_kill() and pp_chown() into apply().
33973      Branch: perl
33974            ! doio.c pp_sys.c
33975 ____________________________________________________________________________
33976 [ 25962] By: nicholas                              on 2005/11/02  20:13:24
33977         Log: Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.
33978      Branch: perl
33979            ! mathoms.c opcode.h opcode.pl pp_sys.c
33980 ____________________________________________________________________________
33981 [ 25961] By: nicholas                              on 2005/11/02  19:04:10
33982         Log: Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe into
33983              Perl_pp_ftrowned
33984      Branch: perl
33985            ! mathoms.c opcode.h opcode.pl pp_sys.c
33986 ____________________________________________________________________________
33987 [ 25960] By: nicholas                              on 2005/11/02  17:24:35
33988         Log: Avoid a pad panic by attempting to use dTARGET; in an op that didn't
33989              flag that it needed a target (OP_FTIS)
33990      Branch: perl
33991            ! pp_sys.c
33992 ____________________________________________________________________________
33993 [ 25959] By: nicholas                              on 2005/11/02  16:35:42
33994         Log: Correct error in 25958 for threaded builds.
33995      Branch: perl
33996            ! mathoms.c
33997 ____________________________________________________________________________
33998 [ 25958] By: nicholas                              on 2005/11/02  15:59:30
33999         Log: Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
34000      Branch: perl
34001            ! mathoms.c opcode.h opcode.pl pp_sys.c
34002 ____________________________________________________________________________
34003 [ 25957] By: rgs                                   on 2005/11/02  14:33:32
34004         Log: Remove last sort test, that was failing with and without threads.
34005              Silence some warnings.
34006      Branch: perl
34007            ! t/op/sort.t
34008 ____________________________________________________________________________
34009 [ 25956] By: rgs                                   on 2005/11/02  14:10:54
34010         Log: Adjust test count
34011      Branch: perl
34012            ! ext/B/t/concise-xs.t
34013 ____________________________________________________________________________
34014 [ 25955] By: rgs                                   on 2005/11/02  13:39:35
34015         Log: Add missing file from change 25953
34016      Branch: perl
34017            + ext/List/Util/multicall.h
34018 ____________________________________________________________________________
34019 [ 25954] By: rgs                                   on 2005/11/02  13:14:19
34020         Log: Regen headers
34021      Branch: perl
34022            ! global.sym opcode.h pod/perlapi.pod pod/perldiag.pod
34023 ____________________________________________________________________________
34024 [ 25953] By: merijn                                on 2005/11/02  12:49:54
34025         Log: Subject: [PATCH] sort/multicall patch
34026              From: Robin Houston <robin@cpan.org>
34027              Date: Sat, 29 Oct 2005 21:33:07 +0100
34028              Message-ID: <20051029203307.GA8869@rpc142.cs.man.ac.uk>
34029      Branch: perl
34030            ! AUTHORS MANIFEST cop.h embed.fnc embedvar.h
34031            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
34032            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
34033            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_reduce.t
34034            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/reduce.t
34035            ! ext/List/Util/t/refaddr.t ext/List/Util/t/tainted.t makedef.pl
34036            ! op.c opcode.pl perlapi.h pod/perlcall.pod pod/perldiag.pod
34037            ! pp_ctl.c pp_hot.c pp_sort.c sv.c t/op/sort.t t/op/threads.t
34038            ! thrdvar.h
34039 ____________________________________________________________________________
34040 [ 25952] By: steveh                                on 2005/11/02  09:41:25
34041         Log: Subject: [PATCH] RE: [perl #37571] -z FH broken with Borland  build   
34042              From: "Paul Marquess" <paul.marquess@ntlworld.com>
34043              Date: Tue, 1 Nov 2005 17:05:38 -0000
34044              Message-ID: <003501c5df06$7d63fdb0$0505140a@myopwv.com>
34045      Branch: perl
34046            ! t/op/stat.t win32/win32.c
34047 ____________________________________________________________________________
34048 [ 25951] By: rgs                                   on 2005/11/02  08:57:52
34049         Log: Subject: Re: futimes [PATCH]
34050              From: Gisle Aas <gisle@ActiveState.com>
34051              Date: 01 Nov 2005 00:02:37 -0800
34052              Message-ID: <lrbr1494o2.fsf@caliper.activestate.com>
34053      Branch: perl
34054            ! t/io/fs.t
34055 ____________________________________________________________________________
34056 [ 25950] By: stevep                                on 2005/11/02  04:59:47
34057         Log: Ambiguous test cases may be hazardous to your health.
34058      Branch: perl
34059            ! t/op/list.t
34060 ____________________________________________________________________________
34061 [ 25949] By: stevep                                on 2005/11/02  04:54:52
34062         Log: Lowercase barewords considered harmful to your health.
34063      Branch: perl
34064            ! t/io/fs.t
34065 ____________________________________________________________________________
34066 [ 25948] By: rgs                                   on 2005/11/01  19:23:23
34067         Log: Subject: [PATCH] perlio.c consting
34068              From: Andy Lester <andy@petdance.com>
34069              Date: Oct 31, 2005 6:54 PM
34070              Message-ID: <20051031175411.GA18480@petdance.com>
34071      Branch: perl
34072            ! op.c perlio.c
34073 ____________________________________________________________________________
34074 [ 25947] By: steveh                                on 2005/11/01  17:20:18
34075         Log: This *really* should clear up Win32's Perl_do_exec undefined warnings
34076      Branch: perl
34077            ! perl.h
34078 ____________________________________________________________________________
34079 [ 25946] By: nicholas                              on 2005/11/01  16:38:31
34080         Log: This should clear up 'Perl_do_exec' undefined; warnings on win32
34081      Branch: perl
34082            ! embed.fnc embed.h proto.h
34083 ____________________________________________________________________________
34084 [ 25945] By: steveh                                on 2005/11/01  10:33:48
34085         Log: Make PerlLIOUtime()'s filename const
34086              
34087              Fixes a warning brought about by change #25941 (which made the
34088              filename argument const).
34089              The various implementations of PerlLIOUtime() (in NetWare/, win32/
34090              and wince/) already take a const filename.
34091      Branch: perl
34092            ! NetWare/nwperlhost.h NetWare/nwperlsys.h iperlsys.h
34093            ! win32/perlhost.h wince/perlhost.h
34094 ____________________________________________________________________________
34095 [ 25944] By: steveh                                on 2005/11/01  08:45:09
34096         Log: Fix nit in pod nit fix
34097      Branch: perl
34098            ! pod/perlhack.pod
34099 ____________________________________________________________________________
34100 [ 25943] By: steveh                                on 2005/11/01  08:39:32
34101         Log: Update win32 config files w.r.t. change #25935
34102      Branch: perl
34103            ! win32/config.bc win32/config.gc win32/config.vc
34104            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
34105            ! win32/config_H.vc win32/config_H.vc64
34106 ____________________________________________________________________________
34107 [ 25942] By: stevep                                on 2005/10/31  23:46:01
34108         Log: Upgrade to DB_File 1.813.
34109      Branch: perl
34110            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
34111            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-recno.t
34112 ____________________________________________________________________________
34113 [ 25941] By: merijn                                on 2005/10/31  22:15:01
34114         Log: Subject: futimes [PATCH]
34115              From: Gisle Aas <gisle@ActiveState.com>
34116              Date: 31 Oct 2005 13:53:53 -0800
34117              Message-ID: <lrk6ft8ia6.fsf_-_@caliper.activestate.com>
34118      Branch: perl
34119            ! doio.c handy.h pod/perlfunc.pod t/io/fs.t
34120 ____________________________________________________________________________
34121 [ 25940] By: nicholas                              on 2005/10/31  20:36:36
34122         Log: All the ops that are simply C<return some_other_op();> can be bypassed
34123              in the op dispatch table, and the bodies retired.
34124      Branch: perl
34125            ! mathoms.c opcode.h opcode.pl pp.c pp_ctl.c pp_sys.c
34126 ____________________________________________________________________________
34127 [ 25939] By: nicholas                              on 2005/10/31  19:55:18
34128         Log: Simplify the implementation of the "unimplemented" message in the
34129              conditionally compiled ops.
34130      Branch: perl
34131            ! pp_sys.c
34132 ____________________________________________________________________________
34133 [ 25938] By: nicholas                              on 2005/10/31  19:14:47
34134         Log: Further pod nit spotted by Jarkko
34135      Branch: perl
34136            ! pod/perlhack.pod
34137 ____________________________________________________________________________
34138 [ 25937] By: nicholas                              on 2005/10/31  18:34:59
34139         Log: Replace the 3 currently "unreachable" ops with a single op body
34140              unimplemented_op() that panics descriptively if ever reached.
34141      Branch: perl
34142            ! opcode.h opcode.pl pod/perldiag.pod pp.c
34143 ____________________________________________________________________________
34144 [ 25936] By: nicholas                              on 2005/10/31  18:29:05
34145         Log: Add "moving common filetest code to a static function" to the todo.
34146      Branch: perl
34147            ! pod/perltodo.pod
34148 ____________________________________________________________________________
34149 [ 25935] By: merijn                                on 2005/10/31  17:50:05
34150         Log: revive probe for futimes ()
34151      Branch: perl
34152            ! Configure Porting/Glossary config_h.SH handy.h
34153 ____________________________________________________________________________
34154 [ 25934] By: rgs                                   on 2005/10/31  17:00:44
34155         Log: A B::Deparse fix from :
34156              Subject: Re: [perl #37527] regular-expression parser does not see '(' character
34157              From: Bas van Sisseren <bas@quarantainenet.nl>
34158              Date: Wed, 26 Oct 2005 13:59:42 +0200
34159              Message-ID: <435F6FAE.4060502@quarantainenet.nl>
34160      Branch: perl
34161            ! ext/B/B/Deparse.pm
34162 ____________________________________________________________________________
34163 [ 25933] By: merijn                                on 2005/10/31  16:25:23
34164         Log: Subject: [PATCH] Symbian port 0.3.0 as of blead@25911
34165              From: <jarkko.hietaniemi@nokia.com>
34166              Date: Mon, 31 Oct 2005 18:38:42 +0200
34167              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6D6@esebe105.NOE.Nokia.com>
34168      Branch: perl
34169            + symbian/PerlAppUIQ.rss
34170            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
34171            ! symbian/PerlApp.hrh symbian/PerlAppAif.rss symbian/config.pl
34172            ! symbian/port.pl symbian/sanity.pl symbian/sdk.pl
34173            ! symbian/sisify.pl symbian/symbian_utils.cpp symbian/xsbuild.pl
34174 ____________________________________________________________________________
34175 [ 25932] By: rgs                                   on 2005/10/31  16:24:31
34176         Log: Avoid corruption when calling mg_get to retrieve the value
34177              of a $digit variable. This is done by ensuring it's not
34178              tainted.
34179              See http://bugs.debian.org/303308
34180              Patch by Chris Heath <chris.heath@autoweb.net>
34181      Branch: perl
34182            ! mg.c
34183 ____________________________________________________________________________
34184 [ 25931] By: nicholas                              on 2005/10/31  16:24:29
34185         Log: maddingue prefers this e-mail address.
34186      Branch: perl
34187            ! AUTHORS
34188 ____________________________________________________________________________
34189 [ 25930] By: merijn                                on 2005/10/31  16:18:03
34190         Log: Try to preserve the lost opcode alias info in comments
34191              extent to change #25929
34192      Branch: perl
34193            ! opcode.h opcode.pl
34194 ____________________________________________________________________________
34195 [ 25929] By: nicholas                              on 2005/10/31  15:52:50
34196         Log: It appears that it's trivially easy to alias opcode functions in
34197              the opcode table. We should be able to get both a speed and size
34198              saving here. Time will tell how much.
34199      Branch: perl
34200            ! opcode.h opcode.pl
34201 ____________________________________________________________________________
34202 [ 25928] By: nicholas                              on 2005/10/31  15:13:06
34203         Log: Add maddingue to AUTHORS
34204      Branch: perl
34205            ! AUTHORS
34206 ____________________________________________________________________________
34207 [ 25927] By: nicholas                              on 2005/10/31  15:09:54
34208         Log: Subject: [PATCH] Making ExtUtils::Constant compatible with Perl 5.004
34209              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
34210              Message-ID: <1130712761.43654eb9cd9f7@imp4-g19.free.fr>
34211              Date: Sun, 30 Oct 2005 23:52:41 +0100
34212              
34213              with tweaks by chromatic and me.
34214      Branch: perl
34215            ! lib/ExtUtils/Constant.pm
34216 ____________________________________________________________________________
34217 [ 25926] By: nicholas                              on 2005/10/31  14:51:48
34218         Log: A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni().
34219      Branch: perl
34220            ! embed.fnc embed.h proto.h utf8.c utf8.h
34221 ____________________________________________________________________________
34222 [ 25925] By: rgs                                   on 2005/10/31  14:27:32
34223         Log: Fix [perl #37533] open pragma ignored for all 3-arg opens
34224              Also, correct the documentation in open.pm that stated
34225              that open() did not override open.pm-given default encodings.
34226      Branch: perl
34227            ! lib/open.pm perlio.c
34228 ____________________________________________________________________________
34229 [ 25924] By: nicholas                              on 2005/10/31  14:18:59
34230         Log: Perl_csighandler was in global.sym twice.
34231      Branch: perl
34232            ! global.sym
34233 ____________________________________________________________________________
34234 [ 25923] By: nicholas                              on 2005/10/31  14:18:14
34235         Log: Arrange to only output each symbol once into global.sym
34236      Branch: perl
34237            ! embed.pl
34238 ____________________________________________________________________________
34239 [ 25922] By: rgs                                   on 2005/10/31  13:45:06
34240         Log: Tests for index/rindex with empty search string,
34241              adapted from a patch by Rick Delaney
34242      Branch: perl
34243            ! t/op/index.t
34244 ____________________________________________________________________________
34245 [ 25921] By: nicholas                              on 2005/10/31  13:22:01
34246         Log: uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on ASCII based
34247              systems, and not on EBCDIC, so some more thinking is going to be
34248              needed here.
34249      Branch: perl
34250            ! mathoms.c utf8.c
34251 ____________________________________________________________________________
34252 [ 25920] By: stevep                                on 2005/10/31  11:58:08
34253         Log: Coverage stats showed that there were no tests for taking a slice
34254              from ().
34255      Branch: perl
34256            ! t/op/list.t
34257 ____________________________________________________________________________
34258 [ 25919] By: steveh                                on 2005/10/31  11:53:05
34259         Log: Change some spaces to tabs for easier diffing against config_h.SH
34260      Branch: perl
34261            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34262            ! win32/config_H.vc64
34263 ____________________________________________________________________________
34264 [ 25918] By: steveh                                on 2005/10/31  11:30:15
34265         Log: Fixed threaded builds following change 25916
34266      Branch: perl
34267            ! pp_hot.c
34268 ____________________________________________________________________________
34269 [ 25917] By: nicholas                              on 2005/10/31  11:29:43
34270         Log: POD nit spotted by Jarkko
34271      Branch: perl
34272            ! pod/perlhack.pod
34273 ____________________________________________________________________________
34274 [ 25916] By: rgs                                   on 2005/10/31  10:44:32
34275         Log: is_utf8_string_loc() is now a macro, don't use its Perl_-prefixed form
34276      Branch: perl
34277            ! pp_hot.c
34278 ____________________________________________________________________________
34279 [ 25915] By: rgs                                   on 2005/10/31  10:28:32
34280         Log: Subject: [PATCH] Etta James presents: More consting
34281              From: Andy Lester <andy@petdance.com>
34282              Date: Sun, 30 Oct 2005 23:44:13 -0600
34283              Message-ID: <20051031054413.GA10767@petdance.com>
34284      Branch: perl
34285            ! cop.h doop.c hv.c numeric.c op.c perl.c perlio.c pp_hot.c
34286            ! pp_sys.c sv.c toke.c universal.c util.c
34287 ____________________________________________________________________________
34288 [ 25914] By: rgs                                   on 2005/10/31  10:18:15
34289         Log: Subject: [PATCH] S_tokereport's unused parm
34290              From: Andy Lester <andy@petdance.com>
34291              Date: Mon, 31 Oct 2005 00:04:59 -0600
34292              Message-ID: <20051031060459.GC10767@petdance.com>
34293      Branch: perl
34294            ! embed.fnc embed.h proto.h toke.c
34295 ____________________________________________________________________________
34296 [ 25913] By: rgs                                   on 2005/10/31  08:54:18
34297         Log: Regenerate perlapi.pod
34298      Branch: perl
34299            ! pod/perlapi.pod
34300 ____________________________________________________________________________
34301 [ 25912] By: rgs                                   on 2005/10/31  08:40:23
34302         Log: Robin Houston remarks that mention of a context is missing from the
34303              threads.pm documentation.
34304      Branch: perl
34305            ! ext/threads/threads.pm
34306 ____________________________________________________________________________
34307 [ 25911] By: stevep                                on 2005/10/31  03:51:08
34308         Log: perlsio_binmode() is pretty much a mathom on UNIX platforms, but it is
34309              used on Cygwin, at least.
34310      Branch: perl
34311            ! mathoms.c perlio.c
34312 ____________________________________________________________________________
34313 [ 25910] By: nicholas                              on 2005/10/30  21:53:03
34314         Log: const const bad bad.
34315              gcc bad bad too, because it didn't grumble one bit. (or two, for that
34316              matter).
34317      Branch: perl
34318            ! utf8.c
34319 ____________________________________________________________________________
34320 [ 25909] By: nicholas                              on 2005/10/30  21:38:29
34321         Log: is_utf8_alnum() and is_utf8_alnumc() can use is_utf8_common() too.
34322      Branch: perl
34323            ! utf8.c
34324 ____________________________________________________________________________
34325 [ 25908] By: nicholas                              on 2005/10/30  21:24:29
34326         Log: Jarkko and I think that Perl_is_utf8_alnumc should be initialising
34327              and using PL_utf8_alnum*c*, not PL_utf8_alnum.
34328      Branch: perl
34329            ! utf8.c
34330 ____________________________________________________________________________
34331 [ 25907] By: nicholas                              on 2005/10/30  21:10:39
34332         Log: Perl_is_utf8_* share a lot of common code. Pull that out into a new
34333              function S_is_utf8_common.
34334      Branch: perl
34335            ! utf8.c
34336 ____________________________________________________________________________
34337 [ 25906] By: nicholas                              on 2005/10/30  18:31:25
34338         Log: Given that sv_nosharing performs the same function as sv_nolocking
34339              and sv_unnolocking (ie sweet FA), we might as well use the 1 function
34340              to initialise all 3 variables, and elimiate the other two.
34341              For some reason all 3 are listed as being in the public API. Daft.
34342      Branch: perl
34343            ! embed.fnc embed.h intrpvar.h mathoms.c proto.h util.c
34344 ____________________________________________________________________________
34345 [ 25905] By: nicholas                              on 2005/10/30  18:04:17
34346         Log: Replace uvuni_to_utf8() with a macro that passes the extra 0 argument
34347              to uvuni_to_utf8_flags(). Move the old body to mathoms.c
34348      Branch: perl
34349            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
34350 ____________________________________________________________________________
34351 [ 25904] By: nicholas                              on 2005/10/30  17:59:08
34352         Log: global.sym appears to have become out of date. Oops.
34353      Branch: perl
34354            ! global.sym
34355 ____________________________________________________________________________
34356 [ 25903] By: nicholas                              on 2005/10/30  17:49:27
34357         Log: Replace is_utf8_string_loc() with a macro that passes the extra 0
34358              argument to is_utf8_string_loc(). Correct the description of its
34359              parameters in its POD.
34360      Branch: perl
34361            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
34362 ____________________________________________________________________________
34363 [ 25902] By: nicholas                              on 2005/10/30  17:14:08
34364         Log: Fix typos in comments.
34365      Branch: perl
34366            ! utf8.c
34367 ____________________________________________________________________________
34368 [ 25901] By: nicholas                              on 2005/10/30  17:08:39
34369         Log: Functions that die aren't exactly well used code.
34370              (ck_retarget, oopsCV, pp_padany, pp_threadsv, pp_mapstart)
34371      Branch: perl
34372            ! mathoms.c op.c pp.c pp_ctl.c
34373 ____________________________________________________________________________
34374 [ 25900] By: nicholas                              on 2005/10/30  16:45:34
34375         Log: save_hints is a mathom.
34376      Branch: perl
34377            ! mathoms.c op.c
34378 ____________________________________________________________________________
34379 [ 25899] By: nicholas                              on 2005/10/30  16:41:02
34380         Log: I infer that change 25891 as-is would break OS2. This should fix it.
34381      Branch: perl
34382            ! perl.h
34383 ____________________________________________________________________________
34384 [ 25898] By: nicholas                              on 2005/10/30  16:36:22
34385         Log: init_i18nl14n is a mathom.
34386      Branch: perl
34387            ! locale.c mathoms.c
34388 ____________________________________________________________________________
34389 [ 25897] By: nicholas                              on 2005/10/30  16:24:37
34390         Log: Replace hv_magic() with a macro to call sv_magic() directly. Move the
34391              old body to mathoms.c
34392      Branch: perl
34393            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
34394 ____________________________________________________________________________
34395 [ 25896] By: nicholas                              on 2005/10/30  16:07:58
34396         Log: Fix win32 breakage inadvertently introduced by 25889
34397      Branch: perl
34398            ! perl.h
34399 ____________________________________________________________________________
34400 [ 25895] By: nicholas                              on 2005/10/30  10:31:01
34401         Log: Replace hv_iternext() with a macro that calls hv_iternext_flags with
34402              an extra 0 argument. Move the old body to mathoms.c
34403      Branch: perl
34404            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
34405 ____________________________________________________________________________
34406 [ 25894] By: nicholas                              on 2005/10/30  10:00:42
34407         Log: Fix typo in comment.
34408      Branch: perl
34409            ! hv.c
34410 ____________________________________________________________________________
34411 [ 25893] By: nicholas                              on 2005/10/30  09:59:41
34412         Log: Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload()
34413              with the extra TRUE argument.
34414      Branch: perl
34415            ! embed.fnc embed.h gv.c gv.h mathoms.c proto.h
34416 ____________________________________________________________________________
34417 [ 25892] By: nicholas                              on 2005/10/30  08:51:52
34418         Log: I think we have a winner. do_pipe hasn't been called since 4.036.
34419              Maybe we should just remove this appendix.
34420      Branch: perl
34421            ! doio.c mathoms.c
34422 ____________________________________________________________________________
34423 [ 25891] By: nicholas                              on 2005/10/30  08:38:07
34424         Log: Replace do_aexec() with a macro to call do_aexec5() with the two extra
34425              0 arguments. Move the old body to mathoms.c
34426      Branch: perl
34427            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
34428 ____________________________________________________________________________
34429 [ 25890] By: nicholas                              on 2005/10/30  08:23:29
34430         Log: Replace do_exec() with a macro to call do_exec3() with the extra two
34431              0 arguments. Move the old body to mathoms.c
34432      Branch: perl
34433            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
34434 ____________________________________________________________________________
34435 [ 25889] By: nicholas                              on 2005/10/30  08:05:32
34436         Log: Replace do_open() with a macro to call do_openn() with the extra two
34437              0 paramters. Move the old body to mathoms.c.
34438      Branch: perl
34439            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
34440 ____________________________________________________________________________
34441 [ 25888] By: stevep                                on 2005/10/30  04:20:45
34442         Log: Subject: [PATCH] warnings.pl/pm: Croaker function: bug (perl v5.8, v5.9)
34443              From: Bram <perl-rt@wizbit.be>
34444              Date: Thu, 04 Aug 2005 23:55:33 +0200
34445              Message-Id: <42F28ED5.CFFDCCFD@wizbit.be>
34446      Branch: perl
34447            ! lib/warnings.pm warnings.pl
34448 ____________________________________________________________________________
34449 [ 25887] By: stevep                                on 2005/10/29  22:37:50
34450         Log: Subject: Re: [PATCH] predecrement vs postdecrement
34451              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
34452              Date: Sat, 29 Oct 2005 23:24:33 +0300
34453              Message-ID: <4363DA81.6060600@gmail.com>
34454              
34455              Nit in pod/perlhack.pod
34456      Branch: perl
34457            ! pod/perlhack.pod
34458 ____________________________________________________________________________
34459 [ 25886] By: nicholas                              on 2005/10/29  17:31:01
34460         Log: Replace the body of the rarely used sv_setpviv_mg with a call to
34461              sv_setpviv followed by SvSETMAGIC.
34462      Branch: perl
34463            ! sv.c
34464 ____________________________________________________________________________
34465 [ 25885] By: nicholas                              on 2005/10/29  17:21:24
34466         Log: Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies to
34467              mathoms.c
34468      Branch: perl
34469            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
34470 ____________________________________________________________________________
34471 [ 25884] By: nicholas                              on 2005/10/29  17:02:49
34472         Log: Add a new SMAGIC flag, to signal a call to SvSETMAGIC. Add it to
34473              sv_catpvn_flags and sv_catsv_flags, and then re-implement sv_catpvn_mg
34474              and sv_catsv_mg as calls to sv_catpvn_flags and sv_catsv_flags
34475              respectively.
34476      Branch: perl
34477            ! sv.c sv.h
34478 ____________________________________________________________________________
34479 [ 25883] By: nicholas                              on 2005/10/29  16:25:38
34480         Log: sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replaced
34481              with terse macros, and the function bodies retired.
34482      Branch: perl
34483            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
34484 ____________________________________________________________________________
34485 [ 25882] By: nicholas                              on 2005/10/29  16:06:39
34486         Log: All the private implementations of @foo for compilers that can't do
34487              complex macro expansions became dead wood sometime around 5.7.3
34488              (Don't tell Otava this)
34489      Branch: perl
34490            ! mathoms.c sv.c
34491 ____________________________________________________________________________
34492 [ 25881] By: stevep                                on 2005/10/29  15:34:22
34493         Log: Subject: [perl #30563] [PATCH] Storable::dclone fails for tied elements
34494              From: perlbug-followup@perl.org (Srezic@Iconmobile.Com)
34495              Date: 2 Jul 2004 11:32:12 -0000
34496              Message-ID: <rt-3.0.11-30563-91788.4.94870186951744@perl.org>
34497              
34498              Also, a version bump to Storable.pm.
34499      Branch: perl
34500            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
34501            ! ext/Storable/t/dclone.t
34502 ____________________________________________________________________________
34503 [ 25880] By: nicholas                              on 2005/10/29  15:07:42
34504         Log: sv_utf8_upgrade declares itself to be a mathom, so off it goes.
34505              Remove duplicate declaration of Perl_sv_2uv
34506      Branch: perl
34507            ! mathoms.c sv.c
34508 ____________________________________________________________________________
34509 [ 25879] By: nicholas                              on 2005/10/29  14:51:32
34510         Log: Replace sv_force_normal with a macro that calls sv_force_normal_flags.
34511      Branch: perl
34512            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
34513 ____________________________________________________________________________
34514 [ 25878] By: nicholas                              on 2005/10/29  14:39:37
34515         Log: Replace sv_unref with a macro that calls sv_unref_flags
34516      Branch: perl
34517            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
34518 ____________________________________________________________________________
34519 [ 25877] By: stevep                                on 2005/10/29  14:33:30
34520         Log: Oops, missed an sv_force_normal()
34521      Branch: perl
34522            ! mg.c
34523 ____________________________________________________________________________
34524 [ 25876] By: nicholas                              on 2005/10/29  14:25:55
34525         Log: sv_taint() can easily be replaced by a macro.
34526      Branch: perl
34527            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
34528 ____________________________________________________________________________
34529 [ 25875] By: stevep                                on 2005/10/29  14:14:25
34530         Log: Change to use sv_force_normal_flags() directly, rather than calling
34531              sv_force_normal() to call sv_force_normal_flags().
34532      Branch: perl
34533            ! NetWare/sv_nw.c mg.c
34534 ____________________________________________________________________________
34535 [ 25874] By: nicholas                              on 2005/10/29  11:50:29
34536         Log: A terser implementation of S_varname, by using and post-processing
34537              gv_fullname4
34538      Branch: perl
34539            ! sv.c
34540 ____________________________________________________________________________
34541 [ 25873] By: stevep                                on 2005/10/29  11:47:55
34542         Log: Additional mathoms from doio.c
34543      Branch: perl
34544            ! doio.c mathoms.c
34545 ____________________________________________________________________________
34546 [ 25872] By: stevep                                on 2005/10/29  11:36:26
34547         Log: Coverage stats say av_fake() is a mathom too.
34548      Branch: perl
34549            ! av.c mathoms.c
34550 ____________________________________________________________________________
34551 [ 25871] By: nicholas                              on 2005/10/29  11:14:40
34552         Log: gv_fullname3 and gv_efullname3 are definately mathoms. They even say so.
34553      Branch: perl
34554            ! gv.c mathoms.c
34555 ____________________________________________________________________________
34556 [ 25870] By: stevep                                on 2005/10/29  11:02:12
34557         Log: Subject: Re: [PATCH] predecrement vs postdecrement
34558              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
34559              Date: Sat, 29 Oct 2005 11:52:25 +0300
34560              Message-ID: <43633849.6060809@gmail.com>
34561      Branch: perl
34562            ! regcomp.c
34563 ____________________________________________________________________________
34564 [ 25869] By: nicholas                              on 2005/10/29  10:53:40
34565         Log: gv_fullname and gv_efullname are definately mathoms.
34566      Branch: perl
34567            ! gv.c mathoms.c
34568 ____________________________________________________________________________
34569 [ 25868] By: stevep                                on 2005/10/28  23:38:35
34570         Log: Subject: [PATCH] perl5db.pl incorrect instructions in termination message
34571              From: Brendan O'Dea <bod@debian.org>
34572              Date: Sat, 29 Oct 2005 07:14:40 +1000
34573              Message-ID: <20051028211440.GA23305@londo.c47.org>
34574      Branch: perl
34575            ! lib/perl5db.pl
34576 ____________________________________________________________________________
34577 [ 25867] By: stevep                                on 2005/10/28  21:12:35
34578         Log: Makefiles like tabs, not spaces.
34579      Branch: perl
34580            ! win32/Makefile win32/makefile.mk
34581 ____________________________________________________________________________
34582 [ 25866] By: stevep                                on 2005/10/28  21:09:31
34583         Log: Add a new file, mathoms.c, to hold old code kept around for binary
34584              compatability with previous versions of Perl.  Change also includes
34585              various Makefile changes to compile the new file and link it into 
34586              libperl.
34587      Branch: perl
34588            + mathoms.c
34589            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile globals.c
34590            ! numeric.c op.c perlio.c plan9/mkfile sv.c utf8.c
34591            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
34592            ! wince/Makefile.ce
34593 ____________________________________________________________________________
34594 [ 25865] By: stevep                                on 2005/10/28  11:30:51
34595         Log: Check for changes in IO on CPAN.
34596      Branch: perl
34597            ! Porting/Maintainers.pl
34598 ____________________________________________________________________________
34599 [ 25864] By: stevep                                on 2005/10/28  11:21:48
34600         Log: gbarr is maintaining IO.
34601      Branch: perl
34602            ! Porting/Maintainers.pl
34603 ____________________________________________________________________________
34604 [ 25863] By: stevep                                on 2005/10/28  10:48:32
34605         Log: Add SPRINTF_RETURNS_STRLEN to the various Win32 config_H.* files.
34606      Branch: perl
34607            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34608            ! win32/config_H.vc64
34609 ____________________________________________________________________________
34610 [ 25862] By: nicholas                              on 2005/10/28  10:24:43
34611         Log: Use the return value from sprintf and avoid a call to strlen
34612      Branch: perl
34613            ! sv.c
34614 ____________________________________________________________________________
34615 [ 25861] By: stevep                                on 2005/10/27  11:13:50
34616         Log: Subject: Re: IO::File performace issue
34617              From: gisle@ActiveState.com (Gisle Aas)
34618              Date: 27 Oct 2005 01:00:39 -0700
34619              Message-ID: <lrvezjv17c.fsf@caliper.activestate.com>
34620              
34621              Also includes a version bump for IO::File.
34622      Branch: perl
34623            ! ext/IO/lib/IO/File.pm
34624 ____________________________________________________________________________
34625 [ 25860] By: nicholas                              on 2005/10/27  08:53:03
34626         Log: Change 25850 failed to include all changed headers
34627      Branch: perl
34628            ! embed.h proto.h
34629 ____________________________________________________________________________
34630 [ 25859] By: stevep                                on 2005/10/27  01:55:08
34631         Log: Win32 fix for change #25850.  I don't know if this define will ever
34632              be used on Win32, but it does fix the problem at hand.
34633      Branch: perl
34634            ! win32/perlhost.h
34635 ____________________________________________________________________________
34636 [ 25858] By: rgs                                   on 2005/10/26  13:27:31
34637         Log: Subject: [patch@25854]vms.c rmsexpand and memmove fixes
34638              From: "John E. Malmberg" <wb8tyw@qsl.net>
34639              Date: Wed, 26 Oct 2005 08:08:05 -0400
34640              Message-ID: <435F71A5.6030809@qsl.net>
34641      Branch: perl
34642            ! vms/vms.c
34643 ____________________________________________________________________________
34644 [ 25857] By: rgs                                   on 2005/10/26  12:52:37
34645         Log: FAQ sync.
34646      Branch: perl
34647            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
34648            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
34649            ! pod/perlfaq7.pod pod/perlfaq9.pod
34650 ____________________________________________________________________________
34651 [ 25856] By: merijn                                on 2005/10/26  12:37:47
34652         Log: Subject: [PATCH] Symbian: better Series 80 support
34653              From: <jarkko.hietaniemi@nokia.com>
34654              Date: Wed, 26 Oct 2005 15:50:08 +0300
34655              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6AA@esebe105.NOE.Nokia.com>
34656      Branch: perl
34657            + symbian/hexdump.pl
34658            ! MANIFEST symbian/PerlApp.cpp symbian/PerlApp.h
34659            ! symbian/PerlAppS80.rss symbian/config.pl symbian/makesis.pl
34660            ! symbian/sisify.pl
34661 ____________________________________________________________________________
34662 [ 25855] By: stevep                                on 2005/10/26  11:52:46
34663         Log: Multiple versions of OpenBSD fail this test, not just 3.7.
34664      Branch: perl
34665            ! t/op/sprintf.t
34666 ____________________________________________________________________________
34667 [ 25854] By: rgs                                   on 2005/10/26  10:21:30
34668         Log: Subject: Re: [PATCH] minor speed-up for pp_push()
34669              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
34670              Date: Tue, 25 Oct 2005 08:11:42 +0200
34671              Message-id: <20051025061141.GA2256@ethan>
34672      Branch: perl
34673            ! pp.c
34674 ____________________________________________________________________________
34675 [ 25853] By: nicholas                              on 2005/10/26  10:06:37
34676         Log: Store the raw bytes of the pid in PL_pidstatus, rather than the
34677              stringification, as removing the conversions saves time and code.
34678      Branch: perl
34679            ! util.c
34680 ____________________________________________________________________________
34681 [ 25852] By: rgs                                   on 2005/10/26  09:37:25
34682         Log: Subject: [perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be _IOC_SIZE(x) on Linux, not 256 
34683              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
34684              Date: Tue, 25 Oct 2005 15:27:28 -0700
34685              Message-ID: <rt-3.0.11-37535-123290.14.118037538994@perl.org>
34686      Branch: perl
34687            ! perl.h
34688 ____________________________________________________________________________
34689 [ 25851] By: rgs                                   on 2005/10/26  08:58:42
34690         Log: Subject: Re: [patch@25838]Hopefully the last VMS exit/error fixes needed.
34691              From: "John E. Malmberg" <wb8tyw@qsl.net>
34692              Date: Tue, 25 Oct 2005 13:36:20 -0400
34693              Message-ID: <435E6D14.7000104@qsl.net>
34694      Branch: perl
34695            ! perl.h vms/perlvms.pod
34696 ____________________________________________________________________________
34697 [ 25850] By: nicholas                              on 2005/10/26  08:31:20
34698         Log: Most platforms don't actually need PL_pidstatus, or the associated
34699              .5K of code.
34700      Branch: perl
34701            ! embed.fnc intrpvar.h makedef.pl perl.c perl.h perlapi.h
34702            ! pp_sys.c sv.c util.c
34703 ____________________________________________________________________________
34704 [ 25849] By: rgs                                   on 2005/10/25  15:26:20
34705         Log: Back out change #25839, and apply :
34706              
34707              Subject: [patch@25838]Hopefully the last VMS exit/error fixes needed.
34708              From: "John E. Malmberg" <wb8tyw@qsl.net>
34709              Date: Tue, 25 Oct 2005 11:09:37 -0400
34710              Message-ID: <435E4AB1.1000106@qsl.net>
34711      Branch: perl
34712            ! perl.c perl.h vms/perlvms.pod
34713 ____________________________________________________________________________
34714 [ 25848] By: nicholas                              on 2005/10/25  12:54:18
34715         Log: Code in wait4pid was calling hv_delete with the hash iterator
34716              currently on that entry. On aggregate this does more work, beacuse
34717              the next call to hv_iterinit() would spot the flag, and have to call
34718              the delete routine, while in the meantime any new entries can't
34719              re-use that memory.
34720      Branch: perl
34721            ! util.c
34722 ____________________________________________________________________________
34723 [ 25847] By: rgs                                   on 2005/10/25  12:35:29
34724         Log: t/TEST should require Time::HiRes only when it uses it.
34725              This fixes minitest.
34726      Branch: perl
34727            ! t/TEST
34728 ____________________________________________________________________________
34729 [ 25846] By: rgs                                   on 2005/10/25  12:17:33
34730         Log: Rediff the Makefile.SH patch for cross-compilation.
34731              (this doesn't mean it works, though.)
34732      Branch: perl
34733            ! Cross/Makefile.SH.patch
34734 ____________________________________________________________________________
34735 [ 25845] By: stevep                                on 2005/10/25  11:56:53
34736         Log: Upgrade to Time-HiRes-1.76
34737      Branch: perl
34738            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
34739            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
34740            ! ext/Time/HiRes/t/HiRes.t
34741 ____________________________________________________________________________
34742 [ 25844] By: rgs                                   on 2005/10/25  11:19:44
34743         Log: Remove remaining references to mv-if-diff
34744      Branch: perl
34745            ! os2/Makefile.SHs pod/Makefile.SH pod/perlmodlib.PL
34746 ____________________________________________________________________________
34747 [ 25843] By: nicholas                              on 2005/10/25  10:55:27
34748         Log: Oops. the trick is to edit Makefile.SH
34749      Branch: perl
34750            ! Makefile.SH
34751 ____________________________________________________________________________
34752 [ 25842] By: nicholas                              on 2005/10/25  10:36:39
34753         Log: Subject: [PATCH] remove mv-if-diff
34754              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
34755              Message-ID: <20051024193257.2022ea0d@grubert.mandrakesoft.com>
34756              Date: Mon, 24 Oct 2005 19:32:57 +0200
34757              
34758              (with tweak to add rm for opmini.c, remove mv-if-diff, and reflect
34759              this removal in MANIFEST)
34760      Branch: perl
34761            - mv-if-diff
34762            ! MANIFEST Makefile.SH
34763 ____________________________________________________________________________
34764 [ 25841] By: nicholas                              on 2005/10/25  09:09:49
34765         Log: Replace all the strlen()s related to PL_pidstatus with the return
34766              value of my_sprintf
34767      Branch: perl
34768            ! util.c
34769 ____________________________________________________________________________
34770 [ 25840] By: nicholas                              on 2005/10/25  08:32:25
34771         Log: Whoops. The Windows build is going to need to know that this symbol is
34772              defined.
34773      Branch: perl
34774            ! perl.c
34775 ____________________________________________________________________________
34776 [ 25839] By: rgs                                   on 2005/10/25  08:14:33
34777         Log: Subject: VMS exit handling still broken, need some help.
34778              From: "John E. Malmberg" <wb8tyw@qsl.net>
34779              Date: Mon, 24 Oct 2005 01:34:41 -0400
34780              Message-ID: <435C7271.8070403@qsl.net>
34781      Branch: perl
34782            ! perl.c perl.h vms/vms.c
34783 ____________________________________________________________________________
34784 [ 25838] By: merijn                                on 2005/10/25  05:58:00
34785         Log: Subject: [patch@25837] Change 25831: sprintf returns the length of the buffer.
34786              From: "John E. Malmberg" <wb8tyw@qsl.net>
34787              Date: Mon, 24 Oct 2005 23:37:46 -0400
34788              Message-ID: <435DA88A.90201@qsl.net>
34789      Branch: perl
34790            ! configure.com
34791 ____________________________________________________________________________
34792 [ 25837] By: merijn                                on 2005/10/24  23:35:40
34793         Log: Backport of changes #25831 and #25832. Re-order needed
34794              
34795              Subject: [PATCH] Re: Configure question about format of cc/cppsymbols
34796              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34797              Date: Mon, 24 Oct 2005 13:04:58 -0700
34798              Message-ID: <20051024200458.GC2312@efn.org>
34799      Branch: perl
34800            ! Configure config_h.SH
34801 ____________________________________________________________________________
34802 [ 25833] By: merijn                                on 2005/10/24  22:44:22
34803         Log: Subject: [PATCH] Compress::Zlib
34804              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
34805              Date: Mon, 24 Oct 2005 23:19:48 +0100
34806              Message-ID: <00ab01c5d8e9$0ef31b40$02f0440a@myopwv.com>
34807      Branch: perl
34808            ! ext/Compress/Zlib/Zlib.pm
34809            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
34810            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
34811            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
34812            ! ext/Compress/Zlib/t/03zlib-v1.t
34813            ! ext/Compress/Zlib/t/16oneshot.t ext/Compress/Zlib/t/22merge.t
34814 ____________________________________________________________________________
34815 [ 25832] By: nicholas                              on 2005/10/24  21:20:21
34816         Log: Add my_sprintf, which is usually just a macro for sprintf, for those
34817              places where we want to use the return value of sprintf. This allows
34818              a wrapper to be used for platforms where the C library isn't ANSI-
34819              conformant.
34820      Branch: perl
34821            ! config_h.SH embed.fnc embed.h global.sym makedef.pl perl.h
34822            ! proto.h util.c
34823 ____________________________________________________________________________
34824 [ 25831] By: nicholas                              on 2005/10/24  20:03:38
34825         Log: Add a probe for whether sprintf returns the length of the buffer.
34826              Update all the canned config.sh files.
34827              Assume that symbian and Win32 are all ANSI conformant, note that ARM
34828              Linux (ie glibc) will be, don't assume that any other platform is.
34829      Branch: perl
34830            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
34831            ! Porting/Glossary configure.com epoc/config.sh
34832            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
34833            ! win32/config.bc win32/config.gc win32/config.vc
34834            ! win32/config.vc64 wince/config.ce
34835 ____________________________________________________________________________
34836 [ 25830] By: rgs                                   on 2005/10/24  16:18:41
34837         Log: Fix path in code example
34838      Branch: perl
34839            ! pod/perlfunc.pod
34840 ____________________________________________________________________________
34841 [ 25829] By: rgs                                   on 2005/10/24  15:21:28
34842         Log: Subject: Re: do { EXPR for EXPR }
34843              From: Robin Houston <robin@cpan.org>
34844              Date: Sat, 22 Oct 2005 16:56:27 +0100
34845              Message-ID: <20051022155627.GA22420@rpc142.cs.man.ac.uk>
34846      Branch: perl
34847            ! op.c t/cmd/mod.t
34848 ____________________________________________________________________________
34849 [ 25828] By: stevep                                on 2005/10/24  14:16:32
34850         Log: Update one of merijn's previous emails.
34851      Branch: perl
34852            ! Porting/checkAUTHORS.pl
34853 ____________________________________________________________________________
34854 [ 25827] By: craigb                                on 2005/10/23  22:17:44
34855         Log: Subject: [patch@25825] Fix st_ino compare to use real data.
34856              From: "John E. Malmberg" <wb8tyw@qsl.net>
34857              Date: Sun, 23 Oct 2005 17:46:46 -0400
34858              Message-id: <435C04C6.2090405@qsl.net>
34859      Branch: perl
34860            ! vms/vms.c
34861 ____________________________________________________________________________
34862 [ 25825] By: mhx                                   on 2005/10/23  10:16:45
34863         Log: Fix mismatched braces in S_fd_on_nosuid_fs().
34864      Branch: perl
34865            ! perl.c
34866 ____________________________________________________________________________
34867 [ 25824] By: craigb                                on 2005/10/22  16:43:40
34868         Log: VMS threaded build fixes for things broken in #25783
34869      Branch: perl
34870            ! vms/vms.c vms/vmsish.h
34871 ____________________________________________________________________________
34872 [ 25823] By: nicholas                              on 2005/10/22  13:12:48
34873         Log: use more 'const' in the Encode data structures.
34874      Branch: perl
34875            ! ext/Encode/Encode/encode.h ext/Encode/bin/enc2xs
34876 ____________________________________________________________________________
34877 [ 25822] By: mhx                                   on 2005/10/22  13:02:02
34878         Log: Turn NN to NULLOK for functions that have code to handle
34879              the ptr == NULL case and are currently called with NULL
34880              pointers. Having parameters tagged NN can make gcc optimize
34881              away the code for the NULL case, causing segfaults.
34882      Branch: perl
34883            ! embed.fnc proto.h
34884 ____________________________________________________________________________
34885 [ 25821] By: nicholas                              on 2005/10/22  12:08:34
34886         Log: Mark more static Encode data structures as const.
34887      Branch: perl
34888            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
34889            ! ext/Encode/bin/enc2xs ext/Encode/encengine.c
34890 ____________________________________________________________________________
34891 [ 25820] By: stevep                                on 2005/10/21  21:54:01
34892         Log: Documentation on getting a FORMAT ref from a GLOB was missing from
34893              perlref.pod.  Thanks for David Wheeler for starting the discussion
34894              and Paul Johnson for confirming that it could actually be done.
34895      Branch: perl
34896            ! pod/perlref.pod
34897 ____________________________________________________________________________
34898 [ 25819] By: merijn                                on 2005/10/21  15:49:00
34899         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
34900              From: <jarkko.hietaniemi@nokia.com>
34901              Date: Fri, 21 Oct 2005 17:15:23 +0300
34902              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
34903      Branch: perl
34904            + symbian/PerlAppS60.rss symbian/PerlAppS80.rss
34905            ! MANIFEST
34906 ____________________________________________________________________________
34907 [ 25818] By: rgs                                   on 2005/10/21  15:44:38
34908         Log: Subject: allow "" as select bitmask [PATCH]
34909              From: Gisle Aas <gisle@ActiveState.com>
34910              Date: 21 Oct 2005 08:04:40 -0700
34911              Message-ID: <lrach229o7.fsf_-_@caliper.activestate.com>
34912      Branch: perl
34913            ! pp_sys.c t/op/sselect.t
34914 ____________________________________________________________________________
34915 [ 25816] By: rgs                                   on 2005/10/21  15:06:13
34916         Log: Rewording of doc change #25812
34917      Branch: perl
34918            ! pod/perlsub.pod
34919 ____________________________________________________________________________
34920 [ 25815] By: merijn                                on 2005/10/21  14:12:37
34921         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
34922              From: <jarkko.hietaniemi@nokia.com>
34923              Date: Fri, 21 Oct 2005 17:15:23 +0300
34924              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
34925      Branch: perl
34926            - symbian/PerlApp.rss
34927 ____________________________________________________________________________
34928 [ 25814] By: merijn                                on 2005/10/21  14:12:10
34929         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
34930              From: <jarkko.hietaniemi@nokia.com>
34931              Date: Fri, 21 Oct 2005 17:15:23 +0300
34932              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
34933      Branch: perl
34934            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
34935            ! symbian/PerlApp.hrh symbian/config.pl symbian/config.sh
34936            ! symbian/makesis.pl symbian/sdk.pl symbian/sisify.pl
34937            ! symbian/xsbuild.pl
34938 ____________________________________________________________________________
34939 [ 25813] By: rgs                                   on 2005/10/21  13:24:30
34940         Log: Subject: wrong maxlen in sselect [PATCH]
34941              From: Gisle Aas <gisle@ActiveState.com>
34942              Date: 21 Oct 2005 05:24:30 -0700
34943              Message-ID: <lrzmp312ip.fsf@caliper.activestate.com>
34944              
34945              Plus a regression test for the new warning.
34946      Branch: perl
34947            ! pod/perldiag.pod pp_sys.c t/lib/warnings/pp_sys
34948 ____________________________________________________________________________
34949 [ 25812] By: rgs                                   on 2005/10/21  13:01:26
34950         Log: Subject: Re: [PATCH] return values reworded in perlsub.pod
34951              From: Xavier Noria <fxn@hashref.com>
34952              Date: Fri, 21 Oct 2005 08:43:12 +0200
34953              Message-Id: <1C8D7C5C-986C-4336-8C4F-8B965CE1AD17@hashref.com>
34954              
34955              (with minor tweaks)
34956      Branch: perl
34957            ! pod/perlsub.pod
34958 ____________________________________________________________________________
34959 [ 25811] By: rgs                                   on 2005/10/21  09:31:52
34960         Log: Remove last remaining reference to vax11c
34961      Branch: perl
34962            ! x2p/a2p.h
34963 ____________________________________________________________________________
34964 [ 25810] By: craigb                                on 2005/10/20  22:38:36
34965         Log: Subject: [patch@25809]restore documented exit behavior
34966              From: "John E. Malmberg" <wb8tyw@qsl.net>
34967              Date: Thu, 20 Oct 2005 18:21:20 -0400
34968              Message-id: <43581860.3020108@qsl.net>
34969      Branch: perl
34970            ! mg.c perl.c perl.h t/op/exec.t vms/perlvms.pod vms/vms.c
34971 ____________________________________________________________________________
34972 [ 25809] By: rgs                                   on 2005/10/19  21:15:53
34973         Log: Fix doc typo, by Gisle Aas
34974      Branch: perl
34975            ! lib/User/grent.pm
34976 ____________________________________________________________________________
34977 [ 25808] By: rgs                                   on 2005/10/19  20:46:50
34978         Log: Subject: Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of ARRAY in leave
34979              From: Robin Houston <robin@cpan.org>
34980              Date: Oct 14, 2005 1:54 AM
34981              Message-ID: <20051013235457.GA23386@rpc142.cs.man.ac.uk>
34982      Branch: perl
34983            ! embed.fnc embed.h global.sym op.c op.h proto.h t/op/array.t
34984 ____________________________________________________________________________
34985 [ 25805] By: rgs                                   on 2005/10/19  13:19:17
34986         Log: Forgotten chunk by jhi
34987      Branch: perl
34988            ! symbian/makesis.pl
34989 ____________________________________________________________________________
34990 [ 25804] By: rgs                                   on 2005/10/19  13:09:09
34991         Log: Subject: [PATCH] blead 25801: Symbian batch of today
34992              From: <jarkko.hietaniemi@nokia.com>
34993              Date: Wed, 19 Oct 2005 16:19:23 +0300
34994              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A663@esebe105.NOE.Nokia.com>
34995      Branch: perl
34996            ! perl.h pp_sys.c symbian/config.sh symbian/symbianish.h
34997            ! symbian/xsbuild.pl
34998 ____________________________________________________________________________
34999 [ 25803] By: rgs                                   on 2005/10/19  08:18:30
35000         Log: Subject: [PATCH] More consting, and DRY leads to shrinking object code
35001              From: Andy Lester <andy@petdance.com>
35002              Date: Tue, 18 Oct 2005 09:57:23 -0500
35003              Message-ID: <20051018145723.GA4964@petdance.com>
35004      Branch: perl
35005            ! av.c gv.c hv.c mg.c pp_ctl.c pp_hot.c sv.c
35006 ____________________________________________________________________________
35007 [ 25802] By: rgs                                   on 2005/10/19  07:52:20
35008         Log: Subject: [PATCH] Adding documentation index to perlapi.pod and perlintern.pod
35009              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
35010              Date: Tue, 18 Oct 2005 22:22:57 +0200
35011              Message-ID: <1129666977.435559a10cb95@imp5-g19.free.fr>
35012              
35013              (tweaked to remove trailing whitespace to doc entries)
35014              Plus, regenerate doc and headers
35015      Branch: perl
35016            ! autodoc.pl embed.h pod/perlapi.pod pod/perlintern.pod proto.h
35017 ____________________________________________________________________________
35018 [ 25801] By: craigb                                on 2005/10/19  00:29:00
35019         Log: Subject: [patch@25784] enable open(FOO, "child.pl foo|") on VMS
35020              From: "John E. Malmberg" <wb8tyw@qsl.net>
35021              Date: Tue, 18 Oct 2005 14:43:29 -0400
35022              Message-id: <43554251.5020704@qsl.net>
35023      Branch: perl
35024            ! vms/vms.c vms/vmsish.h
35025 ____________________________________________________________________________
35026 [ 25800] By: rgs                                   on 2005/10/18  21:22:17
35027         Log: Add notes about -f _ and defined %foo:: in perldelta
35028      Branch: perl
35029            ! pod/perl593delta.pod
35030 ____________________________________________________________________________
35031 [ 25799] By: rgs                                   on 2005/10/18  20:57:43
35032         Log: Force _ to be always a bareword after filetest operators
35033      Branch: perl
35034            ! t/op/filetest.t toke.c
35035 ____________________________________________________________________________
35036 [ 25798] By: nicholas                              on 2005/10/18  19:52:27
35037         Log: Add Rafael's 5.10 roadmap to perltodo.
35038              Add state variables.
35039              Remove xsubpp entry, as that had been done already.
35040      Branch: perl
35041            ! pod/perltodo.pod
35042 ____________________________________________________________________________
35043 [ 25797] By: rgs                                   on 2005/10/18  19:24:55
35044         Log: Fix tokenizer debugging trace for file tests
35045      Branch: perl
35046            ! toke.c
35047 ____________________________________________________________________________
35048 [ 25796] By: stevep                                on 2005/10/18  19:15:40
35049         Log: Upgrade to Digest-1.13
35050      Branch: perl
35051            ! lib/Digest.pm lib/Digest/Changes lib/Digest/file.pm
35052 ____________________________________________________________________________
35053 [ 25795] By: merijn                                on 2005/10/18  16:30:54
35054         Log: VMS does not have clearenv () according to John E. Malmberg
35055              Followup to 25793
35056      Branch: perl
35057            ! configure.com
35058 ____________________________________________________________________________
35059 [ 25794] By: steveh                                on 2005/10/18  15:03:50
35060         Log: Update win32 config files w.r.t. change #25793
35061      Branch: perl
35062            ! win32/config.bc win32/config.gc win32/config.vc
35063            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
35064            ! win32/config_H.vc win32/config_H.vc64
35065 ____________________________________________________________________________
35066 [ 25793] By: merijn                                on 2005/10/18  13:50:15
35067         Log: Add probe for clearenv (), like #25733 for unsetenv ()
35068      Branch: perl
35069            ! Configure Porting/Glossary config_h.SH handy.h
35070 ____________________________________________________________________________
35071 [ 25790] By: rgs                                   on 2005/10/18  12:48:17
35072         Log: Subject: [PATCH] missed some SYMBIAN ifdefs
35073              From: <jarkko.hietaniemi@nokia.com>
35074              Date: Tue, 18 Oct 2005 16:07:28 +0300
35075              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A64D@esebe105.NOE.Nokia.com>
35076      Branch: perl
35077            ! perl.h util.h
35078 ____________________________________________________________________________
35079 [ 25789] By: stevep                                on 2005/10/18  10:52:01
35080         Log: Upgrade to Time-HiRes-1.75
35081      Branch: perl
35082            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
35083            ! ext/Time/HiRes/Makefile.PL
35084 ____________________________________________________________________________
35085 [ 25788] By: rgs                                   on 2005/10/18  09:29:05
35086         Log: Subject: [PATCH] Symbian: New vs New
35087              From: <jarkko.hietaniemi@nokia.com>
35088              Date: Tue, 18 Oct 2005 12:53:16 +0300
35089              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A640@esebe105.NOE.Nokia.com>
35090      Branch: perl
35091            ! symbian/PerlUtil.cpp
35092 ____________________________________________________________________________
35093 [ 25786] By: rgs                                   on 2005/10/18  08:01:12
35094         Log: Subject: [patch@25783] vmsish.h fix for lstat() definition
35095              From: "John E. Malmberg" <wb8tyw@qsl.net>
35096              Date: Mon, 17 Oct 2005 17:08:19 -0400
35097              Message-ID: <435412C3.3080504@qsl.net>
35098      Branch: perl
35099            ! vms/vmsish.h
35100 ____________________________________________________________________________
35101 [ 25784] By: steveh                                on 2005/10/17  15:48:24
35102         Log: Silence gcc complaints about comments in config.h
35103              
35104              This suppresses dozens of lines of warnings seen, e.g. here:
35105              http://www.nntp.perl.org/group/perl.daily-build.reports/32231
35106      Branch: perl
35107            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
35108 ____________________________________________________________________________
35109 [ 25783] By: rgs                                   on 2005/10/17  15:13:35
35110         Log: Subject: [patch@25775] VMS prep for symbolic links and long filename
35111              From: "John E. Malmberg" <wb8tyw@qsl.net>
35112              Date: Mon, 17 Oct 2005 08:12:37 -0400
35113              Message-ID: <43539535.70609@qsl.net>
35114      Branch: perl
35115            ! vms/vms.c vms/vmsish.h
35116 ____________________________________________________________________________
35117 [ 25782] By: rgs                                   on 2005/10/17  15:05:23
35118         Log: Subject: [PATCH] even more Symbian
35119              From: <jarkko.hietaniemi@nokia.com>
35120              Date: Mon, 17 Oct 2005 18:27:57 +0300
35121              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A61F@esebe105.NOE.Nokia.com>
35122      Branch: perl
35123            ! ext/Storable/Storable.xs symbian/TODO
35124            ! symbian/find_writeable_data.pl symbian/xsbuild.pl
35125 ____________________________________________________________________________
35126 [ 25781] By: nicholas                              on 2005/10/17  14:44:59
35127         Log: Correct precedence from and to && in an expression with assignment.
35128      Branch: perl
35129            ! ext/IO/t/io_sock.t
35130 ____________________________________________________________________________
35131 [ 25780] By: rgs                                   on 2005/10/17  10:16:30
35132         Log: Subject: Re: small addition to $, and $\ in perlvar.pod
35133              From: Xavier Noria <fxn@hashref.com>
35134              Date: Sun, 16 Oct 2005 12:27:30 +0200
35135              Message-Id: <7CA83392-70CD-4AC8-AA44-D94F508BB028@hashref.com>
35136      Branch: perl
35137            ! pod/perlvar.pod
35138 ____________________________________________________________________________
35139 [ 25779] By: steveh                                on 2005/10/17  10:14:46
35140         Log: Make some casts explicit to keep VC++ 7 happy
35141              
35142              Specifically, this silences the warnings from the following smoke:
35143              http://www.nntp.perl.org/group/perl.daily-build.reports/32258
35144              (Hmm. Looks like you need to decode the base64 yourself before you
35145              can read that.)
35146      Branch: perl
35147            ! numeric.c op.c pp_pack.c toke.c
35148 ____________________________________________________________________________
35149 [ 25778] By: rgs                                   on 2005/10/17  09:57:24
35150         Log: Subject: [PATCH] another Symbian update: Alan's fault :-)
35151              From: <jarkko.hietaniemi@nokia.com>
35152              Date: Mon, 17 Oct 2005 13:19:34 +0300
35153              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A611@esebe105.NOE.Nokia.com>
35154      Branch: perl
35155            + symbian/find_writeable_data.pl
35156            ! MANIFEST XSUB.h doio.c embed.fnc embed.h mg.c perl.c perl.h
35157            ! perlio.c pp_ctl.c pp_sys.c symbian/config.pl symbian/sisify.pl
35158            ! util.c
35159 ____________________________________________________________________________
35160 [ 25777] By: rgs                                   on 2005/10/17  08:46:31
35161         Log: Doc/style fixes pointed out by Gisle
35162      Branch: perl
35163            ! lib/warnings/register.pm
35164 ____________________________________________________________________________
35165 [ 25776] By: rgs                                   on 2005/10/17  08:28:15
35166         Log: Subject: [PATCH] blead@25775 Symbian update
35167              From: <jarkko.hietaniemi@nokia.com>
35168              Date: Mon, 17 Oct 2005 11:49:20 +0300
35169              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A60A@esebe105.NOE.Nokia.com>
35170      Branch: perl
35171            + symbian/PerlUtil.cpp symbian/PerlUtil.h symbian/PerlUtil.pod
35172            ! MANIFEST README.symbian symbian/PerlBase.pod symbian/TODO
35173            ! symbian/config.pl symbian/sdk.pl symbian/sisify.pl
35174            ! symbian/symbian_proto.h symbian/xsbuild.pl
35175 ____________________________________________________________________________
35176 [ 25775] By: davem                                 on 2005/10/16  23:05:44
35177         Log: DEBUG_LEAKING_SCALARS doesn't need shared memory to store filenames
35178      Branch: perl
35179            ! sv.c
35180 ____________________________________________________________________________
35181 [ 25774] By: rgs                                   on 2005/10/16  21:47:57
35182         Log: Subject: [PATCH] Keys of %INC always use forward slashes
35183              From: Jan Dubois <jand@activestate.com>
35184              Date: Oct 16, 2005 8:24 PM
35185              Message-ID: <006e01c5d27e$d722c6e0$2217a8c0@candy>
35186      Branch: perl
35187            ! lib/CPAN.pm
35188 ____________________________________________________________________________
35189 [ 25772] By: craigb                                on 2005/10/16  19:10:56
35190         Log: Subject: [patch@25763] Fix VMS error/exit handling, update kill function
35191              From: "John E. Malmberg" <wb8tyw@qsl.net>
35192              Message-id: <4351F393.8030809@qsl.net>
35193              Date: Sun, 16 Oct 2005 02:30:43 -0400
35194      Branch: perl
35195            ! perl.c perl.h t/run/exit.t vms/vms.c vms/vmsish.h
35196 ____________________________________________________________________________
35197 [ 25771] By: davem                                 on 2005/10/16  17:46:10
35198         Log: an assert in av_undef was leaking memory
35199      Branch: perl
35200            ! av.c
35201 ____________________________________________________________________________
35202 [ 25770] By: davem                                 on 2005/10/16  17:39:20
35203         Log: static functions should be prefixed S_
35204      Branch: perl
35205            ! ext/threads/threads.xs
35206 ____________________________________________________________________________
35207 [ 25769] By: davem                                 on 2005/10/16  14:53:45
35208         Log: free a thread's interpreter after $t->join() rather than after undef $t
35209              This should fix some ithreads memory leaks.
35210      Branch: perl
35211            ! ext/threads/threads.xs
35212 ____________________________________________________________________________
35213 [ 25768] By: stevep                                on 2005/10/16  13:53:00
35214         Log: Upgrade to version-0.49
35215      Branch: perl
35216            ! lib/version.pm lib/version.pod
35217 ____________________________________________________________________________
35218 [ 25767] By: stevep                                on 2005/10/16  13:24:23
35219         Log: No more attempting to edit Pod before the first coffee of the morning.
35220      Branch: perl
35221            ! ext/DynaLoader/XSLoader_pm.PL
35222 ____________________________________________________________________________
35223 [ 25766] By: stevep                                on 2005/10/16  13:10:02
35224         Log: Upgrade to XSLoader-0.06 (plus a minor doc nit found by podchecker).
35225      Branch: perl
35226            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
35227 ____________________________________________________________________________
35228 [ 25765] By: stevep                                on 2005/10/16  13:02:19
35229         Log: Upgrade to Pod-Parser-1.34 (with some changes to get the new test file
35230              to work within the core).
35231      Branch: perl
35232            + lib/Pod/t/contains_pod.t t/lib/contains_pod.xr
35233            ! MANIFEST lib/Pod/Find.pm
35234 ____________________________________________________________________________
35235 [ 25764] By: stevep                                on 2005/10/16  12:36:37
35236         Log: Upgrade to ExtUtils-ParseXS-2.15.
35237      Branch: perl
35238            ! lib/ExtUtils/ParseXS.pm
35239 ____________________________________________________________________________
35240 [ 25763] By: nicholas                              on 2005/10/15  21:35:29
35241         Log: Subject: pre{inc,dec} is faster, even with integers
35242              From: hv@crypt.org
35243              Message-Id: <200510141722.j9EHMfa25945@zen.crypt.org>
35244              Date: Fri, 14 Oct 2005 18:22:41 +0100
35245      Branch: perl
35246            ! op.c t/op/inc.t
35247 ____________________________________________________________________________
35248 [ 25761] By: craigb                                on 2005/10/15  03:59:44
35249         Log: Subject: [patch@blead] perlport.pod
35250              From: "John E. Malmberg" <wb8tyw@qsl.net>
35251              Date: Fri, 14 Oct 2005 23:48:20 -0400
35252              Message-id: <43507C04.8050003@qsl.net>
35253      Branch: perl
35254            ! pod/perlport.pod
35255 ____________________________________________________________________________
35256 [ 25760] By: craigb                                on 2005/10/15  03:43:30
35257         Log: Subject: patch for blead - Perlvms.pod update
35258              From: "John E. Malmberg" <wb8tyw@qsl.net>
35259              Date: Fri, 14 Oct 2005 21:15:26 -0400
35260              Message-id: <4350582E.4070209@qsl.net>
35261      Branch: perl
35262            ! vms/perlvms.pod
35263 ____________________________________________________________________________
35264 [ 25759] By: craigb                                on 2005/10/14  15:31:33
35265         Log: Grab enough room from the outset in do_tovmsspec()
35266      Branch: perl
35267            ! vms/vms.c
35268 ____________________________________________________________________________
35269 [ 25758] By: steveh                                on 2005/10/14  08:00:58
35270         Log: Subject: [PATCH] Compress::Zlib - fix for win32
35271              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
35272              Date: Thu, 13 Oct 2005 23:06:25 +0100
35273              Message-ID: <002a01c5d042$5c25fea0$1a1c140a@myopwv.com>
35274      Branch: perl
35275            ! ext/Compress/Zlib/Zlib.xs
35276 ____________________________________________________________________________
35277 [ 25757] By: stevep                                on 2005/10/14  03:46:24
35278         Log: gcc complains when it sees variables declared
35279              
35280              const register ...
35281              
35282              switched them all to 
35283              
35284              register const ...
35285      Branch: perl
35286            ! av.c pp.c pp_hot.c regexec.c sv.c toke.c util.c
35287 ____________________________________________________________________________
35288 [ 25756] By: stevep                                on 2005/10/14  01:20:21
35289         Log: Upgrade to Unicode-Collate-0.52
35290      Branch: perl
35291            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
35292            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
35293 ____________________________________________________________________________
35294 [ 25755] By: stevep                                on 2005/10/13  23:31:03
35295         Log: Add PERL_USE_SAFE_PUTENV to the compile time options in perl -V
35296      Branch: perl
35297            ! perl.c
35298 ____________________________________________________________________________
35299 [ 25754] By: stevep                                on 2005/10/13  23:03:46
35300         Log: Subject: [PATCH] Stas' croak patch and then some
35301              From: Andy Lester <andy@petdance.com>
35302              Date: Thu, 13 Oct 2005 16:42:12 -0500
35303              Message-ID: <20051013214212.GA1122@petdance.com>
35304      Branch: perl
35305            ! embed.fnc gv.c op.c pad.c perl.c pp_sort.c proto.h regcomp.c
35306            ! sv.c t/TEST toke.c utf8.c
35307 ____________________________________________________________________________
35308 [ 25753] By: rgs                                   on 2005/10/13  15:53:39
35309         Log: If /dev/null is not readable, perl -e fails with
35310              an obscure error message. Make it more understandable.
35311      Branch: perl
35312            ! perl.c
35313 ____________________________________________________________________________
35314 [ 25752] By: rgs                                   on 2005/10/13  14:18:50
35315         Log: Subject: [patch@25744] t/op/local.t - change 25514 broke VMS
35316              From: "John E. Malmberg" <wb8tyw@qsl.net>
35317              Date: Thu, 13 Oct 2005 10:28:23 -0400
35318              Message-ID: <434E6F07.5020108@qsl.net>
35319      Branch: perl
35320            ! t/op/local.t
35321 ____________________________________________________________________________
35322 [ 25751] By: rgs                                   on 2005/10/13  12:38:21
35323         Log: Subject: SvPVutf8_nolen crashes [PATCH]
35324              From: Gisle Aas <gisle@ActiveState.com>
35325              Date: 13 Oct 2005 06:00:49 -0700
35326              Message-ID: <lrslv56072.fsf@caliper.activestate.com>
35327      Branch: perl
35328            ! sv.c
35329 ____________________________________________________________________________
35330 [ 25750] By: rgs                                   on 2005/10/13  12:22:24
35331         Log: Better cleanup of directories created by C::Zlib
35332      Branch: perl
35333            ! Makefile.SH
35334 ____________________________________________________________________________
35335 [ 25749] By: merijn                                on 2005/10/13  12:17:41
35336         Log: PL_use_safe_putenv needs to be in the export lists
35337      Branch: perl
35338            ! makedef.pl
35339 ____________________________________________________________________________
35340 [ 25748] By: rgs                                   on 2005/10/13  11:20:23
35341         Log: Subject: [PATCH] POD index entries with X<>
35342              From: Ivan Tubert-Brohman <itub@cpan.org>
35343              Date: Wed, 12 Oct 2005 19:20:18 -0400
35344              Message-ID: <434D9A32.4050305@cpan.org>
35345      Branch: perl
35346            ! pod/perldata.pod pod/perldebug.pod pod/perldsc.pod
35347            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlform.pod
35348            ! pod/perlfunc.pod pod/perllexwarn.pod pod/perlmod.pod
35349            ! pod/perlobj.pod pod/perlop.pod pod/perlpod.pod pod/perlre.pod
35350            ! pod/perlref.pod pod/perlrun.pod pod/perlsub.pod
35351            ! pod/perlsyn.pod pod/perltie.pod
35352 ____________________________________________________________________________
35353 [ 25747] By: rgs                                   on 2005/10/13  09:43:46
35354         Log: Subject: Accidental interpolation of $@ in Pod::Html [PATCH]
35355              From: Gisle Aas <gisle@ActiveState.com>
35356              Date: 13 Oct 2005 01:42:32 -0700
35357              Message-ID: <lr7jch95af.fsf@caliper.activestate.com>
35358      Branch: perl
35359            ! lib/Pod/Html.pm
35360 ____________________________________________________________________________
35361 [ 25746] By: rgs                                   on 2005/10/13  09:05:42
35362         Log: The new REQUIRE token introduced by change 25599 must be
35363              nonassoc, just like the UNIOP token it's patterned after.
35364              (While we're at it, allow to use bison 2.1 to regenerate
35365              the parser files.)
35366      Branch: perl
35367            ! perly.act perly.h perly.tab perly.y regen_perly.pl
35368 ____________________________________________________________________________
35369 [ 25745] By: rgs                                   on 2005/10/13  08:14:32
35370         Log: Document that -F doesn't accept whitespace in patterns.
35371              (fixes bug #37366)
35372      Branch: perl
35373            ! pod/perlrun.pod
35374 ____________________________________________________________________________
35375 [ 25744] By: merijn                                on 2005/10/13  06:10:27
35376         Log: Subject: RE: [PATCH] Compress::Zlib
35377              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
35378              Date: Wed, 12 Oct 2005 22:41:41 +0100
35379              Message-ID: <004c01c5cf75$bd368fc0$0e1c140a@myopwv.com>
35380      Branch: perl
35381            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
35382 ____________________________________________________________________________
35383 [ 25743] By: stevep                                on 2005/10/12  23:28:04
35384         Log: Subject: [PATCH pp_sort.c 5.8.7]  Typo in comment.
35385              From: Abigail <abigail@abigail.nl>
35386              Date: Thu, 13 Oct 2005 01:25:10 +0200
35387              Message-ID: <20051012232509.GA1018@abigail.nl>
35388      Branch: perl
35389            ! pp_sort.c
35390 ____________________________________________________________________________
35391 [ 25742] By: rgs                                   on 2005/10/12  15:55:21
35392         Log: Subject: [PATCH] Symbian blead update: Symbian port 0.2.0
35393              From: <jarkko.hietaniemi@nokia.com>
35394              Date: Wed, 12 Oct 2005 19:12:57 +0300
35395              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5E6@esebe105.NOE.Nokia.com>
35396      Branch: perl
35397            + symbian/sisify.pl
35398            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
35399            ! symbian/TODO symbian/config.pl symbian/port.pl
35400 ____________________________________________________________________________
35401 [ 25741] By: rgs                                   on 2005/10/12  11:37:49
35402         Log: Update to the config boilerplates, by Jarkko
35403      Branch: perl
35404            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
35405            ! plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh
35406            ! wince/config.ce
35407 ____________________________________________________________________________
35408 [ 25740] By: craigb                                on 2005/10/11  23:58:26
35409         Log: disarm unsetenv() on VMS for now (function is present
35410              but %ENV is more complicated)
35411      Branch: perl
35412            ! configure.com
35413 ____________________________________________________________________________
35414 [ 25739] By: stevep                                on 2005/10/11  22:27:18
35415         Log: Subject: [PATCH] Compress::Zlib
35416              From: Paul Marquess <Paul.Marquess@ntlworld.com>
35417              Date: Tue, 11 Oct 2005 22:54:25 +0100
35418              
35419              This silences a few warnings on AIX
35420      Branch: perl
35421            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
35422            ! ext/Compress/Zlib/t/04def.t
35423 ____________________________________________________________________________
35424 [ 25738] By: rgs                                   on 2005/10/11  21:14:49
35425         Log: Comment fix
35426      Branch: perl
35427            ! perl.c
35428 ____________________________________________________________________________
35429 [ 25737] By: merijn                                on 2005/10/11  15:15:37
35430         Log: Subject: [PATCH] environ fixup
35431              From: Alan Burlison <Alan.Burlison@sun.com>
35432              Date: Tue, 11 Oct 2005 16:29:54 +0100
35433              Message-ID: <434BDA72.4090109@sun.com>
35434      Branch: perl
35435            ! handy.h hints/solaris_2.sh perl.c util.c
35436 ____________________________________________________________________________
35437 [ 25736] By: merijn                                on 2005/10/11  11:30:22
35438         Log: Subject: [PATCH] Symbian blead fix
35439              From: <jarkko.hietaniemi@nokia.com>
35440              Date: Tue, 11 Oct 2005 14:48:49 +0300
35441              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5D4@esebe105.NOE.Nokia.com>
35442      Branch: perl
35443            ! symbian/PerlApp.cpp
35444 ____________________________________________________________________________
35445 [ 25735] By: merijn                                on 2005/10/11  11:25:46
35446         Log: Subject: [PATCH] Compress::Zlib
35447              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
35448              Date: Tue, 11 Oct 2005 12:35:22 +0100
35449              Message-ID: <013e01c5ce57$dee62af0$671c140a@myopwv.com>
35450      Branch: perl
35451            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
35452            ! ext/Compress/Zlib/t/16oneshot.t
35453 ____________________________________________________________________________
35454 [ 25734] By: steveh                                on 2005/10/11  10:09:48
35455         Log: Update win32 config files w.r.t. change #25733
35456      Branch: perl
35457            ! win32/config.bc win32/config.gc win32/config.vc
35458            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
35459            ! win32/config_H.vc win32/config_H.vc64
35460 ____________________________________________________________________________
35461 [ 25733] By: merijn                                on 2005/10/10  13:47:17
35462         Log: Add probe for unsetenv ()
35463              Subject: Re: Perl's handling of environ breaks on Solaris 10
35464              From: Steve Peters <steve@fisharerojo.org>
35465              Date: Mon, 10 Oct 2005 07:51:17 -0500
35466              Message-ID: <20051010125117.GA27566@mccoy.peters.homeunix.org>
35467      Branch: perl
35468            ! Configure Porting/Glossary config_h.SH handy.h
35469 ____________________________________________________________________________
35470 [ 25731] By: stevep                                on 2005/10/10  13:14:50
35471         Log: Subject: Re: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
35472              From: Gisle Aas <gisle@ActiveState.com>
35473              Date: 10 Oct 2005 06:20:23 -0700
35474              
35475              Change to remove a call to Win32::GetShortPathName() from 
35476              Test::Harness::Straps.
35477      Branch: perl
35478            ! lib/Test/Harness/Straps.pm
35479 ____________________________________________________________________________
35480 [ 25730] By: rgs                                   on 2005/10/10  11:22:08
35481         Log: Subject: [PATCH] Symbian bleadperl@25725 update
35482              From: <jarkko.hietaniemi@nokia.com>
35483              Date: Mon, 10 Oct 2005 14:28:31 +0300
35484              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5C4@esebe105.NOE.Nokia.com>
35485      Branch: perl
35486            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/zlib-src/trees.c
35487            ! symbian/PerlApp.cpp symbian/TODO symbian/symbian_utils.cpp
35488            ! symbian/xsbuild.pl
35489 ____________________________________________________________________________
35490 [ 25729] By: rgs                                   on 2005/10/10  11:16:24
35491         Log: Subject: RE: [PATCH] Compress::Zlib
35492              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
35493              Date: Mon, 10 Oct 2005 12:24:29 +0100
35494              Message-ID: <013501c5cd8d$2f5d3e90$291c140a@myopwv.com>
35495      Branch: perl
35496            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
35497 ____________________________________________________________________________
35498 [ 25728] By: merijn                                on 2005/10/10  10:36:51
35499         Log: Subject: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
35500              From: Gisle Aas <gisle@ActiveState.com>
35501              Date: 10 Oct 2005 03:58:09 -0700
35502              Message-ID: <lrk6glej0e.fsf@caliper.activestate.com>
35503      Branch: perl
35504            ! win32/ext/Win32/Win32.pm
35505 ____________________________________________________________________________
35506 [ 25727] By: merijn                                on 2005/10/10  10:27:12
35507         Log: Making t/14gzopen.t a bit more robust.
35508              Subject: [PATCH] Compress::Zlib
35509              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
35510              Date: Mon, 10 Oct 2005 11:40:00 +0100
35511              Message-ID: <012101c5cd86$f895b640$291c140a@myopwv.com>
35512      Branch: perl
35513            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
35514            ! ext/Compress/Zlib/t/14gzopen.t
35515 ____________________________________________________________________________
35516 [ 25726] By: merijn                                on 2005/10/10  06:14:30
35517         Log: Compress::Zlib should not ask under Cygwin in CORE
35518      Branch: perl
35519            ! ext/Compress/Zlib/Makefile.PL
35520 ____________________________________________________________________________
35521 [ 25725] By: stevep                                on 2005/10/10  01:18:58
35522         Log: From: Paul Marquess <Paul.Marquess@ntlworld.com>
35523              Subject: RE: [PATCH] DB_File 1.1812
35524              Date: Sun, 9 Oct 2005 23:25:38 +0100
35525              
35526              Patch to ext/Compress/Zlib/Zlib.xs from Paul Marquess.
35527      Branch: perl
35528            ! ext/Compress/Zlib/Zlib.xs
35529 ____________________________________________________________________________
35530 [ 25724] By: rgs                                   on 2005/10/09  21:27:57
35531         Log: Upgrade to DB_File 1.1812, by Paul Marquess
35532      Branch: perl
35533            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
35534            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
35535            ! ext/DB_File/t/db-hash.t
35536 ____________________________________________________________________________
35537 [ 25723] By: stevep                                on 2005/10/09  18:53:02
35538         Log: Tweaks to get Test::Builder::Tester's tests to work in the core.
35539      Branch: perl
35540            ! lib/Test/Simple/t/tbt_01basic.t
35541            ! lib/Test/Simple/t/tbt_04line_num.t
35542 ____________________________________________________________________________
35543 [ 25722] By: stevep                                on 2005/10/09  18:06:13
35544         Log: Upgraded to ExtUtils-ParseXS-2.14.
35545      Branch: perl
35546            ! lib/ExtUtils/ParseXS.pm
35547 ____________________________________________________________________________
35548 [ 25721] By: rgs                                   on 2005/10/09  16:42:26
35549         Log: Don't use a regexp in DB::sub().
35550              This should work around perlbug #37102.
35551      Branch: perl
35552            ! lib/DB.pm
35553 ____________________________________________________________________________
35554 [ 25720] By: stevep                                on 2005/10/09  15:37:41
35555         Log: It would be nice to upgrade the right file.   Double grrrrr.
35556      Branch: perl
35557            ! lib/ExtUtils/CBuilder.pm
35558 ____________________________________________________________________________
35559 [ 25719] By: stevep                                on 2005/10/09  15:32:29
35560         Log: Add standard core test header to Test::Builder::Tester tests.
35561      Branch: perl
35562            ! lib/Test/Simple/t/tbt_01basic.t
35563            ! lib/Test/Simple/t/tbt_02fhrestore.t
35564            ! lib/Test/Simple/t/tbt_03die.t
35565            ! lib/Test/Simple/t/tbt_04line_num.t
35566            ! lib/Test/Simple/t/tbt_05faildiag.t
35567            ! lib/Test/Simple/t/tbt_06errormess.t
35568            ! lib/Test/Simple/t/tbt_07args.t
35569 ____________________________________________________________________________
35570 [ 25718] By: stevep                                on 2005/10/09  15:24:43
35571         Log: Upgrade to Test-Simple-0.62.
35572      Branch: perl
35573            + lib/Test/Builder/Tester.pm lib/Test/Builder/Tester/Color.pm
35574            + lib/Test/Simple/t/tbt_01basic.t
35575            + lib/Test/Simple/t/tbt_02fhrestore.t
35576            + lib/Test/Simple/t/tbt_03die.t
35577            + lib/Test/Simple/t/tbt_04line_num.t
35578            + lib/Test/Simple/t/tbt_05faildiag.t
35579            + lib/Test/Simple/t/tbt_06errormess.t
35580            + lib/Test/Simple/t/tbt_07args.t
35581            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
35582            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
35583            ! lib/Test/Simple/t/More.t lib/Test/Simple/t/bail_out.t
35584            ! lib/Test/Simple/t/is_deeply_fail.t
35585 ____________________________________________________________________________
35586 [ 25717] By: stevep                                on 2005/10/09  14:51:12
35587         Log: Missed files in upgrading modules.  Grrrr
35588      Branch: perl
35589            ! lib/Cwd.pm lib/ExtUtils/ParseXS.pm
35590 ____________________________________________________________________________
35591 [ 25716] By: rgs                                   on 2005/10/09  14:31:47
35592         Log: Subject: [PATCH with testsuite] undef IS_UTF8_CHAR() on EBCDIC
35593              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
35594              Date: Oct 8, 2005 9:59 AM
35595              Message-Id: <20051008165752.348A.BQW10602@nifty.com>
35596      Branch: perl
35597            ! lib/utf8.t utf8.c utf8.h
35598 ____________________________________________________________________________
35599 [ 25712] By: stevep                                on 2005/10/07  15:41:32
35600         Log: Documentation nit in INSTALL found by Alan Burlison.
35601      Branch: perl
35602            ! INSTALL
35603 ____________________________________________________________________________
35604 [ 25711] By: stevep                                on 2005/10/07  03:29:37
35605         Log: Upgrade to Pathtools-3.12
35606      Branch: perl
35607            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/File/Spec.pm
35608            ! lib/File/Spec/Win32.pm
35609 ____________________________________________________________________________
35610 [ 25710] By: craigb                                on 2005/10/07  02:41:03
35611         Log: Parse symbols for the linker when more than one declaration
35612              on the same line (the way PERLVARISC now throws at us).
35613      Branch: perl
35614            ! vms/gen_shrfls.pl
35615 ____________________________________________________________________________
35616 [ 25709] By: nicholas                              on 2005/10/06  21:31:39
35617         Log: Avoid a cast
35618      Branch: perl
35619            ! perl.c
35620 ____________________________________________________________________________
35621 [ 25708] By: stevep                                on 2005/10/06  19:23:59
35622         Log: Convert lvalue usage of SvNVX() and SvIVX() to SvNV_set() and
35623              SvIV_set().  Otherwise, compiling with -DPERL_DEBUG_COW fails.
35624      Branch: perl
35625            ! ext/Compress/Zlib/Zlib.xs
35626 ____________________________________________________________________________
35627 [ 25707] By: rgs                                   on 2005/10/06  13:42:00
35628         Log: Be nice with subversion hidden directories
35629      Branch: perl
35630            ! ext/Compress/Zlib/Makefile.PL
35631 ____________________________________________________________________________
35632 [ 25706] By: rgs                                   on 2005/10/06  13:24:24
35633         Log: Update with new files from C::Zlib
35634      Branch: perl
35635            ! Porting/Maintainers.pl
35636 ____________________________________________________________________________
35637 [ 25705] By: rgs                                   on 2005/10/06  13:23:20
35638         Log: Move ZlibTestUtils.pm under t/
35639      Branch: perl
35640            + t/lib/ZlibTestUtils.pm
35641            - lib/ZlibTestUtils.pm
35642            ! MANIFEST ext/Compress/Zlib/t/01version.t
35643            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
35644            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
35645            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
35646            ! ext/Compress/Zlib/t/08encoding.t
35647            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
35648            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
35649            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
35650            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
35651            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
35652            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
35653            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
35654            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
35655 ____________________________________________________________________________
35656 [ 25704] By: rgs                                   on 2005/10/06  09:09:06
35657         Log: Don't install pods via MakeMaker for C::Zlib,
35658              as suggested by Robin Barker
35659      Branch: perl
35660            ! ext/Compress/Zlib/Makefile.PL
35661 ____________________________________________________________________________
35662 [ 25703] By: merijn                                on 2005/10/06  08:42:56
35663         Log: Add -C to allowed $PERL5OPT options
35664              Add -C to the $PERL5OPT documentation (and added the missing -A too)
35665              t/run/runenv.t Could use some more tests about how supported
35666              and unsupported options in $PERL5OPT are handled
35667      Branch: perl
35668            ! perl.c pod/perldiag.pod pod/perlrun.pod
35669 ____________________________________________________________________________
35670 [ 25702] By: rgs                                   on 2005/10/06  07:27:39
35671         Log: Remove the getprotobynumber test, for portability concerns
35672      Branch: perl
35673            - t/op/getprotobynumber.t
35674            ! MANIFEST
35675 ____________________________________________________________________________
35676 [ 25701] By: nicholas                              on 2005/10/05  23:22:27
35677         Log: Fix Compress::Zlib test boilerplate
35678      Branch: perl
35679            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
35680            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
35681            ! ext/Compress/Zlib/t/05examples.t
35682            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
35683            ! ext/Compress/Zlib/t/08encoding.t
35684            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
35685            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
35686            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
35687            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
35688            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
35689            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
35690            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
35691            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
35692 ____________________________________________________________________________
35693 [ 25699] By: rgs                                   on 2005/10/05  21:26:57
35694         Log: Compress::Zlib's Makefile.PL shouldn't create .bak files when building the core
35695      Branch: perl
35696            ! ext/Compress/Zlib/Makefile.PL
35697 ____________________________________________________________________________
35698 [ 25698] By: rgs                                   on 2005/10/05  21:03:29
35699         Log: Add test preambles to Compress::Zlib.
35700              Remove 99pod.t, useless in the core
35701      Branch: perl
35702            - ext/Compress/Zlib/t/99pod.t
35703            ! MANIFEST ext/Compress/Zlib/t/01version.t
35704            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
35705            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
35706            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
35707            ! ext/Compress/Zlib/t/08encoding.t
35708            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
35709            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
35710            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
35711            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
35712            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
35713            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
35714            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
35715            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
35716 ____________________________________________________________________________
35717 [ 25697] By: stevep                                on 2005/10/05  18:20:54
35718         Log: Subject: proposal [perl #34301]:  IO::Socket calls getpeername far too often
35719              From: Peter.Dintelmann@Dresdner-Bank.com (Peter Dintelmann)
35720              Date: Thu, 2 Jun 2005 13:34:49 +0200
35721              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2101852447@naimucx5.muc.allianz>
35722      Branch: perl
35723            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
35724 ____________________________________________________________________________
35725 [ 25696] By: steveh                                on 2005/10/05  16:04:26
35726         Log: Subject: [PATCH] Re: Untested builtins
35727              From: Steven Schubiger <sts@accognoscere.org>
35728              Date: Wed, 28 Sep 2005 15:46:45 +0200
35729              Message-ID: <20050928134645.GD11546@accognoscere.homeunix.org>
35730      Branch: perl
35731            + t/op/getprotobynumber.t
35732            ! MANIFEST
35733 ____________________________________________________________________________
35734 [ 25695] By: rgs                                   on 2005/10/05  15:53:34
35735         Log: Upgrade to Compress::Zlib 2.000_05
35736      Branch: perl
35737            + ext/Compress/Zlib/examples/gzcat.zlib
35738            + ext/Compress/Zlib/fallback/constants.h
35739            + ext/Compress/Zlib/fallback/constants.xs
35740            + ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
35741            + ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
35742            + ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
35743            + ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
35744            + ext/Compress/Zlib/lib/File/GlobMapper.pm
35745            + ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
35746            + ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
35747            + ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
35748            + ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
35749            + ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
35750            + ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
35751            + ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
35752            + ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
35753            + ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
35754            + ext/Compress/Zlib/t/05examples.t
35755            + ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
35756            + ext/Compress/Zlib/t/08encoding.t
35757            + ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
35758            + ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
35759            + ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
35760            + ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
35761            + ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
35762            + ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
35763            + ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
35764            + ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/99pod.t
35765            + ext/Compress/Zlib/t/globmapper.t lib/ZlibTestUtils.pm
35766            - ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/fallback.h
35767            - ext/Compress/Zlib/fallback.xs ext/Compress/Zlib/t/03examples.t
35768            - ext/Compress/Zlib/t/04encoding.t
35769            - ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
35770            - ext/Compress/Zlib/zlib-src/gzio.c
35771            ! MANIFEST ext/Compress/Zlib/Changes
35772            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
35773            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
35774            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/examples/filtdef
35775            ! ext/Compress/Zlib/examples/filtinf
35776            ! ext/Compress/Zlib/examples/gzcat
35777            ! ext/Compress/Zlib/examples/gzgrep
35778            ! ext/Compress/Zlib/examples/gzstream
35779            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
35780            ! ext/Compress/Zlib/typemap
35781 ____________________________________________________________________________
35782 [ 25694] By: steveh                                on 2005/10/05  15:34:18
35783         Log: Fix $Config{ccflags} for Win32 perls built with dmake
35784              
35785              The nmake makefile (win32/Makefile) currently adds -nologo, $(STRPOOL)
35786              and -W3 to the ccflags in CFG_VARS, but the dmake makefile
35787              (win32/makefile.mk) doesn't.  This means that extensions built with
35788              perls built with VC++ and dmake spit out damn M$ logo messages and use
35789              a lower warning level.
35790              
35791              The reason for the difference is probably that the dmake makefile
35792              supports multiple compilers.  Therefore, put the extra ccflags into a
35793              new macro, and set it appropriately for each compiler.  Add the new
35794              macro to the nmake makefile too for orthogonality.
35795      Branch: perl
35796            ! win32/Makefile win32/makefile.mk
35797 ____________________________________________________________________________
35798 [ 25693] By: merijn                                on 2005/10/05  15:34:09
35799         Log: Subject: Re: [PATCH] Random constings and printf cleanup
35800              From: Andy Lester <andy@petdance.com>
35801              Date: Tue, 4 Oct 2005 15:16:05 -0500
35802              Message-ID: <20051004201605.GA31682@petdance.com>
35803      Branch: perl
35804            ! malloc.c pad.c perl.c perl.h pp_ctl.c sv.c utf8.c xsutils.c
35805 ____________________________________________________________________________
35806 [ 25691] By: stevep                                on 2005/10/04  16:24:28
35807         Log: Fixes to Pod errors found by podchecker.
35808      Branch: perl
35809            ! README.os2 pod/perlfunc.pod
35810 ____________________________________________________________________________
35811 [ 25690] By: stevep                                on 2005/10/04  12:02:04
35812         Log: Upgrade to ExtUtils-ParseXS-2.13
35813      Branch: perl
35814            ! lib/ExtUtils/ParseXS.pm
35815 ____________________________________________________________________________
35816 [ 25689] By: stevep                                on 2005/10/04  11:01:11
35817         Log: Upgrade to ExtUtils-CBuilder-0.15 (with a small edit to 
35818              ExtUtils::CBuilder::Pltaform::dec_osf.pm to add a $VERSION)
35819      Branch: perl
35820            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
35821            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
35822            ! lib/ExtUtils/CBuilder/Platform/dec_osf.pm
35823            ! lib/ExtUtils/CBuilder/Platform/os2.pm
35824            ! lib/ExtUtils/CBuilder/t/02-link.t
35825 ____________________________________________________________________________
35826 [ 25688] By: merijn                                on 2005/10/04  10:10:41
35827         Log: Subject: Re: $^CHILD_ERROR_NATIVE issues (with attachment)
35828              From: Gisle Aas <gisle@ActiveState.com>
35829              Date: 04 Oct 2005 02:18:27 -0700
35830              Message-ID: <lrd5ml7i8s.fsf@caliper.activestate.com>
35831      Branch: perl
35832            ! cop.h doio.c perl.c perl.h pp_sys.c win32/perlhost.h
35833            ! wince/perlhost.h
35834 ____________________________________________________________________________
35835 [ 25687] By: rgs                                   on 2005/10/03  16:16:21
35836         Log: Subject: Clone PL_statusvalue_posix [PATCH]
35837              From: Gisle Aas <gisle@ActiveState.com>
35838              Date: 03 Oct 2005 09:37:57 -0700
35839              Message-ID: <lr3bni8ska.fsf_-_@caliper.activestate.com>
35840      Branch: perl
35841            ! sv.c
35842 ____________________________________________________________________________
35843 [ 25686] By: rgs                                   on 2005/10/03  15:42:45
35844         Log: Pod::Usage documentation fix, suggested by :
35845              
35846              Subject: [perl #37322] Pod::Usage implementation of -sections disagrees with its documentation 
35847              From: "Steven Schubiger via RT" <perlbug-followup@perl.org>
35848              Date: Sun, 02 Oct 2005 07:25:37 -0700
35849              Message-ID: <rt-3.0.11-37322-121918.15.4257995782182@perl.org>
35850      Branch: perl
35851            ! lib/Pod/Usage.pm
35852 ____________________________________________________________________________
35853 [ 25685] By: rgs                                   on 2005/10/03  15:17:09
35854         Log: Yitzchak points out that this function argument is NULLOK
35855      Branch: perl
35856            ! embed.fnc proto.h
35857 ____________________________________________________________________________
35858 [ 25684] By: rgs                                   on 2005/10/03  11:27:31
35859         Log: Spaces to tabs
35860      Branch: perl
35861            ! MANIFEST
35862 ____________________________________________________________________________
35863 [ 25683] By: craigb                                on 2005/10/03  03:43:31
35864         Log: We lied about strtoq way back in #8120
35865      Branch: perl
35866            ! configure.com
35867 ____________________________________________________________________________
35868 [ 25682] By: stevep                                on 2005/10/03  03:10:05
35869         Log: Upgrade to Digest-1.12
35870      Branch: perl
35871            ! lib/Digest.pm lib/Digest/Changes
35872 ____________________________________________________________________________
35873 [ 25681] By: craigb                                on 2005/10/03  00:20:30
35874         Log: fix bug introduced by #25507 that kept ccflags from
35875              making it into config.sh
35876      Branch: perl
35877            ! configure.com
35878 ____________________________________________________________________________
35879 [ 25680] By: craigb                                on 2005/10/02  21:45:20
35880         Log: assorted blead build help for VMS (mostly ithreads-related)
35881      Branch: perl
35882            ! configure.com pp_sys.c vms/gen_shrfls.pl vms/vmsish.h
35883 ____________________________________________________________________________
35884 [ 25679] By: stevep                                on 2005/10/02  12:50:02
35885         Log: Subject: [perl #37233] [PATCH] Test::Harness and Devel::Cover combine with overloading to cause infinite recursion in Carp.pm 
35886              From: perlbug-followup[at]perl.org (Yves Orton)
35887              Date: Thu, 22 Sep 2005 11:31:02 -0700
35888              Message-ID: <rt-3.0.11-37233-121233.2.25543632691242[at]perl.org>
35889      Branch: perl
35890            ! lib/Carp/Heavy.pm
35891 ____________________________________________________________________________
35892 [ 25678] By: stevep                                on 2005/10/02  04:42:46
35893         Log: Clarify the documentation regarding the return value from C<push>.
35894      Branch: perl
35895            ! pod/perlfunc.pod
35896 ____________________________________________________________________________
35897 [ 25677] By: stevep                                on 2005/10/02  04:32:48
35898         Log: If a 'use' or 'require' fails due to too many open files (EMFILE),
35899              give an appropriate error message rather than saying the module
35900              cannot be found in @INC.
35901      Branch: perl
35902            ! pp_ctl.c
35903 ____________________________________________________________________________
35904 [ 25676] By: stevep                                on 2005/10/02  03:30:55
35905         Log: Missed test changes and a bit of debugging code that should 
35906              have been removed.
35907      Branch: perl
35908            ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmlview.t
35909 ____________________________________________________________________________
35910 [ 25675] By: stevep                                on 2005/10/02  02:24:12
35911         Log: Fix some of the XHTML issues in Pod::Html.  The call for some time
35912              with a debugger to figure out what is going on.
35913      Branch: perl
35914            ! lib/Pod/Html.pm
35915 ____________________________________________________________________________
35916 [ 25674] By: davem                                 on 2005/10/01  23:51:40
35917         Log: Improve -DT output and fix wild buffer pointer error
35918      Branch: perl
35919            ! toke.c
35920 ____________________________________________________________________________
35921 [ 25672] By: steveh                                on 2005/09/30  15:52:30
35922         Log: Make building perl on Win32 with the free VC++ toolkit easier
35923              
35924              Introduce new CCTYPE's MSVC70FREE and MSVC70 for the free and the full
35925              versions of MS VC++ 7.x respectively.  Perl can now be built with the
35926              free VC++ toolkit simply by running "nmake CCTYPE=MSVC70FREE" with no
35927              hacking of the win32/Makefile required.  Update README.win32 with
35928              these changes.
35929              
35930              Also add the CCTYPE MSVC to win32/Makefile.  This is already supported
35931              in win32/makefile.mk and is useful for avoiding the use of -DELAYLOAD
35932              for MS VC++ 3.x through 5.x.  Update README.win32 for this too.
35933      Branch: perl
35934            ! README.win32 win32/Makefile win32/makefile.mk
35935 ____________________________________________________________________________
35936 [ 25666] By: rgs                                   on 2005/09/30  08:59:14
35937         Log: Upgrade to XSLoader 0.05, plus a few doc nits,
35938              by Sébastien Aperghis-Tramoni <maddingue@free.fr>
35939      Branch: perl
35940            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
35941 ____________________________________________________________________________
35942 [ 25665] By: davem                                 on 2005/09/29  22:57:44
35943         Log: PL_defoutgv could be used after being freed
35944              Was giving "use of freed value" warnings in t/io/through.t
35945              and t/io/crlf_through.t
35946      Branch: perl
35947            ! perl.c
35948 ____________________________________________________________________________
35949 [ 25664] By: davem                                 on 2005/09/29  21:01:54
35950         Log: the return value of start_subparse() can legally be ignored
35951      Branch: perl
35952            ! embed.fnc gv.c proto.h
35953 ____________________________________________________________________________
35954 [ 25663] By: stevep                                on 2005/09/29  20:43:52
35955         Log: Added new flag (--use-xsloader) to use XSLoader when in backward
35956              compatibility mode.
35957      Branch: perl
35958            ! utils/h2xs.PL
35959 ____________________________________________________________________________
35960 [ 25662] By: stevep                                on 2005/09/29  18:04:29
35961         Log: With XSLoader on CPAN now, add XSLoader as a prerequisite in Makefile.PL
35962              if the compatible version is less than 5.006 (the first version with 
35963              XSLoader).
35964      Branch: perl
35965            ! utils/h2xs.PL
35966 ____________________________________________________________________________
35967 [ 25660] By: nicholas                              on 2005/09/29  13:00:18
35968         Log: 2 more e-mail addresses that map to rgs
35969      Branch: perl
35970            ! Porting/checkAUTHORS.pl
35971 ____________________________________________________________________________
35972 [ 25659] By: nicholas                              on 2005/09/29  12:54:00
35973         Log: checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addresses
35974      Branch: perl
35975            ! Porting/checkAUTHORS.pl
35976 ____________________________________________________________________________
35977 [ 25658] By: nicholas                              on 2005/09/29  12:50:40
35978         Log: Correct/tweak Changes so that checkAUTHORS.pl parses it.
35979      Branch: perl
35980            ! Changes
35981 ____________________________________________________________________________
35982 [ 25657] By: nicholas                              on 2005/09/29  11:01:53
35983         Log: Teach the alias mapping about new committers.
35984      Branch: perl
35985            ! Porting/checkAUTHORS.pl
35986 ____________________________________________________________________________
35987 [ 25656] By: nicholas                              on 2005/09/29  10:54:56
35988         Log: Cope with completely empty lines within the Changes file.
35989              Better diagnostics on "malformed" lines.
35990      Branch: perl
35991            ! Porting/checkAUTHORS.pl
35992 ____________________________________________________________________________
35993 [ 25652] By: steveh                                on 2005/09/29  08:47:26
35994         Log: Clean up CBuilder and ParseXS test files
35995              
35996              This was done once already in change 25222, but then modified in change
35997              25225.  The new versions of CBuilder and ParseXS that sync'ed those
35998              changes and have now been integrated back into bleadperl missed some
35999              bits of change 25225.  Try again.
36000      Branch: perl
36001            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/t/01-basic.t
36002            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
36003            ! lib/ExtUtils/ParseXS/t/basic.t
36004 ____________________________________________________________________________
36005 [ 25651] By: nicholas                              on 2005/09/29  06:52:35
36006         Log: Attempting to do too many things simultaneously with the C pre-
36007              processor considered harmful.
36008      Branch: perl
36009            ! perl.c
36010 ____________________________________________________________________________
36011 [ 25650] By: stevep                                on 2005/09/29  00:23:44
36012         Log: Upgrade to ExtUtils::CBuilder 0.14
36013      Branch: perl
36014            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
36015            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
36016            ! lib/ExtUtils/CBuilder/t/01-basic.t
36017            ! lib/ExtUtils/CBuilder/t/02-link.t
36018 ____________________________________________________________________________
36019 [ 25649] By: stevep                                on 2005/09/28  22:59:08
36020         Log: Upgrade to Test::Harness 2.56
36021      Branch: perl
36022            + t/lib/sample-tests/bignum_many
36023            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
36024            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
36025            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/test-harness.t
36026            ! t/lib/sample-tests/bignum
36027 ____________________________________________________________________________
36028 [ 25640] By: nicholas                              on 2005/09/28  19:56:53
36029         Log: savepv and savepvn are actually NULLOK
36030      Branch: perl
36031            ! embed.fnc proto.h
36032 ____________________________________________________________________________
36033 [ 25638] By: nicholas                              on 2005/09/28  18:51:15
36034         Log: Forgot to run embed.pl after change 25637
36035      Branch: perl
36036            ! proto.h
36037 ____________________________________________________________________________
36038 [ 25637] By: nicholas                              on 2005/09/28  18:31:04
36039         Log: Subject: [PATCH] embed.fnc now requires NN/NULLOK
36040              From: Andy Lester <andy@petdance.com>
36041              Message-ID: <20050928172254.GE20201@petdance.com>
36042              Date: Wed, 28 Sep 2005 12:22:54 -0500
36043      Branch: perl
36044            ! embed.fnc embed.pl
36045 ____________________________________________________________________________
36046 [ 25634] By: nicholas                              on 2005/09/28  15:56:45
36047         Log: We can use the C pre-processor to build a single, longer string
36048              constant which makes the object code slightly smaller.
36049      Branch: perl
36050            ! perl.c
36051 ____________________________________________________________________________
36052 [ 25627] By: steveh                                on 2005/09/28  08:23:01
36053         Log: Improve File::Spec::Win32->path() and fix MM_Win32.t
36054              
36055              Subject: Improved File::Spec::Win32->path [PATCH]
36056              From: Gisle Aas <gisle@ActiveState.com>
36057              Date: 17 Sep 2005 00:13:41 -0700
36058              Message-ID: <lrk6hgrwt6.fsf@caliper.activestate.com>
36059              
36060              Subject: Re: Improved File::Spec::Win32->path [PATCH]
36061              From: Michael G Schwern <schwern@pobox.com>
36062              Date: Tue, 27 Sep 2005 13:05:54 -0700
36063              Message-ID: <20050927200554.GC20908@windhund.schwern.org>
36064      Branch: perl
36065            ! lib/ExtUtils/t/MM_Win32.t lib/File/Spec/Win32.pm
36066 ____________________________________________________________________________
36067 [ 25626] By: stevep                                on 2005/09/28  00:06:29
36068         Log: Upgrade to CGI-3.11, with some modifications for Pod differences in
36069              bleadperl.
36070      Branch: perl
36071            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
36072 ____________________________________________________________________________
36073 [ 25625] By: rgs                                   on 2005/09/27  20:07:32
36074         Log: Comment nit by Vadim Konovalov
36075              And while we're at it, reindent consistently.
36076      Branch: perl
36077            ! t/io/crlf.t
36078 ____________________________________________________________________________
36079 [ 25624] By: rgs                                   on 2005/09/27  20:04:07
36080         Log: POD nit by Yitzchak
36081      Branch: perl
36082            ! pod/perlfunc.pod
36083 ____________________________________________________________________________
36084 [ 25623] By: rgs                                   on 2005/09/27  17:02:42
36085         Log: Clarify what -MFoo=number does on the command-line
36086      Branch: perl
36087            ! pod/perlrun.pod
36088 ____________________________________________________________________________
36089 [ 25621] By: stevep                                on 2005/09/27  15:05:18
36090         Log: Subject: AW: [perl #36291] incorrect $! from open ">&nr" with too many open files
36091              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
36092              Date: Tue, 27 Sep 2005 15:18:00 +0200
36093      Branch: perl
36094            ! doio.c
36095 ____________________________________________________________________________
36096 [ 25619] By: rgs                                   on 2005/09/27  14:25:53
36097         Log: Fix by Rick Delaney for [perl #3269] no warnings "bareword" turns off
36098              too many warnings.
36099      Branch: perl
36100            ! mg.c t/io/binmode.t t/lib/warnings/2use
36101 ____________________________________________________________________________
36102 [ 25618] By: rgs                                   on 2005/09/27  12:53:49
36103         Log: Subject: [PATCH] Re: [BUG 5.8.7] Another major bug in PerlIO layer
36104              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
36105              Date: Tue, 27 Sep 2005 02:07:35 -0700
36106              Message-ID: <20050927090734.GB3687@math.berkeley.edu>
36107      Branch: perl
36108            + t/io/crlf_through.t t/io/through.t
36109            ! MANIFEST perlio.c
36110 ____________________________________________________________________________
36111 [ 25617] By: rgs                                   on 2005/09/27  11:06:23
36112         Log: OPpRUNTIME can be set on OP_QR too
36113      Branch: perl
36114            ! ext/B/B/Concise.pm
36115 ____________________________________________________________________________
36116 [ 25616] By: rgs                                   on 2005/09/27  10:09:46
36117         Log: Fix the overriding of CORE::do, just like change 25599
36118              was fixing the overriding of CORE::require
36119      Branch: perl
36120            ! embed.fnc embed.h op.c perly.act perly.y proto.h toke.c
36121 ____________________________________________________________________________
36122 [ 25615] By: rgs                                   on 2005/09/27  09:18:42
36123         Log: Micro-optimisation: use PL_globalstash instead of looking up
36124              CORE::GLOBAL::require by name
36125      Branch: perl
36126            ! op.c
36127 ____________________________________________________________________________
36128 [ 25614] By: rgs                                   on 2005/09/27  09:04:50
36129         Log: Addition to change 25612
36130      Branch: perl
36131            ! symbian/PerlApp.cpp
36132 ____________________________________________________________________________
36133 [ 25613] By: rgs                                   on 2005/09/27  08:36:24
36134         Log: Subject: [PATCH] mark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND()
36135              From: "Jan Dubois" <jand@ActiveState.com>
36136              Date: Mon, 26 Sep 2005 21:19:51 -0700
36137              Message-Id: <200509270419.j8R4JtVw026876@smtp3.ActiveState.com>
36138      Branch: perl
36139            ! XSUB.h
36140 ____________________________________________________________________________
36141 [ 25612] By: rgs                                   on 2005/09/27  08:33:36
36142         Log: Subject: [PATCH] 5.9.x@25609 Symbian update
36143              From: <jarkko.hietaniemi@nokia.com>
36144              Date: Tue, 27 Sep 2005 11:54:00 +0300
36145              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A55C@esebe105.NOE.Nokia.com>
36146      Branch: perl
36147            ! symbian/PerlApp.cpp symbian/config.sh
36148 ____________________________________________________________________________
36149 [ 25611] By: rgs                                   on 2005/09/27  07:42:52
36150         Log: Test for OPpCONST_NOVER only on OP_CONST ops.
36151              Plus a regression test by Schwern.
36152      Branch: perl
36153            ! pp_ctl.c t/op/override.t
36154 ____________________________________________________________________________
36155 [ 25610] By: rgs                                   on 2005/09/27  06:40:09
36156         Log: Subject: Warnings in tests @25605 due to cmp_ok behavior change.
36157              From: Michael G Schwern <schwern@pobox.com>
36158              Date: Mon, 26 Sep 2005 14:21:09 -0700
36159              Message-ID: <20050926212109.GA11036@windhund.schwern.org>
36160      Branch: perl
36161            ! lib/AutoSplit.t lib/Pod/t/InputObjects.t
36162 ____________________________________________________________________________
36163 [ 25609] By: stevep                                on 2005/09/27  02:45:50
36164         Log: Upgrade to Encode 2.12
36165      Branch: perl
36166            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
36167            ! ext/Encode/Encode.xs ext/Encode/META.yml
36168            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
36169            ! ext/Encode/t/fallback.t ext/Encode/ucm/8859-7.ucm
36170 ____________________________________________________________________________
36171 [ 25608] By: stevep                                on 2005/09/26  23:09:44
36172         Log: Upgrade to Digest 1.11 with a minor Pod fix.  Also my first commit :)
36173      Branch: perl
36174            ! lib/Digest.pm lib/Digest/Changes
36175 ____________________________________________________________________________
36176 [ 25605] By: nicholas                              on 2005/09/26  17:54:06
36177         Log: const sausage const const bacon const tomato and const
36178              The search_ext parameter to find_script can be a little more const.
36179      Branch: perl
36180            ! embed.fnc proto.h util.c
36181 ____________________________________________________________________________
36182 [ 25604] By: rgs                                   on 2005/09/26  16:31:43
36183         Log: Upgrade to Test::Simple 0.61
36184      Branch: perl
36185            + lib/Test/Builder/Module.pm lib/Test/Simple/t/bail_out.t
36186            + t/lib/Test/Simple/sample_tests/too_few_fail.plx
36187            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
36188            ! lib/Test/Simple.pm lib/Test/Simple/Changes
36189            ! lib/Test/Simple/t/00test_harness_check.t
36190            ! lib/Test/Simple/t/create.t lib/Test/Simple/t/eq_set.t
36191            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
36192            ! lib/Test/Simple/t/extra_one.t lib/Test/Simple/t/fail-like.t
36193            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
36194            ! lib/Test/Simple/t/fail_one.t
36195            ! lib/Test/Simple/t/harness_active.t
36196            ! lib/Test/Simple/t/has_plan2.t
36197            ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/missing.t
36198            ! lib/Test/Simple/t/no_diag.t lib/Test/Simple/t/overload.t
36199            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/todo.t
36200            ! lib/Test/Simple/t/undef.t
36201            ! t/lib/Test/Simple/sample_tests/too_few.plx
36202 ____________________________________________________________________________
36203 [ 25602] By: rgs                                   on 2005/09/26  14:45:53
36204         Log: Fix change 25597 for non-Windows platforms
36205      Branch: perl
36206            ! lib/File/Find.pm
36207 ____________________________________________________________________________
36208 [ 25601] By: rgs                                   on 2005/09/26  14:24:20
36209         Log: Make B::Deparse handle correctly CORE::require
36210      Branch: perl
36211            ! ext/B/B/Deparse.pm
36212 ____________________________________________________________________________
36213 [ 25600] By: rgs                                   on 2005/09/26  14:22:43
36214         Log: Document the new meaning of OPf_SPECIAL on OP_REQUIRE
36215      Branch: perl
36216            ! op.h
36217 ____________________________________________________________________________
36218 [ 25599] By: rgs                                   on 2005/09/26  14:04:21
36219         Log: CORE::require was always parsed as require().
36220              That's because require() isn't overridable at tokenizer-level
36221              like other overridable built-ins, but is handled by the optree
36222              builder. So, find a way to pass the information that require()
36223              was written as CORE::require() to Perl_ck_require. This is
36224              done by adding a new token type REQUIRE and by adding OPf_SPECIAL
36225              to OP_REQUIRE when it's saw as CORE::require in the program text.
36226              This fixes bug [perl #37274] The "CORE" in CORE::require is ignored.
36227      Branch: perl
36228            ! op.c perly.act perly.h perly.tab perly.y toke.c
36229 ____________________________________________________________________________
36230 [ 25597] By: steveh                                on 2005/09/26  08:54:13
36231         Log: Subject: [perl #37223] [PATCH] File::Find::find fails on Win32 with follow => 1 
36232              From: "Steve Peters via RT" <perlbug-followup@perl.org>
36233              Date: Sun, 25 Sep 2005 14:41:03 -0700
36234              Message-ID: <rt-3.0.11-37223-121392.15.8703994486314@perl.org>
36235              
36236              and update docs
36237      Branch: perl
36238            ! lib/File/Find.pm
36239 ____________________________________________________________________________
36240 [ 25591] By: rgs                                   on 2005/09/23  20:46:04
36241         Log: Upgrade to Compress::Zlib 1.40
36242      Branch: perl
36243            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
36244            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
36245            ! ext/Compress/Zlib/t/03examples.t
36246 ____________________________________________________________________________
36247 [ 25590] By: rgs                                   on 2005/09/23  19:06:31
36248         Log: Subject: [PATCH] Fix to PERL_DEBUG_COW
36249              From: Steve Peters <steve@fisharerojo.org>
36250              Date: Sep 23, 2005 8:11 PM
36251              Message-ID: <20050923181109.GA1350@mccoy.peters.homeunix.org>
36252      Branch: perl
36253            ! sv.h
36254 ____________________________________________________________________________
36255 [ 25588] By: rgs                                   on 2005/09/23  15:54:02
36256         Log: Subject: Re: pod/pod2usage2.t
36257              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
36258              Date: Thu, 22 Sep 2005 12:12:49 +0200
36259              Message-ID: <20050922121249.5077ee3e@pc09>
36260              
36261              Also, skip all tests on Windows until we find a way
36262              to write them portably
36263      Branch: perl
36264            ! t/pod/pod2usage2.t
36265 ____________________________________________________________________________
36266 [ 25586] By: rgs                                   on 2005/09/23  15:12:03
36267         Log: Subject: [PATCH] quiet a few warnings
36268              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
36269              Date: Wed, 21 Sep 2005 18:45:56 -0700
36270              Message-ID: <20050922014555.GA2852@efn.org>
36271      Branch: perl
36272            ! cygwin/cygwin.c embed.fnc proto.h
36273 ____________________________________________________________________________
36274 [ 25582] By: rgs                                   on 2005/09/23  13:49:24
36275         Log: Subject: [PATCH] Changes for hints/linux.sh for Purify
36276              From: Steve Peters <steve@fisharerojo.org>
36277              Date: Fri, 23 Sep 2005 08:38:58 -0500
36278              Message-ID: <20050923133858.GA29475@mccoy.peters.homeunix.org>
36279      Branch: perl
36280            ! hints/linux.sh
36281 ____________________________________________________________________________
36282 [ 25581] By: steveh                                on 2005/09/23  13:46:40
36283         Log: Extend 25579 to cover vc64 too
36284      Branch: perl
36285            ! Porting/checkcfgvar.pl
36286 ____________________________________________________________________________
36287 [ 25579] By: rgs                                   on 2005/09/23  13:08:14
36288         Log: Add Porting/checkcfgvar.pl by Jarkko
36289      Branch: perl
36290            + Porting/checkcfgvar.pl
36291            ! MANIFEST
36292 ____________________________________________________________________________
36293 [ 25578] By: rgs                                   on 2005/09/23  12:35:30
36294         Log: SAPER is the new maintainer of XSLoader
36295      Branch: perl
36296            ! Porting/Maintainers.pl
36297 ____________________________________________________________________________
36298 [ 25573] By: steveh                                on 2005/09/23  08:40:58
36299         Log: Change 25226 should have done this too
36300      Branch: perl
36301            ! win32/config.bc
36302 ____________________________________________________________________________
36303 [ 25571] By: nicholas                              on 2005/09/22  14:35:52
36304         Log: As SvPVX_mutable and SvPVX_const are new, they don't need to be LVALUEs
36305      Branch: perl
36306            ! sv.h
36307 ____________________________________________________________________________
36308 [ 25570] By: nicholas                              on 2005/09/22  14:09:37
36309         Log: The New*() compatibility macros aren't needed inside the perl core.
36310      Branch: perl
36311            ! handy.h
36312 ____________________________________________________________________________
36313 [ 25563] By: steveh                                on 2005/09/22  07:26:20
36314         Log: Forgot to update MANIFEST in change 25547
36315      Branch: perl
36316            ! MANIFEST
36317 ____________________________________________________________________________
36318 [ 25560] By: rgs                                   on 2005/09/21  21:10:50
36319         Log: Add an option --ignore to installhtml
36320              and use it to avoid to install doc in Porting/.
36321              Skip also test modules.
36322      Branch: perl
36323            ! Makefile.SH installhtml
36324 ____________________________________________________________________________
36325 [ 25547] By: steveh                                on 2005/09/21  16:19:03
36326         Log: Localize $@ in Locale::Maketext::maketext()
36327              so that $lh->maketext("Error: [_1]\n", $@) works as expected
36328              
36329              Also added a new test for this fix
36330      Branch: perl
36331            + lib/Locale/Maketext/t/30_local.t
36332            ! lib/Locale/Maketext.pm
36333 ____________________________________________________________________________
36334 [ 25544] By: rgs                                   on 2005/09/21  15:53:33
36335         Log: A few POD fixes
36336      Branch: perl
36337            ! Porting/pumpkin.pod ext/B/B/Concise.pm
36338            ! ext/Data/Dumper/Dumper.pm lib/FileCache.pm
36339 ____________________________________________________________________________
36340 [ 25543] By: rgs                                   on 2005/09/21  15:31:02
36341         Log: Upgrade to Pod::Parser 1.33
36342      Branch: perl
36343            + t/pod/pod2usage2.t
36344            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
36345            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
36346            ! lib/Pod/Usage.pm t/pod/find.t t/pod/poderrs.xr
36347 ____________________________________________________________________________
36348 [ 25537] By: rgs                                   on 2005/09/21  14:20:14
36349         Log: PodParser is now Pod-Parser on CPAN
36350      Branch: perl
36351            ! Porting/Maintainers.pl
36352 ____________________________________________________________________________
36353 [ 25534] By: rgs                                   on 2005/09/21  13:12:33
36354         Log: Subject: [PATCH 5.8.7] misc a2p fixes
36355              From: Brendan O'Dea <bod@debian.org>
36356              Date: Sun, 11 Sep 2005 19:43:14 +1000
36357              Message-ID: <20050911094314.GA15155@londo.c47.org>
36358              
36359              and remove the check_byacc target from the x2p makefile
36360      Branch: perl
36361            ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.y x2p/a2py.c x2p/walk.c
36362 ____________________________________________________________________________
36363 [ 25533] By: rgs                                   on 2005/09/21  11:25:54
36364         Log: Upgrade to ExtUtils::ParseXS 2.12
36365      Branch: perl
36366            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/ParseXS/t/basic.t
36367 ____________________________________________________________________________
36368 [ 25532] By: rgs                                   on 2005/09/21  11:15:43
36369         Log: Upgrade to Time::HiRes 1.74
36370      Branch: perl
36371            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
36372            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
36373 ____________________________________________________________________________
36374 [ 25530] By: nicholas                              on 2005/09/21  10:53:56
36375         Log: Remove the last STRLEN n_a;s that my compiler can reach.
36376      Branch: perl
36377            ! doop.c ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs perly.act
36378            ! perly.y pp_pack.c sv.h
36379 ____________________________________________________________________________
36380 [ 25526] By: rgs                                   on 2005/09/21  09:37:27
36381         Log: Integrate changes from Text::Tabs and Text::Wrap on CPAN
36382              (Text-Tabs+Wrap-2005.0824). Keep local changes.
36383      Branch: perl
36384            ! lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG lib/Text/Wrap.pm
36385 ____________________________________________________________________________
36386 [ 25523] By: rgs                                   on 2005/09/20  19:12:28
36387         Log: Yitzchak says that Tim says that we can distribute
36388              the perl glossary under the same terms as Perl itself.
36389      Branch: perl
36390            ! pod/perlglossary.pod
36391 ____________________________________________________________________________
36392 [ 25515] By: rgs                                   on 2005/09/20  11:09:48
36393         Log: Subject: [PATCH blead] Re: [perl #36733] %SIG not properly local-ized
36394              From: Rick Delaney <rick@bort.ca>
36395              Date: Thu, 8 Sep 2005 08:55:16 -0400
36396              Message-ID: <20050908125516.GA18184@localhost.localdomain>
36397      Branch: perl
36398            ! hv.c t/op/local.t
36399 ____________________________________________________________________________
36400 [ 25513] By: steveh                                on 2005/09/20  09:20:16
36401         Log: Resolve [perl #37110]: Update README.win32
36402              
36403              I give up trying to keep the Platform SDK links up-to-date. They seem
36404              to have changed every time that I look at them, so make the
36405              instructions more general.
36406      Branch: perl
36407            ! README.win32
36408 ____________________________________________________________________________
36409 [ 25512] By: rgs                                   on 2005/09/20  09:15:17
36410         Log: Upgrade to Compress::Zlib 1.39
36411      Branch: perl
36412            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
36413            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
36414 ____________________________________________________________________________
36415 [ 25511] By: rgs                                   on 2005/09/20  09:02:17
36416         Log: Subject: PATCH for #37138: using XSUB as DB::DB causes perl to crash
36417              From: Salvador "FandiXo" <sfandino@yahoo.com>
36418              Date: Mon, 19 Sep 2005 06:56:39 -0700 (PDT)
36419              Message-ID: <20050919135639.96726.qmail@web52701.mail.yahoo.com>
36420              
36421              (adapted to bleadperl)
36422      Branch: perl
36423            ! pp_ctl.c
36424 ____________________________________________________________________________
36425 [ 25507] By: merijn                                on 2005/09/20  06:51:38
36426         Log: Subject: [patch@25502] Add hard link and V8.2 crtl support to VMS.
36427              From: "John E. Malmberg" <wb8tyw@qsl.net>
36428              Date: Tue, 20 Sep 2005 01:22:24 -0400
36429              Message-ID: <432F9C90.7080702@qsl.net>
36430      Branch: perl
36431            ! configure.com vms/descrip_mms.template x2p/s2p.PL
36432 ____________________________________________________________________________
36433 [ 25502] By: nicholas                              on 2005/09/19  21:02:02
36434         Log: The second argument to Move() is the destination, so cannot possibly
36435              be const. Pesky casting in handy.h. Getting in the way of correctness.
36436      Branch: perl
36437            ! sv.c
36438 ____________________________________________________________________________
36439 [ 25499] By: nicholas                              on 2005/09/19  19:44:07
36440         Log: Add parallel testing to TODO
36441      Branch: perl
36442            ! pod/perltodo.pod
36443 ____________________________________________________________________________
36444 [ 25497] By: nicholas                              on 2005/09/19  18:48:10
36445         Log: First argument to he_dup is actually a const HE *
36446      Branch: perl
36447            ! embed.fnc hv.c proto.h sv.c
36448 ____________________________________________________________________________
36449 [ 25493] By: nicholas                              on 2005/09/19  15:59:44
36450         Log: All Perl_hv_name_set()s need to be plain hv_name_set if they are to
36451              work with a macro version.
36452      Branch: perl
36453            ! ext/ByteLoader/bytecode.h
36454 ____________________________________________________________________________
36455 [ 25488] By: steveh                                on 2005/09/19  14:18:40
36456         Log: Update win32 config files w.r.t. change #25387
36457      Branch: perl
36458            ! win32/config.bc win32/config.gc win32/config.vc
36459            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
36460            ! win32/config_H.vc win32/config_H.vc64
36461 ____________________________________________________________________________
36462 [ 25486] By: rgs                                   on 2005/09/19  12:38:26
36463         Log: Subject: bleadperl DProf.xs:140: warning: `unused' attribute ignored
36464              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
36465              Date: Sun, 18 Sep 2005 19:46:37 -0700
36466              Message-ID: <20050919024637.GA2860@efn.org>
36467      Branch: perl
36468            ! ext/Devel/DProf/DProf.xs
36469 ____________________________________________________________________________
36470 [ 25480] By: nicholas                              on 2005/09/19  07:11:38
36471         Log: Improve failure case diagnostics from comp/package.t
36472      Branch: perl
36473            ! t/comp/package.t
36474 ____________________________________________________________________________
36475 [ 25476] By: nicholas                              on 2005/09/18  21:54:18
36476         Log: Should have been embed.h, not proto.h, in 25475
36477      Branch: perl
36478            ! embed.h
36479 ____________________________________________________________________________
36480 [ 25475] By: nicholas                              on 2005/09/18  21:52:25
36481         Log: It looks like the only way to reliably make Perl_hv_name_set a pure
36482              macro in 5.8.x is to make it available as hv_name_set.
36483              [Otherwise when and where aTHX_ hv gets expanded to foo, hv causes
36484              warnings or other games when Perl_hv_name_set() is a macro]
36485      Branch: perl
36486            ! embed.fnc ext/Opcode/Opcode.xs gv.c hv.c perl.c proto.h
36487 ____________________________________________________________________________
36488 [ 25474] By: merijn                                on 2005/09/18  18:36:15
36489         Log: Subject: [patch@25452] VMS fix required by Change 25387
36490              From: "John E. Malmberg" <wb8tyw@qsl.net>
36491              Date: Sun, 18 Sep 2005 14:53:09 -0400
36492              Message-ID: <432DB795.8050801@qsl.net>
36493      Branch: perl
36494            ! configure.com
36495 ____________________________________________________________________________
36496 [ 25463] By: nicholas                              on 2005/09/18  11:07:51
36497         Log: Tidying up the unused or unneeded global variables would be good.
36498      Branch: perl
36499            ! pod/perltodo.pod
36500 ____________________________________________________________________________
36501 [ 25459] By: nicholas                              on 2005/09/18  10:12:51
36502         Log: Controlling what the GNU linker exports from a shared library would
36503              be a useful thing TODO
36504      Branch: perl
36505            ! pod/perltodo.pod
36506 ____________________________________________________________________________
36507 [ 25457] By: nicholas                              on 2005/09/18  09:38:59
36508         Log: Detail the minimal rewards programme we have on offer.
36509              Hoik relocatable perl to the top of its section.
36510              Some other formatting tweaks.
36511      Branch: perl
36512            ! pod/perltodo.pod
36513 ____________________________________________________________________________
36514 [ 25452] By: nicholas                              on 2005/09/17  19:50:47
36515         Log: 
36516              refactoring xsubpp should have been in the "just perl" section.
36517      Branch: perl
36518            ! pod/perltodo.pod
36519 ____________________________________________________________________________
36520 [ 25451] By: nicholas                              on 2005/09/17  19:49:27
36521         Log: Add "refactor xsubpp to be a thin wrapper around ExtUtils::ParseXS"
36522              to the TODO
36523      Branch: perl
36524            ! pod/perltodo.pod
36525 ____________________________________________________________________________
36526 [ 25448] By: nicholas                              on 2005/09/17  19:11:33
36527         Log: Add shrinking GVs and CVs to the TODO
36528      Branch: perl
36529            ! pod/perltodo.pod
36530 ____________________________________________________________________________
36531 [ 25446] By: nicholas                              on 2005/09/17  18:59:37
36532         Log: Add reduce duplication in sv_setsv_flags to TODO
36533      Branch: perl
36534            ! pod/perltodo.pod
36535 ____________________________________________________________________________
36536 [ 25445] By: nicholas                              on 2005/09/17  18:53:39
36537         Log: Missing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5.8.x case
36538              (and the don't know the pointer size case)
36539      Branch: perl
36540            ! pp_pack.c
36541 ____________________________________________________________________________
36542 [ 25444] By: nicholas                              on 2005/09/17  18:40:29
36543         Log: vv5.9.3 is clearly a bug.
36544      Branch: perl
36545            ! utils/perlbug.PL
36546 ____________________________________________________________________________
36547 [ 25443] By: nicholas                              on 2005/09/17  18:34:37
36548         Log: Add ordering of "global" variables to TODO
36549      Branch: perl
36550            ! pod/perltodo.pod
36551 ____________________________________________________________________________
36552 [ 25442] By: nicholas                              on 2005/09/17  18:05:30
36553         Log: Holding a mutex then croak()ing strikes me as deadlock.
36554      Branch: perl
36555            ! ext/threads/threads.xs
36556 ____________________________________________________________________________
36557 [ 25439] By: nicholas                              on 2005/09/17  17:09:25
36558         Log: Add emulate the per-thread memory pool on Unix to the TODO
36559      Branch: perl
36560            ! pod/perltodo.pod
36561 ____________________________________________________________________________
36562 [ 25436] By: nicholas                              on 2005/09/17  15:42:51
36563         Log: Add suggestion to profile to find a better set of hot ops for pp_hot.
36564      Branch: perl
36565            ! pod/perltodo.pod
36566 ____________________________________________________________________________
36567 [ 25434] By: nicholas                              on 2005/09/17  15:32:36
36568         Log: add merge Perl_sv_2[inpu]v to TODO
36569      Branch: perl
36570            ! pod/perltodo.pod
36571 ____________________________________________________________________________
36572 [ 25431] By: nicholas                              on 2005/09/17  14:36:14
36573         Log: Making make -j... work is a TODO
36574      Branch: perl
36575            ! pod/perltodo.pod
36576 ____________________________________________________________________________
36577 [ 25430] By: nicholas                              on 2005/09/17  14:33:33
36578         Log: Add "automating coverage tests" as a TODO
36579      Branch: perl
36580            ! pod/perltodo.pod
36581 ____________________________________________________________________________
36582 [ 25429] By: nicholas                              on 2005/09/17  14:19:54
36583         Log: Re-order the TODO tasks based on the skills they need, putting the
36584              easist tasks first. I've categorised them as
36585              
36586              =head1 Tasks that only need Perl knowledge
36587              =head1 Tasks that need a little sysadmin-type knowledge
36588              =head1 Tasks that need a little C knowledge
36589              =head1 Tasks that need a knowledge of XS
36590              =head1 Tasks that need a knowledge of the interpreter
36591              =head1 Big projects
36592              
36593              Lets see if we get any takers.
36594      Branch: perl
36595            ! pod/perltodo.pod
36596 ____________________________________________________________________________
36597 [ 25418] By: rgs                                   on 2005/09/16  12:54:43
36598         Log: Revert change #24223 : select() will continue
36599              to return -1 on error, like in previous versions, and
36600              like other system builtins.
36601      Branch: perl
36602            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
36603 ____________________________________________________________________________
36604 [ 25417] By: rgs                                   on 2005/09/15  14:48:37
36605         Log: Fix obsolete identifiers in comment
36606      Branch: perl
36607            ! av.h
36608 ____________________________________________________________________________
36609 [ 25416] By: rgs                                   on 2005/09/15  14:19:19
36610         Log: Upgrade to version.pm 0.48
36611      Branch: perl
36612            + lib/version.pod
36613            ! MANIFEST lib/version.pm lib/version.t util.c
36614 ____________________________________________________________________________
36615 [ 25414] By: rgs                                   on 2005/09/14  12:49:58
36616         Log: Subject: [PATCH] Math::Complex and Math::Trig updates (Re: [perl #37117] Math::Complex atan2 bug)
36617              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
36618              Date: Wed, 14 Sep 2005 09:26:11 +0300
36619              Message-ID: <4327C283.80706@gmail.com>
36620      Branch: perl
36621            ! lib/Math/Complex.pm lib/Math/Complex.t lib/Math/Trig.pm
36622            ! lib/Math/Trig.t pod/perlfunc.pod
36623 ____________________________________________________________________________
36624 [ 25413] By: rgs                                   on 2005/09/14  08:58:04
36625         Log: Subject: [perl #37163] dprofpp array subscript error 
36626              From: scott@perlcode.org (via RT) <perlbug-followup@perl.org>
36627              Date: Tue, 13 Sep 2005 12:11:46 -0700
36628              Message-ID: <rt-3.0.11-37163-120724.9.33005980359667@perl.org>
36629      Branch: perl
36630            ! utils/dprofpp.PL
36631 ____________________________________________________________________________
36632 [ 25411] By: rgs                                   on 2005/09/14  08:11:08
36633         Log: Change 25409 wasn't necessary for threaded perls
36634      Branch: perl
36635            ! toke.c
36636 ____________________________________________________________________________
36637 [ 25409] By: rgs                                   on 2005/09/14  01:08:22
36638         Log: The debugger wasn't tracing correctly execution in eval("")'ed
36639              code containing #line directives
36640      Branch: perl
36641            ! toke.c
36642 ____________________________________________________________________________
36643 [ 25406] By: rgs                                   on 2005/09/13  20:58:38
36644         Log: Subject: [PATCH] Re: [MAINT24637] fails "make test" on OSX 10.4 (lib/locale.t)
36645              From: Dominic Dunlop <shouldbedomo@mac.com>
36646              Date: Sep 13, 2005 11:13 PM
36647              Message-Id: <456439EA-CE2E-49A0-97FF-1B003CF8AFDE@mac.com>
36648      Branch: perl
36649            ! lib/locale.t
36650 ____________________________________________________________________________
36651 [ 25403] By: nicholas                              on 2005/09/13  18:16:55
36652         Log: Add Luke Closs to AUTHORS
36653      Branch: perl
36654            ! AUTHORS
36655 ____________________________________________________________________________
36656 [ 25402] By: nicholas                              on 2005/09/13  17:54:09
36657         Log: Subject: [perl #36448] configuring ranlib for perl on osx with xcode 2.1
36658              From: Luke Closs (via RT) <perlbug-followup@perl.org>
36659              Message-ID: <rt-3.0.11-36448-116486.6.06308221656583@perl.org>
36660              Date: 1 Jul 2005 21:56:31 -0000
36661      Branch: perl
36662            ! Configure hints/darwin.sh
36663 ____________________________________________________________________________
36664 [ 25399] By: rgs                                   on 2005/09/13  13:25:23
36665         Log: Allow non-arrowed form of chained subscripts after slices
36666              
36667              Subject: Re: [perl #37039] perlref documentation about optional -> is too vague
36668              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
36669              Date: Thu, 1 Sep 2005 17:41:36 -0700
36670              Message-ID: <20050902004136.GA2656@efn.org>
36671              
36672              Date: Mon, 5 Sep 2005 08:10:20 -0700
36673              Message-ID: <20050905151020.GA3556@efn.org>
36674      Branch: perl
36675            ! perly.act perly.h perly.tab perly.y t/op/ref.t
36676 ____________________________________________________________________________
36677 [ 25398] By: merijn                                on 2005/09/13  06:22:58
36678         Log: Subject: [patch@25388] vms/vms.c Perl_cando fix.
36679              From: "John E. Malmberg" <wb8tyw@qsl.net>
36680              Date: Mon, 12 Sep 2005 23:56:36 -0400
36681              Message-ID: <43264DF4.6090403@qsl.net>
36682      Branch: perl
36683            ! vms/vms.c
36684 ____________________________________________________________________________
36685 [ 25397] By: merijn                                on 2005/09/13  06:18:46
36686         Log: Subject: [PATCH] The return of the consting
36687              From: Andy Lester <andy@petdance.com>
36688              Date: Tue, 13 Sep 2005 01:08:36 -0500
36689              Message-ID: <20050913060835.GA1037@petdance.com>
36690      Branch: perl
36691            ! embed.fnc lib/overload.pm pp_pack.c proto.h util.c
36692 ____________________________________________________________________________
36693 [ 25388] By: rgs                                   on 2005/09/12  14:32:29
36694         Log: Subject: [perl #37142] h2xs skips enums with negative values 
36695              From: Aaron Kaplan (via RT) <perlbug-followup@perl.org>
36696              Date: Sun, 11 Sep 2005 13:33:44 -0700
36697              Message-ID: <rt-3.0.11-37142-120585.5.90517066191047@perl.org>
36698      Branch: perl
36699            ! utils/h2xs.PL
36700 ____________________________________________________________________________
36701 [ 25387] By: merijn                                on 2005/09/12  13:26:31
36702         Log: Detection of malloc_size and malloc_good_size
36703      Branch: perl
36704            ! Configure Porting/Glossary config_h.SH handy.h
36705 ____________________________________________________________________________
36706 [ 25383] By: merijn                                on 2005/09/11  13:50:53
36707         Log: Reverted 25364 on authors request
36708      Branch: perl
36709            ! lib/ExtUtils/CBuilder/Base.pm
36710            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
36711 ____________________________________________________________________________
36712 [ 25374] By: nicholas                              on 2005/09/10  17:07:04
36713         Log: Experiment with putting the F<.patch>level into patchlevel.h
36714              (a sure way to accelerate any change to subversion)
36715      Branch: perl
36716            ! cflags.SH patchlevel.h
36717 ____________________________________________________________________________
36718 [ 25366] By: rgs                                   on 2005/09/09  09:35:01
36719         Log: Minor comment fix
36720      Branch: perl
36721            ! hv.h
36722 ____________________________________________________________________________
36723 [ 25365] By: merijn                                on 2005/09/08  07:20:19
36724         Log: Subject: [PATCH blead] Make t/op/local.t use test.pl.
36725              From: Rick Delaney <rick@bort.ca>
36726              Date: Wed, 7 Sep 2005 22:45:44 -0400
36727              Message-ID: <20050908024544.GA4058@localhost.localdomain>
36728      Branch: perl
36729            ! t/op/local.t
36730 ____________________________________________________________________________
36731 [ 25364] By: merijn                                on 2005/09/08  06:07:53
36732         Log: Subject: [patch@cbuilder_0.13] VMS fixes for cbuilder
36733              From: "John E. Malmberg" <wb8tyw@qsl.net>
36734              Date: Wed, 07 Sep 2005 19:59:36 -0400
36735              Message-ID: <431F7EE8.3040908@qsl.net>
36736      Branch: perl
36737            ! lib/ExtUtils/CBuilder/Base.pm
36738            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
36739 ____________________________________________________________________________
36740 [ 25363] By: rgs                                   on 2005/09/07  11:09:10
36741         Log: The formatting function of Carp::Heavy has problem with utf8 strings.
36742              Work around it.
36743      Branch: perl
36744            ! lib/Carp/Heavy.pm
36745 ____________________________________________________________________________
36746 [ 25362] By: rgs                                   on 2005/09/07  10:31:47
36747         Log: Subject: [perl #37091] File::Path::mkpath resets errno 
36748              From: kvr@centrum.cz (via RT) <perlbug-followup@perl.org>
36749              Date: Tue, 06 Sep 2005 08:07:14 -0700
36750              Message-ID: <rt-3.0.11-37091-120348.17.8280334480876@perl.org>
36751      Branch: perl
36752            ! lib/File/Path.pm
36753 ____________________________________________________________________________
36754 [ 25361] By: rgs                                   on 2005/09/06  19:06:38
36755         Log: Upgrade to Compress::Zlib 1.38
36756      Branch: perl
36757            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
36758            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
36759            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/t/03examples.t
36760 ____________________________________________________________________________
36761 [ 25360] By: nicholas                              on 2005/09/06  17:46:33
36762         Log: Add a TODO test for bug #37038 - assigning to the match variable
36763              should not corrupt match vars such as $1 and $2
36764      Branch: perl
36765            ! t/op/pat.t
36766 ____________________________________________________________________________
36767 [ 25359] By: rgs                                   on 2005/09/06  16:06:44
36768         Log: Revert Makefile.PL change from #25355
36769      Branch: perl
36770            ! ext/IO/Makefile.PL
36771 ____________________________________________________________________________
36772 [ 25358] By: rgs                                   on 2005/09/06  14:50:18
36773         Log: Subject: Re: Fw: Tied hash numeric values are rounded off under Perl v5.8.6
36774              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
36775              Date: Fri, 2 Sep 2005 00:05:52 -0700
36776              Message-ID: <20050902070552.GA3992@efn.org>
36777      Branch: perl
36778            ! mg.c t/op/tie.t
36779 ____________________________________________________________________________
36780 [ 25357] By: merijn                                on 2005/09/06  14:10:28
36781         Log: Added amd64 and x86_64 to recognized predefined cpp syms
36782      Branch: perl
36783            ! Configure
36784 ____________________________________________________________________________
36785 [ 25355] By: rgs                                   on 2005/09/06  08:46:37
36786         Log: Upgrade to IO 1.22 from gbarr
36787              - Adjust the regression tests to use t/test.pl from bleadperl
36788              when $ENV{PERL_CORE} is defined
36789              - Add can_ok and isa_ok to t/test.pl from the implementation
36790              found in the IO CPAN distribution
36791      Branch: perl
36792            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
36793            ! ext/IO/README ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
36794            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
36795            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
36796            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
36797            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
36798            ! ext/IO/t/IO.t ext/IO/t/io_file.t ext/IO/t/io_linenum.t
36799            ! ext/IO/t/io_pipe.t ext/IO/t/io_sel.t ext/IO/t/io_sock.t
36800            ! ext/IO/t/io_utf8.t t/test.pl
36801 ____________________________________________________________________________
36802 [ 25354] By: rgs                                   on 2005/09/05  11:12:14
36803         Log: Subject: regression test for 25352
36804              From: Jim Cromie <jim.cromie@gmail.com>
36805              Date: Sat, 03 Sep 2005 22:38:13 -0600
36806              Message-ID: <431A7A35.6050705@gmail.com>
36807      Branch: perl
36808            ! ext/B/t/optree_specials.t
36809 ____________________________________________________________________________
36810 [ 25353] By: davem                                 on 2005/09/04  09:40:05
36811         Log: Subject:  Re: [perl #37039] perlref documentation about optional -> is too vague
36812              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
36813              Date:  Thu, 1 Sep 2005 17:41:36 -0700
36814              Message-Id:  <20050902004136.GA2656@efn.org>
36815              
36816              Allow any variant of bison 1.875 to be used
36817      Branch: perl
36818            ! regen_perly.pl
36819 ____________________________________________________________________________
36820 [ 25352] By: rgs                                   on 2005/09/02  20:18:01
36821         Log: Subject: Re: Optree Generation
36822              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
36823              Date: Aug 31, 2005 2:18 PM
36824              Message-ID: <20050831121822.GA3464@efn.org>
36825      Branch: perl
36826            ! ext/B/B/Concise.pm
36827 ____________________________________________________________________________
36828 [ 25351] By: rgs                                   on 2005/09/02  19:57:21
36829         Log: Subject: document index() with out of bounds POSITION
36830              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
36831              Date: Sep 2, 2005 2:23 PM
36832              Message-ID: <20050902122311.GA3104@efn.org>
36833      Branch: perl
36834            ! pod/perlfunc.pod
36835 ____________________________________________________________________________
36836 [ 25350] By: rgs                                   on 2005/09/02  17:35:31
36837         Log: Really fix the Archive::Tar setup test.
36838              p4 and svn don't behave similarly concerning removal
36839              of empty directories...
36840      Branch: perl
36841            ! lib/Archive/Tar/t/00_setup.t
36842 ____________________________________________________________________________
36843 [ 25349] By: rgs                                   on 2005/09/02  16:45:31
36844         Log: Once again, fix Archive::Tar setup test with -Dmksymlinks
36845      Branch: perl
36846            ! lib/Archive/Tar/t/00_setup.t
36847 ____________________________________________________________________________
36848 [ 25348] By: rgs                                   on 2005/09/02  13:19:48
36849         Log: Subject: RE: [ANNOUNCE] Archive::Tar 1.25
36850              From: Robin Barker <Robin.Barker@npl.co.uk>
36851              Date: Thu, 1 Sep 2005 20:09:43 +0100 
36852              Message-ID: <533D273D4014D411AB1D00062938C4D90849C7A9@hotel.npl.co.uk>
36853      Branch: perl
36854            - lib/Archive/Tar/t/src/long/b lib/Archive/Tar/t/src/short/b
36855            ! MANIFEST lib/Archive/Tar/t/00_setup.t
36856            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
36857 ____________________________________________________________________________
36858 [ 25347] By: rgs                                   on 2005/09/02  12:53:49
36859         Log: Regression test for the fix in change #25308,
36860              based on code by Troy Loveday
36861      Branch: perl
36862            + ext/Data/Dumper/t/bugs.t
36863            ! MANIFEST
36864 ____________________________________________________________________________
36865 [ 25346] By: rgs                                   on 2005/09/01  15:00:15
36866         Log: Oops, fix threaded build
36867      Branch: perl
36868            ! toke.c
36869 ____________________________________________________________________________
36870 [ 25345] By: rgs                                   on 2005/09/01  14:50:24
36871         Log: Don't list test modules when listing cpan versions
36872      Branch: perl
36873            ! Porting/corecpan.pl
36874 ____________________________________________________________________________
36875 [ 25344] By: rgs                                   on 2005/09/01  14:45:23
36876         Log: Add the "no 6" / "no v6" syntax.
36877      Branch: perl
36878            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h pp_ctl.c
36879            ! proto.h t/comp/use.t toke.c
36880 ____________________________________________________________________________
36881 [ 25343] By: rgs                                   on 2005/09/01  14:43:19
36882         Log: Remove no 6 from the todo list
36883      Branch: perl
36884            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h
36885            ! pod/perltodo.pod pp_ctl.c proto.h t/comp/use.t toke.c
36886 ____________________________________________________________________________
36887 [ 25342] By: rgs                                   on 2005/08/31  15:14:28
36888         Log: Document that Sys::Syslog::openlog might die.
36889              Fixes [perl #36848] Sys::Syslog::syslog kills program if syslogd not running 
36890      Branch: perl
36891            ! ext/Sys/Syslog/Syslog.pm
36892 ____________________________________________________________________________
36893 [ 25341] By: rgs                                   on 2005/08/31  14:14:21
36894         Log: Fix for [perl #37036] perl segfault at 'compile'-time
36895      Branch: perl
36896            ! op.c
36897 ____________________________________________________________________________
36898 [ 25340] By: rgs                                   on 2005/08/31  08:07:37
36899         Log: Subject: [patch@25339] ext/Dev/Peek/t/peek.t fix for VMS
36900              From: "John E. Malmberg" <wb8tyw@qsl.net>
36901              Date: Tue, 30 Aug 2005 22:17:42 -0400
36902              Message-ID: <43151346.4010001@qsl.net>
36903      Branch: perl
36904            ! ext/Devel/Peek/t/Peek.t
36905 ____________________________________________________________________________
36906 [ 25339] By: rgs                                   on 2005/08/30  18:55:46
36907         Log: Clarify the cases where system() returns 1,
36908              per a suggestion of Rick Delaney (bug #36976)
36909      Branch: perl
36910            ! pod/perlfunc.pod
36911 ____________________________________________________________________________
36912 [ 25338] By: rgs                                   on 2005/08/30  09:38:54
36913         Log: Upgrade to PathTools 3.11
36914              (no real changes)
36915      Branch: perl
36916            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
36917 ____________________________________________________________________________
36918 [ 25337] By: rgs                                   on 2005/08/30  09:34:54
36919         Log: Subject: sv-head refactor
36920              From: Jim Cromie <jim.cromie@gmail.com>
36921              Date: Thu, 25 Aug 2005 21:42:44 -0600
36922              Message-ID: <cfe85dfa05082520425f7a7738@mail.gmail.com>
36923      Branch: perl
36924            ! sv.h
36925 ____________________________________________________________________________
36926 [ 25336] By: rgs                                   on 2005/08/30  09:09:22
36927         Log: Subject: [patch@25334] t/op/magic.t - Last 3 tests invalid on VMS
36928              From: "John E. Malmberg" <wb8tyw@qsl.net>
36929              Date: Sat, 27 Aug 2005 19:54:26 -0400
36930              Message-ID: <4310FD32.70809@qsl.net>
36931      Branch: perl
36932            ! t/op/magic.t
36933 ____________________________________________________________________________
36934 [ 25335] By: rgs                                   on 2005/08/30  09:08:31
36935         Log: Subject: [patch@25334] hv.c vms environment fix.
36936              From: "John E. Malmberg" <wb8tyw@qsl.net>
36937              Date: Sat, 27 Aug 2005 19:20:50 -0400
36938              Message-ID: <4310F552.8050401@qsl.net>
36939      Branch: perl
36940            ! hv.c
36941 ____________________________________________________________________________
36942 [ 25334] By: rgs                                   on 2005/08/27  16:59:02
36943         Log: Upgrade to PathTools 3.10
36944      Branch: perl
36945            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
36946            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
36947            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
36948 ____________________________________________________________________________
36949 [ 25333] By: rgs                                   on 2005/08/27  16:28:27
36950         Log: Fix failure in Archive::Tar tests when perl is built
36951              with -Dmksymlinks
36952      Branch: perl
36953            ! lib/Archive/Tar/t/02_methods.t
36954 ____________________________________________________________________________
36955 [ 25332] By: nicholas                              on 2005/08/25  14:53:23
36956         Log: Revert 25331 (except for the typo fix).
36957      Branch: perl
36958            ! sv.c
36959 ____________________________________________________________________________
36960 [ 25331] By: nicholas                              on 2005/08/25  14:06:43
36961         Log: To make the current implementation of sv_replace sane, we should
36962              assert that the reference count of the target is also 1.
36963              (Given that we're splatting an SV with a reference count of 1 onto
36964              the target)
36965      Branch: perl
36966            ! sv.c
36967 ____________________________________________________________________________
36968 [ 25330] By: nicholas                              on 2005/08/25  13:46:31
36969         Log: Promote the warning about reference miscount in sv_replace to a panic.
36970              TODO - document the panics
36971      Branch: perl
36972            ! sv.c
36973 ____________________________________________________________________________
36974 [ 25329] By: nicholas                              on 2005/08/25  13:15:17
36975         Log: No need to manually set the reference count of a new IO to 1.
36976      Branch: perl
36977            ! gv.c
36978 ____________________________________________________________________________
36979 [ 25328] By: rgs                                   on 2005/08/25  09:29:43
36980         Log: Don't mention redundant usethreads in -V output
36981              Be more consistent in using commas
36982      Branch: perl
36983            ! myconfig.SH
36984 ____________________________________________________________________________
36985 [ 25327] By: rgs                                   on 2005/08/25  09:13:07
36986         Log: Subject: update B::Concise pod to reflect previous changes
36987              From: Jim Cromie <jcromie@divsol.com>
36988              Date: Wed, 24 Aug 2005 11:05:47 -0600
36989              Message-ID: <430CA8EB.3010904@divsol.com>
36990      Branch: perl
36991            ! ext/B/B/Concise.pm
36992 ____________________________________________________________________________
36993 [ 25326] By: rgs                                   on 2005/08/25  08:45:04
36994         Log: Fix miniperl build with threaded perl
36995      Branch: perl
36996            ! util.c
36997 ____________________________________________________________________________
36998 [ 25325] By: rgs                                   on 2005/08/24  15:53:01
36999         Log: Subject: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]
37000              From: "John Peacock" <jpeacock@rowman.com>
37001              Date: Tue, 23 Aug 2005 20:41:11 +0300 (IDT)
37002              Message-ID: <2444.85.65.24.143.1124818871.squirrel@webmail.rowman.com>
37003      Branch: perl
37004            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
37005            ! pod/perlapi.pod proto.h t/comp/use.t util.c
37006 ____________________________________________________________________________
37007 [ 25324] By: rgs                                   on 2005/08/24  07:28:27
37008         Log: Unmatched parentheses (thanks to Steve Peters)
37009      Branch: perl
37010            ! pod/perlvar.pod
37011 ____________________________________________________________________________
37012 [ 25323] By: rgs                                   on 2005/08/23  13:52:17
37013         Log: My system produces core.$$ files
37014      Branch: perl
37015            ! Makefile.SH
37016 ____________________________________________________________________________
37017 [ 25322] By: rgs                                   on 2005/08/23  13:25:15
37018         Log: Subject: [PATCH blead] Use SvGETMAGIC more often
37019              From: Rick Delaney <rick@bort.ca>
37020              Date: Mon, 22 Aug 2005 13:00:33 -0400
37021              Message-ID: <20050822170033.GH7674@localhost.localdomain>
37022      Branch: perl
37023            ! doio.c pp.c pp_ctl.c pp_hot.c sv.c universal.c xsutils.c
37024 ____________________________________________________________________________
37025 [ 25321] By: rgs                                   on 2005/08/23  13:11:34
37026         Log: Subject: [PATCH] Add Windows Vista support to Win32::GetOSName()
37027              From: "Jan Dubois" <jand@ActiveState.com>
37028              Date: Mon, 22 Aug 2005 15:37:09 -0700
37029              Message-Id: <200508222237.j7MMbFPA027764@smtp3.ActiveState.com>
37030      Branch: perl
37031            ! win32/ext/Win32/Win32.pm
37032 ____________________________________________________________________________
37033 [ 25320] By: rgs                                   on 2005/08/22  15:41:15
37034         Log: Subject: Re: Documentation change for IPC::Open*.pm
37035              From: Ben Tilly <btilly@gmail.com>
37036              Date: Mon, 22 Aug 2005 08:30:14 -0700
37037              Message-ID: <acc274b3050822083093357fe@mail.gmail.com>
37038      Branch: perl
37039            ! lib/IPC/Open2.pm lib/IPC/Open3.pm
37040 ____________________________________________________________________________
37041 [ 25319] By: rgs                                   on 2005/08/22  14:48:43
37042         Log: Subject: [PATCH blead] Re: [perl #36959] List Constructor Operator - Undefined Values
37043              From: Rick Delaney <rick@bort.ca>
37044              Date: Sun, 21 Aug 2005 15:09:57 -0400
37045              Message-ID: <20050821190957.GE7674@localhost.localdomain>
37046      Branch: perl
37047            ! pp_ctl.c t/op/range.t
37048 ____________________________________________________________________________
37049 [ 25318] By: rgs                                   on 2005/08/22  13:41:10
37050         Log: Upgrade to Term::ANSIColor 1.10
37051      Branch: perl
37052            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
37053            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
37054 ____________________________________________________________________________
37055 [ 25317] By: rgs                                   on 2005/08/22  13:24:09
37056         Log: Subject: [PATCH lib/CPAN.pm] Make curl follow redirects
37057              From: Michael G Schwern <schwern@pobox.com>
37058              Date: Sun, 21 Aug 2005 00:16:26 -0700
37059              Message-ID: <20050821071625.GA29394@windhund.schwern.org>
37060      Branch: perl
37061            ! lib/CPAN.pm
37062 ____________________________________________________________________________
37063 [ 25316] By: rgs                                   on 2005/08/22  12:59:27
37064         Log: Argh. I've overwritten local changes to ptar with change 25312
37065      Branch: perl
37066            ! lib/Archive/Tar/bin/ptar
37067 ____________________________________________________________________________
37068 [ 25315] By: rgs                                   on 2005/08/22  11:47:45
37069         Log: Subject: Re: Building 25309 on VAX (OpenVMS 7.2) not ok
37070              From: Abe Timmerman <abe@ztreet.demon.nl>
37071              Date: Sun, 21 Aug 2005 16:28:42 +0200
37072              Message-Id: <200508211628.42409.abe@ztreet.demon.nl>
37073      Branch: perl
37074            ! configure.com
37075 ____________________________________________________________________________
37076 [ 25314] By: rgs                                   on 2005/08/22  11:14:59
37077         Log: Don't install ptar in module tree
37078      Branch: perl
37079            ! installperl
37080 ____________________________________________________________________________
37081 [ 25313] By: rgs                                   on 2005/08/22  10:29:45
37082         Log: Fix typo in file name
37083      Branch: perl
37084            ! MANIFEST
37085 ____________________________________________________________________________
37086 [ 25312] By: rgs                                   on 2005/08/22  10:09:40
37087         Log: Upgrade to Archive::Tar 1.26
37088              Preserve some local typo fixes
37089              Don't load Data::Dumper
37090      Branch: perl
37091            + lib/Archive/Tar/bin/ptardiff
37092            + lib/Archive/Tar/t/04_resolved_issues.t
37093            ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
37094            ! lib/Archive/Tar/File.pm lib/Archive/Tar/bin/ptar
37095            ! lib/Archive/Tar/t/02_methods.t
37096 ____________________________________________________________________________
37097 [ 25311] By: nicholas                              on 2005/08/21  16:19:12
37098         Log: Subject: [patch@25305] t/op/arith.t fix for VMS with IEEE float
37099              From: "John E. Malmberg" <wb8tyw@qsl.net>
37100              Message-ID: <4307F348.70603@qsl.net>
37101              Date: Sat, 20 Aug 2005 23:21:44 -0400
37102      Branch: perl
37103            ! t/op/arith.t
37104 ____________________________________________________________________________
37105 [ 25310] By: nicholas                              on 2005/08/21  16:05:22
37106         Log: Subject: [patch@25305] lib/ExtUtils/t/Constant.t VMS fixes
37107              From: "John E. Malmberg" <wb8tyw@qsl.net>
37108              Message-ID: <43080395.50807@qsl.net>
37109              Date: Sun, 21 Aug 2005 00:31:17 -0400
37110      Branch: perl
37111            ! lib/ExtUtils/t/Constant.t
37112 ____________________________________________________________________________
37113 [ 25309] By: nicholas                              on 2005/08/19  21:19:37
37114         Log: Subject: [PATCH ext/POSIX/POSIX.xs] Whitespace
37115              From: Abigail <abigail@abigail.nl>
37116              Message-ID: <20050723003235.GJ15093@abigail.nl>
37117              Date: Sat, 23 Jul 2005 02:32:35 +0200
37118      Branch: perl
37119            ! ext/POSIX/POSIX.xs
37120 ____________________________________________________________________________
37121 [ 25308] By: rgs                                   on 2005/08/19  12:54:46
37122         Log: Subject: Re: Data::Dumper bug?
37123              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
37124              Date: Mon, 8 Aug 2005 20:33:02 -0700
37125              Message-ID: <20050809033301.GA3804@efn.org>
37126      Branch: perl
37127            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
37128 ____________________________________________________________________________
37129 [ 25307] By: rgs                                   on 2005/08/19  12:44:12
37130         Log: Subject: [PATCH] make threads.xs emit warnings properly
37131              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
37132              Date: Aug 7, 2005 7:10 AM
37133              Message-id: <20050807051041.GA3924@ethan>
37134      Branch: perl
37135            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
37136 ____________________________________________________________________________
37137 [ 25306] By: rgs                                   on 2005/08/19  06:10:28
37138         Log: Subject: [patch@25305] fixes to const fixes + Case Preserved start
37139              From: "John E. Malmberg" <wb8tyw@qsl.net>
37140              Date: Thu, 18 Aug 2005 21:18:27 -0400
37141              Message-ID: <43053363.8090809@qsl.net>
37142      Branch: perl
37143            ! vms/vms.c
37144 ____________________________________________________________________________
37145 [ 25305] By: rgs                                   on 2005/08/18  13:47:41
37146         Log: Subject: make test of perl 5.8.7 failed on icc9
37147              From: YAMASHINA Hio <hio@ymir.co.jp>
37148              Date: Thu, 18 Aug 2005 20:36:57 +0900
37149              Message-Id: <20050818165213.BDF1.HIO@ymir.co.jp>
37150      Branch: perl
37151            ! hints/linux.sh
37152 ____________________________________________________________________________
37153 [ 25304] By: rgs                                   on 2005/08/18  11:10:27
37154         Log: Subject: [PATCH] 5.9.x (and 5.8.x): Symbian update
37155              From: <jarkko.hietaniemi@nokia.com>
37156              Date: Thu, 18 Aug 2005 13:43:46 +0300
37157              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A41B@esebe105.NOE.Nokia.com>
37158      Branch: perl
37159            ! README.symbian ext/Compress/Zlib/Zlib.xs numeric.c
37160            ! symbian/TODO symbian/config.pl symbian/config.sh
37161            ! symbian/install.cfg symbian/symbian_stubs.c symbian/xsbuild.pl
37162 ____________________________________________________________________________
37163 [ 25303] By: rgs                                   on 2005/08/18  08:58:54
37164         Log: Subject: [PATCH] Re: Transliteration operator(tr//)on EBCDIC platform
37165              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
37166              Date: Fri, 12 Aug 2005 00:20:39 +0900
37167              Message-Id: <20050812001541.EA69.BQW10602@nifty.com>
37168      Branch: perl
37169            ! t/op/tr.t toke.c
37170 ____________________________________________________________________________
37171 [ 25302] By: rgs                                   on 2005/08/18  08:00:53
37172         Log: Subject: autouse.pm: remove unneeded eval
37173              From: Alexey Tourbin <at@altlinux.ru>
37174              Date: Thu, 18 Aug 2005 08:13:24 +0400
37175              Message-ID: <20050818041324.GO19097@solemn.turbinal.org>
37176              
37177              Subject: autouse.pm: check stub, use goto in stub
37178              From: Alexey Tourbin <at@altlinux.ru>
37179              Date: Thu, 18 Aug 2005 09:06:20 +0400
37180              Message-ID: <20050818050620.GP19097@solemn.turbinal.org>
37181      Branch: perl
37182            ! lib/autouse.pm
37183 ____________________________________________________________________________
37184 [ 25301] By: rgs                                   on 2005/08/17  15:57:09
37185         Log: FAQ sync
37186      Branch: perl
37187            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
37188            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
37189            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
37190 ____________________________________________________________________________
37191 [ 25300] By: steveh                                on 2005/08/17  14:33:00
37192         Log: Subject: Your bug reports for Time::Local
37193              From: Dave Rolsky <autarch@urth.org>
37194              Date: Tue, 16 Aug 2005 11:22:20 -0500 (CDT)
37195              Message-ID: <Pine.LNX.4.61.0508161120520.26270@urth.org>
37196              
37197              An improvement on change 25287 from Dave Rolsky
37198      Branch: perl
37199            ! lib/Time/Local.t
37200 ____________________________________________________________________________
37201 [ 25299] By: rgs                                   on 2005/08/17  12:33:18
37202         Log: Subject: Re: [perl #36654] Inconsistent treatment of NaN
37203              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
37204              Date: Aug 7, 2005 8:03 PM
37205              Message-ID: <20050807180308.GA2112@efn.org>
37206              
37207              Subject: Re: [perl #36654] Inconsistent treatment of NaN
37208              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
37209              Date: Wed, 10 Aug 2005 22:53:51 -0700
37210              Message-ID: <20050811055351.GA2296@efn.org>
37211      Branch: perl
37212            ! numeric.c pod/perlop.pod
37213 ____________________________________________________________________________
37214 [ 25298] By: rgs                                   on 2005/08/17  09:35:32
37215         Log: Upgrade to Time::HiRes 1.73
37216      Branch: perl
37217            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
37218 ____________________________________________________________________________
37219 [ 25297] By: nicholas                              on 2005/08/17  09:06:33
37220         Log: Given that we now have a union, there's no need for all the HvARRAY()
37221              casting games.
37222      Branch: perl
37223            ! hv.h sv.h
37224 ____________________________________________________________________________
37225 [ 25296] By: rgs                                   on 2005/08/16  17:57:27
37226         Log: Fix for [perl #36853] -Dx can crash bleadperl
37227              The PL_op_sequence global hash wasn't initialized
37228      Branch: perl
37229            ! dump.c
37230 ____________________________________________________________________________
37231 [ 25295] By: merijn                                on 2005/08/16  07:36:58
37232         Log: Subject: Time::HiRes::nanosleep support for Solaris [PATCH]
37233              From: Gisle Aas <gisle@ActiveState.com>
37234              Date: 15 Aug 2005 21:05:22 -0700
37235              Message-ID: <lrk6imy1a5.fsf@caliper.activestate.com>
37236      Branch: perl
37237            ! ext/Time/HiRes/hints/solaris.pl
37238 ____________________________________________________________________________
37239 [ 25294] By: merijn                                on 2005/08/15  09:36:30
37240         Log: Subject: Re: [PATCH@25292] add nonxs_ext to configure.com
37241              From: "John E. Malmberg" <wb8tyw@qsl.net>
37242              Date: Sat, 13 Aug 2005 12:20:34 -0400
37243              Message-ID: <42FE1DD2.8050803@qsl.net>
37244      Branch: perl
37245            ! configure.com
37246 ____________________________________________________________________________
37247 [ 25293] By: merijn                                on 2005/08/15  09:34:28
37248         Log: Subject: [PATCH configure.com] Make "prove" available on VMS
37249              From: Abe Timmerman <abe@ztreet.demon.nl>
37250              Date: Sat, 13 Aug 2005 18:16:29 +0200
37251              Message-Id: <200508131816.29092.abe@ztreet.demon.nl>
37252      Branch: perl
37253            ! configure.com
37254 ____________________________________________________________________________
37255 [ 25292] By: merijn                                on 2005/08/13  07:38:54
37256         Log: Subject: [PATCH @ 24148] Compress::Zlib 1.37
37257              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
37258              Date: Fri, 12 Aug 2005 16:31:42 +0100
37259              Message-Id: <20050812153145.PWIR17166.aamta12-winn.ispmail.ntl.com@MARQUESSPT21>
37260      Branch: perl
37261            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
37262            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
37263            ! ext/Compress/Zlib/t/03examples.t
37264 ____________________________________________________________________________
37265 [ 25291] By: merijn                                on 2005/08/13  07:33:46
37266         Log: Subject: [patch@25289] Add sig_count to CONFIGURE.COM
37267              From: "John E. Malmberg" <wb8tyw@qsl.net>
37268              Date: Fri, 12 Aug 2005 13:39:25 -0400
37269              Message-ID: <42FCDECD.8090009@qsl.net>
37270      Branch: perl
37271            ! configure.com
37272 ____________________________________________________________________________
37273 [ 25290] By: merijn                                on 2005/08/13  07:30:05
37274         Log: Subject: Re: [patch@25289] bninfnan.t setting include path to file.
37275              From: "John E. Malmberg" <wb8tyw@qsl.net>
37276              Date: Fri, 12 Aug 2005 23:17:39 -0400
37277              Message-ID: <42FD6653.6010605@qsl.net>
37278      Branch: perl
37279            ! lib/bignum/t/bninfnan.t
37280 ____________________________________________________________________________
37281 [ 25289] By: steveh                                on 2005/08/12  16:13:11
37282         Log: Supply same libs for bcc32 builds as cl and gcc builds have
37283              
37284              It makes life easier for third-party extensions if perl provides a
37285              decent set of libs to link against. cl and gcc builds already have
37286              this (except that gcc was missing one lib), but bcc32 builds only
37287              have one or two libs supplied.  In particular, the ODBC libs
37288              required for building libwin32 were not specified.  One of these
37289              doesn't exist in the Borland lib dirs by default, so generate it
37290              from the DLL if it is missing.
37291      Branch: perl
37292            ! win32/makefile.mk
37293 ____________________________________________________________________________
37294 [ 25288] By: steveh                                on 2005/08/12  15:26:11
37295         Log: Make change 25286 better
37296              
37297              Thanks to John E. Malmberg <wb8tyw@qsl.net> for pointing this out.
37298      Branch: perl
37299            ! win32/win32.c
37300 ____________________________________________________________________________
37301 [ 25287] By: steveh                                on 2005/08/11  11:56:26
37302         Log: Fix lib/Time/Local.t for bcc32 in non GMT time zones
37303              
37304              See comments at:
37305              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-08/msg00115.html
37306      Branch: perl
37307            ! lib/Time/Local.t
37308 ____________________________________________________________________________
37309 [ 25286] By: steveh                                on 2005/08/11  10:56:12
37310         Log: Silence Win32 compiler warnings following change 25280
37311      Branch: perl
37312            ! win32/win32.c
37313 ____________________________________________________________________________
37314 [ 25285] By: steveh                                on 2005/08/11  09:21:37
37315         Log: Run regen.pl
37316      Branch: perl
37317            ! pod/perlapi.pod proto.h
37318 ____________________________________________________________________________
37319 [ 25284] By: merijn                                on 2005/08/11  07:35:27
37320         Log: Subject: [patch] blead@25282 - VMS specific fixes. [2nd try]
37321              From: "John E. Malmberg" <wb8tyw@qsl.net>
37322              Date: Wed, 10 Aug 2005 23:26:03 -0400
37323              Message-ID: <42FAC54B.2050207@qsl.net>
37324      Branch: perl
37325            ! lib/Test/Harness/Straps.pm lib/vmsish.t t/lib/warnings/doio
37326            ! t/op/anonsub.t t/op/chdir.t t/op/closure.t t/op/lex_assign.t
37327            ! t/op/runlevel.t t/op/stat.t t/pod/find.t t/x2p/s2p.t
37328            ! utils/c2ph.PL vms/ext/Stdio/test.pl
37329 ____________________________________________________________________________
37330 [ 25283] By: merijn                                on 2005/08/11  07:25:32
37331         Log: Subject: [patch] blead@25282
37332              From: "John E. Malmberg" <wb8tyw@qsl.net>
37333              Date: Wed, 10 Aug 2005 23:47:47 -0400
37334              Message-ID: <42FACA63.4030805@qsl.net>
37335      Branch: perl
37336            ! t/op/exec.t t/run/exit.t
37337 ____________________________________________________________________________
37338 [ 25282] By: merijn                                on 2005/08/10  20:34:03
37339         Log: Subject: [PATCH] Re: [perl #36235] perl + gcc-4.0.0 + solaris + gnu binutils
37340              From: Andy Dougherty <doughera@lafayette.edu>
37341              Date: Tue, 26 Jul 2005 12:03:37 -0400 (EDT)
37342              Message-ID: <Pine.SOC.4.62.0507261131300.8774@maxwell.phys.lafayette.edu>
37343      Branch: perl
37344            ! hints/solaris_2.sh
37345 ____________________________________________________________________________
37346 [ 25281] By: merijn                                on 2005/08/10  11:45:11
37347         Log: Subject: conflicting types for 'Perl_my_popen'
37348              From: Alexey Tourbin <at@altlinux.ru>
37349              Date: Wed, 10 Aug 2005 15:19:15 +0400
37350              Message-ID: <20050810111915.GK19097@solemn.turbinal.org>
37351      Branch: perl
37352            ! util.c
37353 ____________________________________________________________________________
37354 [ 25280] By: merijn                                on 2005/08/10  09:14:23
37355         Log: Subject: patch@25279 VMS error handling and const fixes
37356              From: "John E. Malmberg" <wb8tyw@qsl.net>
37357              Date: Wed, 10 Aug 2005 00:37:13 -0400
37358              Message-ID: <42F98479.6030207@qsl.net>
37359      Branch: perl
37360            ! doio.c embed.fnc perl.h pp_sys.c proto.h vms/vms.c
37361            ! vms/vmsish.h
37362 ____________________________________________________________________________
37363 [ 25279] By: merijn                                on 2005/08/09  11:24:54
37364         Log: Subject: [PATCH] Fix a couple of random warnings
37365              From: Steve Peters <steve@fisharerojo.org>
37366              Date: Tue, 9 Aug 2005 06:21:48 -0500
37367              Message-ID: <20050809112148.GA4902@mccoy.peters.homeunix.org>
37368      Branch: perl
37369            ! nostdio.h perl.c
37370 ____________________________________________________________________________
37371 [ 25278] By: steveh                                on 2005/08/08  16:12:12
37372         Log: Update Porting/repository.pod to recommend Cygwin's ssh on Win32
37373              
37374              Cygwin's ssh client seems to be superior to MSYS's ssh client in that
37375              it supports the ServerAliveInterval config setting which prevents the
37376              ssh client from timing out every so often
37377      Branch: perl
37378            ! Porting/repository.pod
37379 ____________________________________________________________________________
37380 [ 25277] By: merijn                                on 2005/08/08  06:22:38
37381         Log: Subject: [PATCH] Post-OSCON NN/NULLOK-ing
37382              From: Andy Lester <andy@petdance.com>
37383              Date: Sun, 7 Aug 2005 00:59:11 -0500
37384              Message-ID: <20050807055911.GA6384@petdance.com>
37385      Branch: perl
37386            ! embed.fnc op.c
37387 ____________________________________________________________________________
37388 [ 25276] By: merijn                                on 2005/08/08  06:17:33
37389         Log: Subject: Re: [PATCH] undup
37390              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
37391              Date: Sun, 07 Aug 2005 14:49:40 +0300
37392              Message-ID: <42F5F554.5020701@gmail.com>
37393      Branch: perl
37394            ! pod/perldoc.pod pod/perltodo.pod pod/perlunicode.pod
37395 ____________________________________________________________________________
37396 [ 25275] By: davem                                 on 2005/08/07  11:15:32
37397         Log: run regen.pl after change #25274
37398      Branch: perl
37399            ! pod/perlintern.pod
37400 ____________________________________________________________________________
37401 [ 25274] By: merijn                                on 2005/08/07  10:10:12
37402         Log: Subject: [PATCH] undup 
37403              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
37404              Date: Sun, 07 Aug 2005 13:28:19 +0300
37405              Message-ID: <42F5E243.80500@gmail.com>
37406      Branch: perl
37407            ! ext/Encode/lib/Encode/Supported.pod lib/Test/Harness/TAP.pod
37408            ! pad.c pod/perl573delta.pod pod/perl58delta.pod
37409            ! pod/perlfaq7.pod pod/perlglossary.pod pod/perlvar.pod pp_ctl.c
37410 ____________________________________________________________________________
37411 [ 25273] By: rgs                                   on 2005/08/06  23:07:46
37412         Log: Add files missed in change 25271
37413      Branch: perl
37414            + ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
37415            + ext/Encode/t/mime_header_iso2022jp.t
37416 ____________________________________________________________________________
37417 [ 25272] By: rgs                                   on 2005/08/06  22:46:06
37418         Log: Clarify docs
37419      Branch: perl
37420            ! ext/PerlIO/encoding/encoding.pm
37421 ____________________________________________________________________________
37422 [ 25271] By: rgs                                   on 2005/08/06  22:15:14
37423         Log: Upgrade to Encode 2.11, plus a patch to PerlIO::encoding
37424              by Dan Kogai to fix encoding(utf-8-strict) with partial
37425              characters.
37426      Branch: perl
37427            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
37428            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
37429            ! ext/Encode/Encode/encode.h ext/Encode/MANIFEST
37430            ! ext/Encode/META.yml ext/Encode/lib/Encode/Alias.pm
37431            ! ext/Encode/lib/Encode/Config.pm
37432            ! ext/Encode/lib/Encode/MIME/Header.pm
37433            ! ext/PerlIO/encoding/encoding.pm
37434 ____________________________________________________________________________
37435 [ 25270] By: merijn                                on 2005/08/06  15:54:55
37436         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #36819] perlbug AutoReply: Bleadperl: abs() busted outside integer range
37437              From: Dominic Dunlop <shouldbedomo@mac.com>
37438              Date: Sat, 6 Aug 2005 17:47:40 +0200
37439              Message-Id: <EF62D3CF-8B54-4C7B-973E-C259F487AE32@mac.com>
37440      Branch: perl
37441            ! pp.c t/op/arith.t
37442 ____________________________________________________________________________
37443 [ 25269] By: rgs                                   on 2005/08/05  16:31:44
37444         Log: Subject: [patch]vms.c - buffer highwater overrun in vmsify
37445              From: John E. Malmberg <wb8tyw@qsl.net>
37446              Date: Mon, 01 Aug 2005 19:54:22 -0400
37447              Message-ID: <42EEB62E.3020108@qsl.net>
37448      Branch: perl
37449            ! vms/vms.c
37450 ____________________________________________________________________________
37451 [ 25268] By: rgs                                   on 2005/08/05  15:01:19
37452         Log: "thread failed to start" is a severe warning, not a fatal error
37453              as reported by Tassilo von Parseval.
37454      Branch: perl
37455            ! pod/perldiag.pod
37456 ____________________________________________________________________________
37457 [ 25267] By: merijn                                on 2005/08/05  14:13:26
37458         Log: ASCIZ is not a typo
37459      Branch: perl
37460            ! pod/perlfunc.pod
37461 ____________________________________________________________________________
37462 [ 25266] By: merijn                                on 2005/08/05  07:50:40
37463         Log: Subject: [PATCH] Typos in *.p[lm]
37464              From: "Piotr Fusik" <pfusik@op.pl>
37465              Date: Sun, 31 Jul 2005 12:50:04 +0200
37466              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
37467      Branch: perl
37468            ! ext/Encode/lib/Encode/PerlIO.pod
37469            ! ext/Encode/lib/Encode/Supported.pod lib/ExtUtils/MM_Win95.pm
37470            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/Net/libnetFAQ.pod
37471            ! lib/Test/Harness/TAP.pod lib/Test/Tutorial.pod
37472            ! pod/perlfunc.pod pod/perltoc.pod
37473 ____________________________________________________________________________
37474 [ 25265] By: rgs                                   on 2005/08/04  16:45:37
37475         Log: VMS debugging help, by John E. Malmberg
37476      Branch: perl
37477            ! vms/descrip_mms.template
37478 ____________________________________________________________________________
37479 [ 25264] By: merijn                                on 2005/08/03  10:30:54
37480         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1 cpu)
37481              From: Dominic Dunlop <shouldbedomo@mac.com>
37482              Date: Wed, 3 Aug 2005 12:19:03 +0200
37483              Message-Id: <8D595B69-4489-4395-BFA4-07DF5859D556@mac.com>
37484      Branch: perl
37485            ! t/op/sprintf.t
37486 ____________________________________________________________________________
37487 [ 25263] By: merijn                                on 2005/08/02  13:59:49
37488         Log: The typo changes from 25261 (of course) altered the MD5's
37489      Branch: perl
37490            ! ext/Digest/MD5/t/files.t
37491 ____________________________________________________________________________
37492 [ 25262] By: merijn                                on 2005/08/02  13:45:35
37493         Log: Typoes from 25261 also in expected for tests
37494      Branch: perl
37495            ! t/pod/pod2usage.xr
37496 ____________________________________________________________________________
37497 [ 25261] By: merijn                                on 2005/08/02  10:39:51
37498         Log: Subject: [PATCH] Typos in *.p[lm]
37499              From: "Piotr Fusik" <pfusik@op.pl>
37500              Date: Sun, 31 Jul 2005 12:50:04 +0200
37501              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
37502      Branch: perl
37503            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bblock.pm ext/B/B/CC.pm
37504            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
37505            ! ext/B/t/OptreeCheck.pm ext/Compress/Zlib/Zlib.pm
37506            ! ext/DB_File/DB_File.pm ext/Digest/MD5/MD5.pm
37507            ! ext/Encode/Encode.pm ext/Encode/encoding.pm
37508            ! ext/Encode/lib/Encode/Alias.pm ext/IO/lib/IO/Dir.pm
37509            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Socket/INET.pm
37510            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
37511            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
37512            ! ext/SDBM_File/SDBM_File.pm ext/Storable/Storable.pm
37513            ! ext/XS/APItest/APItest.pm ext/re/re.pm lib/Archive/Tar.pm
37514            ! lib/Archive/Tar/Constant.pm lib/Attribute/Handlers.pm
37515            ! lib/CGI.pm lib/CGI/Carp.pm lib/CPAN.pm lib/Digest.pm
37516            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
37517            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
37518            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
37519            ! lib/ExtUtils/ParseXS.pm lib/File/Basename.pm
37520            ! lib/File/Spec/Mac.pm lib/File/Temp.pm lib/Filter/Simple.pm
37521            ! lib/Getopt/Long.pm lib/I18N/LangTags.pm
37522            ! lib/I18N/LangTags/List.pm lib/Math/BigFloat.pm
37523            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm lib/Math/BigRat.pm
37524            ! lib/NEXT.pm lib/Net/Cmd.pm lib/Net/Config.pm lib/Net/FTP.pm
37525            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/Ping.pm
37526            ! lib/Net/SMTP.pm lib/PerlIO.pm lib/Pod/Checker.pm
37527            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Pod/InputObjects.pm
37528            ! lib/Pod/LaTeX.pm lib/Pod/Parser.pm lib/Pod/Select.pm
37529            ! lib/Pod/Usage.pm lib/Switch.pm lib/Term/ANSIColor.pm
37530            ! lib/Test.pm lib/Test/More.pm lib/Text/Balanced.pm
37531            ! lib/Text/Wrap.pm lib/Tie/File.pm lib/Tie/Hash.pm
37532            ! lib/Unicode/UCD.pm lib/base.pm lib/bigint.pm lib/bignum.pm
37533            ! lib/bigrat.pm lib/blib.pm lib/diagnostics.pm lib/perl5db.pl
37534            ! lib/version.pm lib/vmsish.pm os2/OS2/PrfDB/PrfDB.pm
37535            ! os2/OS2/Process/Process.pm pod/checkpods.PL pod/pod2usage.PL
37536            ! utils/h2xs.PL win32/bin/pl2bat.pl wince/bin/pl2bat.pl
37537            ! wince/comp.pl
37538 ____________________________________________________________________________
37539 [ 25260] By: rgs                                   on 2005/08/01  15:14:48
37540         Log: Document where to find maintainers of dual live modules
37541      Branch: perl
37542            ! pod/perlhack.pod
37543 ____________________________________________________________________________
37544 [ 25259] By: rgs                                   on 2005/08/01  15:12:07
37545         Log: More typo fixes (damn generated pod files)
37546      Branch: perl
37547            ! pad.c
37548 ____________________________________________________________________________
37549 [ 25258] By: rgs                                   on 2005/08/01  14:45:22
37550         Log: Subject: Re: [perl #36616] bug or feature? foreach (sort @array) {y/a-z/A-Z/;} # @array modified!
37551              From: Michael G Schwern <schwern@pobox.com>
37552              Date: Sat, 23 Jul 2005 19:59:29 -0700
37553              Message-ID: <20050724025929.GA6574@windhund.schwern.org>
37554      Branch: perl
37555            ! pod/perlfunc.pod
37556 ____________________________________________________________________________
37557 [ 25257] By: rgs                                   on 2005/08/01  13:58:04
37558         Log: Various patches by John E. Malmberg to fix data
37559              corruption issues on VMS. Back out change 25218 and
37560              the parts of change 25217 that affect pp_ctl.c and
37561              pp_sys.c.
37562      Branch: perl
37563            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
37564            ! vms/vms.c vms/vmsish.h
37565 ____________________________________________________________________________
37566 [ 25256] By: rgs                                   on 2005/08/01  13:54:52
37567         Log: Various patches by John E. Malmberg to fix data
37568              corruption issues on VMS. Back out change 25218 and
37569              the parts of change 25217 that affect pp_ctl.c and
37570              pp_sys.c.
37571      Branch: perl
37572            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
37573            ! vms/vms.c vms/vmsish.h
37574 ____________________________________________________________________________
37575 [ 25255] By: rgs                                   on 2005/08/01  13:15:25
37576         Log: Subject: [patch] blead@25226 on OpenVMS/vms.c - fopen bug.
37577              From: "John E. Malmberg" <wb8tyw@qsl.net>
37578              Date: Fri, 29 Jul 2005 10:24:15 -0400
37579              Message-ID: <42EA3C0F.9040900@qsl.net>
37580      Branch: perl
37581            ! vms/vms.c
37582 ____________________________________________________________________________
37583 [ 25254] By: rgs                                   on 2005/08/01  08:14:27
37584         Log: Another typo fix
37585      Branch: perl
37586            ! XSUB.h pod/perlapi.pod
37587 ____________________________________________________________________________
37588 [ 25253] By: rgs                                   on 2005/08/01  08:13:10
37589         Log: Subject: [PATCH] POD typos
37590              From: "Piotr Fusik" <pfusik@op.pl>
37591              Date: Sat, 30 Jul 2005 21:54:19 +0200
37592              Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec>
37593      Branch: perl
37594            ! Porting/pumpkin.pod Porting/repository.pod ext/POSIX/POSIX.pod
37595            ! pod/perl593delta.pod pod/perlapio.pod pod/perldebug.pod
37596            ! pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq3.pod
37597            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlglossary.pod
37598            ! pod/perlguts.pod pod/perlintern.pod pod/perltodo.pod
37599            ! pod/perlxs.pod symbian/PerlBase.pod vms/perlvms.pod
37600 ____________________________________________________________________________
37601 [ 25252] By: rgs                                   on 2005/08/01  07:49:58
37602         Log: Subject: Re: [perl #36622] y/// at end of file
37603              From: Michael G Schwern <schwern@pobox.com>
37604              Date: Fri, 22 Jul 2005 11:51:15 -0700
37605              Message-ID: <20050722185115.GB28829@windhund.schwern.org>
37606      Branch: perl
37607            ! t/op/tr.t t/test.pl
37608 ____________________________________________________________________________
37609 [ 25251] By: rgs                                   on 2005/08/01  07:23:08
37610         Log: Subject: Re: blead@25210 on OpenVMS (not good)
37611              From: "John E. Malmberg" <wb8tyw@qsl.net>
37612              Date: Sun, 24 Jul 2005 19:09:01 -0400
37613              Message-ID: <42E41F8D.3040306@qsl.net>
37614              
37615              constify Perl_unlnk
37616      Branch: perl
37617            ! embed.fnc perl.h proto.h util.c
37618 ____________________________________________________________________________
37619 [ 25250] By: rgs                                   on 2005/08/01  07:03:36
37620         Log: Subject: blead@25226 - ext/Compress/Zlib on VMS.
37621              From: "John E. Malmberg" <wb8tyw@qsl.net>
37622              Date: Sun, 31 Jul 2005 23:19:51 -0400
37623              Message-ID: <42ED94D6.7020104@qsl.net>
37624      Branch: perl
37625            ! ext/Compress/Zlib/t/03examples.t
37626 ____________________________________________________________________________
37627 [ 25249] By: rgs                                   on 2005/08/01  06:57:09
37628         Log: Subject: [patch] blead@25226 - t/op/pack.t undefined value fix
37629              From: "John E. Malmberg" <wb8tyw@qsl.net>
37630              Date: Sun, 31 Jul 2005 22:18:19 -0400
37631              Message-ID: <42ED866B.3000308@qsl.net>
37632      Branch: perl
37633            ! t/op/pack.t
37634 ____________________________________________________________________________
37635 [ 25248] By: merijn                                on 2005/07/31  15:50:45
37636         Log: SIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count = 33, but
37637              POSIX::SigRt is not available on use
37638      Branch: perl
37639            ! ext/POSIX/t/sigaction.t
37640 ____________________________________________________________________________
37641 [ 25247] By: merijn                                on 2005/07/31  15:47:51
37642         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25237 FAIL(F) linux 2.6.12-4-686 [debian] (i686/1 cpu)
37643              From: Dominic Dunlop <shouldbedomo@mac.com>
37644              Date: Fri, 29 Jul 2005 17:41:59 +0200
37645              Message-Id: <33378322-189C-4D70-AC0B-1AF589DD56E7@mac.com>
37646      Branch: perl
37647            ! sv.h
37648 ____________________________________________________________________________
37649 [ 25246] By: rgs                                   on 2005/07/31  15:15:35
37650         Log: Remove the documentation for $#, which has been removed
37651      Branch: perl
37652            ! pod/perlvar.pod
37653 ____________________________________________________________________________
37654 [ 25245] By: rgs                                   on 2005/07/29  15:36:09
37655         Log: Update Changes
37656      Branch: perl
37657            ! Changes
37658 ____________________________________________________________________________
37659 [ 25244] By: steveh                                on 2005/07/29  09:41:38
37660         Log: Skip op/sprintf.t test 147 on MSWin32
37661              ... and fix the skip code so that it actually works ;-)
37662      Branch: perl
37663            ! t/op/sprintf.t
37664 ____________________________________________________________________________
37665 [ 25243] By: rgs                                   on 2005/07/29  08:31:51
37666         Log: Subject: [PATCH] More embed.fnc goodness
37667              From: Andy Lester <andy@petdance.com>
37668              Date: Thu, 28 Jul 2005 14:09:56 -0500
37669              Message-ID: <20050728190956.GB607@petdance.com>
37670      Branch: perl
37671            ! doio.c embed.fnc embed.h op.c pp_ctl.c proto.h regcomp.c
37672            ! regexec.c sv.c util.c
37673 ____________________________________________________________________________
37674 [ 25242] By: rgs                                   on 2005/07/29  07:19:11
37675         Log: Subject: [PATCH] Fix English error in overload.pm
37676              From: Andy Lester <andy@petdance.com>
37677              Date: Thu, 28 Jul 2005 14:10:43 -0500
37678              Message-ID: <20050728191043.GC607@petdance.com>
37679      Branch: perl
37680            ! lib/overload.pm
37681 ____________________________________________________________________________
37682 [ 25241] By: rgs                                   on 2005/07/28  17:34:36
37683         Log: Clarification to the syntax of loop modifiers
37684              by Piotr Fusik
37685      Branch: perl
37686            ! pod/perlfunc.pod
37687 ____________________________________________________________________________
37688 [ 25240] By: rgs                                   on 2005/07/28  17:29:47
37689         Log: Subject: RE: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
37690              From: "Green, Paul" <Paul.Green@stratus.com>
37691              Date: Mon, 25 Jul 2005 12:39:32 -0400
37692              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB8A9F67@EXNA.corp.stratus.com>
37693      Branch: perl
37694            ! mg.c
37695 ____________________________________________________________________________
37696 [ 25239] By: rgs                                   on 2005/07/28  17:18:13
37697         Log: Subject: [PATCH fresh_perl.t] Being more careful about newlines
37698              From: Michael G Schwern <schwern@pobox.com>
37699              Date: Fri, 22 Jul 2005 12:53:34 -0700
37700              Message-ID: <20050722195334.GA12431@windhund.schwern.org>
37701      Branch: perl
37702            ! t/run/fresh_perl.t
37703 ____________________________________________________________________________
37704 [ 25238] By: rgs                                   on 2005/07/28  16:11:23
37705         Log: Subject: [PATCH] perl.h, use STRINGIFY in 25171
37706              From: Robin Barker <Robin.Barker@npl.co.uk>
37707              Date: Thu, 28 Jul 2005 12:13:13 +0100
37708              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75A@hotel.npl.co.uk>
37709      Branch: perl
37710            ! perl.h
37711 ____________________________________________________________________________
37712 [ 25237] By: merijn                                on 2005/07/28  13:03:09
37713         Log: Subject: [PATCH] tidy up DieNull and DIE_NULL
37714              From: Robin Barker <Robin.Barker@npl.co.uk>
37715              Date: Thu, 28 Jul 2005 14:05:51 +0100
37716              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75C@hotel.npl.co.uk>
37717      Branch: perl
37718            ! embed.fnc mg.c perl.h pp.h pp_sys.c proto.h
37719 ____________________________________________________________________________
37720 [ 25236] By: rgs                                   on 2005/07/28  12:59:55
37721         Log: Subject: [PATCH] silence compiler warning in mg.c POSIX.xs
37722              From: Robin Barker <Robin.Barker@npl.co.uk>
37723              Date: Thu, 28 Jul 2005 13:57:31 +0100
37724              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75B@hotel.npl.co.uk>
37725      Branch: perl
37726            ! ext/POSIX/POSIX.xs mg.c perl.h
37727 ____________________________________________________________________________
37728 [ 25235] By: merijn                                on 2005/07/28  12:22:27
37729         Log: sprintf now has all but two tests enabled.
37730              the list supports skipping of expected fails
37731              new test for %.0g from Dominic Dunlop
37732      Branch: perl
37733            ! t/op/sprintf.t
37734 ____________________________________________________________________________
37735 [ 25234] By: steveh                                on 2005/07/28  09:10:41
37736         Log: Subject: [PATCH] perlfunc.pod grammar fixes
37737              From: Steve Peters <steve@fisharerojo.org>
37738              Date: Wed, 27 Jul 2005 22:02:13 -0500
37739              Message-ID: <20050728030213.GA11330@mccoy.peters.homeunix.org>
37740              
37741              (with minor tweaks)
37742      Branch: perl
37743            ! pod/perlfunc.pod
37744 ____________________________________________________________________________
37745 [ 25233] By: rgs                                   on 2005/07/28  09:07:57
37746         Log: Sync change 25229 to .h source files
37747      Branch: perl
37748            ! cv.h pad.h
37749 ____________________________________________________________________________
37750 [ 25232] By: rgs                                   on 2005/07/28  08:53:55
37751         Log: Subject: [perl #36672] Swapped warnings for -o and -O file tests 
37752              From: "Piotr Fusik" (via RT) <perlbug-followup@perl.org>
37753              Date: Wed, 27 Jul 2005 15:43:17 -0700
37754              Message-ID: <rt-3.0.11-36672-118371.6.12458378853063@perl.org>
37755              
37756              (except the redundant test)
37757      Branch: perl
37758            ! opcode.h opcode.pl t/lib/warnings/9uninit
37759 ____________________________________________________________________________
37760 [ 25231] By: merijn                                on 2005/07/28  06:48:14
37761         Log: Subject: Re: [PATCH] Tru64: use -c99 for ccflags if available
37762              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
37763              Date: Thu, 28 Jul 2005 10:01:51 +0300
37764              Message-ID: <42E882DF.6020100@gmail.com>
37765              Message-ID: <42E86DE9.6090709@gmail.com>
37766      Branch: perl
37767            ! handy.h hints/dec_osf.sh
37768 ____________________________________________________________________________
37769 [ 25230] By: merijn                                on 2005/07/27  16:28:58
37770         Log: Some signals are more real than others
37771              Also added comment about why the tests are there
37772      Branch: perl
37773            ! ext/POSIX/t/sigaction.t
37774 ____________________________________________________________________________
37775 [ 25229] By: merijn                                on 2005/07/27  16:26:16
37776         Log: Subject: [PATCH] id est is i.e.
37777              From: Steve Peters <steve@fisharerojo.org>
37778              Date: Tue, 26 Jul 2005 20:42:38 -0500
37779              Message-ID: <20050727014238.GA2582@mccoy.peters.homeunix.org>
37780      Branch: perl
37781            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
37782            ! pod/perlintern.pod
37783 ____________________________________________________________________________
37784 [ 25228] By: merijn                                on 2005/07/26  13:23:10
37785         Log: Use the correct gcc when more than one gcc is installed
37786              Thanks to Campo
37787      Branch: perl
37788            ! hints/aix.sh
37789 ____________________________________________________________________________
37790 [ 25227] By: rgs                                   on 2005/07/26  09:20:11
37791         Log: Subject: [perl #36658] Typo in perlfunc.pod 
37792              From: "John W. Krahn" (via RT) <perlbug-followup@perl.org>
37793              Date: Tue, 26 Jul 2005 01:07:18 -0700
37794              Message-ID: <rt-3.0.11-36658-118300.18.7320750032131@perl.org>
37795      Branch: perl
37796            ! pod/perlfunc.pod
37797 ____________________________________________________________________________
37798 [ 25226] By: steveh                                on 2005/07/25  14:37:41
37799         Log: Reinstate PERL_MALLOC_WRAP for bcc32 on Win32
37800              
37801              This was disabled by change 22689 because it was severely broken
37802              at the time.  See the thread starting here:
37803              
37804              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-04/msg00370.html
37805              
37806              The PERL_MALLOC_WRAP code in handy.h has since changed along the
37807              lines of what was discussed in that thread (in particular, by change
37808              25034) and I find that everything is now fine with PERL_MALLOC_WRAP
37809              re-enabled.
37810      Branch: perl
37811            ! win32/config_H.bc
37812 ____________________________________________________________________________
37813 [ 25225] By: steveh                                on 2005/07/25  14:34:12
37814         Log: Ken pointed out that CBuilder's cleanup is too agrressive
37815              
37816              The Windows compile() and link() methods bizarrely include their own
37817              output files in the list of files to be cleaned up.  Now that they
37818              actually are being cleaned up, this isn't ideal ;-)
37819              
37820              Stop compile() and link() from cleaning up their own output, and
37821              reinstate the explicit deletion of those output files in the test
37822              scripts.
37823      Branch: perl
37824            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
37825            ! lib/ExtUtils/CBuilder/t/01-basic.t
37826            ! lib/ExtUtils/CBuilder/t/02-link.t
37827            ! lib/ExtUtils/ParseXS/t/basic.t
37828 ____________________________________________________________________________
37829 [ 25224] By: steveh                                on 2005/07/25  11:53:44
37830         Log: Silence uninitialized value warnings in Net::Cmd
37831              
37832              (Suppresses 20 such warnings emitted by lib/Net/t/datasend.t)
37833      Branch: perl
37834            ! lib/Net/Cmd.pm
37835 ____________________________________________________________________________
37836 [ 25223] By: merijn                                on 2005/07/25  11:47:03
37837         Log: use POSIX might not throw an error. Check for useful values also
37838      Branch: perl
37839            ! ext/POSIX/t/sigaction.t
37840 ____________________________________________________________________________
37841 [ 25222] By: steveh                                on 2005/07/25  11:11:29
37842         Log: Make CBuilder and ParseXS clean up their temp test files
37843      Branch: perl
37844            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
37845            ! lib/ExtUtils/CBuilder/t/01-basic.t
37846            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
37847            ! lib/ExtUtils/ParseXS/t/basic.t
37848 ____________________________________________________________________________
37849 [ 25221] By: rgs                                   on 2005/07/25  09:49:39
37850         Log: Increment the version number of version.pm
37851              (no code changes on CPAN)
37852      Branch: perl
37853            ! lib/version.pm
37854 ____________________________________________________________________________
37855 [ 25220] By: merijn                                on 2005/07/25  08:53:34
37856         Log: Subject: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
37857              From: Michael G Schwern <schwern@pobox.com>
37858              Date: Sat, 23 Jul 2005 17:25:18 -0700
37859              Message-ID: <20050724002518.GB4918@windhund.schwern.org>
37860              
37861              Subject: Re: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
37862              From: Michael G Schwern <schwern@pobox.com>
37863              Date: Sun, 24 Jul 2005 13:49:25 -0700
37864              Message-ID: <20050724204925.GC13275@windhund.schwern.org>
37865      Branch: perl
37866            ! pod/perlfunc.pod
37867 ____________________________________________________________________________
37868 [ 25219] By: merijn                                on 2005/07/25  08:39:08
37869         Log: Subject: [PATCH] perlfunc.pod: s/definetely/definitely/
37870              From: "Piotr Fusik" <pfusik@op.pl>
37871              Date: Sun, 24 Jul 2005 12:55:09 +0200
37872              Message-ID: <004e01c5903e$2affb3a0$60d24dd5@piec>
37873      Branch: perl
37874            ! pod/perlfunc.pod
37875 ____________________________________________________________________________
37876 [ 25218] By: nicholas                              on 2005/07/24  22:35:56
37877         Log: Subject: [PATCH] Re: blead@25210 on OpenVMS (not good)
37878              From: "Craig A. Berry" <craigberry@mac.com>
37879              Message-Id: <p06230906bf09caa9618b@[172.16.52.1]>
37880              Date: Sun, 24 Jul 2005 17:47:26 -0500
37881      Branch: perl
37882            ! doio.c
37883 ____________________________________________________________________________
37884 [ 25217] By: nicholas                              on 2005/07/24  20:52:13
37885         Log: Subject: [PATCH] blead help for VMS
37886              From: "Craig A. Berry" <craigberry@mac.com>
37887              Message-ID: <42E3FABB.1020900@mac.com>
37888              Date: Sun, 24 Jul 2005 15:31:55 -0500
37889      Branch: perl
37890           +> ext/Compress/Zlib/zlib-src/adler32.c
37891           +> ext/Compress/Zlib/zlib-src/compress.c
37892           +> ext/Compress/Zlib/zlib-src/crc32.c
37893           +> ext/Compress/Zlib/zlib-src/crc32.h
37894           +> ext/Compress/Zlib/zlib-src/deflate.c
37895           +> ext/Compress/Zlib/zlib-src/deflate.h
37896           +> ext/Compress/Zlib/zlib-src/gzio.c
37897           +> ext/Compress/Zlib/zlib-src/infback.c
37898           +> ext/Compress/Zlib/zlib-src/inffast.c
37899           +> ext/Compress/Zlib/zlib-src/inffast.h
37900           +> ext/Compress/Zlib/zlib-src/inffixed.h
37901           +> ext/Compress/Zlib/zlib-src/inflate.c
37902           +> ext/Compress/Zlib/zlib-src/inflate.h
37903           +> ext/Compress/Zlib/zlib-src/inftrees.c
37904           +> ext/Compress/Zlib/zlib-src/inftrees.h
37905           +> ext/Compress/Zlib/zlib-src/trees.c
37906           +> ext/Compress/Zlib/zlib-src/trees.h
37907           +> ext/Compress/Zlib/zlib-src/uncompr.c
37908           +> ext/Compress/Zlib/zlib-src/zconf.h
37909           +> ext/Compress/Zlib/zlib-src/zlib.h
37910           +> ext/Compress/Zlib/zlib-src/zutil.c
37911           +> ext/Compress/Zlib/zlib-src/zutil.h
37912            - ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
37913            - ext/Compress/Zlib/zlib-src-1.2.3/compress.c
37914            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
37915            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
37916            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
37917            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
37918            - ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
37919            - ext/Compress/Zlib/zlib-src-1.2.3/infback.c
37920            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
37921            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
37922            - ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
37923            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
37924            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
37925            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
37926            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
37927            - ext/Compress/Zlib/zlib-src-1.2.3/trees.c
37928            - ext/Compress/Zlib/zlib-src-1.2.3/trees.h
37929            - ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
37930            - ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
37931            - ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
37932            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
37933            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
37934            ! MANIFEST ext/Compress/Zlib/config.in mg.c pp_ctl.c pp_sys.c
37935            ! vms/gen_shrfls.pl
37936 ____________________________________________________________________________
37937 [ 25216] By: steveh                                on 2005/07/22  16:53:11
37938         Log: Fix USE_LARGE_FILES with bcc32 on Win32?
37939              
37940              Trawling through all these config files, I think I've found the
37941              reason why bcc32 builds with USE_LARGE_FILES were failing (e.g.
37942              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00809.html):
37943              lseeksize and lseektype were set to 8 and __int64, but Borland's
37944              <io.h> suggests that they should be 4 and long respectively.
37945              
37946              Changing them accordingly makes all tests pass. And I see that
37947              win32/win32.c has special handling for __BORLANDC__ + USE_LARGE_FILES,
37948              presumably to cope with this difference?
37949      Branch: perl
37950            ! win32/config.bc
37951 ____________________________________________________________________________
37952 [ 25215] By: steveh                                on 2005/07/22  16:36:41
37953         Log: Tweak the canned win32/config.* files
37954              
37955              uselargefiles, usemultiplicity, useperlio and useithreads are now
37956              off in the canned win32/config_H.* files, so change these to match.
37957              
37958              Also scrap the misleading ~USE_PERLIO~ and ~USE_SITECUST~ tags
37959              which don't actually work since no such CFG_VARS are passed in to
37960              config_sh.PL. (The useperlio and usesitecustomize entries actually
37961              get substituted by the more general "if (/^([\w_]+)=(.*)$/)" case.)
37962      Branch: perl
37963            ! win32/config.bc win32/config.gc win32/config.vc
37964            ! win32/config.vc64
37965 ____________________________________________________________________________
37966 [ 25214] By: steveh                                on 2005/07/22  14:22:38
37967         Log: Add missing entries to win32/config.*
37968              
37969              No existing entries changed, just adding some missing ones based
37970              on Porting/config.sh
37971      Branch: perl
37972            ! win32/config.bc win32/config.gc win32/config.vc
37973            ! win32/config.vc64
37974 ____________________________________________________________________________
37975 [ 25213] By: rgs                                   on 2005/07/22  12:23:35
37976         Log: Subject: [perl #36612] [PATCH] Misleading shift docs about @ARGV
37977              From: Michael G Schwern (via RT) <perlbug-followup@perl.org>
37978              Date: Wed, 20 Jul 2005 18:26:23 -0700
37979              Message-ID: <rt-3.0.11-36612-118070.2.49212485540788@perl.org>
37980      Branch: perl
37981            ! pod/perlfunc.pod
37982 ____________________________________________________________________________
37983 [ 25212] By: steveh                                on 2005/07/22  10:32:02
37984         Log: Tidy up options / defines output from makedef.pl
37985              and change Win32-specific comments to say "On Win32 ..." now
37986              that AIX is using the same code too
37987      Branch: perl
37988            ! makedef.pl
37989 ____________________________________________________________________________
37990 [ 25211] By: steveh                                on 2005/07/22  10:29:51
37991         Log: Silence Win32 warnings when not using USE_LARGE_FILES
37992      Branch: perl
37993            ! win32/win32.c
37994 ____________________________________________________________________________
37995 [ 25210] By: merijn                                on 2005/07/21  17:40:06
37996         Log: I *DO* have AIX, and extending #25209 like this make it happy again
37997              Thank you Steve!
37998      Branch: perl
37999            ! makedef.pl
38000 ____________________________________________________________________________
38001 [ 25209] By: steveh                                on 2005/07/21  17:01:33
38002         Log: Make makedef.pl read "miniperl -V" on Win32
38003              
38004              Perhaps other platforms that use makedef.pl also need a similar
38005              change (currently required to pick up PERL_DONT_CREATE_GVSV),
38006              but it also requires them to have minimal canned configs (if they
38007              are using canned configs like Win32 does) and I don't have any
38008              of the affected platforms (AIX, WinCE, OS/2, MacOS Classic and
38009              NetWare) for testing, so play it safe instead
38010      Branch: perl
38011            ! makedef.pl
38012 ____________________________________________________________________________
38013 [ 25208] By: steveh                                on 2005/07/21  16:50:27
38014         Log: Make the canned config.h files used on Win32 more minimal
38015              
38016              These are used in their unedited form to build miniperl, so should
38017              represent a minimal configuration
38018              
38019              The plan is to use miniperl's "-V" output in makedef.pl, so it is
38020              important that it doesn't include any of the optional things in the
38021              makefiles that the user might have chosen to disable
38022              
38023              (The actual config.h used to build perl itself is, of course, an
38024              edited version of these canned configs produced by using miniperl
38025              to run config_h.PL so these changes won't affect perl itself)
38026      Branch: perl
38027            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38028            ! win32/config_H.vc64
38029 ____________________________________________________________________________
38030 [ 25207] By: merijn                                on 2005/07/21  15:41:39
38031         Log: Subject: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
38032              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
38033              Date: Thu, 21 Jul 2005 18:33:22 +0300
38034              Message-ID: <42DFC042.1090201@gmail.com>
38035      Branch: perl
38036            ! ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t mg.c
38037 ____________________________________________________________________________
38038 [ 25206] By: steveh                                on 2005/07/21  14:20:06
38039         Log: Rearrange win32/config_H.* to match config_h.SH
38040              
38041              No actual changes, just reordering the contents of the files so that
38042              diff works better.
38043      Branch: perl
38044            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38045            ! win32/config_H.vc64
38046 ____________________________________________________________________________
38047 [ 25205] By: rgs                                   on 2005/07/21  12:39:43
38048         Log: Subject: [PATCH perl@24148] Compress::Zlib 1.35
38049              From: "Paul Marquess" <paul.marquess@ntlworld.com>
38050              Date: Thu, 21 Jul 2005 10:06:06 +0100
38051              Message-Id: <20050721090634.CA4E61F0003@mx1.mandriva.com>
38052      Branch: perl
38053            + ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
38054            + ext/Compress/Zlib/zlib-src-1.2.3/compress.c
38055            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
38056            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
38057            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
38058            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
38059            + ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
38060            + ext/Compress/Zlib/zlib-src-1.2.3/infback.c
38061            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
38062            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
38063            + ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
38064            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
38065            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
38066            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
38067            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
38068            + ext/Compress/Zlib/zlib-src-1.2.3/trees.c
38069            + ext/Compress/Zlib/zlib-src-1.2.3/trees.h
38070            + ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
38071            + ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
38072            + ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
38073            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
38074            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
38075            - ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
38076            - ext/Compress/Zlib/zlib-src-1.2.2/compress.c
38077            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
38078            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
38079            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
38080            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
38081            - ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
38082            - ext/Compress/Zlib/zlib-src-1.2.2/infback.c
38083            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
38084            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
38085            - ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
38086            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
38087            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
38088            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
38089            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
38090            - ext/Compress/Zlib/zlib-src-1.2.2/trees.c
38091            - ext/Compress/Zlib/zlib-src-1.2.2/trees.h
38092            - ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
38093            - ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
38094            - ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
38095            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
38096            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
38097            ! MANIFEST ext/Compress/Zlib/Changes ext/Compress/Zlib/README
38098            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
38099            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/t/05gzsetp.t
38100 ____________________________________________________________________________
38101 [ 25204] By: rgs                                   on 2005/07/20  16:53:16
38102         Log: Remove :base_io from the set of default "safe" opcodes.
38103              This fixes bug [perl #36213] "Possible flaw in Safe.pm/Opcode.pm
38104              that allows access to any file" but introduces a backward
38105              compatibility issue.
38106      Branch: perl
38107            ! ext/Opcode/Opcode.pm ext/Safe/t/safe2.t
38108 ____________________________________________________________________________
38109 [ 25203] By: steveh                                on 2005/07/20  13:59:18
38110         Log: Fix definition of Perl_sighandler following change 25200
38111      Branch: perl
38112            ! mg.c
38113 ____________________________________________________________________________
38114 [ 25202] By: rgs                                   on 2005/07/20  13:19:10
38115         Log: Subject: [PATCH] Convert t/op/vec.t to test.pl
38116              From: Steve Peters <steve@fisharerojo.org>
38117              Date: Wed, 20 Jul 2005 08:06:38 -0500
38118              Message-ID: <20050720130638.GA6123@mccoy.peters.homeunix.org>
38119      Branch: perl
38120            ! t/op/vec.t
38121 ____________________________________________________________________________
38122 [ 25201] By: steveh                                on 2005/07/20  13:08:54
38123         Log: Silence Win32 compiler warning (signed/unsigned mismatch)
38124      Branch: perl
38125            ! pad.c
38126 ____________________________________________________________________________
38127 [ 25200] By: rgs                                   on 2005/07/20  12:28:16
38128         Log: Subject: [PATCH] support POSIX SA_SIGINFO
38129              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
38130              Date: Wed, 20 Jul 2005 14:40:54 +0300
38131              Message-ID: <42DE3846.6050606@gmail.com>
38132      Branch: perl
38133            ! embed.fnc embed.h ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t
38134            ! global.sym iperlsys.h mg.c perl.c perl.h pp_sys.c proto.h
38135            ! util.c
38136 ____________________________________________________________________________
38137 [ 25199] By: steveh                                on 2005/07/20  12:11:56
38138         Log: Silence warnings about NSIG redefinition on Win32
38139              
38140              (Change 25191 doesn't work out unless dosish.h includes <signal.h>
38141              too, which it currently only does for DJGPP)
38142      Branch: perl
38143            ! dosish.h
38144 ____________________________________________________________________________
38145 [ 25198] By: rgs                                   on 2005/07/20  11:18:59
38146         Log: Remove obsolete error messages
38147      Branch: perl
38148            ! pod/perldiag.pod
38149 ____________________________________________________________________________
38150 [ 25197] By: rgs                                   on 2005/07/20  10:59:44
38151         Log: croak() accepts Nullch as a parameter.
38152              (spotted by Stas Bekman)
38153      Branch: perl
38154            ! embed.fnc proto.h
38155 ____________________________________________________________________________
38156 [ 25196] By: steveh                                on 2005/07/20  10:36:20
38157         Log: Fix Newz() backwards-compatibility macro
38158      Branch: perl
38159            ! handy.h
38160 ____________________________________________________________________________
38161 [ 25195] By: rgs                                   on 2005/07/20  10:31:04
38162         Log: Remove :unique attribute from Config.pm,
38163              until we find a better implementation of it (or
38164              remove it). See [perl #36375].
38165      Branch: perl
38166            ! configpm
38167 ____________________________________________________________________________
38168 [ 25194] By: rgs                                   on 2005/07/20  09:08:56
38169         Log: Subject: [PATCH] lvalue-subs returning elements of tied hashes/arrays
38170              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
38171              Date: Wed, 20 Jul 2005 10:43:11 +0200
38172              Message-id: <20050720084311.GA20332@ethan>
38173      Branch: perl
38174            ! pp_hot.c t/op/sub_lval.t
38175 ____________________________________________________________________________
38176 [ 25193] By: steveh                                on 2005/07/20  09:00:29
38177         Log: Exit test script (if we're going to) *before* declaring a plan
38178      Branch: perl
38179            ! ext/POSIX/t/sigaction.t
38180 ____________________________________________________________________________
38181 [ 25192] By: rgs                                   on 2005/07/20  08:50:18
38182         Log: Subject: [PATCH] RE: rebuilding lib/Config*
38183              From: Robin Barker <Robin.Barker@npl.co.uk>
38184              Date: Jul 14, 2005 3:27 PM
38185              Message-ID: <533D273D4014D411AB1D00062938C4D90849C733@hotel.npl.co.uk>
38186      Branch: perl
38187            ! Makefile.SH
38188 ____________________________________________________________________________
38189 [ 25191] By: rgs                                   on 2005/07/20  06:47:49
38190         Log: Subject: [PATCH] move NSIG logic
38191              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
38192              Date: Wed, 20 Jul 2005 09:57:44 +0300
38193              Message-ID: <42DDF5E8.1060100@gmail.com>
38194      Branch: perl
38195            ! handy.h perl.h
38196 ____________________________________________________________________________
38197 [ 25190] By: nicholas                              on 2005/07/19  22:15:43
38198         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
38199              (Certainly where there is AUTOLOADing and XS)
38200              Hopefully *this* fixes the POSIX breakage.
38201      Branch: perl
38202            ! ext/POSIX/POSIX.pm
38203 ____________________________________________________________________________
38204 [ 25189] By: nicholas                              on 2005/07/19  21:16:20
38205         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
38206              (Certainly where there is AUTOLOADing and XS)
38207              Hopefully this fixes the POSIX breakage.
38208      Branch: perl
38209            ! ext/POSIX/POSIX.xs
38210 ____________________________________________________________________________
38211 [ 25188] By: nicholas                              on 2005/07/19  21:08:17
38212         Log: XS constants fail when their value is called for, not at import.
38213              This might be construed as a bug. Fixing is probably a greater evil.
38214      Branch: perl
38215            ! ext/POSIX/t/sigaction.t
38216 ____________________________________________________________________________
38217 [ 25187] By: rgs                                   on 2005/07/19  14:12:38
38218         Log: Extend the the "our variable redeclared" warning to the case:
38219              our $x; our $x;
38220              and add more tests
38221      Branch: perl
38222            ! pad.c t/lib/strict/vars t/lib/warnings/pad
38223 ____________________________________________________________________________
38224 [ 25186] By: steveh                                on 2005/07/19  13:25:42
38225         Log: Fix test following change #25181
38226      Branch: perl
38227            ! lib/Pod/t/htmlview.t
38228 ____________________________________________________________________________
38229 [ 25185] By: merijn                                on 2005/07/19  11:06:22
38230         Log: Subject: [PATCH] allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)
38231              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
38232              Date: Tue, 19 Jul 2005 12:06:00 +0300
38233              Message-ID: <42DCC278.2010009@gmail.com>
38234      Branch: perl
38235            ! Configure ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
38236            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
38237            ! handy.h
38238 ____________________________________________________________________________
38239 [ 25182] By: rgs                                   on 2005/07/19  10:09:57
38240         Log: Fix strict test to go with the precedent warning change
38241      Branch: perl
38242            ! t/lib/strict/vars
38243 ____________________________________________________________________________
38244 [ 25181] By: steveh                                on 2005/07/19  10:07:46
38245         Log: Subject: [perl #36526] Incorrect (X)HTML generated by Pod::Html 
38246              From: Earl Hood (via RT) <perlbug-followup@perl.org>
38247              Date: Tue, 12 Jul 2005 23:55:28 -0700
38248              Message-ID: <rt-3.0.11-36526-117155.10.6496168983897@perl.org>
38249              
38250              (with old code deleted rather than commented out)
38251      Branch: perl
38252            ! lib/Pod/Html.pm
38253 ____________________________________________________________________________
38254 [ 25180] By: rgs                                   on 2005/07/19  09:56:59
38255         Log: Silence new (expected) warnings
38256      Branch: perl
38257            ! t/op/mydef.t
38258 ____________________________________________________________________________
38259 [ 25179] By: rgs                                   on 2005/07/19  09:45:24
38260         Log: Overhaul the semantics of the warning
38261              ""%s" variable %s masks earlier declaration",
38262              based on a patch by Rick Delaney. Now we have :
38263              my $x;   my $x; # warns
38264              my $x;  our $x; # warns
38265              our $x;  my $x; # warns
38266              our $x; our $x; # silent
38267      Branch: perl
38268            ! pad.c t/lib/warnings/pad
38269 ____________________________________________________________________________
38270 [ 25178] By: merijn                                on 2005/07/19  05:42:52
38271         Log: Subject: [PATCH] Final (hopefully) fix for fchdir
38272              From: Steve Peters <steve@fisharerojo.org>
38273              Date: Mon, 18 Jul 2005 22:59:19 -0500
38274              Message-ID: <20050719035919.GA32670@mccoy.peters.homeunix.org>
38275      Branch: perl
38276            ! pp_sys.c
38277 ____________________________________________________________________________
38278 [ 25177] By: davem                                 on 2005/07/19  01:16:09
38279         Log: Subject:  Re: [PATCH] Faster **
38280              From:      "Piotr Fusik" <pfusik@op.pl>
38281              Date:      Fri, 24 Jun 2005 12:47:40 +0200
38282              Message-Id:  <00b201c578af$7ad02b40$17d24dd5@piec>
38283      Branch: perl
38284            ! pp.c
38285 ____________________________________________________________________________
38286 [ 25176] By: davem                                 on 2005/07/19  01:05:18
38287         Log: the "local @foo with $#foo" tests are no longer TODO
38288      Branch: perl
38289            ! t/op/array.t
38290 ____________________________________________________________________________
38291 [ 25174] By: steveh                                on 2005/07/18  16:53:21
38292         Log: Subject: Re: [PATCH] RE: blead: no longer supports %vd format
38293              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
38294              Date: Mon, 18 Jul 2005 18:35:09 +0200
38295              Message-ID: <20050718183509.0381169c@grubert.mandrakesoft.com>
38296      Branch: perl
38297            ! perl.h
38298 ____________________________________________________________________________
38299 [ 25173] By: merijn                                on 2005/07/18  16:37:11
38300         Log: Subject: Re: AIX 5.2 localtime bug attack
38301              From: Campo Weijerman <rfc822@nl.ibm.com>
38302              Date: Mon, 18 Jul 2005 17:34:55 +0200
38303              Message-ID: <20050718153455.GA29381@python>
38304              
38305              mday++ is also wday++ and yday++
38306      Branch: perl
38307            ! pp_sys.c
38308 ____________________________________________________________________________
38309 [ 25172] By: rgs                                   on 2005/07/18  15:23:38
38310         Log: Subject: [PATCH] The continuing plod through embed.fnc
38311              From: Andy Lester <andy@petdance.com>
38312              Date: Mon, 18 Jul 2005 10:37:38 -0500
38313              Message-ID: <20050718153738.GB20193@petdance.com>
38314      Branch: perl
38315            ! embed.fnc op.c pad.c pod/perlapi.pod pp_sys.c proto.h
38316            ! regcomp.c utf8.c
38317 ____________________________________________________________________________
38318 [ 25171] By: rgs                                   on 2005/07/18  12:37:02
38319         Log: Subject: [PATCH] RE: blead: no longer supports %vd format
38320              From: Robin Barker <Robin.Barker@npl.co.uk>
38321              Date: Jul 14, 2005 2:31 PM
38322              Message-ID: <533D273D4014D411AB1D00062938C4D90849C730@hotel.npl.co.uk>
38323      Branch: perl
38324            ! perl.h sv.c t/op/sprintf.t
38325 ____________________________________________________________________________
38326 [ 25170] By: merijn                                on 2005/07/18  11:02:01
38327         Log: tests are expected to fail if dirfd () does not exist
38328              make the tests to expect failures in that case
38329      Branch: perl
38330            ! t/op/chdir.t
38331 ____________________________________________________________________________
38332 [ 25169] By: merijn                                on 2005/07/18  10:27:06
38333         Log: 1. Typo detected by Schwern (#25151)
38334              2. Added proza about patches (#25152)
38335              3. dirfd got the wrong define based on previous tests (#25168)
38336      Branch: perl
38337            ! Configure
38338 ____________________________________________________________________________
38339 [ 25167] By: steveh                                on 2005/07/18  09:54:58
38340         Log: Silence compiler warning following change 25157
38341              
38342              (DIE returns Perl_die's return value which is an OP*, not the I32
38343              that Perl_apply is expected to return)
38344      Branch: perl
38345            ! doio.c
38346 ____________________________________________________________________________
38347 [ 25166] By: rgs                                   on 2005/07/18  09:17:45
38348         Log: Subject: Re: [perl #27028] /$/ not honouring /m in some cases
38349              From: Rick Delaney <rick@bort.ca>
38350              Date: Jul 14, 2005 4:10 PM
38351              Message-ID: <20050714141059.GF19090@localhost.localdomain>
38352      Branch: perl
38353            + t/op/regexp_qr_embed.t
38354            ! MANIFEST t/op/regexp.t
38355 ____________________________________________________________________________
38356 [ 25165] By: rgs                                   on 2005/07/18  08:52:25
38357         Log: Subject: [PATCH] perlop: why \c\ cannot be placed just before the terminating delimiter
38358              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
38359              Date: Sun, 17 Jul 2005 11:38:05 +0900
38360              Message-Id: <20050717112557.5921.BQW10602@nifty.com>
38361      Branch: perl
38362            ! pod/perlop.pod
38363 ____________________________________________________________________________
38364 [ 25164] By: steveh                                on 2005/07/18  08:38:27
38365         Log: Subject: Re: Why does our() cross packages? (PATCH)
38366              From: Michael G Schwern <schwern@pobox.com>
38367              Date: Fri, 15 Jul 2005 14:35:18 -0700
38368              Message-ID: <20050715213518.GH6897@windhund.schwern.org>
38369              
38370              (with minor tweaks suggested in subsequent posts)
38371      Branch: perl
38372            ! pod/perlfunc.pod
38373 ____________________________________________________________________________
38374 [ 25163] By: davem                                 on 2005/07/18  00:16:31
38375         Log: perl -Dstv -e'... for min..max' displayed wrong stack elements
38376      Branch: perl
38377            ! pp_ctl.c
38378 ____________________________________________________________________________
38379 [ 25162] By: davem                                 on 2005/07/17  22:07:14
38380         Log: delete a non-fucntioning chown in stat.t: it didn't have gid arg.
38381              Spotted by Gisle Aas.
38382      Branch: perl
38383            ! t/op/stat.t
38384 ____________________________________________________________________________
38385 [ 25161] By: davem                                 on 2005/07/17  20:54:15
38386         Log: document what can be assigned to a shared scalar
38387      Branch: perl
38388            ! ext/threads/shared/shared.pm
38389 ____________________________________________________________________________
38390 [ 25160] By: davem                                 on 2005/07/17  20:12:54
38391         Log: $SIG{__WARN__} = sub { goto &foo } could recurse infinitely
38392      Branch: perl
38393            ! t/op/goto.t util.c
38394 ____________________________________________________________________________
38395 [ 25159] By: davem                                 on 2005/07/17  19:02:10
38396         Log: change #25129 was overzealous in delaying the call to ckWARN
38397      Branch: perl
38398            ! doio.c pp_hot.c toke.c
38399 ____________________________________________________________________________
38400 [ 25158] By: merijn                                on 2005/07/16  13:20:09
38401         Log: Subject: Re: [perl #36569] chop fails on decoded string with trailing nul 
38402              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
38403              Date: Sat, 16 Jul 2005 22:05:13 +0900
38404              Message-Id: <20050716220041.2BDD.BQW10602@nifty.com>
38405      Branch: perl
38406            ! doop.c t/op/chop.t
38407 ____________________________________________________________________________
38408 [ 25157] By: merijn                                on 2005/07/16  08:07:44
38409         Log: Subject: Re: fchmod, fchown, fchdir
38410              From: Gisle Aas <gisle@ActiveState.com>
38411              Date: 15 Jul 2005 02:32:50 -0700
38412              Message-ID: <lrwtnse7nh.fsf@caliper.activestate.com>
38413              
38414              + Schwern's ok -> like changes
38415      Branch: perl
38416            ! doio.c pod/perlfunc.pod pod/perltodo.pod pp_sys.c t/io/fs.t
38417            ! t/op/chdir.t
38418 ____________________________________________________________________________
38419 [ 25156] By: steveh                                on 2005/07/15  16:30:05
38420         Log: Subject: [PATCH] more embed cleanup
38421              From: Andy Lester <andy@petdance.com>
38422              Date: Fri, 15 Jul 2005 10:51:15 -0500
38423              Message-ID: <20050715155115.GC29983@petdance.com>
38424              
38425              (and run regen.pl)
38426      Branch: perl
38427            ! dump.c embed.fnc embed.h hv.c mg.c op.c perl.c pp_ctl.c
38428            ! pp_hot.c pp_pack.c proto.h regcomp.c sv.c utf8.c
38429 ____________________________________________________________________________
38430 [ 25155] By: steveh                                on 2005/07/15  15:50:38
38431         Log: Subject: [perl #36514] Add curl support to CPAN.pm 
38432              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
38433              Date: Fri, 15 Jul 2005 02:11:29 -0700
38434              Message-ID: <rt-3.0.11-36514-117446.9.35668319684652@perl.org>
38435              
38436              (and bump $CPAN::FirstTime::VERSION)
38437      Branch: perl
38438            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
38439 ____________________________________________________________________________
38440 [ 25153] By: steveh                                on 2005/07/15  15:35:55
38441         Log: Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
38442              From: Michael G Schwern <schwern@pobox.com>
38443              Date: Wed, 13 Jul 2005 15:57:39 -0700
38444              Message-ID: <20050713225739.GN24499@windhund.schwern.org>
38445              
38446              Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
38447              From: Rick Delaney <rick@bort.ca>
38448              Date: Wed, 13 Jul 2005 20:24:56 -0400
38449              Message-ID: <20050714002456.GD19090@localhost.localdomain>
38450      Branch: perl
38451            ! ext/B/B/Deparse.pm t/op/inc.t
38452 ____________________________________________________________________________
38453 [ 25150] By: steveh                                on 2005/07/15  10:35:55
38454         Log: Fix static extensions when building with nmake on Win32
38455              
38456              They were broken because change 24806 forgot to add -DWITH_STATIC
38457              to the recipe for compiling perllib.c which meant that perllibst.h
38458              was not included and hence although they built OK, the static
38459              extensions could not actually be used!
38460              
38461              In fact, since perllibst.h is always created (it is more or less
38462              empty when static extensions are not being used), there is no need
38463              for -DWITH_STATIC at all. So rather than adding it to Makefile,
38464              just drop it from makefile.mk and perllib.c.
38465              
38466              Also add the missing cleanup of perllibst.h to Makefile.
38467      Branch: perl
38468            ! win32/Makefile win32/makefile.mk win32/perllib.c
38469 ____________________________________________________________________________
38470 [ 25149] By: steveh                                on 2005/07/15  09:04:57
38471         Log: Subject: [perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1 
38472              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
38473              Date: Thu, 14 Jul 2005 16:57:45 -0700
38474              Message-ID: <rt-3.0.11-7840-117401.4.81505529800216@perl.org>
38475              
38476              (with minor tweaks)
38477      Branch: perl
38478            ! pod/perlop.pod
38479 ____________________________________________________________________________
38480 [ 25148] By: steveh                                on 2005/07/15  07:48:31
38481         Log: Subject: [perl #36538] perlfunc/our contradicts itself 
38482              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
38483              Date: Thu, 14 Jul 2005 19:10:51 -0700
38484              Message-ID: <rt-3.0.11-36538-117411.7.57026072725992@perl.org>
38485      Branch: perl
38486            ! pod/perlfunc.pod
38487 ____________________________________________________________________________
38488 [ 25147] By: steveh                                on 2005/07/15  07:44:32
38489         Log: Subject: [perl #24691] leading spaces on cpan configuration causes failure 
38490              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
38491              Date: Tue, 12 Jul 2005 00:00:17 -0700
38492              Message-ID: <rt-3.0.11-24691-116945.3.88254644317925@perl.org>
38493              
38494              (with spaces trimmed from username too)
38495      Branch: perl
38496            ! lib/CPAN/FirstTime.pm
38497 ____________________________________________________________________________
38498 [ 25146] By: merijn                                on 2005/07/15  07:33:01
38499         Log: Subject: [PATCH] Re: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
38500              From: Michael G Schwern <schwern@pobox.com>
38501              Date: Fri, 15 Jul 2005 00:49:12 -0700
38502              Message-ID: <20050715074911.GA16512@windhund.schwern.org>
38503      Branch: perl
38504            ! t/op/universal.t
38505 ____________________________________________________________________________
38506 [ 25145] By: merijn                                on 2005/07/15  06:49:16
38507         Log: Subject: [PATCH] Missing tie() call in NDBM_File SYNOPSIS
38508              From: Matt Sergeant <matt@sergeant.org>
38509              Date: Thu, 14 Jul 2005 16:53:03 -0400
38510              Message-Id: <28baf339c3b78cc40017066b9dc7cffb@sergeant.org>
38511      Branch: perl
38512            ! ext/NDBM_File/NDBM_File.pm
38513 ____________________________________________________________________________
38514 [ 25144] By: merijn                                on 2005/07/15  06:33:21
38515         Log: Subject: Typo in t/op/stat.t
38516              From: Gisle Aas <gisle@ActiveState.com>
38517              Date: 14 Jul 2005 23:20:18 -0700
38518              Message-ID: <lr64vcfv4t.fsf@caliper.activestate.com>
38519      Branch: perl
38520            ! t/op/stat.t
38521 ____________________________________________________________________________
38522 [ 25143] By: steveh                                on 2005/07/14  16:08:00
38523         Log: Subject: Re: [perl #36507] File::Copy::copy($foo, $foo) dies
38524              From: Michael G Schwern <schwern@pobox.com>
38525              Date: Tue, 12 Jul 2005 15:51:18 -0700
38526              Message-ID: <20050712225118.GA944@windhund.schwern.org>
38527              
38528              (and update SKIP counts)
38529      Branch: perl
38530            ! lib/File/Copy.pm lib/File/Copy.t
38531 ____________________________________________________________________________
38532 [ 25142] By: steveh                                on 2005/07/14  08:12:11
38533         Log: Subject: [perl #5634] CPAN.pm v1.59 chdirs before looking for perl 
38534              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
38535              Date: Mon, 11 Jul 2005 22:41:06 -0700
38536              Message-ID: <rt-3.0.11-5634-116921.0.207462087357797@perl.org>
38537      Branch: perl
38538            ! lib/CPAN.pm
38539 ____________________________________________________________________________
38540 [ 25141] By: nicholas                              on 2005/07/13  19:43:40
38541         Log: Subject: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
38542              From: John Peacock <jpeacock@rowman.com>
38543              Message-ID: <42D55C46.5030905@rowman.com>
38544              Date: Wed, 13 Jul 2005 14:24:06 -0400
38545      Branch: perl
38546            ! universal.c
38547 ____________________________________________________________________________
38548 [ 25140] By: merijn                                on 2005/07/13  17:22:07
38549         Log: Subject: [perl #9565] [PATCH] /op/groups.t bug 
38550              From: "Steve Peters via RT" <perlbug-followup@perl.org>
38551              Date: Wed, 13 Jul 2005 06:51:45 -0700
38552              Message-ID: <rt-3.0.11-9565-117185.14.6331240065229@perl.org>
38553      Branch: perl
38554            ! t/op/groups.t
38555 ____________________________________________________________________________
38556 [ 25139] By: merijn                                on 2005/07/13  16:52:48
38557         Log: Subject: Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu)
38558              From: Steve Peters <steve@fisharerojo.org>
38559              Date: Fri, 8 Jul 2005 16:42:56 -0500
38560              Message-ID: <20050708214256.GA14164@mccoy.peters.homeunix.org>
38561      Branch: perl
38562            ! t/io/dup.t t/io/open.t
38563 ____________________________________________________________________________
38564 [ 25138] By: merijn                                on 2005/07/13  16:37:48
38565         Log: Subject: [PATCH] More embed.fnc plowing
38566              From: Andy Lester <andy@petdance.com>
38567              Date: Wed, 13 Jul 2005 10:49:19 -0500
38568              Message-ID: <20050713154919.GA24586@petdance.com>
38569      Branch: perl
38570            ! embed.fnc gv.c hv.c op.c pad.c perlio.c pp_ctl.c pp_hot.c
38571            ! proto.h toke.c
38572 ____________________________________________________________________________
38573 [ 25137] By: merijn                                on 2005/07/13  16:27:43
38574         Log: Subject: [PATCH] Error in earlier patch in sv.c
38575              From: Robin Barker <Robin.Barker@npl.co.uk>
38576              Date: Wed, 13 Jul 2005 17:29:48 +0100
38577              Message-ID: <533D273D4014D411AB1D00062938C4D90849C72B@hotel.npl.co.uk>
38578      Branch: perl
38579            ! sv.c t/op/sprintf.t
38580 ____________________________________________________________________________
38581 [ 25136] By: steveh                                on 2005/07/13  13:39:44
38582         Log: Make -V "Compile-time options" list everything used in makedef.pl
38583      Branch: perl
38584            ! perl.c
38585 ____________________________________________________________________________
38586 [ 25135] By: steveh                                on 2005/07/13  09:48:10
38587         Log: Subject: Re: [perl #25157] [PATCH] Text-Balanced extract_quotelike fails on certain delims in HERE docs
38588              From: David Manura <dm.list@math2.org>
38589              Date: Wed, 21 Jan 2004 20:59:27 -0500
38590              Message-ID: <400F2E7F.9090601@math2.org>
38591              
38592              Fixes perl #25151, 25154, 25156, 25157, 25158 using jumbo patch
38593              included in perl #25157.
38594      Branch: perl
38595            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t
38596            ! lib/Text/Balanced/t/extqlk.t
38597 ____________________________________________________________________________
38598 [ 25134] By: steveh                                on 2005/07/13  09:23:37
38599         Log: Subject: [PATCH] #2 try at Text::Balanced patch and maintainership
38600              From: Tels <nospam-abuse@bloodgate.com>
38601              Date: Sat, 9 Jul 2005 23:10:29 +0200
38602              Message-Id: <200507092310.30592@bloodgate.com>
38603              
38604              (with minor tweaks)
38605      Branch: perl
38606            ! lib/Text/Balanced.pm
38607 ____________________________________________________________________________
38608 [ 25133] By: steveh                                on 2005/07/13  08:34:53
38609         Log: Subject: [perl #28385] minor bug in cpan -- the i command does not find author 
38610              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
38611              Date: Tue, 12 Jul 2005 00:16:49 -0700
38612              Message-ID: <rt-3.0.11-28385-116951.3.97645870397305@perl.org>
38613              
38614              (and remove a couple of unused variables)
38615      Branch: perl
38616            ! lib/CPAN.pm
38617 ____________________________________________________________________________
38618 [ 25132] By: steveh                                on 2005/07/13  07:52:21
38619         Log: Subject: [perl #24275] CPAN shell - online help not clear 
38620              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
38621              Date: Mon, 11 Jul 2005 23:32:12 -0700
38622              Message-ID: <rt-3.0.11-24275-116939.19.7381888978779@perl.org>
38623      Branch: perl
38624            ! lib/CPAN.pm
38625 ____________________________________________________________________________
38626 [ 25131] By: merijn                                on 2005/07/13  06:37:41
38627         Log: Subject: [PATCH] Re: Documentation error in IO::Socket
38628              From: Michael G Schwern <schwern@pobox.com>
38629              Date: Tue, 12 Jul 2005 13:18:34 -0700
38630              Message-ID: <20050712201834.GA29275@windhund.schwern.org>
38631      Branch: perl
38632            ! ext/IO/lib/IO/Socket.pm
38633 ____________________________________________________________________________
38634 [ 25130] By: merijn                                on 2005/07/13  06:27:48
38635         Log: Subject: [perl #6749] Perl debugger outputs ctrl-\ wrongly 
38636              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
38637              Date: Tue, 12 Jul 2005 15:36:54 -0700
38638              Message-ID: <rt-3.0.11-6749-117055.16.4354496694007@perl.org>
38639      Branch: perl
38640            ! lib/dumpvar.pl
38641 ____________________________________________________________________________
38642 [ 25129] By: davem                                 on 2005/07/13  00:21:13
38643         Log: make the expensive ckWARN() be called as late as possible
38644              reorganise
38645              if (ckWARN(FOO) && should_not_happen_condition)
38646              to
38647              if (should_not_happen_condition && ckWARN(FOO))
38648      Branch: perl
38649            ! doio.c gv.c op.c pad.c perlio.c pp.c pp_hot.c pp_pack.c
38650            ! pp_sys.c regcomp.c regexec.c sv.c toke.c
38651 ____________________________________________________________________________
38652 [ 25128] By: davem                                 on 2005/07/12  18:46:34
38653         Log: Subject: Make PERL_MEM_LOG more portable.
38654              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
38655              Date:  Mon, 11 Jul 2005 15:29:46 +0300
38656              Message-Id:  <42D2663A.4050204@gmail.com>
38657      Branch: perl
38658            ! handy.h pod/perlhack.pod util.c
38659 ____________________________________________________________________________
38660 [ 25127] By: davem                                 on 2005/07/12  18:29:43
38661         Log: S_pad_findlex has side effects, so its return value may be ignored
38662      Branch: perl
38663            ! embed.fnc pad.c proto.h
38664 ____________________________________________________________________________
38665 [ 25126] By: davem                                 on 2005/07/12  18:15:48
38666         Log: get_?v have side effects, so their return values may be ignored
38667      Branch: perl
38668            ! embed.fnc proto.h
38669 ____________________________________________________________________________
38670 [ 25125] By: steveh                                on 2005/07/12  16:30:16
38671         Log: Subject: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move 
38672              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
38673              Date: Mon, 11 Jul 2005 23:24:56 -0700
38674              Message-ID: <rt-3.0.11-24119-116937.12.0211560107236@perl.org>
38675      Branch: perl
38676            ! lib/CPAN.pm
38677 ____________________________________________________________________________
38678 [ 25124] By: steveh                                on 2005/07/12  16:18:22
38679         Log: Subject: [perl #17487] ncftp only handles http 
38680              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
38681              Date: Mon, 11 Jul 2005 23:19:06 -0700
38682              Message-ID: <rt-3.0.11-17487-116934.11.3382445877892@perl.org>
38683              
38684              (and bump $VERSION (1.76_01 is a CPAN release already))
38685      Branch: perl
38686            ! lib/CPAN.pm
38687 ____________________________________________________________________________
38688 [ 25123] By: steveh                                on 2005/07/12  13:19:51
38689         Log: Subject: Re: Scalar leaked in 'local $0' under ithreads + taint mode
38690              From: Steve Hay <steve.hay@uk.radan.com>
38691              Date: Mon, 11 Jul 2005 13:29:37 +0100
38692              Message-ID: <42D26631.1070500@uk.radan.com>
38693      Branch: perl
38694            ! sv.c
38695 ____________________________________________________________________________
38696 [ 25122] By: steveh                                on 2005/07/12  11:42:07
38697         Log: Subject: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv 
38698              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
38699              Date: Mon, 11 Jul 2005 19:16:10 -0700
38700              Message-ID: <rt-3.0.11-36502-116917.0.56038652013207@perl.org>
38701      Branch: perl
38702            ! lib/File/Copy.t
38703 ____________________________________________________________________________
38704 [ 25121] By: steveh                                on 2005/07/12  11:33:01
38705         Log: Subject: [PATCH] Cleanup File::Copy tests
38706              From: Michael G Schwern <schwern@pobox.com>
38707              Date: Mon, 11 Jul 2005 18:45:42 -0700
38708              Message-ID: <20050712014542.GB20855@windhund.schwern.org>
38709              
38710              (and fix the SKIP: {} blocks to say $how_many)
38711      Branch: perl
38712            ! lib/File/Copy.t
38713 ____________________________________________________________________________
38714 [ 25120] By: steveh                                on 2005/07/12  11:03:55
38715         Log: Subject: Re: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv
38716              From: Michael G Schwern <schwern@pobox.com>
38717              Date: Mon, 11 Jul 2005 17:35:14 -0700
38718              Message-ID: <20050712003514.GA20132@windhund.schwern.org>
38719      Branch: perl
38720            ! lib/File/Copy.pm
38721 ____________________________________________________________________________
38722 [ 25119] By: steveh                                on 2005/07/12  09:01:11
38723         Log: Missed a New() -> Newx().
38724              
38725              This one only had 3 args to start with! Presumably nobody uses
38726              YYERROR_VERBOSE.  (The yystpcpy() calls don't look right either,
38727              but someone else that is interested in YYERROR_VERBOSE will have
38728              to look into that.)
38729      Branch: perl
38730            ! perly.c
38731 ____________________________________________________________________________
38732 [ 25118] By: steveh                                on 2005/07/12  08:46:13
38733         Log: Hack out -DL documentation from perldebuguts.pod
38734              
38735              Now that the perl core uses Newx*() rather than New*() this chunk
38736              of old documentation is more obsolete than ever before.
38737      Branch: perl
38738            ! pod/perldebguts.pod
38739 ____________________________________________________________________________
38740 [ 25117] By: steveh                                on 2005/07/12  08:20:11
38741         Log: Fix worrying typo in handy.h :-s
38742      Branch: perl
38743            ! handy.h
38744 ____________________________________________________________________________
38745 [ 25116] By: steveh                                on 2005/07/12  08:17:47
38746         Log: Change New*() to Newx*() in various comments and documentation
38747      Branch: perl
38748            ! handy.h perl.c pod/perlclib.pod pod/perlguts.pod
38749            ! pod/perlhack.pod sv.c
38750 ____________________________________________________________________________
38751 [ 25115] By: steveh                                on 2005/07/12  07:48:51
38752         Log: Subject: [patch: handy.c]  update Newx API pod to mention PERL_MEM_LOG build opt
38753              From: Jim Cromie <jcromie@divsol.com>
38754              Date: Mon, 11 Jul 2005 19:18:02 -0600
38755              Message-ID: <42D31A4A.1020305@divsol.com>
38756              
38757              (with some minor tweaks)
38758      Branch: perl
38759            ! handy.h pod/perlapi.pod
38760 ____________________________________________________________________________
38761 [ 25114] By: merijn                                on 2005/07/12  06:26:39
38762         Log: Subject: [PATCH t/TEST] Understand "ok" with no number
38763              From: Michael G Schwern <schwern@pobox.com>
38764              Date: Mon, 11 Jul 2005 18:41:30 -0700
38765              Message-ID: <20050712014130.GA20855@windhund.schwern.org>
38766      Branch: perl
38767            ! t/TEST
38768 ____________________________________________________________________________
38769 [ 25113] By: steveh                                on 2005/07/11  15:54:46
38770         Log: Subject: [patch: sv.c] reuse new_body_inline in Perl_new_body
38771              From: Jim Cromie <jcromie@divsol.com>
38772              Date: Sun, 10 Jul 2005 15:59:30 -0600
38773              Message-ID: <42D19A42.8040409@divsol.com>
38774      Branch: perl
38775            ! sv.c
38776 ____________________________________________________________________________
38777 [ 25112] By: steveh                                on 2005/07/11  15:19:11
38778         Log: Subject: [PATCH] perlfunc.pod
38779              From: "Piotr Fusik" <pfusik@op.pl>
38780              Date:      Sat, 9 Jul 2005 16:21:05 +0200
38781              Message-ID: <01de01c58491$f3182f60$a6d24dd5@piec>
38782      Branch: perl
38783            ! pod/perlfunc.pod
38784 ____________________________________________________________________________
38785 [ 25111] By: steveh                                on 2005/07/11  14:41:27
38786         Log: Subject: [patch hv.h doc] HvNAME
38787              From: Stas Bekman <stas@stason.org>
38788              Date: Fri, 08 Jul 2005 13:52:13 +0300
38789              Message-ID: <42CE5ADD.3020003@stason.org>
38790              
38791              Subject: Re: [patch hv.h doc] HvNAME
38792              From: Nicholas Clark <nick@ccl4.org>
38793              Date: Sat, 9 Jul 2005 15:23:51 +0100
38794              Message-ID: <20050709142351.GT15833@plum.flirble.org>
38795      Branch: perl
38796            ! hv.h pod/perlapi.pod
38797 ____________________________________________________________________________
38798 [ 25110] By: davem                                 on 2005/07/10  23:04:26
38799         Log: no code before declarations!
38800      Branch: perl
38801            ! doio.c
38802 ____________________________________________________________________________
38803 [ 25109] By: davem                                 on 2005/07/10  20:02:07
38804         Log: From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
38805              Date: Sun, 10 Jul 2005 21:50:27 +0300
38806              Subject: [PATCH] yet another way of debugging memory allocations
38807              Message-ID: <42D16DF3.4040806@gmail.com>
38808              
38809              tweak PERL_MEM_LOG
38810      Branch: perl
38811            ! handy.h pod/perlhack.pod util.c
38812 ____________________________________________________________________________
38813 [ 25108] By: davem                                 on 2005/07/10  19:57:31
38814         Log: run regen.pl
38815      Branch: perl
38816            ! embed.h proto.h
38817 ____________________________________________________________________________
38818 [ 25107] By: merijn                                on 2005/07/10  19:19:56
38819         Log: Subject: [PATCH] Making my way thru embed.fnc
38820              From: Andy Lester <andy@petdance.com>
38821              Date: Sun, 10 Jul 2005 14:36:35 -0500
38822              Message-ID: <20050710193635.GC8081@petdance.com>
38823      Branch: perl
38824            ! doio.c doop.c embed.fnc gv.c hv.c op.c perl.c pp_ctl.c
38825            ! pp_hot.c regexec.c toke.c util.c
38826 ____________________________________________________________________________
38827 [ 25106] By: davem                                 on 2005/07/10  13:53:49
38828         Log: Re: [perl #36207] UTF8/Latin 1/i regexp "Malformed character" warning
38829              From: demerphq <demerphq@gmail.com>
38830              Message-ID: <9b18b3110507080807f16d1eb@mail.gmail.com>
38831              Date: Fri, 8 Jul 2005 17:07:26 +0200
38832              
38833              Fix trie codepath of mixed utf8/latin1 pattern matches
38834      Branch: perl
38835            ! regexec.c t/op/pat.t
38836 ____________________________________________________________________________
38837 [ 25105] By: davem                                 on 2005/07/10  12:29:25
38838         Log: Message-ID: <42D0F25E.3040801@gmail.com>
38839              Date: Sun, 10 Jul 2005 13:03:10 +0300
38840              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
38841              Subject: [PATCH] yet another way of debugging memory allocations
38842              
38843              adds PERL_MEM_LOG and PERL_MEM_LOG_STDERR options
38844      Branch: perl
38845            ! handy.h util.c
38846 ____________________________________________________________________________
38847 [ 25104] By: davem                                 on 2005/07/10  11:39:50
38848         Log: silence some compiler warnings
38849      Branch: perl
38850            ! embed.fnc gv.h proto.h
38851 ____________________________________________________________________________
38852 [ 25103] By: davem                                 on 2005/07/10  11:15:32
38853         Log: extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_CHECK_*
38854      Branch: perl
38855            ! handy.h
38856 ____________________________________________________________________________
38857 [ 25102] By: nicholas                              on 2005/07/09  15:44:17
38858         Log: sv_dec is supposed to go *down*, m'kay.
38859      Branch: perl
38860            ! sv.c t/op/inc.t
38861 ____________________________________________________________________________
38862 [ 25101] By: steveh                                on 2005/07/08  16:35:10
38863         Log: Subject: Re: janitorial work ? [patch]
38864              From: Jim Cromie <jcromie@divsol.com>
38865              Date: Wed, 06 Jul 2005 14:19:53 -0600
38866              Message-ID: <42CC3CE9.5050606@divsol.com>
38867              
38868              (reverted all dual-lived modules since they must work with older
38869              perls too so must wait for a new Devel::PPPort)
38870      Branch: perl
38871            ! NetWare/nw5.c av.c bytecode.pl cygwin/cygwin.c djgpp/djgpp.c
38872            ! doio.c doop.c dump.c ext/B/B/C.pm ext/B/C/C.xs
38873            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
38874            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_aix.xs
38875            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_vms.xs
38876            ! ext/File/Glob/bsd_glob.c ext/ODBM_File/ODBM_File.xs
38877            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Socket/Socket.xs
38878            ! ext/XS/Typemap/Typemap.xs gv.c handy.h hv.c locale.c op.c op.h
38879            ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perlio.c pod/perlapi.pod
38880            ! pp.c pp_ctl.c pp_pack.c pp_sort.c pp_sys.c reentr.c reentr.pl
38881            ! regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
38882            ! vmesa/vmesa.c vms/vms.c win32/perlhost.h win32/win32.c
38883            ! win32/win32sck.c wince/perlhost.h wince/wince.c
38884 ____________________________________________________________________________
38885 [ 25100] By: nicholas                              on 2005/07/08  15:57:37
38886         Log: We no longer default to creating a new SV for GvSV.
38887      Branch: perl
38888            ! perl.h
38889 ____________________________________________________________________________
38890 [ 25099] By: nicholas                              on 2005/07/08  15:57:16
38891         Log: DEFSV causes GvSVn() to be used in lvalue context.
38892              Not sure if instead we should recode DEFSV to avoid this, and leave
38893              GvSVn() as rvalue only, like its namesakes.
38894      Branch: perl
38895            ! gv.h
38896 ____________________________________________________________________________
38897 [ 25098] By: steveh                                on 2005/07/08  10:04:24
38898         Log: Subject: Re: [PATCH] Pod::Html - correctly link to =item's on the same page
38899              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
38900              Date: Thu, 7 Jul 2005 15:05:51 -0700
38901              Message-ID: <20050707220551.GB2388@efn.org>
38902              
38903              (plus fix a couple of POD warnings)
38904      Branch: perl
38905            ! pod/perlglossary.pod
38906 ____________________________________________________________________________
38907 [ 25097] By: steveh                                on 2005/07/08  09:48:50
38908         Log: Subject: [PATCH] basename() and suffixes
38909              From: Michael G Schwern <schwern@pobox.com>
38910              Date: Thu, 7 Jul 2005 15:38:32 -0700
38911              Message-ID: <20050707223832.GA4782@windhund.schwern.org>
38912      Branch: perl
38913            ! lib/File/Basename.pm lib/File/Basename.t
38914 ____________________________________________________________________________
38915 [ 25096] By: steveh                                on 2005/07/08  08:43:07
38916         Log: Subject: Re: [perl #36477] File::Basename basename() bug
38917              From: Michael G Schwern <schwern@pobox.com>
38918              Date: Thu, 7 Jul 2005 14:16:01 -0700
38919              Message-ID: <20050707211601.GA3769@windhund.schwern.org>
38920      Branch: perl
38921            ! lib/File/Basename.pm lib/File/Basename.t
38922 ____________________________________________________________________________
38923 [ 25095] By: davem                                 on 2005/07/08  01:43:24
38924         Log: UTF8/Latin 1/i regexp "Malformed character" warning
38925              $utf8 =~ /latin/i didn't match. 
38926              Also added TODO for $latin =~ /utf8/i which also fails
38927      Branch: perl
38928            ! t/op/pat.t utf8.c
38929 ____________________________________________________________________________
38930 [ 25094] By: davem                                 on 2005/07/07  14:47:51
38931         Log: more taint fallout from change 24943
38932      Branch: perl
38933            ! mg.c scope.c t/op/taint.t
38934 ____________________________________________________________________________
38935 [ 25093] By: merijn                                on 2005/07/07  13:26:32
38936         Log: Subject: [PATCH] bug with charnames::viacode("0x1234") and optimize it
38937              From: Tels <nospam-abuse@bloodgate.com>
38938              Date: Wed, 6 Jul 2005 21:11:59 +0200
38939              Message-Id: <200507062112.12159@bloodgate.com>
38940      Branch: perl
38941            ! lib/charnames.pm
38942 ____________________________________________________________________________
38943 [ 25092] By: steveh                                on 2005/07/07  12:11:38
38944         Log: Subject: ReadParse in the CGI docs
38945              From: "Ton Hospel" <me-02@ton.iguana.be>
38946              Date: 9 Oct 2003 15:04:53 -0000
38947              To: perlbug@perl.org
38948              
38949              (plus blank lines so example code is in verbatim paragraphs,
38950              and bump $VERSION)
38951      Branch: perl
38952            ! lib/CGI.pm
38953 ____________________________________________________________________________
38954 [ 25091] By: steveh                                on 2005/07/07  11:21:41
38955         Log: Subject: [PATCH] Mention File::Spec in File::Basename
38956              From: Michael G Schwern <schwern@pobox.com>
38957              Date: Wed, 6 Jul 2005 13:06:20 -0700
38958              Message-ID: <20050706200620.GE15644@windhund.schwern.org>
38959              
38960              (plus bump $VERSION)
38961      Branch: perl
38962            ! lib/File/Basename.pm
38963 ____________________________________________________________________________
38964 [ 25090] By: steveh                                on 2005/07/07  11:06:17
38965         Log: Subject: [perl #22236] File::Basename behavior is misleading 
38966              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
38967              Date: 6 Jul 2005 19:45:40 -0000
38968              Message-ID: <rt-3.0.11-22236-116656.1.59163789180809@perl.org>
38969      Branch: perl
38970            ! lib/File/Basename.pm lib/File/Basename.t
38971 ____________________________________________________________________________
38972 [ 25089] By: steveh                                on 2005/07/07  09:22:48
38973         Log: Subject: [PATCH] Further lies in the File::Basename docs
38974              From: Michael G Schwern <schwern@pobox.com>
38975              Date: Wed, 6 Jul 2005 09:22:32 -0700
38976              Message-ID: <20050706162232.GA14495@windhund.schwern.org>
38977              
38978              (plus some minor POD changes and a bug fix)
38979      Branch: perl
38980            ! lib/File/Basename.pm lib/File/Basename.t
38981 ____________________________________________________________________________
38982 [ 25088] By: davem                                 on 2005/07/07  00:11:00
38983         Log: bytes pragma error in substitution operator
38984      Branch: perl
38985            ! pp_ctl.c t/op/subst.t
38986 ____________________________________________________________________________
38987 [ 25087] By: davem                                 on 2005/07/06  20:09:29
38988         Log: 'undef $@; die' gives uninint value warning
38989      Branch: perl
38990            ! pp_sys.c t/op/die.t
38991 ____________________________________________________________________________
38992 [ 25086] By: steveh                                on 2005/07/06  09:36:08
38993         Log: Subject: [PATCH] File::Basename doc overhaul
38994              From: Michael G Schwern <schwern@pobox.com>
38995              Date: Tue, 5 Jul 2005 20:11:27 -0700
38996              Message-ID: <20050706031127.GL9227@windhund.schwern.org>
38997              
38998              (with some minor changes)
38999      Branch: perl
39000            ! lib/File/Basename.pm
39001 ____________________________________________________________________________
39002 [ 25085] By: steveh                                on 2005/07/06  08:05:21
39003         Log: Subject: [PATCH @ 25084] simple authors removal
39004              From: Vadim Konovalov <vadim@vkonovalov.ru>
39005              Date: Wed, 06 Jul 2005 00:15:48 +0400
39006              Message-ID: <42CAEA74.1020108@vkonovalov.ru>
39007      Branch: perl
39008            ! AUTHORS
39009 ____________________________________________________________________________
39010 [ 25084] By: davem                                 on 2005/07/05  18:17:34
39011         Log: a long /etc/groups entry could cause memory exhaustion.
39012              Too small a buffer would cause ERANGE and a retry with double the
39013              buffer size. later at EOF, the apparent error got 'stuck' as
39014              ERANGE rather than ENOENT, so the buffer size doubled recursively 
39015      Branch: perl
39016            ! reentr.h reentr.pl
39017 ____________________________________________________________________________
39018 [ 25083] By: steveh                                on 2005/07/05  16:55:29
39019         Log: Subject: [PATCH] Pod::Html - correctly link to =item's on the same page
39020              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39021              Date: Mon, 4 Jul 2005 02:07:38 -0700
39022              Message-ID: <20050704090738.GA4056@efn.org>
39023              
39024              (plus a new test, although it is currently marked TODO)
39025      Branch: perl
39026            + lib/Pod/t/htmllink.pod lib/Pod/t/htmllink.t
39027            ! MANIFEST lib/Pod/Html.pm
39028 ____________________________________________________________________________
39029 [ 25082] By: steveh                                on 2005/07/05  16:54:11
39030         Log: Oops! Change 25080 should have updated checksums too.
39031      Branch: perl
39032            ! ext/Digest/MD5/t/files.t
39033 ____________________________________________________________________________
39034 [ 25081] By: davem                                 on 2005/07/05  13:01:23
39035         Log: change 24943 broke restoration of localized taint values
39036      Branch: perl
39037            ! mg.c t/op/taint.t
39038 ____________________________________________________________________________
39039 [ 25080] By: steveh                                on 2005/07/05  10:32:08
39040         Log: Remove an unreferenced local variable in Digest-MD5
39041      Branch: perl
39042            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
39043 ____________________________________________________________________________
39044 [ 25079] By: nicholas                              on 2005/07/04  19:36:51
39045         Log: Subject: [PATCH] Remove unnecessary null check
39046              From: Andy Lester <andy@petdance.com>
39047              Date: Mon, 4 Jul 2005 14:12:00 -0500
39048              Message-ID: <20050704191200.GA2614@petdance.com>
39049      Branch: perl
39050            ! embed.fnc hv.c proto.h
39051 ____________________________________________________________________________
39052 [ 25078] By: nicholas                              on 2005/07/04  19:07:31
39053         Log: Make the tests for hv_free_ent and hv_delayfree_ent pass under
39054              -DPURIFY too.
39055      Branch: perl
39056            ! ext/XS/APItest/APItest.xs
39057 ____________________________________________________________________________
39058 [ 25077] By: merijn                                on 2005/07/04  18:47:02
39059         Log: Subject: [PATCH] Better string constant in hv.c
39060              From: Andy Lester <andy@petdance.com>
39061              Date: Mon, 4 Jul 2005 13:53:49 -0500
39062              Message-ID: <20050704185349.GA2351@petdance.com>
39063      Branch: perl
39064            ! hv.c
39065 ____________________________________________________________________________
39066 [ 25076] By: steveh                                on 2005/07/04  16:15:37
39067         Log: Add regression test for change 25062
39068      Branch: perl
39069            ! t/op/magic.t
39070 ____________________________________________________________________________
39071 [ 25075] By: steveh                                on 2005/07/04  15:57:32
39072         Log: Use void, not void *, to suppress RETVAL (and compiler warning)
39073      Branch: perl
39074            ! ext/XS/APItest/APItest.xs
39075 ____________________________________________________________________________
39076 [ 25074] By: steveh                                on 2005/07/04  15:36:04
39077         Log: Perl_share_hek needs exporting for change 25070 on Win32
39078      Branch: perl
39079            ! embed.fnc embed.h global.sym
39080 ____________________________________________________________________________
39081 [ 25073] By: steveh                                on 2005/07/04  15:34:11
39082         Log: Regen after change 25067
39083      Branch: perl
39084            ! proto.h
39085 ____________________________________________________________________________
39086 [ 25072] By: nicholas                              on 2005/07/04  15:03:32
39087         Log: Implement hv_delayfree_ent in terms of hv_free_ent
39088      Branch: perl
39089            ! hv.c
39090 ____________________________________________________________________________
39091 [ 25071] By: steveh                                on 2005/07/04  14:53:54
39092         Log: Subject: [PATCH] Skip nit in t/op/lfs.t
39093              From: Steve Peters <steve@fisharerojo.org>
39094              Date: Mon, 4 Jul 2005 10:10:13 -0500
39095              Message-ID: <20050704151013.GA18468@mccoy.peters.homeunix.org>
39096      Branch: perl
39097            ! t/op/lfs.t
39098 ____________________________________________________________________________
39099 [ 25070] By: nicholas                              on 2005/07/04  14:45:40
39100         Log: Tests for hv_delayfree_ent and hv_free_ent
39101      Branch: perl
39102            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
39103            ! ext/XS/APItest/t/hash.t
39104 ____________________________________________________________________________
39105 [ 25069] By: nicholas                              on 2005/07/04  13:56:39
39106         Log: Provide a macro version of S_new_body to inline it within the hot code.
39107      Branch: perl
39108            ! sv.c
39109 ____________________________________________________________________________
39110 [ 25068] By: steveh                                on 2005/07/04  13:21:36
39111         Log: Borland's .pdb files are called .tds
39112      Branch: perl
39113            ! win32/makefile.mk
39114 ____________________________________________________________________________
39115 [ 25067] By: steveh                                on 2005/07/04  12:30:50
39116         Log: Subject: [PATCH] Post-YAPC consting, now with an attachment!
39117              From: Andy Lester <andy@petdance.com>
39118              Date: Sun, 3 Jul 2005 18:31:56 -0500
39119              Message-ID: <20050703233156.GA20967@petdance.com>
39120      Branch: perl
39121            ! deb.c embed.fnc gv.c pad.c sv.c toke.c util.c
39122 ____________________________________________________________________________
39123 [ 25066] By: nicholas                              on 2005/07/04  10:41:28
39124         Log: Inlining del_HE is actually a space optimisation.
39125              It's therefore likely also to be a speed optimisation. :-)
39126      Branch: perl
39127            ! embed.fnc embed.h hv.c proto.h
39128 ____________________________________________________________________________
39129 [ 25065] By: steveh                                on 2005/07/04  10:40:10
39130         Log: Subject: [PATCH] perlglossary.pod: add jump points
39131              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39132              Date: Mon, 4 Jul 2005 02:07:52 -0700
39133              Message-ID: <20050704090752.GB4056@efn.org>
39134      Branch: perl
39135            ! pod/perlglossary.pod
39136 ____________________________________________________________________________
39137 [ 25064] By: nicholas                              on 2005/07/04  10:24:26
39138         Log: sv_setuv_mg is so rarely called that the IV optimisation test is not
39139              needed.
39140      Branch: perl
39141            ! sv.c
39142 ____________________________________________________________________________
39143 [ 25063] By: steveh                                on 2005/07/04  10:13:41
39144         Log: Subject: Re: How to suppress warnings when building Errno with gcc
39145              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39146              Date: Fri, 1 Jul 2005 10:56:23 -0700
39147              Message-ID: <20050701175623.GD216@efn.org>
39148      Branch: perl
39149            ! ext/Errno/Errno_pm.PL
39150 ____________________________________________________________________________
39151 [ 25062] By: steveh                                on 2005/07/04  09:17:06
39152         Log: Fix change 25045
39153      Branch: perl
39154            ! mg.c
39155 ____________________________________________________________________________
39156 [ 25061] By: steveh                                on 2005/07/04  08:26:38
39157         Log: Here's the rest of change 25058 ;-)
39158      Branch: perl
39159            ! embed.h global.sym
39160 ____________________________________________________________________________
39161 [ 25060] By: davem                                 on 2005/07/04  08:11:33
39162         Log: Subject:  Re: [PATCH] Re: [PATCH] Re: a blead warning from tru64
39163              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
39164              Date:  Mon, 04 Jul 2005 00:19:28 +0300
39165              Message-Id:  <42C85660.50807@gmail.com>
39166      Branch: perl
39167            ! perl.h
39168 ____________________________________________________________________________
39169 [ 25059] By: steveh                                on 2005/07/04  08:10:27
39170         Log: Stop reentr.pl changing EOL on the files it writes on Win32
39171      Branch: perl
39172            ! reentr.pl
39173 ____________________________________________________________________________
39174 [ 25058] By: steveh                                on 2005/07/04  08:09:36
39175         Log: Perl_ckwarn (added by change 25050) needs exporting on Win32
39176              
39177              (At least PerlIO/via uses it, so it must be public)
39178      Branch: perl
39179            ! embed.fnc
39180 ____________________________________________________________________________
39181 [ 25055] By: nicholas                              on 2005/07/02  21:19:09
39182         Log: Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut up
39183              a different compiler warnings. I guess we need a waterbed theory of
39184              compiler warnings.
39185      Branch: perl
39186            ! handy.h
39187 ____________________________________________________________________________
39188 [ 25054] By: nicholas                              on 2005/07/02  16:53:09
39189         Log: Convert bless.t to test.pl
39190      Branch: perl
39191            ! t/op/bless.t
39192 ____________________________________________________________________________
39193 [ 25053] By: nicholas                              on 2005/07/02  16:25:06
39194         Log: Copying the first parameter in the macro del_body seems to reduce
39195              code size.  Presumably an expression is no longer evaluated twice.
39196      Branch: perl
39197            ! sv.c
39198 ____________________________________________________________________________
39199 [ 25052] By: davem                                 on 2005/07/02  16:11:46
39200         Log: do just-in-time loading of Carp.pm in some modules
39201              
39202              From: Tels <nospam-abuse@bloodgate.com>
39203              Subject: [PATCH] No Carp #4 AutoSplit.pm
39204              Subject: [PATCH] no Carp #5 (File::Path)
39205              Subject: [PATCH] no Carp #7 - charnames.pm
39206              Subject: [PATCH] no Carp #6 (File::Compare, File::Copy, File::Temp)
39207              Subject: [PATCH] no Carp #8 - SelfLoader, Text/Balanced and open.pm
39208      Branch: perl
39209            ! lib/AutoSplit.pm lib/File/Compare.pm lib/File/Copy.pm
39210            ! lib/File/Path.pm lib/SelfLoader.pm lib/charnames.pm
39211            ! lib/open.pm
39212 ____________________________________________________________________________
39213 [ 25051] By: nicholas                              on 2005/07/02  16:07:47
39214         Log: Unwrap the del_Xfoo() macros by explicitly noting the arena to free
39215              the body to. This comletely eliminates the second switch statement.
39216      Branch: perl
39217            ! sv.c
39218 ____________________________________________________________________________
39219 [ 25050] By: davem                                 on 2005/07/02  15:05:04
39220         Log: replace ckWARN macros with functions
39221      Branch: perl
39222            ! embed.fnc embed.h pod/perlintern.pod proto.h util.c warnings.h
39223            ! warnings.pl
39224 ____________________________________________________________________________
39225 [ 25049] By: nicholas                              on 2005/07/02  14:57:43
39226         Log: Given that the GV no longer owns a reference on the symbol table, we
39227              dont need the deferred SvREFCNT_dec games.
39228      Branch: perl
39229            ! sv.c
39230 ____________________________________________________________________________
39231 [ 25048] By: nicholas                              on 2005/07/02  13:55:45
39232         Log: Passing gvtype as char rather than char * to S_varname generates
39233              smaller code.
39234      Branch: perl
39235            ! embed.fnc proto.h sv.c
39236 ____________________________________________________________________________
39237 [ 25047] By: nicholas                              on 2005/07/02  13:07:26
39238         Log: Don't inline offer_nice_chunk, as it's rarely called.
39239      Branch: perl
39240            ! embed.fnc embed.h perl.h proto.h sv.c
39241 ____________________________________________________________________________
39242 [ 25046] By: davem                                 on 2005/07/02  12:35:12
39243         Log: missed one PAD_SET_CUR
39244      Branch: perl
39245            ! pp_hot.c
39246 ____________________________________________________________________________
39247 [ 25045] By: nicholas                              on 2005/07/02  12:34:08
39248         Log: Don't check the pointer is non-NULL before calling Safefree() in
39249              little used code, code used only once per run (such as interpreter
39250              construction and destruction), and cases where the pointer nearly
39251              never is NULL. Safefree does its own non-NULL check, and even that
39252              isn't strictly necessary as all conformant free()s accept a NULL
39253              pointer.
39254      Branch: perl
39255            ! doio.c locale.c mg.c perl.c perl.h regcomp.c sv.c util.c
39256 ____________________________________________________________________________
39257 [ 25044] By: rgs                                   on 2005/07/02  07:41:14
39258         Log: Upgrade to Time::HiRes 1.72
39259      Branch: perl
39260            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
39261            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
39262 ____________________________________________________________________________
39263 [ 25043] By: steveh                                on 2005/07/01  16:33:42
39264         Log: Make Archive::Tar clean up its test files on Win32
39265              
39266              (The old "can't delete an open file on Win32" chestnut again)
39267      Branch: perl
39268            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
39269 ____________________________________________________________________________
39270 [ 25042] By: davem                                 on 2005/07/01  15:40:40
39271         Log: the PAD_SET_CUR macro expanded too much for AIX compilers
39272      Branch: perl
39273            ! pad.h pp_ctl.c pp_sort.c pp_sys.c
39274 ____________________________________________________________________________
39275 [ 25041] By: steveh                                on 2005/07/01  15:15:23
39276         Log: Silence MinGW warning about "'noreturn' function does return"
39277              
39278              (Thanks to Nicholas Clark)
39279      Branch: perl
39280            ! iperlsys.h
39281 ____________________________________________________________________________
39282 [ 25040] By: rgs                                   on 2005/07/01  15:05:58
39283         Log: Install perlglossary on VMS and Windows
39284      Branch: perl
39285            ! vms/descrip_mms.template win32/pod.mak
39286 ____________________________________________________________________________
39287 [ 25039] By: davem                                 on 2005/07/01  14:34:52
39288         Log: undo some excessive Carp.pm minimalisation
39289      Branch: perl
39290            ! lib/Carp.pm
39291 ____________________________________________________________________________
39292 [ 25038] By: steveh                                on 2005/07/01  13:39:33
39293         Log: Remove unreferenced local variable (and the warning about it)
39294      Branch: perl
39295            ! ext/XS/APItest/APItest.xs
39296 ____________________________________________________________________________
39297 [ 25037] By: rgs                                   on 2005/07/01  12:43:23
39298         Log: Add the perlglossary man page
39299              
39300              Subject: [PATCH] perlglossary.pod
39301              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39302              Date: Fri, 1 Jul 2005 03:10:50 -0700
39303              Message-ID: <20050701101050.GA2448@efn.org>
39304      Branch: perl
39305            + pod/perlglossary.pod
39306            ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod
39307            ! pod/perltoc.pod
39308 ____________________________________________________________________________
39309 [ 25036] By: rgs                                   on 2005/07/01  12:32:21
39310         Log: Subject: [PATCH] Make Exporter.t warnings clean
39311              From: Michael G Schwern <schwern@pobox.com>
39312              Date: Tue, 28 Jun 2005 15:58:36 -0700
39313              Message-ID: <20050628225836.GB27320@windhund.schwern.org>
39314      Branch: perl
39315            ! lib/Exporter.t
39316 ____________________________________________________________________________
39317 [ 25035] By: davem                                 on 2005/07/01  11:49:22
39318         Log: silence a warning in Perl_sv_compile_2op
39319      Branch: perl
39320            ! pp_ctl.c
39321 ____________________________________________________________________________
39322 [ 25034] By: davem                                 on 2005/07/01  11:45:40
39323         Log: silence gcc 'comparison is always false' warning in MEM_WRAP_CHECK
39324              Only a partial fix: works where sizeof(type)==1; since we
39325              can never wraparound in that case, disarm the check
39326      Branch: perl
39327            ! handy.h
39328 ____________________________________________________________________________
39329 [ 25033] By: steveh                                on 2005/07/01  07:44:50
39330         Log: Silence some cast warnings from bcc32 on Win32
39331              
39332              See the thread starting here for arguments:
39333              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00994.html
39334      Branch: perl
39335            ! win32/win32.c
39336 ____________________________________________________________________________
39337 [ 25032] By: davem                                 on 2005/06/30  22:41:07
39338         Log: assigning shared consts (eg __PACKAGE__) to magic vars
39339      Branch: perl
39340            ! sv.c t/op/magic.t
39341 ____________________________________________________________________________
39342 [ 25031] By: nicholas                              on 2005/06/30  17:41:03
39343         Log: By grabbing the length, we can use sv_setpvn here.
39344      Branch: perl
39345            ! util.c
39346 ____________________________________________________________________________
39347 [ 25030] By: nicholas                              on 2005/06/30  17:37:56
39348         Log: Use sv_setpvn where we know the length.
39349      Branch: perl
39350            ! universal.c
39351 ____________________________________________________________________________
39352 [ 25029] By: nicholas                              on 2005/06/30  17:28:45
39353         Log: A terser way of implementing require_pv.
39354      Branch: perl
39355            ! perl.c
39356 ____________________________________________________________________________
39357 [ 25028] By: nicholas                              on 2005/06/30  17:21:28
39358         Log: We know the length, so use sv_setpvn rather than sv_setpv.
39359      Branch: perl
39360            ! universal.c
39361 ____________________________________________________________________________
39362 [ 25027] By: nicholas                              on 2005/06/30  17:05:13
39363         Log: Avoid using PL_Sv in the -V argument processing.
39364              Express the embedded perl program in a slightly terser way.
39365      Branch: perl
39366            ! perl.c
39367 ____________________________________________________________________________
39368 [ 25026] By: nicholas                              on 2005/06/30  16:34:52
39369         Log: Use Perl_sv_catpvf to shorten the code (source and object) needed for
39370              commandline -V options that q\0...\0.
39371      Branch: perl
39372            ! perl.c
39373 ____________________________________________________________________________
39374 [ 25025] By: rgs                                   on 2005/06/30  16:15:31
39375         Log: Add TODO tests for bug #36434
39376      Branch: perl
39377            ! t/op/magic.t
39378 ____________________________________________________________________________
39379 [ 25024] By: nicholas                              on 2005/06/30  12:28:55
39380         Log: The core shouldn't be using PL_na
39381      Branch: perl
39382            ! perl.c
39383 ____________________________________________________________________________
39384 [ 25023] By: nicholas                              on 2005/06/30  12:15:14
39385         Log: -V:... would get upset (syntax error) if ... contained unbalanced ().
39386      Branch: perl
39387            ! perl.c
39388 ____________________________________________________________________________
39389 [ 25022] By: nicholas                              on 2005/06/30  11:40:37
39390         Log: Replace newSVpv(...,0) with newSVpvn where we know the length.
39391      Branch: perl
39392            ! perl.c regcomp.c sv.c
39393 ____________________________________________________________________________
39394 [ 25021] By: nicholas                              on 2005/06/30  11:20:33
39395         Log: Why use Perl_form and newSVpv when newSVpvf will do it in one?
39396      Branch: perl
39397            ! perl.c
39398 ____________________________________________________________________________
39399 [ 25020] By: rgs                                   on 2005/06/30  10:01:55
39400         Log: Subject: [PATCH] make t/uni/class.t faster
39401              From: Tels <nospam-abuse@bloodgate.com>
39402              Date: Wed, 29 Jun 2005 21:19:52 +0200
39403              Message-Id: <200506292120.05519@bloodgate.com>
39404      Branch: perl
39405            ! t/uni/class.t
39406 ____________________________________________________________________________
39407 [ 25019] By: nicholas                              on 2005/06/30  09:57:31
39408         Log: If gp_flags is unused, why are we even allocating it?
39409      Branch: perl
39410            ! dump.c ext/Devel/Peek/t/Peek.t gv.h sv.c
39411 ____________________________________________________________________________
39412 [ 25018] By: nicholas                              on 2005/06/30  09:21:05
39413         Log: Nothing is actually relying on GvUNIQUE holding state.
39414      Branch: perl
39415            ! gv.h
39416 ____________________________________________________________________________
39417 [ 25017] By: rgs                                   on 2005/06/30  09:11:28
39418         Log: Subject: Re: [PATCH] Convert File::Basename tests to Test::More
39419              From: Michael G Schwern <schwern@pobox.com>
39420              Date: Thu, 30 Jun 2005 01:02:30 -0700
39421              Message-ID: <20050630080230.GC17965@windhund.schwern.org>
39422      Branch: perl
39423            ! lib/File/Basename.t
39424 ____________________________________________________________________________
39425 [ 25016] By: rgs                                   on 2005/06/30  09:04:20
39426         Log: Subject: Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an important difference from <$io>
39427              From: Steve Peters <steve@fisharerojo.org>
39428              Date: Wed, 29 Jun 2005 21:47:23 -0500
39429              Message-ID: <20050630024723.GA3786@mccoy.peters.homeunix.org>
39430      Branch: perl
39431            ! ext/IO/lib/IO/Handle.pm
39432 ____________________________________________________________________________
39433 [ 25015] By: rgs                                   on 2005/06/30  08:59:11
39434         Log: Subject: some dusting off of the cross-compilation information
39435              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
39436              Date: Thu, 30 Jun 2005 08:41:17 +0300
39437              Message-ID: <42C385FD.9040601@gmail.com>
39438      Branch: perl
39439            ! Cross/README INSTALL
39440 ____________________________________________________________________________
39441 [ 25014] By: steveh                                on 2005/06/30  07:57:25
39442         Log: Silence MinGW warnings about system headers when building Errno
39443              
39444              Thanks to Mike Guy for the suggested fix.
39445      Branch: perl
39446            ! ext/Errno/Errno_pm.PL
39447 ____________________________________________________________________________
39448 [ 25013] By: nicholas                              on 2005/06/29  21:24:53
39449         Log: Expand on parts of perltodo
39450      Branch: perl
39451            ! pod/perltodo.pod
39452 ____________________________________________________________________________
39453 [ 25012] By: nicholas                              on 2005/06/29  21:09:16
39454         Log: All tests pass (for me) with -DPERL_DONT_CREATE_GVSV
39455      Branch: perl
39456            ! pp.c pp_hot.c
39457 ____________________________________________________________________________
39458 [ 25011] By: nicholas                              on 2005/06/29  20:24:12
39459         Log: Make warnings.t pass with -DPERL_DONT_CREATE_GVSV
39460      Branch: perl
39461            ! pp_sys.c
39462 ____________________________________________________________________________
39463 [ 25010] By: nicholas                              on 2005/06/29  19:25:24
39464         Log: Fixes to -DPERL_DONT_CREATE_GVSV to make more tests pass
39465      Branch: perl
39466            ! doio.c gv.c perl.h sv.c
39467 ____________________________________________________________________________
39468 [ 25009] By: nicholas                              on 2005/06/29  15:58:14
39469         Log: First stab at not automatically creating an unused SV for GvSV
39470              Enable it with -DPERL_DONT_CREATE_GVSV.
39471              Currently if enabled 22 test scripts have failures, so still some way
39472              to go.
39473      Branch: perl
39474            ! embed.fnc embed.h global.sym gv.c gv.h makedef.pl perl.c
39475            ! pp_hot.c proto.h sv.c
39476 ____________________________________________________________________________
39477 [ 25008] By: rgs                                   on 2005/06/29  08:11:53
39478         Log: Remove old variable needed for binary compatibility
39479      Branch: perl
39480            ! embedvar.h intrpvar.h perlapi.h sv.c
39481 ____________________________________________________________________________
39482 [ 25007] By: nicholas                              on 2005/06/28  22:02:03
39483         Log: Convert strcpy to memcpy where we already know the length.
39484      Branch: perl
39485            ! gv.c sv.c util.c
39486 ____________________________________________________________________________
39487 [ 25006] By: davem                                 on 2005/06/28  11:28:20
39488         Log: move Carp.pod back into Carp.pm
39489      Branch: perl
39490            - lib/Carp.pod
39491            ! MANIFEST lib/Carp.pm
39492 ____________________________________________________________________________
39493 [ 25005] By: rgs                                   on 2005/06/28  11:17:30
39494         Log: B::Deparse was chocking on variable names with colons (like foo::::bar)
39495      Branch: perl
39496            ! ext/B/B/Deparse.pm
39497 ____________________________________________________________________________
39498 [ 25004] By: nicholas                              on 2005/06/28  10:09:26
39499         Log: Subject: Re: Hints for 64bitall (PPC!) Darwin perl
39500              From: Dominic Dunlop <domo@computer.org>
39501              Message-Id: <1D31D9A6-2451-49EE-AD80-80F1D9CA2825@computer.org>
39502              Date: Mon, 27 Jun 2005 19:46:59 +0200
39503      Branch: perl
39504            ! hints/darwin.sh
39505 ____________________________________________________________________________
39506 [ 25003] By: steveh                                on 2005/06/28  08:01:21
39507         Log: Stop "Possible use before definition" warning following change 24997
39508      Branch: perl
39509            ! pp_sys.c
39510 ____________________________________________________________________________
39511 [ 25002] By: rgs                                   on 2005/06/28  07:40:35
39512         Log: Upgrade to Time::HiRes 1.71
39513      Branch: perl
39514            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
39515            ! ext/Time/HiRes/Makefile.PL
39516 ____________________________________________________________________________
39517 [ 25001] By: steveh                                on 2005/06/28  07:40:01
39518         Log: Stop "suspicious pointer conversion" warning following change 24997
39519      Branch: perl
39520            ! hv.c
39521 ____________________________________________________________________________
39522 [ 25000] By: rgs                                   on 2005/06/27  21:57:04
39523         Log: Don't install demo files with perl
39524      Branch: perl
39525            ! installperl
39526 ____________________________________________________________________________
39527 [ 24999] By: rgs                                   on 2005/06/27  21:30:09
39528         Log: From: Mattia Barbon <mattia.barbon@libero.it>
39529              Subject: [PATCH] Avoid redefinition warning for MinGW
39530              Date: Jun 27, 2005 10:07 PM
39531              Message-ID: <Mahogany-0.66.0-1232-20050627-220727.00@rbnet.it>
39532      Branch: perl
39533            ! win32/win32iop.h
39534 ____________________________________________________________________________
39535 [ 24998] By: nicholas                              on 2005/06/27  20:52:27
39536         Log: Fix sv_dec of undefined PVs to (a) not downgrade to NV
39537              (b) give -1, rather than +1
39538      Branch: perl
39539            ! sv.c t/op/inc.t
39540 ____________________________________________________________________________
39541 [ 24997] By: rgs                                   on 2005/06/27  18:26:15
39542         Log: Subject: [PATCH] We're going round in circles with pp_sys.c
39543              From: Andy Lester <andy@petdance.com>
39544              Date: Mon, 27 Jun 2005 13:06:59 -0500
39545              Message-ID: <20050627180659.GB29744@petdance.com>
39546              
39547              (edited)
39548      Branch: perl
39549            ! embed.fnc gv.c handy.h hv.c perl.c pp_ctl.c pp_hot.c proto.h
39550            ! regexec.c sv.c toke.c
39551 ____________________________________________________________________________
39552 [ 24996] By: rgs                                   on 2005/06/27  17:19:45
39553         Log: Fix installation of ptar(1) manpage.
39554              The __END__ was making the POD being ignored by pod2man.
39555      Branch: perl
39556            ! lib/Archive/Tar/bin/ptar
39557 ____________________________________________________________________________
39558 [ 24995] By: davem                                 on 2005/06/27  16:34:34
39559         Log: Make Carp.pm even lighter (and Carp::Heavy even heavier)
39560              Also move carp.pm pod to carp.pod
39561      Branch: perl
39562            + lib/Carp.pod
39563            ! MANIFEST lib/Carp.pm lib/Carp/Heavy.pm lib/warnings.pm
39564            ! warnings.pl
39565 ____________________________________________________________________________
39566 [ 24994] By: steveh                                on 2005/06/27  15:45:05
39567         Log: Silence compiler warning in SDBM_File
39568              
39569              Unless I'm missing something it looks like "key" actually is used,
39570              and the "key = key" assignment causes bcc32 to complain about use
39571              before definition!
39572      Branch: perl
39573            ! ext/SDBM_File/SDBM_File.xs
39574 ____________________________________________________________________________
39575 [ 24993] By: rgs                                   on 2005/06/27  15:22:58
39576         Log: Subject: [PATCH] XSLoader for Sys::Syslog
39577              From: Alexey Tourbin <at@altlinux.ru>
39578              Date: Sun, 26 Jun 2005 08:32:05 +0400
39579              Message-ID: <20050626043204.GA31585@solemn.turbinal.org>
39580      Branch: perl
39581            ! ext/Sys/Syslog/Syslog.pm
39582 ____________________________________________________________________________
39583 [ 24992] By: rgs                                   on 2005/06/27  13:51:10
39584         Log: Oops (fix previous fix).
39585      Branch: perl
39586            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
39587            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
39588            ! lib/Filter/Simple/t/import.t
39589 ____________________________________________________________________________
39590 [ 24991] By: rgs                                   on 2005/06/27  13:48:26
39591         Log: Fix tests of Filter::Simple 0.82 in the core
39592      Branch: perl
39593            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
39594            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
39595            ! lib/Filter/Simple/t/import.t
39596 ____________________________________________________________________________
39597 [ 24990] By: rgs                                   on 2005/06/27  13:46:25
39598         Log: Upgrade to Filter::Simple 0.82
39599      Branch: perl
39600            ! lib/Filter/Simple.pm lib/Filter/Simple/Changes
39601            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
39602            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
39603            ! lib/Filter/Simple/t/import.t t/lib/Filter/Simple/ExportTest.pm
39604            ! t/lib/Filter/Simple/FilterOnlyTest.pm
39605            ! t/lib/Filter/Simple/FilterTest.pm
39606            ! t/lib/Filter/Simple/ImportTest.pm
39607 ____________________________________________________________________________
39608 [ 24989] By: rgs                                   on 2005/06/27  12:46:44
39609         Log: Upgrade to Test::Harness 2.52
39610      Branch: perl
39611            ! lib/Test/Harness.pm lib/Test/Harness/Changes
39612            ! lib/Test/Harness/bin/prove
39613 ____________________________________________________________________________
39614 [ 24988] By: rgs                                   on 2005/06/27  12:35:33
39615         Log: Upgrade to Time::HiRes 1.70
39616      Branch: perl
39617            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
39618            ! ext/Time/HiRes/HiRes.xs
39619 ____________________________________________________________________________
39620 [ 24987] By: steveh                                on 2005/06/27  07:41:52
39621         Log: Suppress warnings about a clash between redefined malloc and the
39622              use of __attribute__malloc__
39623              
39624              Subject: Re: Fun with __attribute__malloc__
39625              From: Andy Lester <andy@petdance.com>
39626              Date: Fri, 24 Jun 2005 12:11:59 -0500
39627              Message-ID: <20050624171159.GB29590@petdance.com>
39628      Branch: perl
39629            ! perl.h
39630 ____________________________________________________________________________
39631 [ 24986] By: nicholas                              on 2005/06/26  22:19:22
39632         Log: Tweak the child dump socket protocol to return error messages to the
39633              parent so that it can display what went wrong.
39634      Branch: perl
39635            ! perl.c
39636 ____________________________________________________________________________
39637 [ 24985] By: rgs                                   on 2005/06/26  20:06:10
39638         Log: Upgrade to Time::HiRes 1.69
39639      Branch: perl
39640            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
39641            ! ext/Time/HiRes/Makefile.PL
39642 ____________________________________________________________________________
39643 [ 24984] By: nicholas                              on 2005/06/26  17:59:33
39644         Log: When using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possible to cause
39645              indefinite hangs when the debugging child holds open Perl_debug_log,
39646              and it happens to be a file descriptor that is one end of a pipe,
39647              with a process sitting at the other end waitng for EOF.
39648              So close all descriptors in the child *including* Perl_debug_log,
39649              and pass it back in over the control socket if it's needed.
39650      Branch: perl
39651            ! perl.c
39652 ____________________________________________________________________________
39653 [ 24983] By: nicholas                              on 2005/06/26  10:28:43
39654         Log: Need to pass a my_perl to S_my_localtime to make threaded builds build.
39655      Branch: perl
39656            ! pp_sys.c
39657 ____________________________________________________________________________
39658 [ 24982] By: nicholas                              on 2005/06/25  17:58:26
39659         Log: Add a sanity check to Config::AUTOLOAD to prevent infinte loops if
39660              Configure_heavy.pl gets truncated.
39661      Branch: perl
39662            ! configpm
39663 ____________________________________________________________________________
39664 [ 24981] By: nicholas                              on 2005/06/25  15:45:06
39665         Log: On OS X to use perl's malloc need to USE_PERL_SBRK and emulate sbrk()
39666              using system malloc, because sbrk() stops giving us memory after about
39667              14Mb.
39668      Branch: perl
39669            ! hints/darwin.sh
39670 ____________________________________________________________________________
39671 [ 24980] By: nicholas                              on 2005/06/25  15:42:30
39672         Log: Need to skip exporting PL_dumper_fd unless it is used.
39673      Branch: perl
39674            ! makedef.pl
39675 ____________________________________________________________________________
39676 [ 24979] By: nicholas                              on 2005/06/25  12:55:09
39677         Log: If forking during global destruction, the child needs to close all
39678              unused file descriptors, else it can cause other processes to hang
39679              because it accidentally holds open pipes and sockets.
39680      Branch: perl
39681            ! perl.c
39682 ____________________________________________________________________________
39683 [ 24978] By: rgs                                   on 2005/06/24  15:21:38
39684         Log: Upgrade to Unicode::Collate 0.51
39685      Branch: perl
39686            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
39687            ! lib/Unicode/Collate/README
39688 ____________________________________________________________________________
39689 [ 24977] By: steveh                                on 2005/06/24  14:38:05
39690         Log: Fix typo in win32.c
39691              
39692              Doesn't fix bcc32 + USE_LARGE_FILES, though :-(
39693      Branch: perl
39694            ! win32/win32.c
39695 ____________________________________________________________________________
39696 [ 24976] By: nicholas                              on 2005/06/24  14:04:19
39697         Log: Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars
39698              which become unreferenced. This is less likely to be successful.
39699              The #define needs a better name.
39700      Branch: perl
39701            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
39702            ! proto.h sv.c
39703 ____________________________________________________________________________
39704 [ 24975] By: steveh                                on 2005/06/24  13:56:15
39705         Log: Stop '"__attribute__format__" redefined' warnings from gcc on Win32
39706      Branch: perl
39707            ! perl.h win32/config_H.gc
39708 ____________________________________________________________________________
39709 [ 24974] By: steveh                                on 2005/06/24  12:27:45
39710         Log: Make opendir() filename const in Win32-land & friends
39711              
39712              That fact that it wasn't const already was highlighted by a warning
39713              from pp_open_dir() generated by change 24743. Rather than undo the
39714              const change in pp_open_dir(), this seems to make more sense. Hope I
39715              haven't broken Netware or WinCE.
39716      Branch: perl
39717            ! NetWare/nw5.c NetWare/nwperlhost.h NetWare/nwperlsys.h
39718            ! iperlsys.h win32/include/dirent.h win32/perlhost.h
39719            ! win32/win32.c win32/win32iop.h wince/perlhost.h wince/wince.c
39720 ____________________________________________________________________________
39721 [ 24973] By: nicholas                              on 2005/06/24  10:45:44
39722         Log: Need to do some sort of die/warn to get the "global destruction"
39723              text if the bug is still present.
39724      Branch: perl
39725            ! t/op/gv.t
39726 ____________________________________________________________________________
39727 [ 24972] By: steveh                                on 2005/06/24  09:37:24
39728         Log: Fix t\op\gv.t on Win32
39729      Branch: perl
39730            ! t/op/gv.t
39731 ____________________________________________________________________________
39732 [ 24971] By: rgs                                   on 2005/06/24  07:54:59
39733         Log: Remove cargo-culted binmode.
39734      Branch: perl
39735            ! lib/Archive/Tar/t/00_setup.t
39736 ____________________________________________________________________________
39737 [ 24970] By: steveh                                on 2005/06/24  07:42:41
39738         Log: Fix Archive-Tar tests on Win32 following change 24954
39739      Branch: perl
39740            ! lib/Archive/Tar/t/00_setup.t
39741 ____________________________________________________________________________
39742 [ 24969] By: merijn                                on 2005/06/24  07:41:08
39743         Log: Workaround localtime edge case where TZ makes time go beyond
39744              the defined working range (AIX 5.2)
39745      Branch: perl
39746            ! pp_sys.c
39747 ____________________________________________________________________________
39748 [ 24968] By: davem                                 on 2005/06/23  22:59:36
39749         Log: change 24967 got the #endif in the wrong place
39750      Branch: perl
39751            ! pad.c
39752 ____________________________________________________________________________
39753 [ 24967] By: davem                                 on 2005/06/23  22:48:40
39754         Log: don't repopulate PADTMP slots with null SVs when freeing ops
39755      Branch: perl
39756            ! ext/B/t/f_sort.t ext/B/t/optree_samples.t pad.c
39757 ____________________________________________________________________________
39758 [ 24966] By: nicholas                              on 2005/06/23  21:30:33
39759         Log: Remove the reference loop between symbol tables and typeglobs.
39760              Typeglobs now have a weak reference onto their symbol table.
39761      Branch: perl
39762            ! embed.fnc embed.h gv.c mg.c pad.c proto.h sv.c t/op/gv.t
39763 ____________________________________________________________________________
39764 [ 24965] By: rgs                                   on 2005/06/23  18:53:04
39765         Log: Subject: [PATCH] Pre-YAPC consting fun
39766              From: Andy Lester <andy@petdance.com>
39767              Date: Jun 23, 2005 9:04 PM
39768              Message-ID: <20050623190423.GA13835@petdance.com>
39769      Branch: perl
39770            ! embed.fnc embed.h lib/ExtUtils/CBuilder/t/01-basic.t locale.c
39771            ! mg.c perlio.c pp_ctl.c pp_pack.c pp_sys.c proto.h scope.c
39772            ! taint.c util.c
39773 ____________________________________________________________________________
39774 [ 24964] By: merijn                                on 2005/06/23  18:43:42
39775         Log: Take a larger margin to prevent 'X' failures in smokes
39776              I was able to get warnings on HP-UX 10.20 every 2nd to 3rd run
39777              when reps was still 10000. With 15000 I didn't get a single warning
39778      Branch: perl
39779            ! t/op/rand.t
39780 ____________________________________________________________________________
39781 [ 24963] By: rgs                                   on 2005/06/23  18:07:34
39782         Log: Warning suppression.
39783      Branch: perl
39784            ! pp_sys.c
39785 ____________________________________________________________________________
39786 [ 24962] By: nicholas                              on 2005/06/23  18:00:38
39787         Log: The current implementation of :unique is fundamentally flawed,
39788              because declaring a scalar READONLY does not stop it being modified.
39789              Hence the current implementation of :unique is *not threadsafe*
39790              D'oh!
39791              Better implementations welcome.
39792      Branch: perl
39793            ! embed.fnc embed.h ext/threads/t/problems.t pod/perltodo.pod
39794            ! proto.h sv.c
39795 ____________________________________________________________________________
39796 [ 24961] By: rgs                                   on 2005/06/23  16:18:21
39797         Log: Fix Archive::Tar test when perl is built with -Dmksymlinks
39798      Branch: perl
39799            ! lib/Archive/Tar/t/02_methods.t
39800 ____________________________________________________________________________
39801 [ 24960] By: rgs                                   on 2005/06/23  15:51:02
39802         Log: Subject: [PATCH] Re: [perl #9741] possible problem with File::Find
39803              From: Steve Peters <steve@fisharerojo.org>
39804              Date: Fri, 17 Jun 2005 23:27:14 -0500
39805              Message-ID: <20050618042714.GA29589@mccoy.peters.homeunix.org>
39806      Branch: perl
39807            ! lib/File/Find.pm
39808 ____________________________________________________________________________
39809 [ 24959] By: nicholas                              on 2005/06/23  14:11:20
39810         Log: Add a define PERL_POISON which tries to trip up anything accessing
39811              freed or uninitialised memory. Currently only Poison()s freed
39812              pointers.
39813      Branch: perl
39814            ! ext/PerlIO/encoding/encoding.xs gv.c handy.h pp_ctl.c scope.c
39815            ! sv.c
39816 ____________________________________________________________________________
39817 [ 24958] By: nicholas                              on 2005/06/23  14:09:57
39818         Log: Indent some of the #ifdef/#define/#endif to make the nesting clearer.
39819              Simplify SvPV_free slightly.
39820      Branch: perl
39821            ! sv.h
39822 ____________________________________________________________________________
39823 [ 24957] By: rgs                                   on 2005/06/23  11:54:25
39824         Log: This dummy test didn't pass
39825      Branch: perl
39826            ! lib/Archive/Tar/t/99_clean.t
39827 ____________________________________________________________________________
39828 [ 24956] By: rgs                                   on 2005/06/23  11:34:35
39829         Log: Add a pseudo-test to clean up data files for Archive::Tar tests
39830      Branch: perl
39831            + lib/Archive/Tar/t/99_clean.t
39832            ! MANIFEST
39833 ____________________________________________________________________________
39834 [ 24955] By: rgs                                   on 2005/06/23  11:30:16
39835         Log: Remove test that relies on Test::POD
39836      Branch: perl
39837            - lib/Archive/Tar/t/99_pod.t
39838            ! MANIFEST
39839 ____________________________________________________________________________
39840 [ 24954] By: rgs                                   on 2005/06/23  11:29:16
39841         Log: Remove binary files, add a pseudo-test in Archive::Tar to generate them
39842      Branch: perl
39843            + lib/Archive/Tar/t/00_setup.t
39844            - lib/Archive/Tar/t/src/long/bar.tar
39845            - lib/Archive/Tar/t/src/long/foo.tgz
39846            - lib/Archive/Tar/t/src/short/bar.tar
39847            - lib/Archive/Tar/t/src/short/foo.tgz
39848            ! MANIFEST
39849 ____________________________________________________________________________
39850 [ 24953] By: steveh                                on 2005/06/23  11:02:42
39851         Log: Silence bcc32 compiler warnings following change 24945
39852              
39853              ("Possible use of '%s' before definition")
39854      Branch: perl
39855            ! pp_ctl.c pp_sys.c
39856 ____________________________________________________________________________
39857 [ 24952] By: nicholas                              on 2005/06/23  10:41:00
39858         Log: Re-initialise PL_curcop to &PL_compiling before destroying the optree.
39859      Branch: perl
39860            ! perl.c
39861 ____________________________________________________________________________
39862 [ 24951] By: rgs                                   on 2005/06/23  10:39:47
39863         Log: Subject: Re: [perl #36350] unstable sorting for use integer; sort { $b <=> $a } @foo 
39864              From: Salvador Fandino <sfandino@yahoo.com>
39865              Date: Tue, 21 Jun 2005 19:50:35 +0200
39866              Message-ID: <20050621181658.5977.qmail@lists.develooper.com>
39867      Branch: perl
39868            ! pp_sort.c
39869 ____________________________________________________________________________
39870 [ 24950] By: steveh                                on 2005/06/23  10:21:53
39871         Log: Oops! Change 24946 wasn't quite right
39872      Branch: perl
39873            ! doio.c
39874 ____________________________________________________________________________
39875 [ 24949] By: rgs                                   on 2005/06/23  09:32:55
39876         Log: Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epoc
39877      Branch: perl
39878            ! NetWare/config.wc NetWare/config_H.wc epoc/config.sh
39879 ____________________________________________________________________________
39880 [ 24948] By: rgs                                   on 2005/06/23  09:25:03
39881         Log: Define d_nv_zero_is_allbits_zero for symbian
39882              (noticed by Jarkko)
39883      Branch: perl
39884            ! symbian/config.sh
39885 ____________________________________________________________________________
39886 [ 24947] By: steveh                                on 2005/06/23  09:18:37
39887         Log: Silence bcc32 compiler warnings from win32/fcrypt.c (almost)
39888              
39889              It still whines about 'in' and 'b' being assigned values that are
39890              never used on lines 348 and 505 respectively (as side effects of the
39891              calls to c2l and l2c respectively), but I'm not sure how to shut
39892              them up.
39893      Branch: perl
39894            ! win32/fcrypt.c
39895 ____________________________________________________________________________
39896 [ 24946] By: steveh                                on 2005/06/23  09:00:28
39897         Log: More bcc32 compiler warnings to silence
39898              
39899              ("Suspicious pointer conversion")
39900      Branch: perl
39901            ! doio.c win32/win32io.c
39902 ____________________________________________________________________________
39903 [ 24945] By: rgs                                   on 2005/06/23  08:39:44
39904         Log: Subject: [PATCH] Const Boy II: The Localizing
39905              From: Andy Lester <andy@petdance.com>
39906              Date: Wed, 22 Jun 2005 09:41:00 -0500
39907              Message-ID: <20050622144059.GA19598@petdance.com>
39908      Branch: perl
39909            ! autodoc.pl embed.fnc embed.pl hv.c perl.c perlio.c
39910            ! pod/perlapi.pod pp.c pp.h pp_ctl.c pp_sys.c proto.h sv.c
39911            ! util.c
39912 ____________________________________________________________________________
39913 [ 24944] By: steveh                                on 2005/06/23  08:04:21
39914         Log: Silence another bcc32 compiler warning
39915              
39916              ("Possible use of '%s' before definition")
39917      Branch: perl
39918            ! toke.c
39919 ____________________________________________________________________________
39920 [ 24943] By: davem                                 on 2005/06/22  23:08:55
39921         Log: remove taint hack now that local $tainted no longer copies taint magic
39922      Branch: perl
39923            ! mg.c sv.c
39924 ____________________________________________________________________________
39925 [ 24942] By: davem                                 on 2005/06/22  21:42:54
39926         Log: handle magic in local correctly
39927              the local SV now gets a copy of any container magic, and no value
39928              magic; in the past the whole magic chain was either shared or
39929              moved
39930      Branch: perl
39931            ! embed.fnc embed.h mg.c pod/perlguts.pod pod/perlintern.pod
39932            ! proto.h scope.c t/op/local.t
39933 ____________________________________________________________________________
39934 [ 24941] By: merijn                                on 2005/06/22  17:14:04
39935         Log: Upgrade to Test::Harness 2.50
39936      Branch: perl
39937            ! lib/Test/Harness.pm lib/Test/Harness/t/strap-analyze.t
39938 ____________________________________________________________________________
39939 [ 24940] By: nicholas                              on 2005/06/22  16:37:06
39940         Log: Add facility to fork() early in perl_destruct and use the child to
39941              dump out leaked scalars (enabled with DEBUG_LEAKING_SCALARS_FORK_DUMP
39942              when DEBUG_LEAKING_SCALARS is already in force)
39943      Branch: perl
39944            ! perl.c
39945 ____________________________________________________________________________
39946 [ 24939] By: steveh                                on 2005/06/22  13:25:16
39947         Log: Silence yet more bcc32 compiler warnings
39948              
39949              ("Code has no effect")
39950      Branch: perl
39951            ! hv.c pp_ctl.c pp_hot.c
39952 ____________________________________________________________________________
39953 [ 24938] By: steveh                                on 2005/06/22  13:02:17
39954         Log: Silence some more bcc32 compiler warnings
39955              
39956              ("Suggest parentheses to clarify precedence")
39957      Branch: perl
39958            ! warnings.h warnings.pl
39959 ____________________________________________________________________________
39960 [ 24937] By: steveh                                on 2005/06/22  12:31:59
39961         Log: Silence some bcc32 compiler warnings
39962              
39963              ("Superfluous & with function")
39964      Branch: perl
39965            ! perlvars.h pp.c win32/win32.c
39966 ____________________________________________________________________________
39967 [ 24936] By: nicholas                              on 2005/06/22  10:08:43
39968         Log: Now that the global string table is using a single hunk of memory
39969              for both HE and HEK, we need to actually free things in perl_destruct
39970      Branch: perl
39971            ! perl.c
39972 ____________________________________________________________________________
39973 [ 24935] By: steveh                                on 2005/06/22  09:40:25
39974         Log: Fix Archive-Tar tests on Win32
39975              
39976              (Patch from Jos Boumans, from his current dev version.)
39977      Branch: perl
39978            ! lib/Archive/Tar.pm
39979 ____________________________________________________________________________
39980 [ 24934] By: merijn                                on 2005/06/21  19:27:38
39981         Log: Redo generation of change #24898
39982              Do not forget to run Porting/config_h.pl!
39983      Branch: perl
39984            ! Configure config_h.SH
39985 ____________________________________________________________________________
39986 [ 24932] By: rgs                                   on 2005/06/21  17:05:01
39987         Log: Upgrade to Test::Harness 2.49_02
39988      Branch: perl
39989            ! lib/Test/Harness.pm lib/Test/Harness/Changes
39990            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
39991            ! lib/Test/Harness/t/test-harness.t
39992 ____________________________________________________________________________
39993 [ 24931] By: rgs                                   on 2005/06/21  16:33:32
39994         Log: Add Archive::Tar to the maintainers list
39995      Branch: perl
39996            ! Porting/Maintainers.pl
39997 ____________________________________________________________________________
39998 [ 24930] By: rgs                                   on 2005/06/21  16:14:06
39999         Log: Trim trailing spaces
40000      Branch: perl
40001            ! lib/Archive/Tar/bin/ptar
40002 ____________________________________________________________________________
40003 [ 24929] By: rgs                                   on 2005/06/21  15:53:30
40004         Log: Add pod, so ptar has a manpage
40005      Branch: perl
40006            ! lib/Archive/Tar/bin/ptar
40007 ____________________________________________________________________________
40008 [ 24928] By: rgs                                   on 2005/06/21  15:27:37
40009         Log: POD nits
40010      Branch: perl
40011            ! ext/Storable/Storable.pm
40012 ____________________________________________________________________________
40013 [ 24927] By: nicholas                              on 2005/06/21  15:27:14
40014         Log: Drag t/op/gv.t kicking and screaming into the century of the fruitbat
40015              (or at least into the decade of t/test.pl)
40016      Branch: perl
40017            ! t/op/gv.t
40018 ____________________________________________________________________________
40019 [ 24926] By: rgs                                   on 2005/06/21  15:04:10
40020         Log: Add the ptar(1) utility from Archive::Tar
40021      Branch: perl
40022            + lib/Archive/Tar/bin/ptar utils/ptar.PL
40023            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
40024            ! win32/Makefile win32/makefile.mk
40025 ____________________________________________________________________________
40026 [ 24925] By: steveh                                on 2005/06/21  13:49:10
40027         Log: Trim trailing whitespace from $! and $^E
40028              
40029              (Fixes lib/Test/Simple/t/fail-more.t with bcc32 on Win32, and is
40030              good for consistency anyway)
40031      Branch: perl
40032            ! mg.c
40033 ____________________________________________________________________________
40034 [ 24924] By: nicholas                              on 2005/06/21  12:39:27
40035         Log: Avoid having NULL entries in the weakref backreference array, and
40036              make S_sv_add_backref O(1) (instead of O(n))
40037      Branch: perl
40038            ! sv.c
40039 ____________________________________________________________________________
40040 [ 24923] By: rgs                                   on 2005/06/21  12:12:10
40041         Log: Cleanup after this test
40042      Branch: perl
40043            ! lib/Archive/Tar/t/02_methods.t
40044 ____________________________________________________________________________
40045 [ 24922] By: rgs                                   on 2005/06/21  12:01:07
40046         Log: Add Archive::Tar 1.24, except ptar for now
40047      Branch: perl
40048            + lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
40049            + lib/Archive/Tar/File.pm lib/Archive/Tar/t/01_use.t
40050            + lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/03_file.t
40051            + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b
40052            + lib/Archive/Tar/t/src/long/bar.tar
40053            + lib/Archive/Tar/t/src/long/foo.tgz
40054            + lib/Archive/Tar/t/src/short/b
40055            + lib/Archive/Tar/t/src/short/bar.tar
40056            + lib/Archive/Tar/t/src/short/foo.tgz
40057            ! MANIFEST
40058 ____________________________________________________________________________
40059 [ 24921] By: nicholas                              on 2005/06/21  10:58:22
40060         Log: weak references aren't UVs, do don't show this in the dump flags.
40061      Branch: perl
40062            ! dump.c
40063 ____________________________________________________________________________
40064 [ 24920] By: rgs                                   on 2005/06/21  10:50:18
40065         Log: Subject: [PATCH] ternary operator cond ? foo : bar being parsed as ?...?
40066              From: Salvador Fandiño <sfandino@yahoo.com>
40067              Date: Fri, 17 Jun 2005 14:06:30 +0100
40068              Message-ID: <20050617130548.18776.qmail@lists.develooper.com>
40069              
40070              with wordings improvements suggested by Ronald J Kimball
40071      Branch: perl
40072            ! pod/perldiag.pod toke.c
40073 ____________________________________________________________________________
40074 [ 24919] By: nicholas                              on 2005/06/21  10:35:09
40075         Log: No need to set flags twice.
40076      Branch: perl
40077            ! av.c
40078 ____________________________________________________________________________
40079 [ 24918] By: nicholas                              on 2005/06/21  09:44:08
40080         Log: As there will be no old body to dispose of, we can return immediately.
40081      Branch: perl
40082            ! sv.c
40083 ____________________________________________________________________________
40084 [ 24917] By: rgs                                   on 2005/06/21  09:40:46
40085         Log: Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric Labels
40086      Branch: perl
40087            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
40088            ! ext/Data/Dumper/t/dumper.t
40089 ____________________________________________________________________________
40090 [ 24916] By: rgs                                   on 2005/06/21  07:03:40
40091         Log: Subject: Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations 
40092              From: Tsutomu IKEGAMI <t-ikegami@aist.go.jp>
40093              Date: Fri, 17 Jun 2005 17:55:10 +0900 (JST)
40094              Message-Id: <20050617.175510.21285350.t-ikegami@aist.go.jp>
40095      Branch: perl
40096            ! sv.c
40097 ____________________________________________________________________________
40098 [ 24915] By: rgs                                   on 2005/06/20  16:28:38
40099         Log: Subject: [PATCH perl.h] FPTR2DPTR/DPTR2FPTR
40100              From: Robin Barker <Robin.Barker@npl.co.uk>
40101              Date: Mon, 20 Jun 2005 13:47:37 +0100
40102              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6E4@hotel.npl.co.uk>
40103      Branch: perl
40104            ! perl.h
40105 ____________________________________________________________________________
40106 [ 24914] By: nicholas                              on 2005/06/20  15:21:59
40107         Log: Replace the non-const initialiser block + loop with a series of calls
40108              to a small static function.
40109              c.f. "I will replace you with a small shell script..."
40110      Branch: perl
40111            ! sv.c
40112 ____________________________________________________________________________
40113 [ 24913] By: rgs                                   on 2005/06/20  15:12:50
40114         Log: Subject: [PATCH] The continuing adventures of Constman and Localize Boy
40115              From: Andy Lester <andy@petdance.com>
40116              Date: Mon, 20 Jun 2005 10:22:37 -0500
40117              Message-ID: <20050620152237.GA5032@petdance.com>
40118      Branch: perl
40119            ! XSUB.h doop.c embed.fnc embed.h global.sym gv.c mg.c pad.c
40120            ! perl.h proto.h sv.c universal.c util.c
40121 ____________________________________________________________________________
40122 [ 24912] By: rgs                                   on 2005/06/20  13:32:52
40123         Log: Same fix, for the test, now.
40124      Branch: perl
40125            ! t/run/switches.t
40126 ____________________________________________________________________________
40127 [ 24911] By: rgs                                   on 2005/06/20  13:06:13
40128         Log: perl -v was outputting a double v (spotted by Jarkko)
40129      Branch: perl
40130            ! perl.c
40131 ____________________________________________________________________________
40132 [ 24910] By: rgs                                   on 2005/06/20  11:58:32
40133         Log: Remove signature test, which is always skipped
40134      Branch: perl
40135            - lib/Test/Simple/t/00signature.t
40136            ! MANIFEST
40137 ____________________________________________________________________________
40138 [ 24909] By: rgs                                   on 2005/06/20  11:45:02
40139         Log: Subject: [PATCH pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod] Recommend Against UNIVERSAL:: Methods as Functions, take 2
40140              From: chromatic <chromatic@wgz.org>
40141              Date: Sat, 18 Jun 2005 12:15:41 -0700
40142              Message-Id: <1119122141.21521.9.camel@localhost>
40143      Branch: perl
40144            ! pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod
40145 ____________________________________________________________________________
40146 [ 24908] By: rgs                                   on 2005/06/20  11:00:31
40147         Log: Remove the deprecated $# variable
40148      Branch: perl
40149            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
40150            ! pod/perldiag.pod sv.c t/lib/warnings/gv
40151 ____________________________________________________________________________
40152 [ 24907] By: nicholas                              on 2005/06/20  10:35:41
40153         Log: Silence warning in debug printf
40154      Branch: perl
40155            ! doop.c
40156 ____________________________________________________________________________
40157 [ 24906] By: rgs                                   on 2005/06/20  09:45:24
40158         Log: Subject: [PATCH] More random cleanups
40159              From: Andy Lester <andy@petdance.com>
40160              Date: Fri, 17 Jun 2005 09:50:29 -0500
40161              Message-ID: <20050617145029.GC11769@petdance.com>
40162      Branch: perl
40163            ! embed.fnc embed.h pp_ctl.c pp_sort.c proto.h scope.c
40164 ____________________________________________________________________________
40165 [ 24905] By: steveh                                on 2005/06/20  09:30:23
40166         Log: Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898)
40167              
40168              The try.c test program added to Configure by change 24898 outputs
40169              "Yes" using each of VC++, GCC and BCC32, so here goes...
40170      Branch: perl
40171            ! win32/config.bc win32/config.gc win32/config.vc
40172            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
40173            ! win32/config_H.vc win32/config_H.vc64
40174 ____________________________________________________________________________
40175 [ 24904] By: rgs                                   on 2005/06/20  09:23:33
40176         Log: Hugo suggests this.
40177      Branch: perl
40178            ! pod/perlhack.pod
40179 ____________________________________________________________________________
40180 [ 24903] By: rgs                                   on 2005/06/20  09:20:40
40181         Log: Missed a chunk in previous commit
40182      Branch: perl
40183            ! pod/perlsyn.pod
40184 ____________________________________________________________________________
40185 [ 24902] By: rgs                                   on 2005/06/20  09:18:35
40186         Log: Subject: [perl #36328] Until Statement Undocumented 
40187              From: Eric Amick (via RT) <perlbug-followup@perl.org>
40188              Date: 18 Jun 2005 03:47:32 -0000
40189              Message-ID: <rt-3.0.11-36328-115949.3.38667506136829@perl.org>
40190      Branch: perl
40191            ! pod/perlsyn.pod
40192 ____________________________________________________________________________
40193 [ 24901] By: rgs                                   on 2005/06/20  09:06:57
40194         Log: Subject: Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crash
40195              From: Rick Delaney <rick@bort.ca>
40196              Date: Sun, 19 Jun 2005 09:47:22 -0400
40197              Message-ID: <20050619134722.GB31592@localhost.localdomain>
40198      Branch: perl
40199            ! op.c t/comp/parser.t
40200 ____________________________________________________________________________
40201 [ 24900] By: nicholas                              on 2005/06/20  08:19:52
40202         Log: S_del_body is sufficiently small that inlining it is a space win.
40203      Branch: perl
40204            ! sv.c
40205 ____________________________________________________________________________
40206 [ 24899] By: nicholas                              on 2005/06/19  15:12:26
40207         Log: If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitly set the NVX
40208              to 0.0, as the memset has already done it.
40209      Branch: perl
40210            ! sv.c
40211 ____________________________________________________________________________
40212 [ 24898] By: nicholas                              on 2005/06/19  15:11:06
40213         Log: Add a Configure test to see if NV 0.0 is stored as all bits zero, and
40214              #define NV_ZERO_IS_ALLBITS_ZERO if so.  This is always true on VMS:
40215              
40216              Subject: Re: Configure check for whether 0.0 is stored as all bits zero
40217              From: "Craig A. Berry" <craigberry@mac.com>
40218              Message-Id: <p06210214beda5bf31c4c@[172.16.52.1]>
40219              Date: Sat, 18 Jun 2005 18:23:59 -0500
40220      Branch: perl
40221            ! Configure Porting/Glossary config_h.SH configure.com
40222 ____________________________________________________________________________
40223 [ 24897] By: nicholas                              on 2005/06/19  10:22:58
40224         Log: Move the offset calculations outside of new_body/del_body.
40225              This makes some of the upgrade code slightly simpler.
40226      Branch: perl
40227            ! sv.c
40228 ____________________________________________________________________________
40229 [ 24896] By: nicholas                              on 2005/06/18  22:43:58
40230         Log: Refactor sv_dup to memcpy from source to destination, and only
40231              explicitly copy the structure members that need explicit duplication.
40232      Branch: perl
40233            ! sv.c
40234 ____________________________________________________________________________
40235 [ 24895] By: nicholas                              on 2005/06/18  16:33:41
40236         Log: Squeeze a little more savings by moving pte and he arenas into the
40237              common arena free code.
40238      Branch: perl
40239            ! hv.h perl.h sv.c
40240 ____________________________________________________________________________
40241 [ 24894] By: nicholas                              on 2005/06/18  15:07:47
40242         Log: Subject: [PATCH] squeeze repetition out of Perl_sv_free_arenas
40243              From: Jim Cromie <jcromie@divsol.com>
40244              Message-ID: <42B3C388.2090902@divsol.com>
40245              Date: Sat, 18 Jun 2005 00:47:36 -0600
40246      Branch: perl
40247            ! sv.c
40248 ____________________________________________________________________________
40249 [ 24893] By: nicholas                              on 2005/06/18  14:28:04
40250         Log: update AVs and HVs using the old_body, and remove all of the local
40251              variables used to hold the SV body piecemeal.
40252      Branch: perl
40253            ! sv.c
40254 ____________________________________________________________________________
40255 [ 24892] By: nicholas                              on 2005/06/18  10:57:02
40256         Log: sv_upgrade by memcpy
40257              AV and HV cases need tidyup
40258      Branch: perl
40259            ! sv.c
40260 ____________________________________________________________________________
40261 [ 24891] By: nicholas                              on 2005/06/17  19:37:56
40262         Log: Fix compiling with -DPURIFY
40263      Branch: perl
40264            ! sv.c
40265 ____________________________________________________________________________
40266 [ 24890] By: nicholas                              on 2005/06/17  17:30:19
40267         Log: Change 24886 was buggy - should be taking (and passing in) the
40268              address of the arena.
40269      Branch: perl
40270            ! sv.c
40271 ____________________________________________________________________________
40272 [ 24889] By: rgs                                   on 2005/06/17  15:43:11
40273         Log: Add new internal error message to perldiag
40274      Branch: perl
40275            ! pod/perldiag.pod
40276 ____________________________________________________________________________
40277 [ 24888] By: nicholas                              on 2005/06/17  15:37:50
40278         Log: Collect a little more information about the body we're getting rid of
40279      Branch: perl
40280            ! sv.c
40281 ____________________________________________________________________________
40282 [ 24887] By: rgs                                   on 2005/06/17  14:44:43
40283         Log: Missing aTHX_ (noticed by Jim Cromie)
40284      Branch: perl
40285            ! sv.c
40286 ____________________________________________________________________________
40287 [ 24886] By: nicholas                              on 2005/06/17  14:28:07
40288         Log: Move freeing the old body after the creating of the new body.
40289      Branch: perl
40290            ! sv.c
40291 ____________________________________________________________________________
40292 [ 24885] By: nicholas                              on 2005/06/17  13:42:03
40293         Log: The only way is up!
40294              (*up*grades. Or croak)
40295      Branch: perl
40296            ! sv.c
40297 ____________________________________________________________________________
40298 [ 24884] By: rgs                                   on 2005/06/17  12:21:53
40299         Log: Subject: [perl #36199] [PATCH] 5.8.7 fails to build with parallel make 
40300              From: "Steve Peters via RT" <perlbug-followup@perl.org>
40301              Date: 16 Jun 2005 17:11:14 -0000
40302              Message-ID: <rt-3.0.11-36199-115872.8.39962488213992@perl.org>
40303      Branch: perl
40304            ! Makefile.SH
40305 ____________________________________________________________________________
40306 [ 24883] By: steveh                                on 2005/06/17  11:36:45
40307         Log: Silence STDERR grumblings from Borland's math library.
40308              
40309              This fixes failures in ext/B/t/deparse.t and lib/warnings.t (and
40310              renders change 24870 obsolete, hence it is reverted here).
40311      Branch: perl
40312            ! lib/warnings.t makedef.pl win32/win32.c
40313 ____________________________________________________________________________
40314 [ 24882] By: rgs                                   on 2005/06/17  09:26:25
40315         Log: Upgrade to PathTools 3.09
40316      Branch: perl
40317            ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm
40318            ! lib/File/Spec.pm
40319 ____________________________________________________________________________
40320 [ 24881] By: nicholas                              on 2005/06/17  08:35:48
40321         Log: new_pte/del_pte can use new_body/del_body too
40322      Branch: perl
40323            ! sv.c
40324 ____________________________________________________________________________
40325 [ 24880] By: steveh                                on 2005/06/17  08:28:32
40326         Log: Subject: [PATCH] Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name()
40327              From: "Jan Dubois" <jand@ActiveState.com>
40328              Date: Thu, 16 Jun 2005 11:43:15 -0700
40329              Message-Id: <200506161843.j5GIhKhL024472@smtp3.ActiveState.com>
40330      Branch: perl
40331            ! win32/win32.c
40332 ____________________________________________________________________________
40333 [ 24879] By: nicholas                              on 2005/06/16  22:08:29
40334         Log: Storing the ixv for magic arrays seems to cause double free errors on
40335              OS X. This all feels like voodoo.
40336      Branch: perl
40337            ! ext/B/B/Bytecode.pm
40338 ____________________________________________________________________________
40339 [ 24878] By: nicholas                              on 2005/06/16  22:06:57
40340         Log: Replace all the new/del static functions with calls to a single pair
40341              of functions that uproot/plant bodies
40342      Branch: perl
40343            ! embed.fnc embed.h proto.h sv.c
40344 ____________________________________________________________________________
40345 [ 24877] By: nicholas                              on 2005/06/16  19:28:20
40346         Log: Making more_* return a pointer, and swapping to a ternary ?: in
40347              new_* seems to generate slightly terser object code.
40348      Branch: perl
40349            ! sv.c
40350 ____________________________________________________________________________
40351 [ 24876] By: nicholas                              on 2005/06/16  18:37:55
40352         Log: Replace all the S_more_* functions with a single function.
40353              Saves 1.5K on the object file in OS X when built with -Os
40354      Branch: perl
40355            ! sv.c
40356 ____________________________________________________________________________
40357 [ 24875] By: nicholas                              on 2005/06/16  16:25:54
40358         Log: Subject: [PATCH] Re: [perl #36048] Refactor S_more_*v into one function
40359              From: Jim Cromie <jcromie@divsol.com>
40360              Message-ID: <42ADC8ED.4090009@divsol.com>
40361              Date: Mon, 13 Jun 2005 11:57:01 -0600
40362      Branch: perl
40363            ! sv.c
40364 ____________________________________________________________________________
40365 [ 24874] By: nicholas                              on 2005/06/16  15:09:00
40366         Log: I'm not convinced that manually creating HVs via sv_upgrade is a great
40367              idea, but as we are, turning on shared keys makes sense.
40368      Branch: perl
40369            ! util.c
40370 ____________________________________________________________________________
40371 [ 24873] By: merijn                                on 2005/06/16  14:33:10
40372         Log: Subject: [PATCH] Lint support
40373              From: Andy Lester <andy@petdance.com>
40374              Date: Thu, 16 Jun 2005 09:35:21 -0500
40375              Message-ID: <20050616143521.GB22188@petdance.com>
40376      Branch: perl
40377            ! XSUB.h perl.h universal.c
40378 ____________________________________________________________________________
40379 [ 24872] By: merijn                                on 2005/06/16  14:24:43
40380         Log: Subject: Re: a warning for a ExtUtils::ParseXS test
40381              From: Ken Williams <ken@mathforum.org>
40382              Date: Wed, 15 Jun 2005 20:00:42 -0500
40383              Message-Id: <29d2a69650cb39059c9af487069b941c@mathforum.org>
40384      Branch: perl
40385            ! lib/ExtUtils/ParseXS/t/XSTest.xs
40386 ____________________________________________________________________________
40387 [ 24871] By: rgs                                   on 2005/06/16  13:55:18
40388         Log: Subject: [PATCH] Removing /*SUPPRESS xxx*/
40389              From: Andy Lester <andy@petdance.com>
40390              Date: Thu, 16 Jun 2005 09:13:42 -0500
40391              Message-ID: <20050616141342.GA22188@petdance.com>
40392      Branch: perl
40393            ! av.c doio.c doop.c perl.c pp.c pp_hot.c pp_sys.c regcomp.c
40394            ! regexec.c sv.c toke.c util.c
40395 ____________________________________________________________________________
40396 [ 24870] By: steveh                                on 2005/06/16  13:16:56
40397         Log: Teach lib/warnings.t about Borland CRT error messages
40398      Branch: perl
40399            ! lib/warnings.t
40400 ____________________________________________________________________________
40401 [ 24869] By: rgs                                   on 2005/06/16  12:54:18
40402         Log: Subject: [perl #36237] IO::File $fh->binmode($layer) is broken 
40403              From: "Alexander Foken" (via RT) <perlbug-followup@perl.org>
40404              Date: 10 Jun 2005 12:46:41 -0000
40405              Message-ID: <rt-3.0.11-36237-115536.13.400290704223@perl.org>
40406              
40407              and bump version number
40408      Branch: perl
40409            ! ext/IO/lib/IO/File.pm
40410 ____________________________________________________________________________
40411 [ 24868] By: steveh                                on 2005/06/16  11:10:01
40412         Log: Update README.win32
40413              
40414              (Mention Borland compiler is also free; update libwin32 link)
40415      Branch: perl
40416            ! README.win32
40417 ____________________________________________________________________________
40418 [ 24867] By: steveh                                on 2005/06/16  11:00:19
40419         Log: Give op/taint.t a helping hand for Borland compiler on Win32
40420      Branch: perl
40421            ! t/op/taint.t
40422 ____________________________________________________________________________
40423 [ 24866] By: steveh                                on 2005/06/16  09:51:33
40424         Log: Fix changes 24862 and 24863 for Sarathy's old dmake
40425      Branch: perl
40426            ! win32/makefile.mk
40427 ____________________________________________________________________________
40428 [ 24865] By: rgs                                   on 2005/06/16  09:45:59
40429         Log: Subs with builtin attributes shouldn't be made constant
40430              
40431              Subject: Re: [perl #36297] builtin attrs on subrutine declarations
40432              From: Salvador "FandiXo" <sfandino@yahoo.com>
40433              Date: Wed, 15 Jun 2005 08:27:00 -0700 (PDT)
40434              Message-ID: <20050615152700.96320.qmail@web52702.mail.yahoo.com>
40435      Branch: perl
40436            ! op.c
40437 ____________________________________________________________________________
40438 [ 24864] By: rgs                                   on 2005/06/16  09:18:58
40439         Log: Add -f in perl synopsys, sync perl.pod and perlrun.pod synopses
40440      Branch: perl
40441            ! pod/perl.pod pod/perlrun.pod
40442 ____________________________________________________________________________
40443 [ 24863] By: steveh                                on 2005/06/16  09:09:22
40444         Log: Simplify win32/makefile.mk for static extensions with GCC
40445      Branch: perl
40446            ! win32/makefile.mk
40447 ____________________________________________________________________________
40448 [ 24862] By: steveh                                on 2005/06/16  08:51:14
40449         Log: Enable static extensions with Borland compiler on Win32
40450      Branch: perl
40451            ! win32/buildext.pl win32/makefile.mk
40452 ____________________________________________________________________________
40453 [ 24861] By: rgs                                   on 2005/06/16  08:29:10
40454         Log: Revert part of change #24854
40455      Branch: perl
40456            ! ext/Devel/DProf/t/DProf.t perl.c
40457 ____________________________________________________________________________
40458 [ 24860] By: steveh                                on 2005/06/16  07:40:21
40459         Log: Don't export Perl_stashpv_hvname_match when !USE_ITHREADS
40460              
40461              (Fixes a linker error on Win 32 introduced by change #24847)
40462      Branch: perl
40463            ! makedef.pl
40464 ____________________________________________________________________________
40465 [ 24859] By: nicholas                              on 2005/06/15  22:32:14
40466         Log: Don't write bytecode to load the NVX of AVs and HVs
40467      Branch: perl
40468            ! ext/B/B/Bytecode.pm
40469 ____________________________________________________________________________
40470 [ 24858] By: nicholas                              on 2005/06/15  22:31:41
40471         Log: We were failing to pring "not ok" if the text exited uncleanly
40472      Branch: perl
40473            ! ext/B/t/bytecode.t
40474 ____________________________________________________________________________
40475 [ 24857] By: nicholas                              on 2005/06/15  22:30:53
40476         Log: assert that you aren't assigning to the NVX of an AV or HV
40477      Branch: perl
40478            ! sv.h
40479 ____________________________________________________________________________
40480 [ 24856] By: rgs                                   on 2005/06/15  16:37:46
40481         Log: Introduce PERL_RUNPERL_DEBUG to alter the behavior of runperl(),
40482              this can be useful to use valgrind for example
40483      Branch: perl
40484            ! t/test.pl
40485 ____________________________________________________________________________
40486 [ 24855] By: steveh                                on 2005/06/15  16:30:58
40487         Log: Fix $Config{ccversion} for Borland C++ 5.5.1
40488              
40489              This pattern match seems a little saner, and stops " for Win32"
40490              getting picked up from the following output:
40491              
40492              Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
40493              
40494              Maybe it breaks older versions, but at least the latest now works
40495              correctly. If anyone knows what older versions' messages look like
40496              then speak up!
40497      Branch: perl
40498            ! win32/config_sh.PL
40499 ____________________________________________________________________________
40500 [ 24854] By: rgs                                   on 2005/06/15  16:24:05
40501         Log: Subject: Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't set
40502              From: Steve Peters <steve@fisharerojo.org>
40503              Date: Wed, 15 Jun 2005 11:30:41 -0500
40504              Message-ID: <20050615163040.GA14745@mccoy.peters.homeunix.org>
40505      Branch: perl
40506            ! ext/Devel/DProf/t/DProf.t perl.c
40507 ____________________________________________________________________________
40508 [ 24853] By: rgs                                   on 2005/06/15  16:16:32
40509         Log: Subject: sort optimization
40510              From: Salvador Fandiño <sfandino@yahoo.com>
40511              Date: Mon, 06 Jun 2005 12:05:05 +0100
40512              Message-ID: <20050606110425.22941.qmail@lists.develooper.com>
40513      Branch: perl
40514            ! pp_sort.c
40515 ____________________________________________________________________________
40516 [ 24852] By: steveh                                on 2005/06/15  16:02:06
40517         Log: Fix win32/makefile.mk for building with bcc32 5.5.1 and dmake 4.4
40518      Branch: perl
40519            ! win32/makefile.mk
40520 ____________________________________________________________________________
40521 [ 24851] By: rgs                                   on 2005/06/15  14:40:40
40522         Log: Subject: [perl #36297] builtin attrs on subrutine declarations 
40523              From: Salvador "FandiXXo" (via RT) <perlbug-followup@perl.org>
40524              Date: 15 Jun 2005 13:54:53 -0000
40525              Message-ID: <rt-3.0.11-36297-115797.8.75971493113916@perl.org>
40526      Branch: perl
40527            ! op.c t/op/attrs.t
40528 ____________________________________________________________________________
40529 [ 24850] By: merijn                                on 2005/06/15  13:57:57
40530         Log: Protect Perl_sv_2pvbyte () to NULL length pointers
40531              Thanks Nick!
40532      Branch: perl
40533            ! sv.c
40534 ____________________________________________________________________________
40535 [ 24849] By: rgs                                   on 2005/06/15  13:55:50
40536         Log: Better phrasing
40537      Branch: perl
40538            ! pod/perlfunc.pod
40539 ____________________________________________________________________________
40540 [ 24848] By: rgs                                   on 2005/06/15  09:27:55
40541         Log: Subject: [PATCH] Storable/Storable.xs: make plain C functions static
40542              From: Alexey Tourbin <at@altlinux.ru>
40543              Date: Sun, 5 Jun 2005 03:42:42 +0400
40544              Message-ID: <20050604234242.GW5867@solemn.turbinal.org>
40545      Branch: perl
40546            ! ext/Storable/Storable.xs
40547 ____________________________________________________________________________
40548 [ 24847] By: rgs                                   on 2005/06/15  09:03:22
40549         Log: Subject: [PATCH] CopSTASH_eq again
40550              From: Andy Lester <andy@petdance.com>
40551              Date: Tue, 14 Jun 2005 23:49:26 -0500
40552              Message-ID: <20050615044926.GA29087@petdance.com>
40553      Branch: perl
40554            ! cop.h embed.fnc embed.h global.sym proto.h util.c
40555 ____________________________________________________________________________
40556 [ 24846] By: rgs                                   on 2005/06/15  07:49:48
40557         Log: Fix warning nits, by Jarkko
40558      Branch: perl
40559            ! sv.c
40560 ____________________________________________________________________________
40561 [ 24845] By: nicholas                              on 2005/06/14  19:28:28
40562         Log: Subject: [PATCH] S_emulate_eaccess() does return a value
40563              From: Steve Peters <steve@fisharerojo.org>
40564              Message-ID: <20050614193052.GA1898@mccoy.peters.homeunix.org>
40565              Date: Tue, 14 Jun 2005 14:30:52 -0500
40566      Branch: perl
40567            ! embed.fnc proto.h
40568 ____________________________________________________________________________
40569 [ 24844] By: davem                                 on 2005/06/14  17:24:18
40570         Log: whoops, Perl_magic_freearylen_p returns int
40571      Branch: perl
40572            ! mg.c
40573 ____________________________________________________________________________
40574 [ 24843] By: nicholas                              on 2005/06/14  16:29:49
40575         Log: Change 24838 breaks deparse.t, which checks that embedded NULs work.
40576              Here's a temporary hack, pending a way for B to correctly identify
40577              PVs that are variable names in pads.
40578      Branch: perl
40579            ! ext/B/B.xs
40580 ____________________________________________________________________________
40581 [ 24842] By: rgs                                   on 2005/06/14  13:49:41
40582         Log: Add core test preamble
40583      Branch: perl
40584            ! lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
40585            ! lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
40586            ! lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
40587            ! lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
40588            ! lib/IO/Zlib/t/uncomp2.t
40589 ____________________________________________________________________________
40590 [ 24841] By: nicholas                              on 2005/06/14  13:40:49
40591         Log: Test was coredumping with a shared perl library.
40592              This is wrong. It seems that what gets peephole optimised
40593              (in this case named method calls into shared string scalars) depends
40594              on whether there is a shared perl library.
40595              Anyway, fix the symptom - the coredump.
40596      Branch: perl
40597            ! ext/XS/APItest/t/hash.t
40598 ____________________________________________________________________________
40599 [ 24840] By: steveh                                on 2005/06/14  13:36:03
40600         Log: Stop "test" filename clashing with "TEST" on Win32
40601              
40602              (and bump $IO::Zlib::VERSION again)
40603      Branch: perl
40604            ! lib/IO/Zlib.pm lib/IO/Zlib/t/uncomp1.t lib/IO/Zlib/t/uncomp2.t
40605 ____________________________________________________________________________
40606 [ 24839] By: steveh                                on 2005/06/14  13:26:30
40607         Log: Actually skip tests when they're supposed to be skipped!
40608              
40609              (and bump $IO::Zlib::VERSION)
40610      Branch: perl
40611            ! lib/IO/Zlib.pm lib/IO/Zlib/t/external.t
40612 ____________________________________________________________________________
40613 [ 24838] By: rgs                                   on 2005/06/14  13:22:20
40614         Log: Subject: [PATCH] Fix for SEGV in ext/B/t/xref.t on OpenBSD
40615              From: Steve Peters <steve@fisharerojo.org>
40616              Date: Tue, 14 Jun 2005 08:16:38 -0500
40617              Message-ID: <20050614131638.GA24771@mccoy.peters.homeunix.org>
40618      Branch: perl
40619            ! ext/B/B.xs
40620 ____________________________________________________________________________
40621 [ 24837] By: steveh                                on 2005/06/14  13:13:17
40622         Log: Don't delete IO/Zlib during distclean on Win32
40623              
40624              (IO/Socket still needs to go, though)
40625      Branch: perl
40626            ! win32/Makefile win32/makefile.mk
40627 ____________________________________________________________________________
40628 [ 24836] By: rgs                                   on 2005/06/14  13:02:24
40629         Log: Document ${^UTF8LOCALE}
40630      Branch: perl
40631            ! pod/perlvar.pod
40632 ____________________________________________________________________________
40633 [ 24835] By: rgs                                   on 2005/06/14  12:12:33
40634         Log: Add IO::Zlib in maintainers list
40635      Branch: perl
40636            ! Porting/Maintainers.pl
40637 ____________________________________________________________________________
40638 [ 24834] By: rgs                                   on 2005/06/14  12:06:40
40639         Log: Add IO::Zlib 1.04 to bleadperl
40640      Branch: perl
40641            + lib/IO/Zlib.pm lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
40642            + lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
40643            + lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
40644            + lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
40645            + lib/IO/Zlib/t/uncomp2.t
40646            ! MANIFEST Makefile.SH
40647 ____________________________________________________________________________
40648 [ 24833] By: davem                                 on 2005/06/14  10:15:10
40649         Log: Perl_magic_freearylen_p could coredump
40650      Branch: perl
40651            ! mg.c
40652 ____________________________________________________________________________
40653 [ 24832] By: rgs                                   on 2005/06/14  08:52:46
40654         Log: Subject: better assertion support
40655              From: Salvador Fandiño <sfandino@yahoo.com>
40656              Date: Mon, 13 Jun 2005 16:48:01 +0100
40657              Message-ID: <20050613154719.29295.qmail@lists.develooper.com>
40658      Branch: perl
40659            + lib/assertions/compat.pm t/comp/asstcompat.t
40660            ! MANIFEST lib/assertions.pm lib/assertions/activate.pm perl.c
40661            ! pod/perlrun.pod t/comp/assertions.t t/run/switch_A.t
40662 ____________________________________________________________________________
40663 [ 24831] By: rgs                                   on 2005/06/14  08:31:18
40664         Log: Since the version module is use'd afterwards, use_ok needs to be
40665              in a BEGIN block
40666      Branch: perl
40667            ! lib/version.t
40668 ____________________________________________________________________________
40669 [ 24830] By: steveh                                on 2005/06/14  07:42:33
40670         Log: Add BUILDOPTEXTRA to Win32 makefiles
40671              
40672              This allows extra build options, e.g. -DNO_HASH_SEED, to be
40673              specified on the command line, which is otherwise not possible
40674              under nmake using the existing BUILDOPT macro
40675              
40676              Suggested by Jan Dubois <jand@ActiveState.com>
40677      Branch: perl
40678            ! win32/Makefile win32/makefile.mk
40679 ____________________________________________________________________________
40680 [ 24829] By: nicholas                              on 2005/06/13  22:29:00
40681         Log: Pay attention to the comments that Dave writes.
40682      Branch: perl
40683            ! sv.c
40684 ____________________________________________________________________________
40685 [ 24828] By: rgs                                   on 2005/06/13  20:22:52
40686         Log: Comment nit to help Devel::Cover, spotted by Steve Peters
40687      Branch: perl
40688            ! ext/POSIX/POSIX.xs
40689 ____________________________________________________________________________
40690 [ 24827] By: nicholas                              on 2005/06/13  20:18:57
40691         Log: Croak if an attempt is made to modify PL_strtab
40692              (er, TODO - these should be in perldiag)
40693      Branch: perl
40694            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
40695            ! ext/XS/APItest/t/hash.t hv.c
40696 ____________________________________________________________________________
40697 [ 24826] By: nicholas                              on 2005/06/13  20:17:56
40698         Log: More SvPV consting
40699      Branch: perl
40700            ! perl.c
40701 ____________________________________________________________________________
40702 [ 24825] By: steveh                                on 2005/06/13  16:35:19
40703         Log: Subject: [PATCH @ 24819] Re: Change 24806: improve static build for win32/Makefile
40704              From: vadim <vadim@vkonovalov.ru>
40705              Date: Mon, 13 Jun 2005 15:41:41 -0400
40706              Message-Id: <1118691701.6333.32.camel@mdk10>
40707      Branch: perl
40708            ! win32/Makefile win32/makefile.mk
40709 ____________________________________________________________________________
40710 [ 24824] By: nicholas                              on 2005/06/13  16:24:57
40711         Log: With shared hash key scalars now accessing the hash via the PVX, you
40712              can't fake them with regular PVIVs. So fake method calls have to use
40713              real shared hask key scalars.
40714      Branch: perl
40715            ! ext/B/t/optree_specials.t op.c
40716 ____________________________________________________________________________
40717 [ 24823] By: rgs                                   on 2005/06/13  15:20:05
40718         Log: Subject: [PATCH] Bring bleadperl up to version.pm
40719              From: John Peacock <jpeacock@rowman.com>
40720              Date: Mon, 06 Jun 2005 05:18:21 -0400
40721              Message-ID: <42A414DD.8090504@rowman.com>
40722      Branch: perl
40723            ! configpm embed.fnc lib/h2xs.t lib/version.pm lib/version.t
40724            ! pod/perlapi.pod pp_ctl.c proto.h t/comp/require.t t/comp/use.t
40725            ! t/op/universal.t t/op/ver.t universal.c util.c utils/h2xs.PL
40726 ____________________________________________________________________________
40727 [ 24822] By: rgs                                   on 2005/06/13  12:49:18
40728         Log: Subject: [PATCH] Re: [perl #36047] perlmod.pod/CLONESKIP error
40729              From: Offer Kaye <offer.kaye@gmail.com>
40730              Date: Thu, 2 Jun 2005 09:14:53 +0300
40731              Message-ID: <56942505060123146e5eb1c2@mail.gmail.com>
40732      Branch: perl
40733            ! pod/perlmod.pod
40734 ____________________________________________________________________________
40735 [ 24821] By: nicholas                              on 2005/06/13  11:48:05
40736         Log: Change 24816 forgot to update makedef.pl
40737      Branch: perl
40738            ! makedef.pl
40739 ____________________________________________________________________________
40740 [ 24820] By: rgs                                   on 2005/06/13  11:28:43
40741         Log: Make some variables global, to avoid some "will not stay
40742              shared" warnings at compile time
40743      Branch: perl
40744            ! lib/ExtUtils/ParseXS.pm
40745 ____________________________________________________________________________
40746 [ 24819] By: nicholas                              on 2005/06/13  09:43:18
40747         Log: S_share_hek_flags can revert to returning a HEK
40748      Branch: perl
40749            ! embed.fnc hv.c proto.h
40750 ____________________________________________________________________________
40751 [ 24818] By: rgs                                   on 2005/06/13  09:13:43
40752         Log: Remove MANIFEST for Compress::Zlib
40753      Branch: perl
40754            - ext/Compress/Zlib/MANIFEST
40755            ! MANIFEST
40756 ____________________________________________________________________________
40757 [ 24817] By: rgs                                   on 2005/06/13  09:00:00
40758         Log: Make SvUPGRADE always have the value '1'
40759              Make sv_upgrade a void function
40760      Branch: perl
40761            ! embed.fnc pod/perlapi.pod proto.h sv.c sv.h
40762 ____________________________________________________________________________
40763 [ 24816] By: nicholas                              on 2005/06/13  08:25:53
40764         Log: We no longer need PL_shared_hek_table
40765      Branch: perl
40766            ! embedvar.h ext/threads/threads.xs intrpvar.h perl.c perlapi.h
40767            ! sv.c
40768 ____________________________________________________________________________
40769 [ 24815] By: rgs                                   on 2005/06/13  07:58:31
40770         Log: Help "make distclean"
40771      Branch: perl
40772            ! Makefile.SH
40773 ____________________________________________________________________________
40774 [ 24814] By: nicholas                              on 2005/06/12  23:40:55
40775         Log: Clone all shared string PVs as shared string PVs (now that we can do
40776              it very efficiently)
40777      Branch: perl
40778            ! sv.c
40779 ____________________________________________________________________________
40780 [ 24813] By: nicholas                              on 2005/06/12  22:34:39
40781         Log: duping shared hask key scalars can use hek_dup
40782      Branch: perl
40783            ! sv.c
40784 ____________________________________________________________________________
40785 [ 24812] By: nicholas                              on 2005/06/12  22:33:51
40786         Log: hek_dup can now store the HEK rather than the HE, as there is now a
40787              fast way to share a hek
40788      Branch: perl
40789            ! hv.c
40790 ____________________________________________________________________________
40791 [ 24811] By: nicholas                              on 2005/06/12  21:59:34
40792         Log: Provide share_hek_hek, and use it for fast copying of shared string
40793              scalars.
40794      Branch: perl
40795            ! hv.h sv.c
40796 ____________________________________________________________________________
40797 [ 24810] By: nicholas                              on 2005/06/12  21:58:23
40798         Log: Compare HE *s in S_unshare_hek_or_pvn's tight hek loop, rather than
40799              HEKs
40800      Branch: perl
40801            ! hv.c
40802 ____________________________________________________________________________
40803 [ 24809] By: nicholas                              on 2005/06/12  21:08:33
40804         Log: Shortcut chasing round strtab when we're not the last reference.
40805      Branch: perl
40806            ! hv.c
40807 ____________________________________________________________________________
40808 [ 24808] By: nicholas                              on 2005/06/12  20:00:18
40809         Log: In the shared string table, store the HE and HEK next to each other
40810              in one malloc()ed block.
40811      Branch: perl
40812            ! hv.c hv.h
40813 ____________________________________________________________________________
40814 [ 24807] By: merijn                                on 2005/06/12  09:58:32
40815         Log: Subject: [PATCH] perlipc.pod: mkfifo()
40816              From: Alexey Tourbin <at@altlinux.ru>
40817              Date: Sat, 11 Jun 2005 16:26:56 +0400
40818              Message-ID: <20050611122656.GC8181@solemn.turbinal.org>
40819      Branch: perl
40820            ! pod/perlipc.pod
40821 ____________________________________________________________________________
40822 [ 24806] By: merijn                                on 2005/06/12  09:54:07
40823         Log: Subject: improve static build for win32/Makefile
40824              From: vadim <vadim@vkonovalov.ru>
40825              Date: Sun, 12 Jun 2005 14:09:11 -0400
40826              Message-Id: <1118599750.2732.2.camel@mdk10>
40827      Branch: perl
40828            ! win32/Makefile
40829 ____________________________________________________________________________
40830 [ 24805] By: merijn                                on 2005/06/12  09:19:38
40831         Log: Subject: RE: 05gzsetp.t and initial 'ver' in test output
40832              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
40833              Date: Sat, 11 Jun 2005 22:23:00 +0100
40834              Message-Id: <20050611212234.UGOL29707.aamta11-winn.ispmail.ntl.com@MARQUESSPT21>
40835      Branch: perl
40836            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
40837            ! ext/Compress/Zlib/t/05gzsetp.t
40838 ____________________________________________________________________________
40839 [ 24804] By: nicholas                              on 2005/06/11  21:05:29
40840         Log: This isn't an LVALUE, so make the compiler enforce that.
40841      Branch: perl
40842            ! sv.h
40843 ____________________________________________________________________________
40844 [ 24803] By: nicholas                              on 2005/06/11  18:01:32
40845         Log: hash key code cleanup
40846      Branch: perl
40847            ! embed.fnc hv.c hv.h proto.h
40848 ____________________________________________________________________________
40849 [ 24802] By: nicholas                              on 2005/06/11  17:00:52
40850         Log: Shrink shared hash scalars from PVIV to PV
40851      Branch: perl
40852            ! embed.fnc embed.h proto.h sv.c sv.h
40853 ____________________________________________________________________________
40854 [ 24801] By: nicholas                              on 2005/06/11  14:08:00
40855         Log: Propagate const/mutable/not into the SvPV call for retrieving an
40856              overloaded value.
40857      Branch: perl
40858            ! sv.c
40859 ____________________________________________________________________________
40860 [ 24800] By: nicholas                              on 2005/06/10  23:12:29
40861         Log: More SvPV consting. And other related drive-by refactoring.
40862      Branch: perl
40863            ! regcomp.c regexec.c taint.c toke.c universal.c utf8.c util.c
40864            ! xsutils.c
40865 ____________________________________________________________________________
40866 [ 24799] By: nicholas                              on 2005/06/10  22:06:15
40867         Log: More SvPV consting, including some code cleanup and living dangerously
40868              with socket API calls.
40869      Branch: perl
40870            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
40871 ____________________________________________________________________________
40872 [ 24798] By: nicholas                              on 2005/06/10  20:48:35
40873         Log: Move SvPV consting, remove an n_a, and correct one error in Move()
40874      Branch: perl
40875            ! doio.c doop.c dump.c op.c sv.c
40876 ____________________________________________________________________________
40877 [ 24797] By: nicholas                              on 2005/06/10  18:42:47
40878         Log: Allison says that "Media" isn't really needed in the name.
40879      Branch: perl
40880            ! pod/perl.pod
40881 ____________________________________________________________________________
40882 [ 24796] By: nicholas                              on 2005/06/10  16:26:43
40883         Log: Add SvGROW_mutable
40884      Branch: perl
40885            ! sv.c sv.h
40886 ____________________________________________________________________________
40887 [ 24795] By: nicholas                              on 2005/06/10  15:44:47
40888         Log: Passing read only values (such as string constants) to select should
40889              croak.
40890      Branch: perl
40891            + t/op/sselect.t
40892            ! MANIFEST pp_sys.c
40893 ____________________________________________________________________________
40894 [ 24794] By: nicholas                              on 2005/06/10  15:16:43
40895         Log: Don't pass constants to select
40896      Branch: perl
40897            ! t/op/lex_assign.t
40898 ____________________________________________________________________________
40899 [ 24793] By: rgs                                   on 2005/06/10  13:44:35
40900         Log: Pre-run and disarm the code automodification run by
40901              Compress::Zlib's Makefile
40902      Branch: perl
40903            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
40904            ! ext/Compress/Zlib/examples/filtdef
40905            ! ext/Compress/Zlib/examples/filtinf
40906            ! ext/Compress/Zlib/examples/gzcat
40907            ! ext/Compress/Zlib/examples/gzgrep
40908            ! ext/Compress/Zlib/examples/gzstream
40909            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
40910            ! ext/Compress/Zlib/t/03examples.t
40911            ! ext/Compress/Zlib/t/04encoding.t
40912            ! ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
40913 ____________________________________________________________________________
40914 [ 24792] By: rgs                                   on 2005/06/10  12:53:21
40915         Log: Update Windows makefiles
40916      Branch: perl
40917            ! win32/Makefile win32/makefile.mk
40918 ____________________________________________________________________________
40919 [ 24791] By: nicholas                              on 2005/06/10  12:44:30
40920         Log: Work around bug 36211, plus a lot of TODO regression tests for local/
40921              $#... interaction. 
40922      Branch: perl
40923            ! scope.c t/op/array.t
40924 ____________________________________________________________________________
40925 [ 24790] By: rgs                                   on 2005/06/10  12:44:02
40926         Log: Update maintainers list
40927      Branch: perl
40928            ! Porting/Maintainers.pl
40929 ____________________________________________________________________________
40930 [ 24789] By: rgs                                   on 2005/06/10  12:30:14
40931         Log: Bump version number
40932      Branch: perl
40933            ! ext/Compress/Zlib/Zlib.pm
40934 ____________________________________________________________________________
40935 [ 24788] By: rgs                                   on 2005/06/10  12:09:30
40936         Log: Makefile.PL adjustments for the core
40937      Branch: perl
40938            ! ext/Compress/Zlib/Makefile.PL
40939 ____________________________________________________________________________
40940 [ 24787] By: rgs                                   on 2005/06/10  12:07:01
40941         Log: SvUPGRADE returns void in blead
40942      Branch: perl
40943            ! ext/Compress/Zlib/Zlib.xs
40944 ____________________________________________________________________________
40945 [ 24786] By: rgs                                   on 2005/06/10  12:05:38
40946         Log: Drom Compress::Zlib 1.34 in ext/
40947      Branch: perl
40948            + ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/Changes
40949            + ext/Compress/Zlib/MANIFEST ext/Compress/Zlib/Makefile.PL
40950            + ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
40951            + ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/config.in
40952            + ext/Compress/Zlib/examples/filtdef
40953            + ext/Compress/Zlib/examples/filtinf
40954            + ext/Compress/Zlib/examples/gzcat
40955            + ext/Compress/Zlib/examples/gzgrep
40956            + ext/Compress/Zlib/examples/gzstream
40957            + ext/Compress/Zlib/fallback.h ext/Compress/Zlib/fallback.xs
40958            + ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
40959            + ext/Compress/Zlib/t/03examples.t
40960            + ext/Compress/Zlib/t/04encoding.t
40961            + ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
40962            + ext/Compress/Zlib/typemap
40963            + ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
40964            + ext/Compress/Zlib/zlib-src-1.2.2/compress.c
40965            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
40966            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
40967            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
40968            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
40969            + ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
40970            + ext/Compress/Zlib/zlib-src-1.2.2/infback.c
40971            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
40972            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
40973            + ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
40974            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
40975            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
40976            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
40977            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
40978            + ext/Compress/Zlib/zlib-src-1.2.2/trees.c
40979            + ext/Compress/Zlib/zlib-src-1.2.2/trees.h
40980            + ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
40981            + ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
40982            + ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
40983            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
40984            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
40985            ! MANIFEST
40986 ____________________________________________________________________________
40987 [ 24785] By: nicholas                              on 2005/06/10  10:06:30
40988         Log: Change 24531 broke DEBUG_LEAKING_SCALARS.
40989      Branch: perl
40990            ! sv.c
40991 ____________________________________________________________________________
40992 [ 24784] By: nicholas                              on 2005/06/09  21:01:42
40993         Log: $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warns
40994      Branch: perl
40995            ! av.c pod/perldiag.pod t/op/array.t
40996 ____________________________________________________________________________
40997 [ 24783] By: nicholas                              on 2005/06/09  19:02:43
40998         Log: Fixes the case of $a = \$#{[]}; and then accessing $$a
40999              (but not \$#a after local @a or my @a leave a block)
41000      Branch: perl
41001            ! av.c dump.c embed.fnc embed.h mg.c perl.h proto.h t/op/array.t
41002 ____________________________________________________________________________
41003 [ 24782] By: nicholas                              on 2005/06/09  16:37:18
41004         Log: Convert op/array.t to test.pl
41005      Branch: perl
41006            ! t/op/array.t
41007 ____________________________________________________________________________
41008 [ 24781] By: rgs                                   on 2005/06/09  15:32:09
41009         Log: Revert part of previous patch
41010      Branch: perl
41011            ! util.c
41012 ____________________________________________________________________________
41013 [ 24780] By: rgs                                   on 2005/06/09  15:12:39
41014         Log: Subject: [PATCH] regcomp.c and more
41015              From: Andy Lester <andy@petdance.com>
41016              Date: Thu, 9 Jun 2005 10:05:56 -0500
41017              Message-ID: <20050609150556.GA30554@petdance.com>
41018      Branch: perl
41019            ! embed.fnc mg.c perly.c proto.h regcomp.c sv.c util.c
41020 ____________________________________________________________________________
41021 [ 24778] By: nicholas                              on 2005/06/09  10:36:53
41022         Log: More SvPV consting
41023      Branch: perl
41024            ! mg.c perlio.c pp_pack.c
41025 ____________________________________________________________________________
41026 [ 24777] By: nicholas                              on 2005/06/09  10:36:40
41027         Log: Don't ignore errors from an eval.
41028      Branch: perl
41029            ! t/op/pack.t
41030 ____________________________________________________________________________
41031 [ 24776] By: nicholas                              on 2005/06/09  09:23:55
41032         Log: Update API docs.
41033      Branch: perl
41034            ! pod/perlapi.pod
41035 ____________________________________________________________________________
41036 [ 24775] By: nicholas                              on 2005/06/09  09:22:18
41037         Log: Change perforce filetype from text to text+w (so regen.pl is happy)
41038      Branch: perl
41039            ! opnames.h reentr.c reentr.h
41040 ____________________________________________________________________________
41041 [ 24774] By: nicholas                              on 2005/06/09  09:15:55
41042         Log: reentr.pl should be using regen_lib.pl and unlinking files before it
41043              starts.
41044      Branch: perl
41045            ! reentr.pl
41046 ____________________________________________________________________________
41047 [ 24773] By: nicholas                              on 2005/06/09  08:59:21
41048         Log: Make minitest pass (must skip if no dynaloading)
41049      Branch: perl
41050            ! t/op/goto_xs.t
41051 ____________________________________________________________________________
41052 [ 24772] By: rgs                                   on 2005/06/09  08:12:03
41053         Log: Subject: [PATCH] pp_pack.c cleanup
41054              From: Andy Lester <andy@petdance.com>
41055              Date: Wed, 8 Jun 2005 10:23:53 -0500
41056              Message-ID: <20050608152353.GA6253@petdance.com>
41057      Branch: perl
41058            ! pp_pack.c
41059 ____________________________________________________________________________
41060 [ 24771] By: rgs                                   on 2005/06/09  07:59:09
41061         Log: Subject: [PATCH] perlfunc.pod: ioctl.ph
41062              From: Alexey Tourbin <at@altlinux.ru>
41063              Date: Wed, 8 Jun 2005 13:45:08 +0400
41064              Message-ID: <20050608094508.GJ5867@solemn.turbinal.org>
41065      Branch: perl
41066            ! pod/perlfunc.pod
41067 ____________________________________________________________________________
41068 [ 24770] By: rgs                                   on 2005/06/09  07:44:36
41069         Log: Subject: [PATCH] instead of unions use double cast for data pointer <-> function pointer
41070              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
41071              Date: Thu, 09 Jun 2005 08:50:56 +0300
41072              Message-ID: <42A7D8C0.1080104@gmail.com>
41073      Branch: perl
41074            ! ext/DynaLoader/dl_dlopen.xs perl.h sv.c toke.c
41075 ____________________________________________________________________________
41076 [ 24769] By: nicholas                              on 2005/06/08  22:48:00
41077         Log: More SvPV consting
41078      Branch: perl
41079            ! dump.c mg.c op.c pp_hot.c pp_sys.c regexec.c
41080 ____________________________________________________________________________
41081 [ 24768] By: nicholas                              on 2005/06/08  22:45:39
41082         Log: The old COW code needs to use SvPVX_mutable when doing copy-on-write.
41083      Branch: perl
41084            ! sv.c
41085 ____________________________________________________________________________
41086 [ 24767] By: nicholas                              on 2005/06/08  22:43:58
41087         Log: Add SvPV_mutable for use by the old COW code.
41088      Branch: perl
41089            ! sv.h
41090 ____________________________________________________________________________
41091 [ 24766] By: nicholas                              on 2005/06/08  20:32:35
41092         Log: sv_setsv is allowed to swipe buffers from read only scalars
41093      Branch: perl
41094            ! sv.c
41095 ____________________________________________________________________________
41096 [ 24765] By: nicholas                              on 2005/06/08  19:49:08
41097         Log: const-ize pp_formline
41098      Branch: perl
41099            ! pp_ctl.c
41100 ____________________________________________________________________________
41101 [ 24764] By: merijn                                on 2005/06/08  19:14:19
41102         Log: Cygwin fails to open $^X on many occasion here
41103              afile is still available from the previous test
41104      Branch: perl
41105            ! t/io/layers.t
41106 ____________________________________________________________________________
41107 [ 24763] By: nicholas                              on 2005/06/08  17:48:35
41108         Log: Remove repeated C<n_a>s
41109      Branch: perl
41110            ! perl.c
41111 ____________________________________________________________________________
41112 [ 24762] By: nicholas                              on 2005/06/08  17:48:17
41113         Log: Remove the n_a
41114      Branch: perl
41115            ! malloc.c
41116 ____________________________________________________________________________
41117 [ 24761] By: nicholas                              on 2005/06/08  16:02:54
41118         Log: Add and use MgPV_nolen_const
41119      Branch: perl
41120            ! mg.c mg.h
41121 ____________________________________________________________________________
41122 [ 24760] By: nicholas                              on 2005/06/08  15:39:40
41123         Log: Nuke some more n_a, and convert S_gv_ename from char * to const char *
41124      Branch: perl
41125            ! doop.c dump.c embed.fnc mg.c op.c pp_hot.c pp_pack.c pp_sys.c
41126            ! proto.h regcomp.c taint.c toke.c
41127 ____________________________________________________________________________
41128 [ 24759] By: nicholas                              on 2005/06/08  14:52:17
41129         Log: Allow a null length pointer to sv_pvn_force_flags.
41130              Add SvPV_force_nolen and use it to remove some C<n_a>s
41131      Branch: perl
41132            ! embed.fnc pp.c pp_ctl.c proto.h sv.c sv.h
41133 ____________________________________________________________________________
41134 [ 24758] By: nicholas                              on 2005/06/08  13:43:23
41135         Log: n_a no more
41136      Branch: perl
41137            ! perl.c pp_ctl.c pp_sys.c universal.c
41138 ____________________________________________________________________________
41139 [ 24757] By: nicholas                              on 2005/06/08  11:00:54
41140         Log: Eliminate more C<n_a>s
41141      Branch: perl
41142            ! XSUB.h pp.h
41143 ____________________________________________________________________________
41144 [ 24756] By: nicholas                              on 2005/06/08  11:00:33
41145         Log: A mising cast (given that rx->subbeg is only char *)
41146      Branch: perl
41147            ! pp_hot.c
41148 ____________________________________________________________________________
41149 [ 24755] By: nicholas                              on 2005/06/08  10:08:01
41150         Log: s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
41151      Branch: perl
41152            ! dump.c embed.fnc embed.h ext/B/t/bytecode.t
41153            ! ext/Devel/PPPort/parts/embed.fnc makedef.pl mg.c pad.c
41154            ! pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c regexp.h sv.c
41155            ! sv.h
41156 ____________________________________________________________________________
41157 [ 24754] By: rgs                                   on 2005/06/08  09:19:18
41158         Log: Subject: [PATCH] regexec.c utf8 loading
41159              From: Andy Lester <andy@petdance.com>
41160              Date: Wed, 8 Jun 2005 00:03:32 -0500
41161              Message-ID: <20050608050332.GA31059@petdance.com>
41162      Branch: perl
41163            ! regexec.c
41164 ____________________________________________________________________________
41165 [ 24753] By: rgs                                   on 2005/06/08  09:12:17
41166         Log: Subject: Re: FindBin.pm: incomplete getcwd/cwd patch and SELinux (Strict policy)
41167              From: José Pedro Oliveira <jpo@di.uminho.pt>
41168              Date: Tue, 07 Jun 2005 21:07:42 +0100
41169              Message-ID: <42A5FE8E.3020608@di.uminho.pt>
41170      Branch: perl
41171            ! lib/FindBin.pm
41172 ____________________________________________________________________________
41173 [ 24752] By: nicholas                              on 2005/06/08  09:09:52
41174         Log: One more SvPV_const
41175      Branch: perl
41176            ! pp.c
41177 ____________________________________________________________________________
41178 [ 24751] By: nicholas                              on 2005/06/08  09:09:28
41179         Log: Don't test the core XS code yet with PERL_DEBUG_COW > 1
41180      Branch: perl
41181            ! sv.h
41182 ____________________________________________________________________________
41183 [ 24750] By: nicholas                              on 2005/06/08  08:50:06
41184         Log: Remove two more unused C<n_a>s
41185      Branch: perl
41186            ! pp_sys.c
41187 ____________________________________________________________________________
41188 [ 24749] By: nicholas                              on 2005/06/08  08:49:32
41189         Log: Better sv_2pv_flags implementation (avoid writing to n_a)
41190      Branch: perl
41191            ! sv.c
41192 ____________________________________________________________________________
41193 [ 24748] By: nicholas                              on 2005/06/08  08:07:05
41194         Log: Convert POPpx POPpconstx and POPpbytex to use nolen macros.
41195              Elminate a lot of C<n_a>s
41196      Branch: perl
41197            ! pp.h pp_ctl.c pp_sys.c
41198 ____________________________________________________________________________
41199 [ 24747] By: nicholas                              on 2005/06/08  08:05:47
41200         Log: Add SvPVx_nolen and SvPVbytex_nolen
41201      Branch: perl
41202            ! sv.h
41203 ____________________________________________________________________________
41204 [ 24746] By: nicholas                              on 2005/06/08  08:04:53
41205         Log: More SvPV consting
41206      Branch: perl
41207            ! perly.act perly.y
41208 ____________________________________________________________________________
41209 [ 24745] By: rgs                                   on 2005/06/08  06:51:48
41210         Log: Mark a static function as static
41211      Branch: perl
41212            ! utf8.c
41213 ____________________________________________________________________________
41214 [ 24744] By: nicholas                              on 2005/06/07  22:22:34
41215         Log: More SvPV consting
41216      Branch: perl
41217            ! doop.c pp.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regexec.c
41218            ! sv.c toke.c
41219 ____________________________________________________________________________
41220 [ 24743] By: nicholas                              on 2005/06/07  21:16:13
41221         Log: More SvPV consting
41222      Branch: perl
41223            ! doop.c mg.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
41224            ! sv.c
41225 ____________________________________________________________________________
41226 [ 24742] By: nicholas                              on 2005/06/07  19:45:13
41227         Log: More consting of SvPV
41228      Branch: perl
41229            ! embed.fnc pp_ctl.c proto.h sv.c
41230 ____________________________________________________________________________
41231 [ 24741] By: rgs                                   on 2005/06/07  19:30:35
41232         Log: The definition of SvPVx_nolen_const is missing for non GNU-C compilers
41233      Branch: perl
41234            ! sv.h
41235 ____________________________________________________________________________
41236 [ 24740] By: nicholas                              on 2005/06/07  18:38:39
41237         Log: More SvPV consting.
41238      Branch: perl
41239            ! doio.c doop.c gv.c mg.c perlio.c pp.c pp_ctl.c pp_hot.c
41240            ! pp_pack.c pp_sys.c sv.c toke.c universal.c util.c
41241 ____________________________________________________________________________
41242 [ 24739] By: nicholas                              on 2005/06/07  18:33:08
41243         Log: Add SvPV_nolen_const and SvPV_nomg_const
41244      Branch: perl
41245            ! sv.h
41246 ____________________________________________________________________________
41247 [ 24738] By: nicholas                              on 2005/06/07  18:32:44
41248         Log: Add MgPV_const
41249      Branch: perl
41250            ! mg.h
41251 ____________________________________________________________________________
41252 [ 24737] By: rgs                                   on 2005/06/07  18:07:41
41253         Log: Remove unused variable (thanks to Andy's lint)
41254      Branch: perl
41255            ! mg.c
41256 ____________________________________________________________________________
41257 [ 24736] By: nicholas                              on 2005/06/07  17:35:10
41258         Log: Change 24733 allows several pointers to be NULL. Therefore this
41259              should be reflected in their attributes.
41260      Branch: perl
41261            ! embed.fnc proto.h
41262 ____________________________________________________________________________
41263 [ 24735] By: rgs                                   on 2005/06/07  17:03:16
41264         Log: Subject: [PATCH] Random cleanups #47
41265              From: Andy Lester <andy@petdance.com>
41266              Date: Mon, 6 Jun 2005 10:11:07 -0500
41267              Message-ID: <20050606151107.GC7022@petdance.com>
41268      Branch: perl
41269            ! Makefile.SH README.aix embed.fnc hv.c numeric.c op.c pad.c
41270            ! pod/perldebug.pod pp_ctl.c proto.h sv.c toke.c util.c
41271 ____________________________________________________________________________
41272 [ 24734] By: rgs                                   on 2005/06/07  15:58:23
41273         Log: make some more functions static
41274              
41275              Subject: [PATCH] B/C/C.xs: static my_runops()
41276              Message-ID: <20050604232451.GT5867@solemn.turbinal.org>
41277              
41278              Subject: [PATCH] Devel/Peek/Peek.xs: make plain C functions static
41279              Message-ID: <20050604232952.GU5867@solemn.turbinal.org>
41280              
41281              Subject: [PATCH] File/Glob/Glob.xs: errfunc() should be static
41282              Message-ID: <20050604233414.GV5867@solemn.turbinal.org>
41283              
41284              all being :
41285              From: Alexey Tourbin <at@altlinux.ru>
41286              Date: Sun, 5 Jun 2005
41287      Branch: perl
41288            ! ext/B/C/C.xs ext/Devel/Peek/Peek.xs ext/File/Glob/Glob.xs
41289 ____________________________________________________________________________
41290 [ 24733] By: nicholas                              on 2005/06/07  15:10:38
41291         Log: Simplify the implementation of SvPV*nolen functions
41292      Branch: perl
41293            ! sv.c sv.h
41294 ____________________________________________________________________________
41295 [ 24732] By: nicholas                              on 2005/06/07  14:57:35
41296         Log: Ensure string table counts are balanced. (Was not true in op/pack.t)
41297      Branch: perl
41298            ! sv.c sv.h
41299 ____________________________________________________________________________
41300 [ 24731] By: rgs                                   on 2005/06/07  14:44:55
41301         Log: Remove unneeded #ifdef VMS since VMS is not defined here anyway
41302              (spotted by Steve_p)
41303      Branch: perl
41304            ! util.c
41305 ____________________________________________________________________________
41306 [ 24730] By: rgs                                   on 2005/06/07  14:35:25
41307         Log: Subject: [PATCH] one more round of is_utf8_foo tuneup
41308              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
41309              Date: Sun, 05 Jun 2005 18:06:12 +0300
41310              Message-ID: <42A314E4.8060608@gmail.com>
41311      Branch: perl
41312            ! embed.fnc embed.h global.sym mg.c pod/perlapi.pod proto.h
41313            ! utf8.c utf8.h
41314 ____________________________________________________________________________
41315 [ 24729] By: rgs                                   on 2005/06/07  13:53:59
41316         Log: Subject: [PATCH] util.c: S_vdie_common() should be static
41317              From: Alexey Tourbin <at@altlinux.ru>
41318              Date: Sun, 5 Jun 2005 03:08:30 +0400
41319              Message-ID: <20050604230830.GS5867@solemn.turbinal.org>
41320      Branch: perl
41321            ! util.c
41322 ____________________________________________________________________________
41323 [ 24728] By: rgs                                   on 2005/06/07  13:15:45
41324         Log: Fix apidoc for newSVhek
41325      Branch: perl
41326            ! pod/perlapi.pod sv.c
41327 ____________________________________________________________________________
41328 [ 24727] By: nicholas                              on 2005/06/07  13:01:42
41329         Log: make pp_split const
41330      Branch: perl
41331            ! pp.c
41332 ____________________________________________________________________________
41333 [ 24726] By: nicholas                              on 2005/06/07  12:11:48
41334         Log: Lots of consting
41335      Branch: perl
41336            ! doio.c doop.c gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c pp_pack.c
41337            ! pp_sys.c
41338 ____________________________________________________________________________
41339 [ 24725] By: nicholas                              on 2005/06/07  12:08:58
41340         Log: The FBM compile code is mutable, because it's permissible to FBM
41341              compile a read-only value.
41342      Branch: perl
41343            ! util.c
41344 ____________________________________________________________________________
41345 [ 24724] By: nicholas                              on 2005/06/07  12:07:49
41346         Log: XS_VERSION_BOOTCHECK is read only.
41347      Branch: perl
41348            ! XSUB.h
41349 ____________________________________________________________________________
41350 [ 24723] By: nicholas                              on 2005/06/07  12:06:13
41351         Log: POPpx needs a const equivalent.
41352      Branch: perl
41353            ! pp.h
41354 ____________________________________________________________________________
41355 [ 24722] By: nicholas                              on 2005/06/07  12:03:56
41356         Log: Make a start at consting calls to SvPV. SV conversion and upgrade
41357              routines need to be mutable, as it's permitted to change the type of
41358              a READONLY SV, or cache the string or number conversion.
41359              Other routines are mostly const.
41360      Branch: perl
41361            ! sv.c
41362 ____________________________________________________________________________
41363 [ 24721] By: nicholas                              on 2005/06/07  12:00:09
41364         Log: Need const versions of SvPV(), so that its callers can indicate
41365              whether they are read/write or read only
41366              Also provide a mutable version, for the internals to use where it
41367              needs a non-const pointer, but will be writing. Callers of this are
41368              assumed to be aware of how copy on write is working, and to keep
41369              track of core changes.
41370              
41371              For now check that SVs are not READONLY when const versions are used.
41372              (with DEBUG_COW > 1). COW is going to have to be orthogonal to Perl's
41373              READONLY flag, but for now it provides a good test indicator.
41374      Branch: perl
41375            ! sv.h
41376 ____________________________________________________________________________
41377 [ 24720] By: rgs                                   on 2005/06/07  09:23:58
41378         Log: Subject: [PATCH] Re: [perl #36130] chr(-1) should probably return undef
41379              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
41380              Date: Mon, 06 Jun 2005 20:28:35 +0300
41381              Message-ID: <42A487C3.8010306@gmail.com>
41382      Branch: perl
41383            ! pod/perlfunc.pod pp.c t/op/chr.t
41384 ____________________________________________________________________________
41385 [ 24719] By: rgs                                   on 2005/06/07  09:02:23
41386         Log: Subject: RE: a bit of trouble with compiling with MSVC++ on Win32
41387              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
41388              Date: Tue, 7 Jun 2005 13:19:33 +0400 
41389              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12D462@itotest-1.spb.lucent.com>
41390      Branch: perl
41391            ! README.win32
41392 ____________________________________________________________________________
41393 [ 24718] By: rgs                                   on 2005/06/07  08:56:37
41394         Log: Subject: [perl #36193] crash in Perl_yyerror due to missing check for NULL 
41395              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
41396              Date: 6 Jun 2005 23:24:28 -0000
41397              Message-ID: <rt-3.0.11-36193-115243.12.1531563965146@perl.org>
41398      Branch: perl
41399            ! toke.c
41400 ____________________________________________________________________________
41401 [ 24717] By: merijn                                on 2005/06/07  08:18:59
41402         Log: Subject: [PATCH] Unvoid SvUPGRADE
41403              From: Andy Lester <andy@petdance.com>
41404              Date: Mon, 6 Jun 2005 23:08:50 -0500
41405              Message-ID: <20050607040850.GA7033@petdance.com>
41406      Branch: perl
41407            ! doio.c doop.c gv.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c
41408            ! scope.c sv.c sv.h toke.c util.c
41409 ____________________________________________________________________________
41410 [ 24716] By: nicholas                              on 2005/06/06  14:50:21
41411         Log: Abstract all access to the shared hash value through SvSHARED_HASH()
41412      Branch: perl
41413            ! hv.c pp_hot.c sv.c sv.h
41414 ____________________________________________________________________________
41415 [ 24715] By: nicholas                              on 2005/06/06  10:01:49
41416         Log: SvIsCOW_shared_hash is declared all the time, so use it.
41417      Branch: perl
41418            ! pp_hot.c
41419 ____________________________________________________________________________
41420 [ 24714] By: nicholas                              on 2005/06/06  09:08:45
41421         Log: Shared hash key scalars can be safely copied as shared hash key scalars
41422              all the time.
41423      Branch: perl
41424            ! sv.c
41425 ____________________________________________________________________________
41426 [ 24713] By: steveh                                on 2005/06/06  07:52:59
41427         Log: NORETURN_FUNCTION_END is not a complete statement
41428              
41429              (Fix compilation error following change #24702)
41430      Branch: perl
41431            ! ext/IO/IO.xs
41432 ____________________________________________________________________________
41433 [ 24712] By: steveh                                on 2005/06/06  07:47:06
41434         Log: We still need an "i" in the PERL_IMPLICIT_SYS case
41435              
41436              (Fix compilation error following change #24689)
41437      Branch: perl
41438            ! sv.c
41439 ____________________________________________________________________________
41440 [ 24711] By: merijn                                on 2005/06/06  06:18:51
41441         Log: Subject: [PATCH] Tru64: allow creating perl.pixie even with optimized Perl
41442              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
41443              Date: Sun, 05 Jun 2005 18:28:08 +0300
41444              Message-ID: <42A31A08.3070601@gmail.com>
41445      Branch: perl
41446            ! Makefile.SH
41447 ____________________________________________________________________________
41448 [ 24710] By: merijn                                on 2005/06/06  06:01:30
41449         Log: Subject: [PATCH] Re: blead attribute warnings, cygwin + gcc 3.4.1
41450              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
41451              Date: Sun, 5 Jun 2005 20:43:55 -0700
41452              Message-ID: <20050606034354.GA1456@efn.org>
41453      Branch: perl
41454            ! cygwin/cygwin.c
41455 ____________________________________________________________________________
41456 [ 24709] By: rgs                                   on 2005/06/05  11:35:48
41457         Log: New test for getppid(), by Alexey Tourbin
41458      Branch: perl
41459            + t/op/getppid.t
41460            ! MANIFEST
41461 ____________________________________________________________________________
41462 [ 24708] By: rgs                                   on 2005/06/05  11:14:41
41463         Log: Subject: PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memory
41464              From: Salvador Fandiño <sfandino@yahoo.com>
41465              Date: Jun 5, 2005 4:25 AM
41466              Message-ID: <20050605022436.21982.qmail@lists.develooper.com>
41467      Branch: perl
41468            ! pp_sort.c
41469 ____________________________________________________________________________
41470 [ 24707] By: ams                                   on 2005/06/05  03:55:11
41471         Log: Subject: [PATCH] Fix minor bummer in 24706
41472              From: Andy Lester <andy@petdance.com>
41473              Date: Sat, 4 Jun 2005 23:09:04 -0500
41474              Message-Id: <20050605040904.GA27783@petdance.com>
41475      Branch: perl
41476            ! utf8.c
41477 ____________________________________________________________________________
41478 [ 24706] By: rgs                                   on 2005/06/04  16:55:27
41479         Log: Subject: [PATCH] further speeding up of is_utf8_string()
41480              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
41481              Date: Sat, 04 Jun 2005 13:40:15 +0300
41482              Message-ID: <42A1850F.4040109@gmail.com>
41483      Branch: perl
41484            + t/op/chr.t
41485            ! MANIFEST embed.fnc embed.h global.sym proto.h utf8.c
41486 ____________________________________________________________________________
41487 [ 24705] By: rgs                                   on 2005/06/04  16:49:33
41488         Log: Silence a const warning
41489      Branch: perl
41490            ! sv.c
41491 ____________________________________________________________________________
41492 [ 24704] By: rgs                                   on 2005/06/04  16:06:38
41493         Log: Improve FindBin discovery of current directory, based on :
41494              
41495              Subject: FindBin.pm: incomplete getcwd/cwd patch? (#24375, #24379)
41496              From: José Pedro Oliveira <jpo@di.uminho.pt>
41497              Date: Thu, 12 May 2005 20:36:48 +0100
41498              Message-ID: <4283B050.6080805@di.uminho.pt>
41499              
41500              Plus POD fixes
41501      Branch: perl
41502            ! lib/FindBin.pm
41503 ____________________________________________________________________________
41504 [ 24703] By: rgs                                   on 2005/06/04  07:16:11
41505         Log: Simplify the getppid code, by Alexey Tourbin
41506      Branch: perl
41507            ! pp_sys.c
41508 ____________________________________________________________________________
41509 [ 24702] By: rgs                                   on 2005/06/03  22:22:43
41510         Log: Subject: [PATCH] Consting IO and Devel::Peek
41511              From: Andy Lester <andy@petdance.com>
41512              Reply-To: Perl 5 Porters <perl5-porters@perl.org>
41513              Message-ID: <20050531212621.GA12117@petdance.com>
41514      Branch: perl
41515            ! ext/Devel/Peek/Peek.xs ext/IO/IO.xs
41516 ____________________________________________________________________________
41517 [ 24701] By: rgs                                   on 2005/06/03  22:07:57
41518         Log: Subject: [PATCH] Clean up UNI* macros in toke.c
41519              From: Andy Lester <andy@petdance.com>
41520              Date: Jun 3, 2005 7:14 PM
41521              Message-ID: <20050603171448.GA5834@petdance.com>
41522      Branch: perl
41523            ! toke.c
41524 ____________________________________________________________________________
41525 [ 24700] By: rgs                                   on 2005/06/03  21:48:16
41526         Log: Subject: B::Concise torture
41527              From: Jim Cromie <jcromie@divsol.com>
41528              Date: Jun 2, 2005 6:36 AM
41529              Message-ID: <429E8CBE.406@divsol.com>
41530              (with formatting nits)
41531      Branch: perl
41532            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t ext/B/t/concise.t
41533 ____________________________________________________________________________
41534 [ 24699] By: rgs                                   on 2005/06/03  21:07:03
41535         Log: Subject: Re: [PATCH] Improved ICMP_UNREACHABLE handling in Net::Ping
41536              From: Gisle Aas <gisle@activestate.com>
41537              Date: 03 Jun 2005 09:17:44 -0700
41538              Message-ID: <lry89rfm8n.fsf_-_@caliper.activestate.com>
41539      Branch: perl
41540            ! lib/Net/Ping.pm
41541 ____________________________________________________________________________
41542 [ 24698] By: nicholas                              on 2005/06/03  12:00:01
41543         Log: Use newSVhek in the cloning code.
41544      Branch: perl
41545            ! sv.c
41546 ____________________________________________________________________________
41547 [ 24697] By: nicholas                              on 2005/06/03  11:06:36
41548         Log: Use newSVhek where we're generating SVs from package names
41549      Branch: perl
41550            ! op.c pp.c sv.c toke.c
41551 ____________________________________________________________________________
41552 [ 24696] By: nicholas                              on 2005/06/03  10:03:21
41553         Log: s/newSVpv_hek/newSVhek/g; # Lousy choice of name
41554      Branch: perl
41555            ! embed.fnc embed.h hv.c proto.h sv.c
41556 ____________________________________________________________________________
41557 [ 24694] By: rgs                                   on 2005/06/03  09:57:26
41558         Log: Bump version number
41559      Branch: perl
41560            ! ext/Devel/DProf/DProf.pm
41561 ____________________________________________________________________________
41562 [ 24693] By: rgs                                   on 2005/06/03  09:52:21
41563         Log: Subject: Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer"
41564              From: Duncan Findlay <duncf@debian.org>
41565              Date: Wed, 1 Jun 2005 12:18:08 -0400
41566              Message-ID: <20050601161808.GA17294@duncf.mine.nu>
41567      Branch: perl
41568            ! utils/dprofpp.PL
41569 ____________________________________________________________________________
41570 [ 24692] By: nicholas                              on 2005/06/03  09:37:21
41571         Log: Create newSVpv_hek to reduce code duplication where HEKs need to be
41572              turned into SVs
41573      Branch: perl
41574            ! embed.fnc embed.h global.sym hv.c sv.c
41575 ____________________________________________________________________________
41576 [ 24691] By: rgs                                   on 2005/06/03  09:29:36
41577         Log: POD fixes
41578      Branch: perl
41579            ! pod/perlfunc.pod
41580 ____________________________________________________________________________
41581 [ 24690] By: rgs                                   on 2005/06/03  08:37:42
41582         Log: Subject: Re: Should while ( <$fh> ) and while (< $fh >) do the same thing?
41583              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
41584              Date: Thu, 2 Jun 2005 11:49:11 -0700
41585              Message-ID: <20050602184911.GA3292@efn.org>
41586      Branch: perl
41587            ! pod/perlop.pod
41588 ____________________________________________________________________________
41589 [ 24689] By: rgs                                   on 2005/06/03  08:31:26
41590         Log: Subject: [PATCH] Random consting
41591              From: Andy Lester <andy@petdance.com>
41592              Date: Thu, 2 Jun 2005 12:19:43 -0500
41593              Message-ID: <20050602171943.GA16553@petdance.com>
41594      Branch: perl
41595            ! doio.c dump.c embed.fnc embed.h global.sym gv.c hv.c malloc.c
41596            ! perl.c perlio.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
41597            ! util.c
41598 ____________________________________________________________________________
41599 [ 24688] By: steveh                                on 2005/06/03  08:12:45
41600         Log: Subject: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
41601              From: "Jan Dubois" <jand@ActiveState.com>
41602              Date: Mon, 18 Apr 2005 20:16:24 -0700
41603              Message-Id: <200504190311.j3J3BM4p001792@smtp3.ActiveState.com>
41604              
41605              Subject: RE: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
41606              From: "Jan Dubois" <jand@ActiveState.com>
41607              Date: Tue, 19 Apr 2005 01:49:51 -0700
41608              Message-Id: <200504190844.j3J8inkW032630@smtp3.ActiveState.com>
41609              
41610              (There was no reply from Rob Brown in over a month, so commit to blead
41611              for now.  I'll email him again...)
41612      Branch: perl
41613            ! lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
41614            ! lib/Net/Ping/t/500_ping_icmp.t
41615 ____________________________________________________________________________
41616 [ 24687] By: rgs                                   on 2005/06/03  08:08:25
41617         Log: Subject: [PATCH] speed up is_utf8_char()
41618              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
41619              Date: Thu, 02 Jun 2005 21:52:46 +0300
41620              Message-ID: <429F557E.3090007@gmail.com>
41621      Branch: perl
41622            ! utf8.c utf8.h
41623 ____________________________________________________________________________
41624 [ 24686] By: rgs                                   on 2005/06/03  08:04:25
41625         Log: Subject: [PATCH] Quotes in pod/*.pod
41626              From: Andy Lester <andy@petdance.com>
41627              Date: Thu, 2 Jun 2005 16:19:54 -0500
41628              Message-ID: <20050602211954.GA22107@petdance.com>
41629      Branch: perl
41630            ! Porting/pumpkin.pod README.cygwin README.hurd README.mint
41631            ! README.os390 README.vmesa pod/perlfaq.pod pod/perlfaq3.pod
41632            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
41633            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlgpl.pod
41634            ! pod/perlhack.pod pod/perlipc.pod pod/perllocale.pod
41635            ! pod/perlport.pod pod/perlre.pod pod/perlref.pod
41636            ! pod/perlthrtut.pod
41637 ____________________________________________________________________________
41638 [ 24685] By: rgs                                   on 2005/06/03  07:59:48
41639         Log: Indent fix
41640      Branch: perl
41641            ! pod/perlfaq7.pod
41642 ____________________________________________________________________________
41643 [ 24684] By: rgs                                   on 2005/06/03  07:58:10
41644         Log: FAQ sync
41645      Branch: perl
41646            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
41647            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
41648            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
41649 ____________________________________________________________________________
41650 [ 24683] By: rgs                                   on 2005/06/03  07:45:21
41651         Log: Subject: [PATCH] symbian/xsbuild.pl
41652              From: <jarkko.hietaniemi@nokia.com>
41653              Date: Fri, 3 Jun 2005 11:00:01 +0300
41654              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A225@esebe105.NOE.Nokia.com>
41655      Branch: perl
41656            ! symbian/xsbuild.pl
41657 ____________________________________________________________________________
41658 [ 24682] By: rgs                                   on 2005/06/03  07:43:52
41659         Log: Subject: [PATCH] SvPVX_const() - patch #4
41660              From: Steve Peters <steve@fisharerojo.org>
41661              Date: Thu, 2 Jun 2005 13:41:35 -0500
41662              Message-ID: <20050602184135.GA13682@mccoy.peters.homeunix.org>
41663      Branch: perl
41664            ! embed.fnc pod/perlapi.pod proto.h regcomp.c regexec.c sv.c
41665 ____________________________________________________________________________
41666 [ 24681] By: rgs                                   on 2005/06/02  16:44:51
41667         Log: Subject: Re: [patch] teach B::Concise to see XS code
41668              From: Jim Cromie <jcromie@divsol.com>
41669              Date: Wed, 01 Jun 2005 08:01:17 -0600
41670              Message-ID: <429DBFAD.1090308@divsol.com>
41671      Branch: perl
41672            ! ext/B/B/Concise.pm ext/B/t/concise.t
41673 ____________________________________________________________________________
41674 [ 24680] By: nicholas                              on 2005/06/02  16:40:58
41675         Log: Integrate perl587delta.pod, the changes in perlhist.pod, and update
41676              the relevant makefiles and tables-of-contents to reflect this.
41677      Branch: perl
41678           +> pod/perl587delta.pod
41679           !> MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perlhist.pod
41680           !> pod/perltoc.pod vms/descrip_mms.template win32/Makefile
41681           !> win32/makefile.mk win32/pod.mak
41682 ____________________________________________________________________________
41683 [ 24679] By: steveh                                on 2005/06/02  15:57:13
41684         Log: Subject: DynaLoader dl_unload_file for win32 ( dl_win32.xs )
41685              From: DH <crazyinsomniac@yahoo.com>
41686              Date: Tue, 31 May 2005 08:33:27 -0700 (PDT)
41687              Message-ID: <20050531153327.85145.qmail@unknown-209-73-178-237.yahoo.com>
41688              
41689              (with a couple of minor tweaks)
41690      Branch: perl
41691            ! win32/dl_win32.xs
41692 ____________________________________________________________________________
41693 [ 24678] By: nicholas                              on 2005/06/02  15:10:54
41694         Log: Dave can see a better way of doing the rounding.
41695      Branch: perl
41696            ! handy.h
41697 ____________________________________________________________________________
41698 [ 24677] By: nicholas                              on 2005/06/02  14:42:20
41699         Log: 24672 is innocent. valgrind + perl's malloc considered harmful.
41700      Branch: perl
41701            ! toke.c
41702 ____________________________________________________________________________
41703 [ 24676] By: nicholas                              on 2005/06/02  13:36:01
41704         Log: Changes 24660 and 24665 both introduced errors into the USEMYMALLOC
41705              code. Plus change 24672 appears to break under USEMYMALLOC, so revert
41706              it for now.
41707      Branch: perl
41708            ! hv.c sv.c toke.c
41709 ____________________________________________________________________________
41710 [ 24675] By: rgs                                   on 2005/06/02  11:19:02
41711         Log: Upgrade to ExtUtils::CBuilder 0.12 and ExtUtils::ParseXS 2.10
41712      Branch: perl
41713            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
41714            ! lib/ExtUtils/CBuilder/Platform/Unix.pm
41715            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
41716            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
41717            ! lib/ExtUtils/CBuilder/Platform/aix.pm
41718            ! lib/ExtUtils/CBuilder/Platform/cygwin.pm
41719            ! lib/ExtUtils/CBuilder/Platform/darwin.pm
41720            ! lib/ExtUtils/CBuilder/Platform/os2.pm lib/ExtUtils/ParseXS.pm
41721 ____________________________________________________________________________
41722 [ 24674] By: rgs                                   on 2005/06/02  09:39:26
41723         Log: CPP typo fix (by Dominic Dunlop)
41724      Branch: perl
41725            ! perl.c
41726 ____________________________________________________________________________
41727 [ 24673] By: nicholas                              on 2005/06/02  09:29:48
41728         Log: Oops. My maths was too generous (by 1).
41729      Branch: perl
41730            ! handy.h
41731 ____________________________________________________________________________
41732 [ 24672] By: nicholas                              on 2005/06/02  09:24:17
41733         Log: Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensive
41734              macro.
41735      Branch: perl
41736            ! toke.c
41737 ____________________________________________________________________________
41738 [ 24671] By: rgs                                   on 2005/06/02  09:06:39
41739         Log: Fix changed diagnostic
41740      Branch: perl
41741            ! pod/perldiag.pod
41742 ____________________________________________________________________________
41743 [ 24670] By: ams                                   on 2005/06/02  08:44:41
41744         Log: Subject: [PATCH] SvPVX_const() - part 3 ... and const'ing Storable
41745              From: Steve Peters <steve@fisharerojo.org>
41746              Date: Tue, 31 May 2005 09:55:43 -0500
41747              Message-Id: <20050531145543.GA8051@mccoy.peters.homeunix.org>
41748      Branch: perl
41749            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
41750            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
41751            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/via/via.xs
41752            ! ext/Storable/Storable.xs pp_hot.c pp_pack.c pp_sys.c scope.c
41753 ____________________________________________________________________________
41754 [ 24669] By: rgs                                   on 2005/06/02  08:17:29
41755         Log: Subject: [PATCH] use lengths in sv_setpv() calls
41756              From: Andy Lester <andy@petdance.com>
41757              Date: Wed, 1 Jun 2005 23:16:56 -0500
41758              Message-ID: <20050602041656.GA3000@petdance.com>
41759      Branch: perl
41760            ! gv.c sv.c util.c
41761 ____________________________________________________________________________
41762 [ 24668] By: merijn                                on 2005/06/02  08:02:23
41763         Log: New HW model; more on threads for 10.20
41764      Branch: perl
41765            ! README.hpux
41766 ____________________________________________________________________________
41767 [ 24667] By: merijn                                on 2005/06/02  07:52:09
41768         Log: HP-UX specific #pragma entered in #23890 is not supported
41769              on HP-UX 10.20 and older
41770      Branch: perl
41771            ! perl.c
41772 ____________________________________________________________________________
41773 [ 24666] By: merijn                                on 2005/06/02  07:39:30
41774         Log: Subject: [PATCH] Quotes fixed, see also perl #36079
41775              From: Andy Lester <andy@petdance.com>
41776              Date: Thu, 2 Jun 2005 00:02:38 -0500
41777              Message-ID: <20050602050238.GA4001@petdance.com>
41778      Branch: perl
41779            ! av.c doio.c gv.c malloc.c perl.c perl.h perly.c
41780            ! pod/perldiag.pod pp_sort.c pp_sys.c regcomp.c regexec.c
41781            ! scope.h thrdvar.h toke.c util.c
41782 ____________________________________________________________________________
41783 [ 24665] By: nicholas                              on 2005/06/01  20:46:02
41784         Log: Round up all string length requests to malloc()/realloc() to the next
41785              multiple of 4/8 bytes [sizeof(size_t)] on the assumption that malloc()
41786              internally will quantise, and so we're going to use space that
41787              otherwise would be wasted. Hopefully this will save realloc()ing.
41788      Branch: perl
41789            ! ext/Devel/Peek/t/Peek.t handy.h perl.h sv.c
41790 ____________________________________________________________________________
41791 [ 24664] By: nicholas                              on 2005/06/01  20:42:29
41792         Log: I think SvCUR() was intended rather than SvLEN()
41793      Branch: perl
41794            ! ext/Storable/Storable.xs
41795 ____________________________________________________________________________
41796 [ 24663] By: nicholas                              on 2005/06/01  15:40:57
41797         Log: We don't have XRVs any more, so remove the typedef
41798      Branch: perl
41799            ! perl.h
41800 ____________________________________________________________________________
41801 [ 24662] By: nicholas                              on 2005/06/01  15:23:02
41802         Log: Zero-ing the new HV array is pointless, as we write to every element.
41803              Also avoid calling into he_dup when the HE is 0, to save the function
41804              call overhead.
41805      Branch: perl
41806            ! sv.c
41807 ____________________________________________________________________________
41808 [ 24661] By: nicholas                              on 2005/06/01  15:08:02
41809         Log: As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the type should be
41810              char rather than HE *. Bug was harmless, overallocating by a factor
41811              of sizeof(HE *)
41812      Branch: perl
41813            ! hv.c
41814 ____________________________________________________________________________
41815 [ 24660] By: nicholas                              on 2005/06/01  14:33:14
41816         Log: Store the xhv_aux structure after the main array.
41817              This reduces the size of HV bodies from 24 to 20 bytes on a 32 bit
41818              build. It has the side effect of defined %symbol_table:: now always
41819              being true. defined %hash is already deprecated.
41820      Branch: perl
41821            ! hv.c hv.h sv.c sv.h t/op/magic.t
41822 ____________________________________________________________________________
41823 [ 24659] By: nicholas                              on 2005/06/01  14:28:38
41824         Log: If we're building config_heavy.pl somewhere else, then we need to
41825              require it, not something (or maybe nothing) in the correct place.
41826      Branch: perl
41827            ! configpm
41828 ____________________________________________________________________________
41829 [ 24658] By: rgs                                   on 2005/06/01  14:16:32
41830         Log: Revert change #24656
41831      Branch: perl
41832            ! Makefile.SH
41833 ____________________________________________________________________________
41834 [ 24657] By: nicholas                              on 2005/06/01  09:19:46
41835         Log: Following the head refactoring, the Newz doesn't clear the SvPVX
41836              So PL_mess_sv contained an uninitialised value.
41837      Branch: perl
41838            ! util.c
41839 ____________________________________________________________________________
41840 [ 24656] By: rgs                                   on 2005/06/01  09:12:37
41841         Log: Subject: [PATCH] eliminate always running mktables
41842              From: Robin Barker <Robin.Barker@npl.co.uk>
41843              Date: Wed, 1 Jun 2005 09:55:16 +0100 
41844              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6B8@hotel.npl.co.uk>
41845      Branch: perl
41846            ! Makefile.SH
41847 ____________________________________________________________________________
41848 [ 24655] By: rgs                                   on 2005/06/01  09:09:35
41849         Log: Don't touch lib/ExtUtils/Miniperl.pm when rebuild identically
41850      Branch: perl
41851            ! Makefile.SH
41852 ____________________________________________________________________________
41853 [ 24654] By: rgs                                   on 2005/06/01  08:18:46
41854         Log: Subject: [PATCH] Re: [patch] teach B::Concise to see XS code
41855              From: Stephen McCamant <smcc@mit.edu>
41856              Date: Sat, 21 May 2005 21:52:31 -0700
41857              Message-ID: <17040.4111.265639.434150@apocalypse.OCF.Berkeley.EDU>
41858              
41859              Correctly nullify CvSTART when undef'ing a CV
41860      Branch: perl
41861            ! op.c
41862 ____________________________________________________________________________
41863 [ 24653] By: rgs                                   on 2005/06/01  07:56:50
41864         Log: Subject: Re: [patch] teach B::Concise to see XS code
41865              From: Jim Cromie <jcromie@divsol.com>
41866              Date: Sat, 21 May 2005 09:24:24 -0600
41867              Message-ID: <428F52A8.20702@divsol.com>
41868      Branch: perl
41869            + ext/B/t/concise-xs.t
41870            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t
41871 ____________________________________________________________________________
41872 [ 24652] By: rgs                                   on 2005/06/01  07:39:38
41873         Log: Subject: [PATCH] Speed up lib/unicore/mktables by 45%
41874              From: Andy Lester <andy@petdance.com>
41875              Date: Tue, 31 May 2005 12:39:00 -0500
41876              Message-ID: <20050531173900.GA9820@petdance.com>
41877      Branch: perl
41878            ! lib/unicore/mktables
41879 ____________________________________________________________________________
41880 [ 24651] By: rgs                                   on 2005/05/31  20:34:44
41881         Log: Remove duplicated line
41882      Branch: perl
41883            ! lib/Module/CoreList.pm
41884 ____________________________________________________________________________
41885 [ 24650] By: rgs                                   on 2005/05/31  20:31:55
41886         Log: Upgrade to Module::CoreList 2.02
41887      Branch: perl
41888            ! lib/Module/CoreList.pm
41889 ____________________________________________________________________________
41890 [ 24649] By: nicholas                              on 2005/05/31  12:03:30
41891         Log: Attempt 2 at a diet memory layout can go live.
41892      Branch: perl
41893            ! av.h hv.h
41894 ____________________________________________________________________________
41895 [ 24648] By: nicholas                              on 2005/05/31  10:40:01
41896         Log: Avoid updating a variable in a loop.
41897              Only calculate the number of links in a hash bucket chain if we really
41898              need it.
41899      Branch: perl
41900            ! hv.c
41901 ____________________________________________________________________________
41902 [ 24646] By: nicholas                              on 2005/05/31  10:02:12
41903         Log: Avoid updating a variable in the loop
41904      Branch: perl
41905            ! hv.c
41906 ____________________________________________________________________________
41907 [ 24645] By: rgs                                   on 2005/05/31  09:13:34
41908         Log: Subject: [PATCH] ByteLoader.xs cleanup
41909              From: Andy Lester <andy@petdance.com>
41910              Date: Mon, 30 May 2005 22:28:36 -0500
41911              Message-ID: <20050531032836.GA32198@petdance.com>
41912      Branch: perl
41913            ! ext/ByteLoader/ByteLoader.xs
41914 ____________________________________________________________________________
41915 [ 24644] By: merijn                                on 2005/05/31  05:41:24
41916         Log: Add DECC to the symbol list
41917              Subject: [PATCH]lette Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
41918              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
41919              Date: Mon, 30 May 2005 16:33:15 -0700
41920              Message-ID: <20050530233315.GA3088@efn.org>
41921      Branch: perl
41922            ! Configure
41923 ____________________________________________________________________________
41924 [ 24642] By: davem                                 on 2005/05/30  23:37:15
41925         Log: add pointer to email explaining why eval {goto &foo} is banned
41926      Branch: perl
41927            ! pp_ctl.c
41928 ____________________________________________________________________________
41929 [ 24638] By: nicholas                              on 2005/05/30  21:02:34
41930         Log: Change the logic to avoid needing to set a variable during the loop
41931      Branch: perl
41932            ! hv.c
41933 ____________________________________________________________________________
41934 [ 24633] By: nicholas                              on 2005/05/30  13:01:27
41935         Log: Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_get()
41936      Branch: perl
41937            ! hv.c
41938 ____________________________________________________________________________
41939 [ 24631] By: rgs                                   on 2005/05/30  11:54:23
41940         Log: Upgrade to PathTools 3.08
41941      Branch: perl
41942            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
41943 ____________________________________________________________________________
41944 [ 24630] By: merijn                                on 2005/05/30  11:07:45
41945         Log: gcc hints were not yet applied to gcc-4.x
41946              Now they are
41947      Branch: perl
41948            ! hints/hpux.sh
41949 ____________________________________________________________________________
41950 [ 24629] By: rgs                                   on 2005/05/30  11:07:15
41951         Log: Subject: [perl #36037] Perl 5.8.7-RC1 build problems on LynxOS 
41952              From: Olli Savia (via RT) <perlbug-followup@perl.org>
41953              Date: 30 May 2005 10:59:35 -0000
41954              Message-ID: <rt-3.0.11-36037-113779.5.23037641993746@perl.org>
41955      Branch: perl
41956            ! util.c
41957 ____________________________________________________________________________
41958 [ 24628] By: merijn                                on 2005/05/30  10:28:06
41959         Log: regen after #24627
41960      Branch: perl
41961            ! perlapi.h
41962 ____________________________________________________________________________
41963 [ 24627] By: merijn                                on 2005/05/30  10:19:09
41964         Log: Subject: Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
41965              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
41966              Date: Mon, 30 May 2005 09:15:56 +0300
41967              Message-ID: <429AAF9C.30503@gmail.com>
41968      Branch: perl
41969            ! embed.pl ext/DynaLoader/dl_dlopen.xs perl.h sv.c
41970 ____________________________________________________________________________
41971 [ 24626] By: rgs                                   on 2005/05/30  08:54:51
41972         Log: Subject: [PATCH] Teeny optimization in S_hv_magic_check
41973              From: Andy Lester <andy@petdance.com>
41974              Date: Tue, 24 May 2005 11:41:15 -0500
41975              Message-ID: <20050524164115.GA12027@petdance.com>
41976      Branch: perl
41977            ! hv.c
41978 ____________________________________________________________________________
41979 [ 24625] By: rgs                                   on 2005/05/30  08:48:12
41980         Log: Subject: [PATCH] More embed.fnc strictures, plus consting and localizing
41981              From: Andy Lester <andy@petdance.com>
41982              Date: Tue, 24 May 2005 11:47:22 -0500
41983              Message-ID: <20050524164722.GC12027@petdance.com>
41984              
41985              Subject: [PATCH] Remove unused casts
41986              From: Andy Lester <andy@petdance.com>
41987              Date: Tue, 24 May 2005 11:42:18 -0500
41988              Message-ID: <20050524164218.GB12027@petdance.com>
41989      Branch: perl
41990            ! embed.fnc op.c pp_sys.c proto.h regcomp.c regexec.c scope.c
41991            ! sv.c
41992 ____________________________________________________________________________
41993 [ 24624] By: rgs                                   on 2005/05/30  08:11:30
41994         Log: Minor grammar fix by Uri Guttman
41995      Branch: perl
41996            ! pod/perlre.pod
41997 ____________________________________________________________________________
41998 [ 24623] By: rgs                                   on 2005/05/30  08:08:47
41999         Log: Subject: [PATCH] perlrun.pod -w description typo
42000              From: Offer Kaye <offer.kaye@gmail.com>
42001              Date: Mon, 30 May 2005 11:27:38 +0300
42002              Message-ID: <569425050530012768a9baca@mail.gmail.com>
42003      Branch: perl
42004            ! pod/perlrun.pod
42005 ____________________________________________________________________________
42006 [ 24622] By: rgs                                   on 2005/05/30  07:45:09
42007         Log: Subject: [PATCH] Minor warning squashings
42008              From: Andy Lester <andy@petdance.com>
42009              Date: Sun, 29 May 2005 00:19:06 -0500
42010              Message-Id: <740ea3aca85400c6d03e945323badad4@petdance.com>
42011              
42012              Subject: [PATCH] Consting in Opcode.xs
42013              From: Andy Lester <andy@petdance.com>
42014              Date: Sun, 29 May 2005 11:23:50 -0500
42015              Message-ID: <20050529162350.GA13965@petdance.com>
42016              
42017              Subject: [PATCH] consting attrs.xs
42018              From: Andy Lester <andy@petdance.com>
42019              Date: Sun, 29 May 2005 14:15:46 -0500
42020              Message-ID: <20050529191546.GA15581@petdance.com>
42021              
42022              Subject: [PATCH] consting B.xs
42023              From: Andy Lester <andy@petdance.com>
42024              Date: Sun, 29 May 2005 15:09:24 -0500
42025              Message-ID: <20050529200924.GA15873@petdance.com>
42026      Branch: perl
42027            ! embed.fnc ext/B/B.xs ext/Opcode/Opcode.xs ext/attrs/attrs.xs
42028            ! perlio.c pp_sys.c proto.h regcomp.c utf8.c
42029 ____________________________________________________________________________
42030 [ 24621] By: nicholas                              on 2005/05/30  07:43:05
42031         Log: Need a cast to avoid a compiler warning.
42032      Branch: perl
42033            ! ext/ByteLoader/bytecode.h
42034 ____________________________________________________________________________
42035 [ 24619] By: nicholas                              on 2005/05/29  19:35:38
42036         Log: Goodbye xav_arylen. You won't be missed that much.
42037              So now there's a buy 5 get one free offer on PVAV bodies.
42038      Branch: perl
42039            ! av.c av.h dump.c embed.fnc global.sym perl.h pp.c proto.h sv.c
42040 ____________________________________________________________________________
42041 [ 24618] By: ams                                   on 2005/05/29  18:07:37
42042         Log: Subject: [PATCH configure.com] compiler awareness week
42043              From: "Craig A. Berry" <craigberry@mac.com>
42044              Date: Sun, 29 May 2005 12:43:09 -0500
42045              Message-Id: <4299FF2D.90209@mac.com>
42046      Branch: perl
42047            ! configure.com
42048 ____________________________________________________________________________
42049 [ 24617] By: nicholas                              on 2005/05/29  17:46:39
42050         Log: Change the IV to a union.
42051              Revert the NV union back to a plain NV
42052              Transpose the positions of IV and NV (NV is now first)
42053              Don't allocate the NV for PV,PVIV,PVAV and PVHV (last 2 non-allocations
42054              currently disabled by default)
42055      Branch: perl
42056            ! av.h cv.h hv.h intrpvar.h sv.c sv.h
42057 ____________________________________________________________________________
42058 [ 24615] By: nicholas                              on 2005/05/29  14:24:17
42059         Log: Teach buildtoc about README.openbsd, and regenerate various makefiles.
42060      Branch: perl
42061            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
42062            ! win32/makefile.mk
42063 ____________________________________________________________________________
42064 [ 24614] By: nicholas                              on 2005/05/29  14:23:32
42065         Log: Restort into bulidtoc's preferred order
42066      Branch: perl
42067            ! MANIFEST
42068 ____________________________________________________________________________
42069 [ 24613] By: ams                                   on 2005/05/29  04:45:05
42070         Log: Subject: [PATCH] VMS build update for blead
42071              From: "Craig A. Berry" <craigberry@mac.com>
42072              Date: Sat, 28 May 2005 23:18:46 -0500
42073              Message-Id: <429942A6.10601@mac.com>
42074      Branch: perl
42075            ! doio.c perly.c vms/descrip_mms.template vms/gen_shrfls.pl
42076            ! vms/vms.c vms/vmsish.h
42077 ____________________________________________________________________________
42078 [ 24612] By: ams                                   on 2005/05/28  14:40:32
42079         Log: Subject: [PATCH] Re: t/uni/class.t has a lot to warn about
42080              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
42081              Date: Sat, 28 May 2005 11:47:47 +0300
42082              Message-Id: <42983033.5050509@gmail.com>
42083      Branch: perl
42084            ! t/uni/class.t
42085 ____________________________________________________________________________
42086 [ 24610] By: merijn                                on 2005/05/27  19:22:39
42087         Log: Subject: Re: [PATCH] Do not install change logs, READMEs, etc...
42088              From: Michael G Schwern <schwern@pobox.com>
42089              Date: Fri, 27 May 2005 12:33:27 -0700
42090              Message-ID: <20050527193327.GC17504@windhund.schwern.org>
42091      Branch: perl
42092            ! installperl
42093 ____________________________________________________________________________
42094 [ 24609] By: nicholas                              on 2005/05/27  18:54:36
42095         Log: In assert(), we mustn't stringify the message as part of the first
42096              argument to croak, as it's a *printf format, and the thing we're
42097              asserting might itself contain % signs.
42098              Also, as __FILE__ is a string, we can append that to the format,
42099              rather than needing a %s for it.
42100      Branch: perl
42101            ! perl.h
42102 ____________________________________________________________________________
42103 [ 24608] By: nicholas                              on 2005/05/27  18:20:26
42104         Log: is() is better than ok()
42105      Branch: perl
42106            ! t/op/each.t
42107 ____________________________________________________________________________
42108 [ 24607] By: steveh                                on 2005/05/27  16:22:59
42109         Log: Fix failing Cwd tests on Win32
42110              
42111              Patch was posted to Ken previously
42112              
42113              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00226.html)
42114              
42115              but no reply as yet.  I'll mail him again...
42116      Branch: perl
42117            ! lib/Cwd.pm
42118 ____________________________________________________________________________
42119 [ 24606] By: steveh                                on 2005/05/27  16:15:41
42120         Log: Skip signals and core dump tests on Win32
42121              
42122              See http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00749.html
42123      Branch: perl
42124            ! t/run/exit.t
42125 ____________________________________________________________________________
42126 [ 24605] By: steveh                                on 2005/05/27  15:54:09
42127         Log: Fix more Win32 linker errors caused by change 24561
42128              
42129              Apparently sys_intern_init and sys_intern_clear are required even for
42130              non-threaded builds on Win32.
42131      Branch: perl
42132            ! embed.fnc embed.h proto.h
42133 ____________________________________________________________________________
42134 [ 24596] By: merijn                                on 2005/05/27  10:20:54
42135         Log: Subject: [PATCH] Do not install change logs, READMEs, etc...
42136              From: Michael G Schwern <schwern@pobox.com>
42137              Date: Thu, 26 May 2005 13:43:05 -0700
42138              Message-ID: <20050526204305.GH11558@windhund.schwern.org>
42139      Branch: perl
42140            ! installperl
42141 ____________________________________________________________________________
42142 [ 24595] By: merijn                                on 2005/05/27  10:06:25
42143         Log: Subject: [PATCH] add PERL_CALLCONV to PERL_CKDEF and PERL_PPDEF
42144              From: <jarkko.hietaniemi@nokia.com>
42145              Date: Fri, 27 May 2005 13:15:36 +0300
42146              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A1CD@esebe105.NOE.Nokia.com>
42147      Branch: perl
42148            ! perl.h
42149 ____________________________________________________________________________
42150 [ 24594] By: nicholas                              on 2005/05/27  09:18:26
42151         Log: Get the HEK once only in the hot code (class method calls)
42152      Branch: perl
42153            ! hv.h pp_hot.c
42154 ____________________________________________________________________________
42155 [ 24593] By: rgs                                   on 2005/05/27  07:44:07
42156         Log: Subject: [PATCH] Re: [perl #35420] localtime corruption
42157              From: Michael G Schwern <schwern@pobox.com>
42158              Date: Thu, 26 May 2005 13:39:38 -0700
42159              Message-ID: <20050526203938.GG11558@windhund.schwern.org>
42160      Branch: perl
42161            ! pod/perlfunc.pod pod/perlport.pod
42162 ____________________________________________________________________________
42163 [ 24592] By: rgs                                   on 2005/05/27  07:04:46
42164         Log: Subject: [PATCH] Documentation nits and fixes for Sv*_set() macros
42165              From: Steve Peters <steve@fisharerojo.org>
42166              Date: Thu, 26 May 2005 14:58:50 -0500
42167              Message-ID: <20050526195850.GA1308@mccoy.peters.homeunix.org>
42168      Branch: perl
42169            ! pod/perlapi.pod sv.h
42170 ____________________________________________________________________________
42171 [ 24591] By: steveh                                on 2005/05/26  16:56:03
42172         Log: Fix some Win32 link errors
42173      Branch: perl
42174            ! global.sym makedef.pl proto.h
42175 ____________________________________________________________________________
42176 [ 24590] By: nicholas                              on 2005/05/26  16:07:20
42177         Log: Rename the members of the SV head union to avoid pre-processor
42178              arguments with embed.h
42179      Branch: perl
42180            ! av.h hv.h sv.c sv.h
42181 ____________________________________________________________________________
42182 [ 24588] By: ams                                   on 2005/05/26  15:33:58
42183         Log: -Wall is intolerably noisy with icc.
42184      Branch: perl
42185            ! cflags.SH
42186 ____________________________________________________________________________
42187 [ 24585] By: rgs                                   on 2005/05/26  15:13:53
42188         Log: Subject: [PATCH] bytes.pm doesn't check undefined subroutine calling
42189              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
42190              Date: Thu, 26 May 2005 23:46:35 +0900
42191              Message-Id: <20050526234321.92F1.BQW10602@nifty.com>
42192      Branch: perl
42193            ! lib/bytes.pm lib/bytes.t
42194 ____________________________________________________________________________
42195 [ 24584] By: nicholas                              on 2005/05/26  14:24:31
42196         Log: Store the package name as a shared HEK.
42197              Abolish HvNAME() - as the stored pointer is not a char* you can't set
42198              it directly now.
42199              Storing a pointer to a HEK tracks the length too, and seems to be
42200              faster.
42201      Branch: perl
42202            ! embed.fnc gv.c hv.c hv.h op.c pp.c proto.h sv.c toke.c
42203            ! xsutils.c
42204 ____________________________________________________________________________
42205 [ 24583] By: nicholas                              on 2005/05/26  12:27:47
42206         Log: We know how big the global string table will be, so use that
42207              information.
42208      Branch: perl
42209            ! sv.c
42210 ____________________________________________________________________________
42211 [ 24582] By: nicholas                              on 2005/05/26  11:28:24
42212         Log: It helps to set the total keys correctly when duplicating a hash.
42213              It helps even more to have a test for this.
42214      Branch: perl
42215            ! ext/threads/t/problems.t sv.c
42216 ____________________________________________________________________________
42217 [ 24581] By: merijn                                on 2005/05/26  11:26:05
42218         Log: More possible re-order dependencies solved
42219      Branch: perl
42220            ! Porting/config_h.pl config_h.SH
42221 ____________________________________________________________________________
42222 [ 24580] By: merijn                                on 2005/05/26  08:43:38
42223         Log: Subject: [PATCH] Updated lint infrastructure
42224              From: Andy Lester <andy@petdance.com>
42225              Date: Wed, 25 May 2005 12:31:39 -0500
42226              Message-ID: <20050525173139.GB1701@petdance.com>
42227      Branch: perl
42228            ! Makefile.SH handy.h malloc.c mg.c pp.c regcomp.h
42229 ____________________________________________________________________________
42230 [ 24579] By: ams                                   on 2005/05/26  07:08:22
42231         Log: Subject: [PATCH] MPE/iX has no lchown()
42232              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
42233              Date: Thu, 26 May 2005 08:36:19 +0300
42234              Message-Id: <42956053.4010200@gmail.com>
42235      Branch: perl
42236            ! hints/mpeix.sh
42237 ____________________________________________________________________________
42238 [ 24578] By: merijn                                on 2005/05/25  19:05:07
42239         Log: Added Porting/config_h.pl
42240      Branch: perl
42241            ! MANIFEST
42242 ____________________________________________________________________________
42243 [ 24576] By: merijn                                on 2005/05/25  18:41:52
42244         Log: Reordering config_h.SH after metaconfig now semi automated
42245              This will save me *a lot* of manual work
42246      Branch: perl
42247            + Porting/config_h.pl
42248            ! Configure config_h.SH
42249 ____________________________________________________________________________
42250 [ 24575] By: nicholas                              on 2005/05/25  16:26:12
42251         Log: Export Perl_hek_dup, which duplicates shared hash keys.
42252      Branch: perl
42253            ! embed.fnc embed.h hv.c proto.h
42254 ____________________________________________________________________________
42255 [ 24574] By: nicholas                              on 2005/05/25  15:52:33
42256         Log: Track the mapping between source shared hash keys and target shared
42257              hash keys to save repeated lookups during cloning.
42258      Branch: perl
42259            ! embed.fnc embedvar.h ext/threads/threads.xs hv.c intrpvar.h
42260            ! perl.c perlapi.h proto.h sv.c
42261 ____________________________________________________________________________
42262 [ 24573] By: nicholas                              on 2005/05/25  14:06:55
42263         Log: Replace all uses of HvNAME with the appropriate HvNAME_get or
42264              HvNAME_set
42265      Branch: perl
42266            ! bytecode.pl cop.h ext/ByteLoader/bytecode.h
42267            ! ext/ByteLoader/byterun.c
42268 ____________________________________________________________________________
42269 [ 24572] By: nicholas                              on 2005/05/25  10:02:07
42270         Log: I think for now these have to be disabled by default.
42271      Branch: perl
42272            ! av.h hv.h
42273 ____________________________________________________________________________
42274 [ 24571] By: rgs                                   on 2005/05/25  09:34:20
42275         Log: Update description of Term::ReadLine and fix typo
42276              Subject: [perl #35963] Typo in Term::ReadLine 
42277              From: "perlbug@veggiechinese.net (via RT)" <perlbug-followup@perl.org>
42278              Date: 24 May 2005 23:29:37 -0000
42279              Message-ID: <rt-3.0.11-35963-113541.14.5614982698687@perl.org>
42280      Branch: perl
42281            ! lib/Term/ReadLine.pm
42282 ____________________________________________________________________________
42283 [ 24570] By: nicholas                              on 2005/05/24  20:23:53
42284         Log: Initialising the hash seed needs to be early in case anything
42285              calcualtes HASHes during dup()ing.
42286      Branch: perl
42287            ! sv.c
42288 ____________________________________________________________________________
42289 [ 24569] By: nicholas                              on 2005/05/24  17:13:34
42290         Log: Reorder the union to cause Win32 compilers to use void * alignment for
42291              it.
42292      Branch: perl
42293            ! av.h cv.h hv.h sv.h
42294 ____________________________________________________________________________
42295 [ 24568] By: ams                                   on 2005/05/24  16:44:53
42296         Log: Subject: [PATCH] xsubpp, ParseXS: allow other suffix beyond .c
42297              From: jarkko.hietaniemi@nokia.com
42298              Date: Tue, 24 May 2005 12:48:38 +0300
42299              Message-Id: <B356D8F434D20B40A8CEDAEC305A1F2453D7EB@esebe105.NOE.Nokia.com>
42300      Branch: perl
42301            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/xsubpp
42302 ____________________________________________________________________________
42303 [ 24567] By: rgs                                   on 2005/05/24  15:44:52
42304         Log: Clarification on the behaviour of qw// and x :
42305              Subject: [PATCH] Re: [perl #35885] qw and x operators doesn't mix
42306              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
42307              Date: Tue, 24 May 2005 08:52:00 -0700
42308              Message-ID: <20050524155200.GA1784@efn.org>
42309      Branch: perl
42310            ! pod/perlop.pod
42311 ____________________________________________________________________________
42312 [ 24566] By: nicholas                              on 2005/05/24  15:21:48
42313         Log: Leaking is bad, m'kay.
42314      Branch: perl
42315            ! hv.c sv.c
42316 ____________________________________________________________________________
42317 [ 24565] By: rgs                                   on 2005/05/24  13:50:02
42318         Log: Remove Perl_ck_* functions from public API
42319      Branch: perl
42320            ! embed.fnc embed.h global.sym
42321 ____________________________________________________________________________
42322 [ 24564] By: nicholas                              on 2005/05/24  13:01:49
42323         Log: Correct the description of pte_arenaroot
42324      Branch: perl
42325            ! intrpvar.h
42326 ____________________________________________________________________________
42327 [ 24563] By: rgs                                   on 2005/05/24  12:58:45
42328         Log: Documentation nit on @-, found by Guillaume Rousse
42329              (plus POD markup simplification, for readability with pod2text)
42330      Branch: perl
42331            ! pod/perlvar.pod
42332 ____________________________________________________________________________
42333 [ 24562] By: rgs                                   on 2005/05/24  12:39:26
42334         Log: ext/B/t/deparse.t was failing with t/TEST but not with t/harness
42335      Branch: perl
42336            ! ext/B/t/deparse.t
42337 ____________________________________________________________________________
42338 [ 24561] By: rgs                                   on 2005/05/24  12:33:01
42339         Log: Subject: [PATCH] embed.fnc cleanup + SvPVX_const usage
42340              From: Andy Lester <andy@petdance.com>
42341              Date: Sat, 21 May 2005 09:06:40 -0500
42342              Message-ID: <20050521140640.GB875@petdance.com>
42343      Branch: perl
42344            ! embed.fnc embed.h global.sym op.c pad.c perlio.c pp_ctl.c
42345            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c utf8.c
42346 ____________________________________________________________________________
42347 [ 24560] By: rgs                                   on 2005/05/24  11:22:21
42348         Log: The tokenizer should expect an operator after qw().
42349              This fixes [perl #35885] qw and x operators doesn't mix
42350      Branch: perl
42351            ! t/op/repeat.t toke.c
42352 ____________________________________________________________________________
42353 [ 24559] By: rgs                                   on 2005/05/24  08:45:44
42354         Log: Subject: Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly.
42355              From: demerphq <demerphq@gmail.com>
42356              Date: Mon, 23 May 2005 11:43:56 +0200
42357              Message-ID: <9b18b31105052302431fb0a3c2@mail.gmail.com>
42358      Branch: perl
42359            ! ext/B/t/deparse.t
42360 ____________________________________________________________________________
42361 [ 24558] By: rgs                                   on 2005/05/24  08:09:10
42362         Log: Make distclean should remove the leftover test files of ExtUtils::ParseXS
42363      Branch: perl
42364            ! Makefile.SH
42365 ____________________________________________________________________________
42366 [ 24557] By: nicholas                              on 2005/05/23  20:26:35
42367         Log: Don't allocate an IV slot where the type doesn't use the IV slot.
42368      Branch: perl
42369            ! av.h hv.h sv.h
42370 ____________________________________________________________________________
42371 [ 24556] By: ams                                   on 2005/05/23  16:58:46
42372         Log: Assorted 2.15 fixes.
42373      Branch: perl
42374            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
42375 ____________________________________________________________________________
42376 [ 24555] By: ams                                   on 2005/05/23  16:34:16
42377         Log: Remove one const to ensure that the universe doesn't tip over.
42378              (At least on AIX.)
42379      Branch: perl
42380            ! ext/Storable/Storable.xs
42381 ____________________________________________________________________________
42382 [ 24554] By: merijn                                on 2005/05/23  15:29:01
42383         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) 
42384              From: Andrew Dougherty <doughera@lafayette.edu>
42385              Date: Mon, 23 May 2005 11:48:08 -0400 (EDT)
42386              Message-ID: <Pine.SOC.4.62.0505231143480.4714@maxwell.phys.lafayette.edu>
42387      Branch: perl
42388            ! ext/SDBM_File/sdbm/sdbm.c
42389 ____________________________________________________________________________
42390 [ 24553] By: ams                                   on 2005/05/23  15:24:05
42391         Log: Subject: [PATCH] universal.c warnings hushed
42392              From: Andy Lester <andy@petdance.com>
42393              Date: Mon, 23 May 2005 10:38:25 -0500
42394              Message-Id: <20050523153825.GA28498@petdance.com>
42395      Branch: perl
42396            ! universal.c
42397 ____________________________________________________________________________
42398 [ 24552] By: rgs                                   on 2005/05/23  14:31:33
42399         Log: Attribute compilation fix for Windows by Andy Lester
42400      Branch: perl
42401            ! perl.h perlio.h
42402 ____________________________________________________________________________
42403 [ 24551] By: gbarr                                 on 2005/05/23  13:49:59
42404         Log: Update to Scalar-List-Utils-1.17
42405      Branch: perl
42406            ! ext/List/Util/Changes ext/List/Util/README
42407            ! ext/List/Util/lib/List/Util.pm
42408            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
42409            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/refaddr.t
42410 ____________________________________________________________________________
42411 [ 24550] By: rgs                                   on 2005/05/23  11:38:34
42412         Log: Declaration nit spotted by Jarkko
42413      Branch: perl
42414            ! hv.c
42415 ____________________________________________________________________________
42416 [ 24549] By: nicholas                              on 2005/05/23  11:27:16
42417         Log: PL_regex_padav elements hold either more AVs, or IVs that point to
42418              regexps. Don't attempt to look at the IVX if it's not an IV.
42419      Branch: perl
42420            ! perl.c sv.c
42421 ____________________________________________________________________________
42422 [ 24548] By: nicholas                              on 2005/05/23  10:13:21
42423         Log: Oops. What is looking at an array's SvIVX()?
42424      Branch: perl
42425            ! sv.c
42426 ____________________________________________________________________________
42427 [ 24547] By: nicholas                              on 2005/05/23  09:22:35
42428         Log: We don't need IV and RV arena variables anymore. We don't need to set
42429              SvIVX or SvNVX on hashes.
42430      Branch: perl
42431            ! embedvar.h intrpvar.h perlapi.h sv.c
42432 ____________________________________________________________________________
42433 [ 24546] By: nicholas                              on 2005/05/23  09:09:15
42434         Log: Bytecode mustn't save the NVX for hashes now that the NVX is a union
42435              containing pointers initialised to zero.
42436      Branch: perl
42437            ! ext/B/B/Bytecode.pm
42438 ____________________________________________________________________________
42439 [ 24545] By: steveh                                on 2005/05/23  08:46:37
42440         Log: Fill in HASATTRIBUTE stuff in win32/config_H.* (see change #24508)
42441              
42442              (None are actually defined, but it's nice to have them there anyway)
42443      Branch: perl
42444            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
42445            ! win32/config_H.vc64
42446 ____________________________________________________________________________
42447 [ 24544] By: nicholas                              on 2005/05/23  08:09:58
42448         Log: create an "allocated" structure for PVs, PVAVs and PVHVs
42449      Branch: perl
42450            ! av.h hv.h intrpvar.h sv.c sv.h
42451 ____________________________________________________________________________
42452 [ 24543] By: rgs                                   on 2005/05/23  07:33:52
42453         Log: Fix [perl #35929] : PerlIO::scalar didn't understand $/ = ""
42454              because PerlIOScalar_unread was broken.
42455              Bump version number of PerlIO::scalar to 0.04.
42456      Branch: perl
42457            ! ext/PerlIO/scalar/scalar.pm ext/PerlIO/scalar/scalar.xs
42458            ! ext/PerlIO/t/scalar.t
42459 ____________________________________________________________________________
42460 [ 24542] By: nicholas                              on 2005/05/22  22:03:19
42461         Log: Re-order IVX slot in SV bodies
42462      Branch: perl
42463            ! av.h cv.h hv.h sv.h
42464 ____________________________________________________________________________
42465 [ 24541] By: rgs                                   on 2005/05/22  18:53:12
42466         Log: Subject: Re: [PATCH 5.8.7 RC1] lib/Carp.t todo for VMS
42467              From: Michael G Schwern <schwern@pobox.com>
42468              Date: May 20, 2005 10:09 PM
42469              Message-ID: <20050520200900.GB13473@windhund.schwern.org>
42470      Branch: perl
42471            ! lib/Carp.t
42472 ____________________________________________________________________________
42473 [ 24538] By: nicholas                              on 2005/05/21  22:46:50
42474         Log: Add a union in place of xnv_nv, which allows AVs and HVs to re-use
42475              the memory to store pointers and integers.
42476              (Part 1 - will be reworked to be more efficient when IV or void*
42477              is 64 bit soon)
42478      Branch: perl
42479            ! av.h cv.h dump.c ext/B/B.pm ext/B/B.xs ext/Devel/Peek/t/Peek.t
42480            ! hv.h sv.h
42481 ____________________________________________________________________________
42482 [ 24537] By: ams                                   on 2005/05/21  22:26:34
42483         Log: Subject: [PATCH] ExtUtils::CBuilder Tru64 support
42484              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
42485              Date: Sat, 21 May 2005 23:20:21 +0300
42486              Message-Id: <428F9805.70108@gmail.com>
42487      Branch: perl
42488            + lib/ExtUtils/CBuilder/Platform/dec_osf.pm
42489            ! MANIFEST
42490 ____________________________________________________________________________
42491 [ 24536] By: ams                                   on 2005/05/21  22:17:20
42492         Log: Make the __attribute__ stuff work with Symbian (Jarkko).
42493              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00530.html
42494      Branch: perl
42495            ! perl.h
42496 ____________________________________________________________________________
42497 [ 24535] By: davem                                 on 2005/05/21  22:10:19
42498         Log: goto &xsub that croaks corrupts memory
42499              When an XS sub is called, a CxSUB context shouldn't be pushed. Make
42500              goto &xs_sub mimic this behaviour by first popping the old CxSUB
42501      Branch: perl
42502            ! pp_ctl.c t/op/goto_xs.t
42503 ____________________________________________________________________________
42504 [ 24534] By: davem                                 on 2005/05/21  21:38:55
42505         Log: stop goto &foo wasting stack space
42506              it used to push @_ onto the end of the stack; now it pops the stack
42507              back to the old watermark first.
42508      Branch: perl
42509            ! pp_ctl.c
42510 ____________________________________________________________________________
42511 [ 24533] By: davem                                 on 2005/05/21  19:50:50
42512         Log: add access to Perl_croak() via 'mycroak' in XS::APItest
42513      Branch: perl
42514            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
42515            ! ext/XS/APItest/t/exception.t
42516 ____________________________________________________________________________
42517 [ 24532] By: davem                                 on 2005/05/21  19:15:43
42518         Log: disallow eval { goto &foo }
42519              eval 'goto &foo' is already banned, and the try-version usually
42520              coredumps due to the code assuming the CxEVAL is actually a CxSUB.
42521              Anyway exiting an eval but preserving "it's" @_ doesn't make much
42522              sense.
42523      Branch: perl
42524            ! pod/perldiag.pod pp_ctl.c t/op/goto.t
42525 ____________________________________________________________________________
42526 [ 24531] By: nicholas                              on 2005/05/21  18:19:43
42527         Log: Move the xpv_pv/xrv_rv member into the SV head, in a union with
42528              IV and UV. Avoid allocating a body for IVs and RVs.
42529      Branch: perl
42530            ! av.h bytecode.pl cv.h embed.fnc embed.h ext/B/B/C.pm
42531            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
42532            ! ext/ByteLoader/byterun.h hv.c hv.h proto.h sv.c sv.h
42533 ____________________________________________________________________________
42534 [ 24530] By: rgs                                   on 2005/05/21  16:01:42
42535         Log: Really fix change 24527
42536      Branch: perl
42537            ! gv.c
42538 ____________________________________________________________________________
42539 [ 24529] By: nicholas                              on 2005/05/21  15:59:30
42540         Log: Fool. That should be I32 everywhere.
42541      Branch: perl
42542            ! hv.c
42543 ____________________________________________________________________________
42544 [ 24528] By: ams                                   on 2005/05/21  15:35:44
42545         Log: Subject: [PATCH] ctags parms need to know .h is C
42546              From: Andy Lester <andy@petdance.com>
42547              Date: Sat, 21 May 2005 08:58:14 -0500
42548              Message-Id: <20050521135814.GA875@petdance.com>
42549      Branch: perl
42550            ! Makefile.SH
42551 ____________________________________________________________________________
42552 [ 24527] By: rgs                                   on 2005/05/21  14:15:44
42553         Log: Compilation fix
42554      Branch: perl
42555            ! gv.c
42556 ____________________________________________________________________________
42557 [ 24526] By: nicholas                              on 2005/05/21  12:31:52
42558         Log: Move hv_name, hv_eiter and hv_riter into a new aux structure.
42559              Provide (more efficient) _get and _set macros.
42560              Adjust the core to use them.
42561      Branch: perl
42562            ! dump.c embed.fnc ext/Data/Dumper/Dumper.xs
42563            ! ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs
42564            ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs
42565            ! ext/threads/shared/shared.xs global.sym gv.c hv.c hv.h mg.c
42566            ! op.c op.h opnames.h perl.c pp.c pp_hot.c pp_sys.c proto.h sv.c
42567            ! toke.c universal.c xsutils.c
42568 ____________________________________________________________________________
42569 [ 24525] By: nicholas                              on 2005/05/21  09:29:18
42570         Log: Move placeholders into a new rhash magic type.
42571      Branch: perl
42572            ! dump.c embed.fnc ext/Storable/Storable.xs global.sym hv.c hv.h
42573            ! perl.h proto.h sv.c
42574 ____________________________________________________________________________
42575 [ 24524] By: rgs                                   on 2005/05/21  09:18:07
42576         Log: Update to MakeMaker 6.30
42577      Branch: perl
42578            ! lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
42579            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/FIRST_MAKEFILE.t
42580            ! lib/ExtUtils/t/PL_FILES.t
42581            ! t/lib/MakeMaker/Test/Setup/PL_FILES.pm
42582 ____________________________________________________________________________
42583 [ 24523] By: ams                                   on 2005/05/21  02:58:49
42584         Log: Subject: [PATCH] SvPVX_const - patch #2
42585              From: Steve Peters <steve@fisharerojo.org>
42586              Date: Fri, 20 May 2005 21:42:10 -0500
42587              Message-Id: <20050521024210.GA29036@mccoy.peters.homeunix.org>
42588      Branch: perl
42589            ! dump.c gv.c op.c pad.c perlio.c perly.c pp.c pp_ctl.c
42590 ____________________________________________________________________________
42591 [ 24522] By: nicholas                              on 2005/05/20  22:53:00
42592         Log: Remove PMROOT and replace it with a small shell script. Er, magic.
42593              (PMROOT being needed to implement bare C<reset> - how often do you
42594              use that?)
42595      Branch: perl
42596            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Asmdata.pm
42597            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h hv.c hv.h
42598            ! op.c perl.h sv.c
42599 ____________________________________________________________________________
42600 [ 24521] By: nicholas                              on 2005/05/20  22:30:16
42601         Log: Update XS code to declare PERL_UNUSED_DECL conditionally
42602      Branch: perl
42603            ! ext/List/Util/Util.xs ext/POSIX/POSIX.xs
42604            ! ext/Storable/Storable.xs
42605 ____________________________________________________________________________
42606 [ 24520] By: nicholas                              on 2005/05/20  21:50:03
42607         Log: Updaate ppport.h to get a conditional PERL_UNUSED_DECL
42608      Branch: perl
42609            ! ext/Cwd/ppport.h ext/Time/HiRes/ppport.h
42610 ____________________________________________________________________________
42611 [ 24519] By: nicholas                              on 2005/05/20  21:46:26
42612         Log: Need to make PERL_UNUSED_DECL conditional as xlc on AIX doesn't like
42613              it being redefined.
42614      Branch: perl
42615            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/parts/inc/misc
42616 ____________________________________________________________________________
42617 [ 24518] By: nicholas                              on 2005/05/20  21:11:52
42618         Log: Goodbye AvFLAGS
42619      Branch: perl
42620            ! av.c av.h bytecode.pl cop.h dump.c ext/B/B.pm ext/B/B.xs
42621            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
42622            ! ext/B/B/Debug.pm ext/B/defsubs_h.PL ext/ByteLoader/byterun.c
42623            ! ext/ByteLoader/byterun.h pad.c pp_ctl.c sv.c sv.h
42624 ____________________________________________________________________________
42625 [ 24517] By: rgs                                   on 2005/05/20  17:54:15
42626         Log: Upgrade to Math::BigInt 1.77
42627      Branch: perl
42628            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
42629            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
42630            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
42631            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
42632 ____________________________________________________________________________
42633 [ 24516] By: nicholas                              on 2005/05/20  16:42:44
42634         Log: Fix a typo
42635      Branch: perl
42636            ! hv.h
42637 ____________________________________________________________________________
42638 [ 24514] By: ams                                   on 2005/05/20  14:42:21
42639         Log: Damnable applypatch nonsense.
42640      Branch: perl
42641            ! ext/Storable/t/sig_die.t
42642 ____________________________________________________________________________
42643 [ 24513] By: rgs                                   on 2005/05/20  14:37:12
42644         Log: Update MANIFEST
42645      Branch: perl
42646            ! MANIFEST
42647 ____________________________________________________________________________
42648 [ 24512] By: ams                                   on 2005/05/20  14:21:21
42649         Log: Previously overlooked $SIG{DIE} patch from Slaven Rezic.
42650              http://groups-beta.google.com/group/perl.perl5.porters/msg/2d10ba2c390ecc41
42651      Branch: perl
42652            + ext/Storable/t/sig_die.t
42653            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
42654 ____________________________________________________________________________
42655 [ 24511] By: rgs                                   on 2005/05/20  13:11:43
42656         Log: Subject: [PATCH] Add a Makefile target for ctags
42657              From: Andy Lester <andy@petdance.com>
42658              Date: Thu, 12 May 2005 11:40:52 -0500
42659              Message-ID: <20050512164052.GA30287@petdance.com>
42660      Branch: perl
42661            ! Makefile.SH
42662 ____________________________________________________________________________
42663 [ 24510] By: rgs                                   on 2005/05/20  10:49:03
42664         Log: Upgrade to MakeMaker 6.29
42665      Branch: perl
42666            + lib/ExtUtils/t/FIRST_MAKEFILE.t
42667            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
42668            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
42669            ! lib/ExtUtils/t/Installed.t
42670 ____________________________________________________________________________
42671 [ 24509] By: rgs                                   on 2005/05/20  09:26:01
42672         Log: Subject: SvPVX_const() - Patch #1
42673              From: Steve Peters <steve@fisharerojo.org>
42674              Date: Tue, 17 May 2005 18:17:01 -0500
42675              Message-ID: <20050517231701.GA1394@mccoy.peters.homeunix.org>
42676      Branch: perl
42677            ! doio.c toke.c universal.c util.c warnings.h warnings.pl
42678 ____________________________________________________________________________
42679 [ 24508] By: rgs                                   on 2005/05/20  07:53:46
42680         Log: Subject: [PATCH] Attribute configuration
42681              From: Andy Lester <andy@petdance.com>
42682              Date: Thu, 19 May 2005 12:32:56 -0500
42683              Message-ID: <20050519173256.GA29039@petdance.com>
42684      Branch: perl
42685            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
42686            ! Porting/Glossary Porting/config.sh Porting/pumpkin.pod XSUB.h
42687            ! config_h.SH configure.com epoc/config.sh hints/next_3_0.sh
42688            ! hints/vmesa.sh malloc.c mg.c op.c perl.c perl.h perlio.h
42689            ! plan9/config_sh.sample plan9/genconfig.pl scope.c sv.c
42690            ! symbian/config.sh t/op/sprintf.t uconfig.sh vms/genconfig.pl
42691            ! win32/config.bc win32/config.gc win32/config.vc
42692            ! win32/config.vc64 wince/config.ce
42693 ____________________________________________________________________________
42694 [ 24507] By: rgs                                   on 2005/05/20  07:16:59
42695         Log: Gisle noted an unused variable
42696      Branch: perl
42697            ! t/run/exit.t
42698 ____________________________________________________________________________
42699 [ 24506] By: rgs                                   on 2005/05/19  21:07:43
42700         Log: Fix the new exit() tests, by Gisle Aas :
42701              don't let the shell interfere with the process return value
42702      Branch: perl
42703            ! t/run/exit.t
42704 ____________________________________________________________________________
42705 [ 24505] By: ams                                   on 2005/05/19  17:51:48
42706         Log: Subject: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. 
42707              From: yves orton <perlbug-followup@perl.org>
42708              Date: 18 May 2005 08:30:44 -0000
42709              Message-Id: <rt-3.0.11-35857-113142.6.75213005071278@perl.org>
42710      Branch: perl
42711            ! ext/B/B/Deparse.pm
42712 ____________________________________________________________________________
42713 [ 24504] By: nicholas                              on 2005/05/19  09:32:18
42714         Log: tabs, not spaces. Bad editor. No cookie.
42715              Does the MANIFEST file support comments, sufficient to add an editor
42716              block?
42717      Branch: perl
42718            ! MANIFEST
42719 ____________________________________________________________________________
42720 [ 24503] By: rgs                                   on 2005/05/19  06:25:22
42721         Log: Adjust VMS test count
42722      Branch: perl
42723            ! t/run/exit.t
42724 ____________________________________________________________________________
42725 [ 24501] By: rgs                                   on 2005/05/18  16:08:30
42726         Log: Subject: Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]
42727              From: Gisle Aas <gisle@ActiveState.com>
42728              Date: 18 May 2005 08:35:47 -0700
42729              Message-ID: <lr8y2cim24.fsf_-_@caliper.activestate.com>
42730      Branch: perl
42731            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perl.h perlapi.h
42732            ! pod/perlfunc.pod pod/perlport.pod pod/perlvar.pod t/run/exit.t
42733 ____________________________________________________________________________
42734 [ 24500] By: rgs                                   on 2005/05/18  15:26:32
42735         Log: Subject: Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: [Module::Build] ANNOUNCE: Module::Build 0.2610 -> CPAN)
42736              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
42737              Date: Wed, 18 May 2005 07:13:40 -0700
42738              Message-ID: <20050518141131.GA2704@efn.org>
42739      Branch: perl
42740            + lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
42741            + lib/ExtUtils/CBuilder/Platform/Unix.pm
42742            + lib/ExtUtils/CBuilder/Platform/VMS.pm
42743            + lib/ExtUtils/CBuilder/Platform/Windows.pm
42744            + lib/ExtUtils/CBuilder/Platform/aix.pm
42745            + lib/ExtUtils/CBuilder/Platform/cygwin.pm
42746            + lib/ExtUtils/CBuilder/Platform/darwin.pm
42747            + lib/ExtUtils/CBuilder/Platform/os2.pm
42748            + lib/ExtUtils/CBuilder/t/01-basic.t
42749            + lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
42750            + lib/ExtUtils/ParseXS/t/XSTest.pm
42751            + lib/ExtUtils/ParseXS/t/XSTest.xs
42752            + lib/ExtUtils/ParseXS/t/basic.t
42753            ! MANIFEST Porting/Maintainers.pl lib/ExtUtils/t/00compile.t
42754            ! lib/ExtUtils/xsubpp
42755 ____________________________________________________________________________
42756 [ 24499] By: rgs                                   on 2005/05/18  12:46:38
42757         Log: Subject: B::Disassembler.pm
42758              From: Nicholas Clark <nick@ccl4.org>
42759              Date: Tue, 17 May 2005 11:28:18 +0100
42760              Message-ID: <20050517102817.GD94420@plum.flirble.org>
42761      Branch: perl
42762            ! ext/B/B/Disassembler.pm
42763 ____________________________________________________________________________
42764 [ 24498] By: davem                                 on 2005/05/18  12:39:22
42765         Log: make t/TEST print summary times consistently to two decimal places
42766      Branch: perl
42767            ! t/TEST
42768 ____________________________________________________________________________
42769 [ 24497] By: nicholas                              on 2005/05/18  12:34:53
42770         Log: Default to allocating the correct size for the array in the HV.
42771              Override this with -DPERL_USE_LARGE_HV_ALLOC
42772      Branch: perl
42773            ! hv.h
42774 ____________________________________________________________________________
42775 [ 24496] By: rgs                                   on 2005/05/18  11:50:47
42776         Log: Subject: [PATCH] Eliminate radically out of date CHANGES from perlport
42777              From: Michael G Schwern <schwern@pobox.com>
42778              Date: Mon, 16 May 2005 15:17:05 -0700
42779              Message-ID: <20050516221705.GA212@windhund.schwern.org>
42780              
42781              Subject: [PATCH] Eliminate function signatures from perlport
42782              From: Michael G Schwern <schwern@pobox.com>
42783              Date: Mon, 16 May 2005 15:24:18 -0700
42784              Message-ID: <20050516222418.GA422@windhund.schwern.org>
42785      Branch: perl
42786            ! pod/perlport.pod
42787 ____________________________________________________________________________
42788 [ 24495] By: merijn                                on 2005/05/17  18:45:56
42789         Log: Subject: [PATCH] more about __attribute__
42790              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
42791              Date: Tue, 17 May 2005 20:36:43 +0300
42792              Message-ID: <428A2BAB.9020306@gmail.com>
42793      Branch: perl
42794            ! perl.h
42795 ____________________________________________________________________________
42796 [ 24493] By: rgs                                   on 2005/05/17  15:55:38
42797         Log: Clarify definition of octal literals
42798              (thanks to Olivier Blin)
42799      Branch: perl
42800            ! pod/perldata.pod
42801 ____________________________________________________________________________
42802 [ 24492] By: rgs                                   on 2005/05/17  15:15:46
42803         Log: Subject: [PATCH] perl 5.9.x (@ 24471): Symbian update
42804              From: <jarkko.hietaniemi@nokia.com>
42805              Date: Mon, 16 May 2005 17:59:35 +0300
42806              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D793@esebe105.NOE.Nokia.com>
42807              
42808              completed by:
42809              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D7A0@esebe105.NOE.Nokia.com>
42810      Branch: perl
42811            ! embed.pl mg.c op.c perl.h proto.h reentr.c reentr.pl scope.c
42812            ! symbian/port.pl universal.c
42813 ____________________________________________________________________________
42814 [ 24491] By: nicholas                              on 2005/05/17  13:27:43
42815         Log: One last 1008 to replace with PERL_ARENA_SIZE
42816      Branch: perl
42817            ! sv.c
42818 ____________________________________________________________________________
42819 [ 24490] By: nicholas                              on 2005/05/16  21:42:05
42820         Log: Upgrade to Encode 2.10
42821      Branch: perl
42822            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
42823            ! ext/Encode/Encode.xs ext/Encode/META.yml
42824            ! ext/Encode/lib/Encode/Alias.pm
42825 ____________________________________________________________________________
42826 [ 24489] By: rgs                                   on 2005/05/16  16:56:43
42827         Log: Subject: [PATCH] consting-eleventy.patch: More consts, plus actual bug fix
42828              From: Andy Lester <andy@petdance.com>
42829              Date: Mon, 16 May 2005 10:13:53 -0500
42830              Message-ID: <20050516151353.GA25387@petdance.com>
42831      Branch: perl
42832            ! XSUB.h av.c dump.c embed.fnc embed.h hv.c malloc.c mg.c
42833            ! numeric.c perl.c perl.h pod/perlapi.pod pp.h pp_ctl.c pp_hot.c
42834            ! proto.h regcomp.c regexec.c scope.c sv.c sv.h
42835            ! t/run/fresh_perl.t toke.c universal.c utf8.c util.c
42836 ____________________________________________________________________________
42837 [ 24482] By: nicholas                              on 2005/05/16  15:11:30
42838         Log: Bump the version number on Win32::Win32
42839      Branch: perl
42840            ! win32/ext/Win32/Win32.pm
42841 ____________________________________________________________________________
42842 [ 24480] By: nicholas                              on 2005/05/16  15:01:48
42843         Log: Assuming that everything with 0x40000000 is SVpad_TYPED is bogus.
42844      Branch: perl
42845            ! sv.c
42846 ____________________________________________________________________________
42847 [ 24476] By: rgs                                   on 2005/05/16  08:58:40
42848         Log: This seems to be the right thing to do to iterate over layers
42849      Branch: perl
42850            ! ext/PerlIO/via/via.xs
42851 ____________________________________________________________________________
42852 [ 24475] By: rgs                                   on 2005/05/16  08:47:28
42853         Log: $! might contain "unknown" if strerror(3) says so
42854      Branch: perl
42855            ! t/op/mkdir.t
42856 ____________________________________________________________________________
42857 [ 24472] By: rgs                                   on 2005/05/16  08:03:15
42858         Log: Upgrade to Time::HiRes 1.68
42859      Branch: perl
42860            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
42861            ! ext/Time/HiRes/HiRes.xs
42862 ____________________________________________________________________________
42863 [ 24471] By: nicholas                              on 2005/05/15  20:46:03
42864         Log: Subject: [PATCH] Minor tweak to via
42865              From: Andy Lester <andy@petdance.com>
42866              Message-ID: <20050513163952.GA20167@petdance.com>
42867              Date: Fri, 13 May 2005 11:39:52 -0500
42868              
42869              from a bug report and patch by Matt Lawrence
42870      Branch: perl
42871            ! ext/PerlIO/via/via.xs
42872 ____________________________________________________________________________
42873 [ 24470] By: nicholas                              on 2005/05/15  11:32:15
42874         Log: Upgrade to CGI.pm 3.10
42875      Branch: perl
42876            + lib/CGI/t/can.t
42877            ! MANIFEST lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
42878 ____________________________________________________________________________
42879 [ 24469] By: davem                                 on 2005/05/15  00:09:35
42880         Log: avoid leaked scalar in BEGIN { threads->new(...) }
42881      Branch: perl
42882            ! sv.c
42883 ____________________________________________________________________________
42884 [ 24468] By: davem                                 on 2005/05/14  23:16:50
42885         Log: Fix typo in DDEBUG_LEAKING_SCALARS flags output
42886      Branch: perl
42887            ! perl.c
42888 ____________________________________________________________________________
42889 [ 24467] By: davem                                 on 2005/05/14  15:11:30
42890         Log: initialize the PL_xpvgv_[arena]root vars during clone
42891      Branch: perl
42892            ! sv.c
42893 ____________________________________________________________________________
42894 [ 24465] By: gbarr                                 on 2005/05/13  20:42:53
42895         Log: Update to Scalar-List-Utils-1.15
42896      Branch: perl
42897            + ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t
42898            + ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t
42899            + ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t
42900            + ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t
42901            + ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t
42902            + ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t
42903            + ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t
42904            + ext/List/Util/t/p_tainted.t
42905            ! MANIFEST ext/List/Util/Changes ext/List/Util/Util.xs
42906            ! ext/List/Util/lib/List/Util.pm
42907            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/blessed.t
42908            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
42909            ! ext/List/Util/t/isvstring.t ext/List/Util/t/lln.t
42910            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
42911            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
42912            ! ext/List/Util/t/openhan.t ext/List/Util/t/proto.t
42913            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
42914            ! ext/List/Util/t/refaddr.t ext/List/Util/t/reftype.t
42915            ! ext/List/Util/t/shuffle.t ext/List/Util/t/sum.t
42916            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
42917 ____________________________________________________________________________
42918 [ 24461] By: rgs                                   on 2005/05/13  12:52:45
42919         Log: Subject: change to quiet cygwin's perlld
42920              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
42921              Date: Fri, 13 May 2005 06:15:45 -0700
42922              Message-ID: <20050513131545.GB4024@efn.org>
42923      Branch: perl
42924            ! cygwin/perlld.in
42925 ____________________________________________________________________________
42926 [ 24460] By: nicholas                              on 2005/05/13  11:59:26
42927         Log: Reorder the *more* arena allocation functions into a block
42928              As they are now ahead of their corresponding *new* functions, no need
42929              for all the embedding guff.
42930              Remove all the "register" keywords.
42931      Branch: perl
42932            ! embed.fnc embed.h hv.c proto.h sv.c
42933 ____________________________________________________________________________
42934 [ 24459] By: nicholas                              on 2005/05/13  11:09:03
42935         Log: Allocate GV bodies from arenas
42936      Branch: perl
42937            ! embed.fnc embed.h embedvar.h intrpvar.h perlapi.h proto.h sv.c
42938 ____________________________________________________________________________
42939 [ 24455] By: davem                                 on 2005/05/12  19:07:27
42940         Log: make join.t threadsafe!
42941              tests 13 and 14 could output in reverse order. Add a lock to stop
42942              this.
42943      Branch: perl
42944            ! ext/threads/t/join.t
42945 ____________________________________________________________________________
42946 [ 24454] By: steveh                                on 2005/05/12  10:56:20
42947         Log: Remove a couple of unreferenced local variables
42948      Branch: perl
42949            ! win32/ext/Win32/Win32.xs
42950 ____________________________________________________________________________
42951 [ 24453] By: steveh                                on 2005/05/12  10:10:37
42952         Log: Subject: [PATCH] Add Win32::GetFileVersion() function
42953              From: "Jan Dubois" <jand@ActiveState.com>
42954              Date: Wed, 11 May 2005 22:30:37 -0700
42955              Message-Id: <200505120530.j4C5UhpX031152@smtp3.ActiveState.com>
42956      Branch: perl
42957            ! win32/ext/Win32/Win32.pm win32/ext/Win32/Win32.xs
42958 ____________________________________________________________________________
42959 [ 24452] By: rgs                                   on 2005/05/12  09:58:50
42960         Log: Silence DEBUGGING compilation warnings
42961      Branch: perl
42962            ! toke.c
42963 ____________________________________________________________________________
42964 [ 24451] By: rgs                                   on 2005/05/12  09:52:12
42965         Log: SvUPGRADE doesn't return false.
42966      Branch: perl
42967            ! toke.c
42968 ____________________________________________________________________________
42969 [ 24450] By: rgs                                   on 2005/05/12  08:45:40
42970         Log: Rework documentation of split(//,...)
42971      Branch: perl
42972            ! pod/perlfunc.pod
42973 ____________________________________________________________________________
42974 [ 24449] By: ams                                   on 2005/05/11  16:57:27
42975         Log: Subject: [perl #33765] [PATCH] perlop: mention why 'print !!0' doesn't 
42976              From: Steve Peters via RT <perlbug-followup@perl.org>
42977              Date: 11 May 2005 16:58:22 -0000
42978              Message-Id: <rt-3.0.11-33765-112475.14.5633321030279@perl.org>
42979              
42980              Subject: [perl #33766] [PATCH] perldoc -f split lacks basic null example 
42981              From: Steve Peters via RT <perlbug-followup@perl.org>
42982              Date: 11 May 2005 17:13:29 -0000
42983              Message-Id: <rt-3.0.11-33766-112476.1.84217630998887@perl.org>
42984      Branch: perl
42985            ! pod/perlfunc.pod pod/perlsyn.pod
42986 ____________________________________________________________________________
42987 [ 24446] By: merijn                                on 2005/05/11  09:39:06
42988         Log: Subject: Hints changes for OS X 10.4
42989              From: Michael G Schwern <schwern@pobox.com>
42990              Date: Tue, 10 May 2005 18:10:47 -0700
42991              Message-ID: <20050511011047.GA23955@windhund.schwern.org>
42992      Branch: perl
42993            ! hints/darwin.sh
42994 ____________________________________________________________________________
42995 [ 24445] By: rgs                                   on 2005/05/11  07:54:19
42996         Log: Include vim/emacs modelines in generated files to open them
42997              in read-only mode. Make vi modelines compatible with non-vim
42998              vi versions.
42999      Branch: perl
43000            ! av.c bytecode.pl deb.c doio.c doop.c dump.c embed.h embed.pl
43001            ! embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
43002            ! ext/ByteLoader/byterun.h global.sym globals.c gv.c hv.c
43003            ! keywords.h keywords.pl lib/warnings.pm locale.c malloc.c mg.c
43004            ! miniperlmain.c numeric.c op.c opcode.h opcode.pl opnames.h
43005            ! pad.c perl.c perlapi.c perlapi.h perlio.c perly.c pp.c pp.sym
43006            ! pp_ctl.c pp_hot.c pp_pack.c pp_proto.h pp_sort.c pp_sys.c
43007            ! proto.h reentr.c reentr.h reentr.pl regcomp.c regcomp.pl
43008            ! regexec.c regnodes.h run.c scope.c sv.c taint.c toke.c
43009            ! universal.c utf8.c util.c warnings.h warnings.pl xsutils.c
43010 ____________________________________________________________________________
43011 [ 24444] By: rgs                                   on 2005/05/10  20:56:37
43012         Log: Subject: potential [PATCH] Tru64 crank up strictness
43013              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
43014              Date: May 10, 2005 7:44 PM
43015              Message-Id: <4ADE5AAD-27CB-4F9E-BEC7-41DAA7671108@iki.fi>
43016      Branch: perl
43017            ! hints/dec_osf.sh perl.h toke.c x2p/a2py.c
43018 ____________________________________________________________________________
43019 [ 24443] By: rgs                                   on 2005/05/10  20:27:16
43020         Log: "make regen" should run reentr.pl
43021      Branch: perl
43022            ! regen.pl
43023 ____________________________________________________________________________
43024 [ 24442] By: rgs                                   on 2005/05/10  20:08:27
43025         Log: Regenerate reentr.[ch]
43026      Branch: perl
43027            ! reentr.c reentr.h
43028 ____________________________________________________________________________
43029 [ 24441] By: ams                                   on 2005/05/10  17:23:26
43030         Log: Subject: Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
43031              From: Steve Peters <steve@fisharerojo.org>
43032              Date: Tue, 10 May 2005 12:44:13 -0500
43033              Message-Id: <20050510174413.GA19686@mccoy.peters.homeunix.org>
43034      Branch: perl
43035            + README.openbsd
43036            ! MANIFEST reentr.pl
43037 ____________________________________________________________________________
43038 [ 24440] By: rgs                                   on 2005/05/10  16:51:02
43039         Log: Add editor boilerplates to all C files
43040              (except the generated ones)
43041      Branch: perl
43042            ! av.c deb.c doio.c doop.c dump.c globals.c gv.c hv.c locale.c
43043            ! malloc.c mg.c miniperlmain.c numeric.c op.c pad.c perl.c
43044            ! perlio.c perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c
43045            ! pp_sys.c regcomp.c regexec.c run.c scope.c sv.c taint.c toke.c
43046            ! universal.c utf8.c util.c xsutils.c
43047 ____________________________________________________________________________
43048 [ 24439] By: nicholas                              on 2005/05/10  15:38:07
43049         Log: s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
43050              plus a couple of 1 byte sv_setpv()s too.
43051      Branch: perl
43052            ! doio.c dump.c ext/B/B.xs ext/Storable/Storable.xs mg.c op.c
43053            ! perl.c pp_ctl.c pp_hot.c pp_sys.c toke.c
43054 ____________________________________________________________________________
43055 [ 24438] By: nicholas                              on 2005/05/10  14:47:58
43056         Log: As we have the length of the string easily to hand, no reason not to
43057              use it.
43058      Branch: perl
43059            ! op.c
43060 ____________________________________________________________________________
43061 [ 24437] By: ams                                   on 2005/05/10  14:41:08
43062         Log: Subject: [PATCH] perlop.pod nit
43063              From: Steve Peters <steve@fisharerojo.org>
43064              Date: Tue, 10 May 2005 09:41:01 -0500
43065              Message-Id: <20050510144101.GA21362@mccoy.peters.homeunix.org>
43066      Branch: perl
43067            ! pod/perlop.pod
43068 ____________________________________________________________________________
43069 [ 24436] By: nicholas                              on 2005/05/10  11:03:49
43070         Log: Experiment with using the ptr_table code to hold the seen hash
43071      Branch: perl
43072            ! ext/Storable/Storable.xs
43073 ____________________________________________________________________________
43074 [ 24435] By: nicholas                              on 2005/05/10  09:17:32
43075         Log: Simplify the debug and assert logic.
43076      Branch: perl
43077            ! ext/Storable/Storable.xs
43078 ____________________________________________________________________________
43079 [ 24434] By: nicholas                              on 2005/05/10  09:03:11
43080         Log: Change 24165 missed one s/class/classname/ in the debugging code.
43081      Branch: perl
43082            ! ext/Storable/Storable.xs
43083 ____________________________________________________________________________
43084 [ 24433] By: ams                                   on 2005/05/10  03:16:23
43085         Log: Subject: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
43086              From: Steve Peters <steve@fisharerojo.org>
43087              Date: Mon, 9 May 2005 21:10:49 -0500
43088              Message-Id: <20050510021049.GA20147@mccoy.peters.homeunix.org>
43089      Branch: perl
43090            ! reentr.h
43091 ____________________________________________________________________________
43092 [ 24432] By: ams                                   on 2005/05/10  03:15:34
43093         Log: Subject: [PATCH] Avoid USE_SITECUSTOMIZE redefined warnings
43094              From: Jan Dubois <jand@ActiveState.com>
43095              Date: Mon, 9 May 2005 19:29:06 -0700
43096              Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com>
43097      Branch: perl
43098            ! config_h.SH
43099 ____________________________________________________________________________
43100 [ 24431] By: rgs                                   on 2005/05/09  20:07:14
43101         Log: Subject: [PATCH] attributes-two.patch, the next batch
43102              From: Andy Lester <andy@petdance.com>
43103              Date: May 9, 2005 5:45 PM
43104              Message-ID: <20050509154518.GA18273@petdance.com>
43105      Branch: perl
43106            ! doop.c embed.fnc embed.pl gv.c handy.h op.c perl.c
43107            ! pod/perlapi.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c toke.c
43108            ! utf8.c
43109 ____________________________________________________________________________
43110 [ 24430] By: rgs                                   on 2005/05/09  19:19:20
43111         Log: Fix typo (bug #35368)
43112      Branch: perl
43113            ! pod/perlreftut.pod
43114 ____________________________________________________________________________
43115 [ 24429] By: nicholas                              on 2005/05/09  16:33:57
43116         Log: Update the comment describing arenas.
43117      Branch: perl
43118            ! sv.c
43119 ____________________________________________________________________________
43120 [ 24427] By: nicholas                              on 2005/05/09  11:22:19
43121         Log: Hoist the static "AUTOLOAD" into a static const variable. Makes the
43122              object file slightly smaller, and also increases the proportion of
43123              read only data section.
43124      Branch: perl
43125            ! gv.c
43126 ____________________________________________________________________________
43127 [ 24426] By: rgs                                   on 2005/05/09  11:11:35
43128         Log: Upgrade to Unicode::Collate 0.50
43129      Branch: perl
43130            + lib/Unicode/Collate/t/cjkrange.t lib/Unicode/Collate/t/ignor.t
43131            + lib/Unicode/Collate/t/override.t
43132            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
43133            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/altern.t
43134            ! lib/Unicode/Collate/t/contract.t
43135            ! lib/Unicode/Collate/t/hangtype.t
43136            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/illegal.t
43137            ! lib/Unicode/Collate/t/illegalp.t lib/Unicode/Collate/t/index.t
43138            ! lib/Unicode/Collate/t/normal.t
43139            ! lib/Unicode/Collate/t/rearrang.t lib/Unicode/Collate/t/test.t
43140            ! lib/Unicode/Collate/t/trailwt.t
43141            ! lib/Unicode/Collate/t/variable.t
43142            ! lib/Unicode/Collate/t/version.t lib/Unicode/Collate/t/view.t
43143 ____________________________________________________________________________
43144 [ 24425] By: nicholas                              on 2005/05/09  10:10:42
43145         Log: Change 24413 should have updated makedef.pl with the knowledge that 2
43146              symbols are ithreads only.
43147      Branch: perl
43148            ! makedef.pl
43149 ____________________________________________________________________________
43150 [ 24424] By: nicholas                              on 2005/05/09  10:00:37
43151         Log: Change 24420 should have hand updated globvar.sym to reflect the
43152              renaming of the global variable.
43153      Branch: perl
43154            ! globvar.sym
43155 ____________________________________________________________________________
43156 [ 24423] By: nicholas                              on 2005/05/09  08:48:46
43157         Log: Simplify S_hv_notallowed slightly by passing a prebuilt message
43158              template. (Also slightly smaller object code)
43159      Branch: perl
43160            ! hv.c
43161 ____________________________________________________________________________
43162 [ 24422] By: rgs                                   on 2005/05/09  07:37:58
43163         Log: Subject: [PATCH] Sv_*set() doc's and extra const's for the SvPVX_const() tasks
43164              From: Steve Peters <steve@fisharerojo.org>
43165              Date: Sun, 8 May 2005 20:49:17 -0500
43166              Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org>
43167      Branch: perl
43168            ! embed.fnc perl_keyword.pl pod/perlapi.pod proto.h sv.h toke.c
43169 ____________________________________________________________________________
43170 [ 24421] By: rgs                                   on 2005/05/09  07:29:33
43171         Log: Revert to Andy's first solution for nonnull attributes;
43172              add the missing defines for non-threaded perls in perl.h
43173      Branch: perl
43174            ! embed.h embed.pl global.sym perl.h proto.h
43175 ____________________________________________________________________________
43176 [ 24420] By: nicholas                              on 2005/05/08  22:09:18
43177         Log: Perl_croak uses perl's printf, so can pass in SVs direct - no need for
43178              SvPV and a %s format.
43179      Branch: perl
43180            ! mg.c perl.h pp.c pp_hot.c
43181 ____________________________________________________________________________
43182 [ 24419] By: nicholas                              on 2005/05/08  21:40:29
43183         Log: There's no need to set a reference count for the new SV heads, as it's
43184              always set to 1 at uprooting time.
43185              But set it to zero when DEBUGGING to make things clearer. Plus fix a
43186              bug introduced by change 22945, where the last SV head had an
43187              uninitialised reference count.
43188      Branch: perl
43189            ! sv.c
43190 ____________________________________________________________________________
43191 [ 24418] By: nicholas                              on 2005/05/08  19:45:30
43192         Log: The idea is that when you find something, you stop looking.
43193              ( http://use.perl.org/comments.pl?sid=26369&cid=40183 )
43194      Branch: perl
43195            ! sv.c
43196 ____________________________________________________________________________
43197 [ 24417] By: davem                                 on 2005/05/08  14:39:19
43198         Log: t/TEST's new error messages now include the prefix 'FAILURE--'
43199      Branch: perl
43200            ! t/TEST
43201 ____________________________________________________________________________
43202 [ 24416] By: rgs                                   on 2005/05/08  12:19:51
43203         Log: Tweak the insertion of __attribute__((nonnull())) declarations
43204              in proto.h so it compiles with and without threads with gcc 3.4
43205      Branch: perl
43206            ! embed.pl proto.h
43207 ____________________________________________________________________________
43208 [ 24414] By: rgs                                   on 2005/05/07  17:15:45
43209         Log: Subject: [PATCH] GCC attributes!
43210              From: Andy Lester <andy@petdance.com>
43211              Date: May 4, 2005 11:55 PM
43212              Message-ID: <20050504215540.GA20413@petdance.com>
43213      Branch: perl
43214            ! autodoc.pl av.c doio.c doop.c embed.fnc embed.pl op.c perl.h
43215            ! pod/perlapi.pod proto.h regcomp.c sv.c utf8.c util.c xsutils.c
43216 ____________________________________________________________________________
43217 [ 24413] By: nicholas                              on 2005/05/07  16:08:16
43218         Log: The ptr_table arena variables and code is only needed for ithreads.
43219      Branch: perl
43220            ! intrpvar.h sv.c
43221 ____________________________________________________________________________
43222 [ 24412] By: davem                                 on 2005/05/07  12:57:06
43223         Log: while (my $x ...) { ...; redo } shouldn't undef $x.
43224              In the presence of 'my' in the conditional of a while(), until(),
43225              or for(;;) loop, add an extra scope to the body so that redo
43226              doesn't undef the lexical
43227      Branch: perl
43228            ! embed.fnc embed.h op.c perly.act perly.h perly.tab perly.y
43229            ! pp_ctl.c proto.h t/op/loopctl.t
43230 ____________________________________________________________________________
43231 [ 24411] By: davem                                 on 2005/05/07  11:06:16
43232         Log: add 1.875c to the list of supported bisons
43233      Branch: perl
43234            ! regen_perly.pl
43235 ____________________________________________________________________________
43236 [ 24410] By: nicholas                              on 2005/05/06  22:17:04
43237         Log: Get the correct refcount on the temporary assignment to PL_sigwarn so
43238              that other code assigning to $SIG{__WARN__} doesn't cause a premature
43239              free.
43240      Branch: perl
43241            ! perlio.c t/io/layers.t
43242 ____________________________________________________________________________
43243 [ 24409] By: nicholas                              on 2005/05/06  19:08:35
43244         Log: Ooops. Wise man tests with ithreads before commiting. D'oh!
43245      Branch: perl
43246            ! sv.c
43247 ____________________________________________________________________________
43248 [ 24408] By: nicholas                              on 2005/05/06  18:38:45
43249         Log: Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting.
43250      Branch: perl
43251            ! hv.c intrpvar.h sv.c
43252 ____________________________________________________________________________
43253 [ 24407] By: rgs                                   on 2005/05/06  15:37:30
43254         Log: Upgrade to PathTools 3.07
43255      Branch: perl
43256            ! ext/Cwd/Changes ext/Cwd/t/taint.t lib/Cwd.pm lib/File/Spec.pm
43257            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
43258            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
43259            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
43260            ! lib/File/Spec/t/Spec.t
43261 ____________________________________________________________________________
43262 [ 24406] By: ams                                   on 2005/05/06  15:17:26
43263         Log: Don't pretend SIGZERO exists [#35291].
43264      Branch: perl
43265            ! mg.c
43266 ____________________________________________________________________________
43267 [ 24405] By: nicholas                              on 2005/05/06  13:11:54
43268         Log: Make the arena size changeable at compile time, and up the default by
43269              a factor of 4.
43270      Branch: perl
43271            ! hv.c perl.h sv.c
43272 ____________________________________________________________________________
43273 [ 24404] By: nicholas                              on 2005/05/06  12:34:36
43274         Log: Allocate pointer table entries (for ithread cloning) from an arena
43275      Branch: perl
43276            ! embedvar.h intrpvar.h perlapi.h sv.c
43277 ____________________________________________________________________________
43278 [ 24402] By: davem                                 on 2005/05/05  20:52:11
43279         Log: avoid accessing a just-freed SV (keep ponie happy)
43280      Branch: perl
43281            ! pad.c
43282 ____________________________________________________________________________
43283 [ 24401] By: rgs                                   on 2005/05/05  17:12:38
43284         Log: Missing files in Test::Simple
43285      Branch: perl
43286            + lib/Test/Simple/t/create.t lib/Test/Simple/t/is_deeply_fail.t
43287            + t/lib/Test/Simple/sample_tests/exit.plx
43288 ____________________________________________________________________________
43289 [ 24399] By: nicholas                              on 2005/05/05  15:17:23
43290         Log: Bump versions of non dual-life modules
43291      Branch: perl
43292            ! lib/File/Path.pm lib/FileCache.pm lib/Pod/Html.pm
43293            ! lib/Symbol.pm lib/utf8.pm win32/FindExt.pm
43294 ____________________________________________________________________________
43295 [ 24398] By: nicholas                              on 2005/05/05  14:54:20
43296         Log: Bump version numbers
43297      Branch: perl
43298            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
43299            ! ext/IO/lib/IO/Socket/INET.pm ext/XS/APItest/APItest.pm
43300 ____________________________________________________________________________
43301 [ 24397] By: rgs                                   on 2005/05/05  14:41:55
43302         Log: Upgrade to Test::Simple 0.60
43303      Branch: perl
43304            - lib/Test/Simple/t/is_deeply.t
43305            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
43306            ! lib/Test/Simple.pm lib/Test/Simple/Changes
43307            ! lib/Test/Simple/t/00signature.t
43308            ! lib/Test/Simple/t/circular_data.t lib/Test/Simple/t/exit.t
43309            ! lib/Test/Simple/t/fork.t lib/Test/Simple/t/has_plan.t
43310            ! lib/Test/Simple/t/has_plan2.t lib/Test/Simple/t/is_fh.t
43311            ! lib/Test/Simple/t/require_ok.t
43312 ____________________________________________________________________________
43313 [ 24396] By: nicholas                              on 2005/05/05  14:28:42
43314         Log: Bump B version numbers
43315      Branch: perl
43316            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
43317            ! ext/B/B/Disassembler.pm ext/B/B/Terse.pm
43318            ! ext/B/t/OptreeCheck.pm
43319 ____________________________________________________________________________
43320 [ 24393] By: davem                                 on 2005/05/05  12:06:32
43321         Log: stop Math/BigInt/t/bare_mbf.t producing spurious test output
43322      Branch: perl
43323            ! lib/Math/BigInt/t/bare_mbf.t
43324 ____________________________________________________________________________
43325 [ 24392] By: davem                                 on 2005/05/05  12:01:51
43326         Log: strictifying t/TEST stopped it handling '1..n todo' correctly
43327              (made scope of %toto too narrow)
43328      Branch: perl
43329            ! t/TEST
43330 ____________________________________________________________________________
43331 [ 24390] By: davem                                 on 2005/05/05  00:34:50
43332         Log: make t/TEST detect various failure modes in testfile outputs
43333              in particular:
43334              multiple leader lines
43335              leader line not first or last line of file
43336              unrecognised lines
43337              out-of-sequence test numbers
43338      Branch: perl
43339            ! t/TEST
43340 ____________________________________________________________________________
43341 [ 24389] By: davem                                 on 2005/05/04  22:14:54
43342         Log: strictify t/TEST
43343              make most variables lexical, narrow their scope, and give some of
43344              them more meaningful names. Also fix a harmless bug where the wrong
43345              filehandles are closed (A+B rather than U+A)
43346      Branch: perl
43347            ! t/TEST
43348 ____________________________________________________________________________
43349 [ 24388] By: rgs                                   on 2005/05/04  20:50:59
43350         Log: Document the unportability of atan2() edge cases
43351              and remove unportable tests (by Steve Peters)
43352      Branch: perl
43353            ! pod/perlport.pod t/op/exp.t
43354 ____________________________________________________________________________
43355 [ 24387] By: davem                                 on 2005/05/04  20:30:00
43356         Log: add test for [perl #34682] leaving eval via last in inner runops
43357      Branch: perl
43358            ! t/op/eval.t
43359 ____________________________________________________________________________
43360 [ 24386] By: rgs                                   on 2005/05/04  18:31:19
43361         Log: Fix test numerotation
43362      Branch: perl
43363            ! t/op/goto.t
43364 ____________________________________________________________________________
43365 [ 24385] By: davem                                 on 2005/05/04  15:52:11
43366         Log: make goto.t use test.pl, strict and warnings
43367      Branch: perl
43368            ! t/op/goto.t
43369 ____________________________________________________________________________
43370 [ 24384] By: davem                                 on 2005/05/04  14:01:40
43371         Log: SEGV when next is followed by a goto
43372              
43373              next and redo didn't restore PL_curcop
43374      Branch: perl
43375            ! pp_ctl.c t/op/goto.t
43376 ____________________________________________________________________________
43377 [ 24383] By: ams                                   on 2005/05/04  12:12:30
43378         Log: Subject: [PATCH] perlvar.pod verbatim paragraph first line does not start with a space
43379              From: Offer Kaye <offer.kaye@gmail.com>
43380              Date: Wed, 4 May 2005 15:10:37 +0300
43381              Message-Id: <56942505050405101bfe678d@mail.gmail.com>
43382      Branch: perl
43383            ! pod/perlvar.pod
43384 ____________________________________________________________________________
43385 [ 24382] By: rgs                                   on 2005/05/04  11:21:54
43386         Log: Sync synopses
43387      Branch: perl
43388            ! pod/perl.pod pod/perlrun.pod
43389 ____________________________________________________________________________
43390 [ 24381] By: davem                                 on 2005/05/03  22:10:45
43391         Log: document the internals of exception handling
43392      Branch: perl
43393            ! pod/perlhack.pod
43394 ____________________________________________________________________________
43395 [ 24380] By: rgs                                   on 2005/05/03  15:43:34
43396         Log: Fix getting prototype of builtins mkdir and setpgrp.
43397              Hardcode special exceptions for exec and system, instead
43398              of trying to be clever and failing.
43399      Branch: perl
43400            ! opcode.h opcode.pl pp.c t/op/cproto.t
43401 ____________________________________________________________________________
43402 [ 24379] By: rgs                                   on 2005/05/03  12:18:50
43403         Log: Error in the latest FindBin patch, noticed by Nicholas
43404      Branch: perl
43405            ! lib/FindBin.pm
43406 ____________________________________________________________________________
43407 [ 24378] By: rgs                                   on 2005/05/03  12:15:45
43408         Log: mkdir without arguments now defaults to $_
43409      Branch: perl
43410            ! opcode.h opcode.pl pod/perlfunc.pod t/op/cproto.t t/op/mkdir.t
43411 ____________________________________________________________________________
43412 [ 24377] By: nicholas                              on 2005/05/03  12:00:25
43413         Log: ok($a == $b) better written as cmp_ok($a, '==', $b)
43414              (The latter gives more diagnostics in the case of failure)
43415      Branch: perl
43416            ! t/op/exp.t
43417 ____________________________________________________________________________
43418 [ 24376] By: rgs                                   on 2005/05/03  09:45:24
43419         Log: Convert to test.pl
43420      Branch: perl
43421            ! t/op/mkdir.t
43422 ____________________________________________________________________________
43423 [ 24375] By: rgs                                   on 2005/05/03  08:53:25
43424         Log: Fix for [perl #34252] Access rights in FindBin::Bin
43425              At least on my platform, Cwd::getcwd doesn't find the current
43426              directory if it has no access to it. Try harder with Cwd::cwd.
43427      Branch: perl
43428            ! lib/FindBin.pm
43429 ____________________________________________________________________________
43430 [ 24374] By: steveh                                on 2005/05/03  08:51:24
43431         Log: Fix croak() and confess() so that they don't clobber $!
43432              (plus tests to check this)
43433      Branch: perl
43434            ! lib/Carp.pm lib/Carp.t
43435 ____________________________________________________________________________
43436 [ 24373] By: nicholas                              on 2005/05/03  08:45:28
43437         Log: PL_mess_sv is always >= SVt_PVMG, so no need for an if() test
43438      Branch: perl
43439            ! perl.c
43440 ____________________________________________________________________________
43441 [ 24372] By: rgs                                   on 2005/05/03  07:36:17
43442         Log: Subject: [perl #33809] optimize macro dXSARGS 
43443              From: Sergey Skvortsov (via RT) <perlbug-followup@perl.org>
43444              Date: 17 Jan 2005 09:02:33 -0000
43445              Message-ID: <rt-3.0.11-33809-105714.16.4209917806492@perl.org>
43446      Branch: perl
43447            ! XSUB.h pod/perlapi.pod universal.c
43448 ____________________________________________________________________________
43449 [ 24371] By: rgs                                   on 2005/05/03  06:56:03
43450         Log: Subject: [PATCH] IEEE math for the masses
43451              From: Steve Peters <steve@fisharerojo.org>
43452              Date: Fri, 15 Apr 2005 09:10:54 -0500
43453              Message-ID: <20050415141054.GA12749@mccoy.peters.homeunix.org>
43454              
43455              (tests added to t/op/exp.t)
43456      Branch: perl
43457            ! pp.c t/op/exp.t
43458 ____________________________________________________________________________
43459 [ 24370] By: rgs                                   on 2005/05/03  06:30:47
43460         Log: Convert to test.pl
43461      Branch: perl
43462            ! t/op/exp.t
43463 ____________________________________________________________________________
43464 [ 24369] By: nicholas                              on 2005/05/02  20:45:00
43465         Log: A slightly better layout for the diagram.
43466      Branch: perl
43467            ! ext/B/B.pm
43468 ____________________________________________________________________________
43469 [ 24368] By: rgs                                   on 2005/05/02  20:10:34
43470         Log: Clarify the definition of the 'w' pack format, as suggested by
43471              Alexey Toptygin.
43472      Branch: perl
43473            ! pod/perlfunc.pod
43474 ____________________________________________________________________________
43475 [ 24367] By: rgs                                   on 2005/05/02  17:10:19
43476         Log: For perls where pids and ppids are cached, when the ppid of
43477              the perl process becomes 1, refresh the ppid cache (this may
43478              indicate that the parent process has died.)
43479      Branch: perl
43480            ! pp_sys.c
43481 ____________________________________________________________________________
43482 [ 24366] By: rgs                                   on 2005/05/02  16:16:35
43483         Log: Change inheritance hierarchy of B subclassses :
43484              
43485              Subject: @B::NV::ISA = 'B::IV';
43486              From: Nicholas Clark <nick@ccl4.org>
43487              Date: Wed, 27 Apr 2005 14:57:51 +0100
43488              Message-ID: <20050427135750.GD94420@plum.flirble.org>
43489      Branch: perl
43490            ! ext/B/B.pm
43491 ____________________________________________________________________________
43492 [ 24365] By: rgs                                   on 2005/05/02  15:46:51
43493         Log: Subject: [PATCH] printf.patch: Adding printf checking for gcc
43494              From: Andy Lester <andy@petdance.com>
43495              Date: Sun, 1 May 2005 15:07:55 -0500
43496              Message-ID: <20050501200755.GA30259@petdance.com>
43497      Branch: perl
43498            ! gv.c lib/ExtUtils/t/Embed.t pad.c perl.c perl.h perlio.c
43499            ! perlio.h perliol.h pp_pack.c pp_sort.c x2p/util.c x2p/util.h
43500 ____________________________________________________________________________
43501 [ 24364] By: rgs                                   on 2005/05/02  14:48:04
43502         Log: Subject: Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
43503              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
43504              Date: Wed, 3 Nov 2004 16:38:01 +0100
43505              Message-ID: <20041103163801.6839be30@valis.local>
43506      Branch: perl
43507            ! ext/Data/Dumper/Dumper.pm
43508 ____________________________________________________________________________
43509 [ 24363] By: davem                                 on 2005/05/02  14:27:20
43510         Log: Better fix for #8738  (Core dump in 'leavetry')
43511              When in an inner runops loop (eg via a tie or sort), an eval
43512              needs a new JMPENV pushing by S_docatch. If an exception is raised,
43513              control is returned to S_docatch, and it must determine whether
43514              the eval that trapped the exception is an inner eval or an outer
43515              one. In the former case, restart the loop, in the latter case,
43516              rethrow the exception. This is determined by whether we are still
43517              at the same PL_curstackinfo level. This fails in the case of
43518              SPLICE(), which pushes a new SETJMP and runops level, but not a
43519              new stackinfo level. There may be other code which does similar.
43520              The solution is to store the current value of PL_top_env in each
43521              pushed CxEVAL, and see if it's still the same as PL_top_env when
43522              the exception is handled.
43523      Branch: perl
43524            ! cop.h pp_ctl.c
43525 ____________________________________________________________________________
43526 [ 24362] By: davem                                 on 2005/05/02  13:51:42
43527         Log: Revert change #15705 (Core dump in 'leavetry')
43528              This fixes bug #34682, reintroduces bug #8738 (ID 20020301.011),
43529              and reintroduces an eval optimisation for innter runops levels
43530      Branch: perl
43531            ! pp_ctl.c
43532 ____________________________________________________________________________
43533 [ 24361] By: davem                                 on 2005/05/02  13:29:17
43534         Log: move the SETJMP exception-handing definitions from scope.h to cop.h
43535              so that a JMPENV* entry can be added to struct block_eval
43536      Branch: perl
43537            ! cop.h scope.h
43538 ____________________________________________________________________________
43539 [ 24360] By: rgs                                   on 2005/05/02  09:37:04
43540         Log: Fix [perl #35162] $SIG{__DIE__} = 'IGNORE' is base.pm is illegal
43541      Branch: perl
43542            ! lib/base.pm
43543 ____________________________________________________________________________
43544 [ 24359] By: rgs                                   on 2005/05/02  08:09:38
43545         Log: Subject: [PATCH] undo pod utilities regression in 24034
43546              From: "Craig A. Berry" <craigberry@mac.com>
43547              Date: Fri, 29 Apr 2005 17:22:48 -0500
43548              Message-ID: <4272B3B8.6030603@mac.com>
43549      Branch: perl
43550            ! pod/pod2usage.PL pod/podselect.PL
43551 ____________________________________________________________________________
43552 [ 24358] By: rgs                                   on 2005/05/02  07:15:37
43553         Log: Subject: [PATCH] uninitialized warnings in regcomp
43554              From: Steven Philip Schubiger <steven@accognoscere.org>
43555              Date: Mon, 2 May 2005 01:14:29 +0200 (CEST)
43556              Message-Id: <200505012314.j41NETLk018737@accognoscere.homeunix.org>
43557      Branch: perl
43558            ! regcomp.c
43559 ____________________________________________________________________________
43560 [ 24357] By: nicholas                              on 2005/05/01  22:16:16
43561         Log: Explode if anyone attempts to sv_upgrade PL_mess_sv.
43562              Should this be a panic: ?
43563      Branch: perl
43564            ! sv.c
43565 ____________________________________________________________________________
43566 [ 24355] By: merijn                                on 2005/04/29  15:32:17
43567         Log: Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they were
43568              unintendedly removed by patch #23435
43569      Branch: perl
43570            ! config_h.SH
43571 ____________________________________________________________________________
43572 [ 24354] By: merijn                                on 2005/04/29  13:59:36
43573         Log: Subject: [PATCH] Small patch to perlport.pod
43574              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
43575              Date: Thu, 28 Apr 2005 02:24:04 +0200
43576              Message-Id: <D38E89F3-B77B-11D9-B91D-000502F3279F@free.fr>
43577      Branch: perl
43578            ! pod/perlport.pod
43579 ____________________________________________________________________________
43580 [ 24353] By: steveh                                on 2005/04/29  09:07:19
43581         Log: Subject: [PATCH] one cannot "static" exported functions
43582              From: <jarkko.hietaniemi@nokia.com>
43583              Date: Fri, 29 Apr 2005 11:02:01 +0300
43584              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D705@esebe105.NOE.Nokia.com>
43585      Branch: perl
43586            ! perlio.c
43587 ____________________________________________________________________________
43588 [ 24352] By: steveh                                on 2005/04/29  08:24:50
43589         Log: Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is defined
43590              (rather than when PERL_IMPLICIT_SYS is defined)
43591      Branch: perl
43592            ! makedef.pl
43593 ____________________________________________________________________________
43594 [ 24351] By: nicholas                              on 2005/04/28  22:28:53
43595         Log: Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free
43596      Branch: perl
43597            ! sv.c
43598 ____________________________________________________________________________
43599 [ 24350] By: steveh                                on 2005/04/28  16:42:13
43600         Log: Subject: (in blead) a missing const in a prototype
43601              From: <jarkko.hietaniemi@nokia.com>
43602              Date: Wed, 27 Apr 2005 17:35:27 +0300
43603              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6ED@esebe105.NOE.Nokia.com>
43604      Branch: perl
43605            ! embed.fnc proto.h
43606 ____________________________________________________________________________
43607 [ 24349] By: steveh                                on 2005/04/28  16:38:51
43608         Log: Silence a compilation warning on Win32
43609      Branch: perl
43610            ! pp.c
43611 ____________________________________________________________________________
43612 [ 24348] By: nicholas                              on 2005/04/28  11:22:15
43613         Log: Add a new macro SvPV_free() which undoes OOK and free()s the PVX(),
43614              becase there's a lot of code around that calls SvOOK_off(), memmov()s
43615              the buffer, then promptly free()s it. So avoid the needless memmov().
43616      Branch: perl
43617            ! perl.c pp.c pp_ctl.c pp_hot.c sv.c sv.h
43618 ____________________________________________________________________________
43619 [ 24347] By: steveh                                on 2005/04/28  11:13:55
43620         Log: Remove temporary clean-up from Win32 makefiles
43621              
43622              Change 22501 temporarily added some clean-up to the Win32 makefiles
43623              which was only meant to stay until cpan rt #5616 was fixed.  It is
43624              now fixed (in EU-MM 6.22, which in turn has been in blead for a
43625              while now), so these hacks are no longer required.
43626              
43627              This change is also good for maint, which currently contains EU-MM
43628              6.17, which didn't create the blibdirs.exists files in question
43629              anyway.
43630      Branch: perl
43631            ! win32/Makefile win32/makefile.mk
43632 ____________________________________________________________________________
43633 [ 24345] By: rgs                                   on 2005/04/28  09:29:07
43634         Log: Remove confusing punctuation
43635              (spotted by David Rigaudiere)
43636      Branch: perl
43637            ! pod/perlvar.pod
43638 ____________________________________________________________________________
43639 [ 24344] By: nicholas                              on 2005/04/28  09:29:06
43640         Log: Calling sv_backoff() on something that's about to be free()d will
43641              memmov() memory that's about to be freed. Seems wasteful.
43642      Branch: perl
43643            ! sv.c
43644 ____________________________________________________________________________
43645 [ 24341] By: steveh                                on 2005/04/28  08:44:28
43646         Log: Fix perlsio_binmode() export breakage caused by change #24338
43647              
43648              Define and export perlsio_binmode() based on the same condition,
43649              namely, that USE_PERLIO is defined and USE_SFIO is not.
43650      Branch: perl
43651            ! makedef.pl perlio.c
43652 ____________________________________________________________________________
43653 [ 24340] By: nicholas                              on 2005/04/28  08:34:57
43654         Log: The if() clause is the wrong way round, so OOK can never be true in
43655              this case. Given that OOK is never undone, we could never have been
43656              correctly upgrading a PV with OOK to HV or AV. I believe that only
43657              SVt_NULL is the only type ever upgraded to HV or AV.
43658      Branch: perl
43659            ! sv.c
43660 ____________________________________________________________________________
43661 [ 24339] By: rgs                                   on 2005/04/27  20:24:30
43662         Log: A couple of warning fixes by Gisle
43663      Branch: perl
43664            ! pp.c pp_sys.c
43665 ____________________________________________________________________________
43666 [ 24338] By: rgs                                   on 2005/04/27  14:48:46
43667         Log: Subject: [PATCH] perlio-two.patch: More warnings squashed, more consts
43668              From: Andy Lester <andy@petdance.com>
43669              Date: Wed, 27 Apr 2005 10:02:43 -0500
43670              Message-ID: <20050427150243.GA21883@petdance.com>
43671      Branch: perl
43672            ! perl.c perlio.c perlio.h perliol.h
43673 ____________________________________________________________________________
43674 [ 24334] By: steveh                                on 2005/04/27  08:35:40
43675         Log: Subject: Win32 MM test fix
43676              From: Michael G Schwern <schwern@pobox.com>
43677              Date: Mon, 18 Apr 2005 14:30:19 -0700
43678              Message-ID: <20050418213019.GA15797@windhund.schwern.org>
43679              
43680              Subject: Re: Win32 MM test fix
43681              From: demerphq <demerphq@gmail.com>
43682              Date: Tue, 19 Apr 2005 00:57:59 +0200
43683              Message-ID: <9b18b31105041815573e10dc10@mail.gmail.com>
43684      Branch: perl
43685            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
43686 ____________________________________________________________________________
43687 [ 24333] By: rgs                                   on 2005/04/26  21:03:43
43688         Log: Subject: [PATCH] XS() __attribute__
43689              From: Andy Lester <andy@petdance.com>
43690              Date: Fri, 22 Apr 2005 17:39:47 -0500
43691              Message-ID: <20050422223947.GA4681@petdance.com>
43692      Branch: perl
43693            ! XSUB.h universal.c xsutils.c
43694 ____________________________________________________________________________
43695 [ 24328] By: rgs                                   on 2005/04/26  14:27:01
43696         Log: Subject: Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patches
43697              From: Andy Lester <andy@petdance.com>
43698              Date: Mon, 25 Apr 2005 17:56:51 -0500
43699              Message-ID: <20050425225651.GB17271@petdance.com>
43700      Branch: perl
43701            ! embed.fnc embed.h perl.h pod/perlapi.pod pp_pack.c proto.h
43702 ____________________________________________________________________________
43703 [ 24326] By: rgs                                   on 2005/04/26  12:49:03
43704         Log: Upgrade to CGI.pm 3.08
43705      Branch: perl
43706            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
43707            ! lib/CGI/Pretty.pm
43708 ____________________________________________________________________________
43709 [ 24325] By: merijn                                on 2005/04/26  11:28:42
43710         Log: Subject: [PATCH?] for AIX problems? RE: [PATCH] Symbian port of Perl
43711              Date: Tue, 26 Apr 2005 12:22:12 +0300
43712              From: <jarkko.hietaniemi@nokia.com>
43713              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6CB@esebe105.NOE.Nokia.com>
43714              From: Steve Hay <steve.hay@uk.radan.com>
43715              Message-ID: <426E11A3.8070002@uk.radan.com>
43716      Branch: perl
43717            ! ext/Storable/Storable.xs
43718 ____________________________________________________________________________
43719 [ 24321] By: steveh                                on 2005/04/25  13:09:57
43720         Log: Update location to fetch dmake from in README.win32
43721              
43722              Use the generic search.cpan.org URL so that the latest version is
43723              always found
43724      Branch: perl
43725            ! README.win32
43726 ____________________________________________________________________________
43727 [ 24320] By: nicholas                              on 2005/04/25  11:41:01
43728         Log: Subject: [PATCH] mktables.lst and related stuff (was Re: [PATCH] Unicode 4.1.0)
43729              From: demerphq <demerphq@gmail.com>
43730              Message-ID: <9b18b31105042412352fcf2bc5@mail.gmail.com>
43731              Date: Sun, 24 Apr 2005 21:35:35 +0200
43732      Branch: perl
43733            ! lib/unicore/README.perl lib/unicore/mktables
43734            ! lib/unicore/mktables.lst
43735 ____________________________________________________________________________
43736 [ 24319] By: steveh                                on 2005/04/25  11:05:24
43737         Log: Provide $Config{libswanted_uselargefiles} on Win32
43738              
43739              This fixes some test failures introduced by change 24271.
43740      Branch: perl
43741            ! win32/config.bc win32/config.gc win32/config.vc
43742            ! win32/config.vc64
43743 ____________________________________________________________________________
43744 [ 24318] By: steveh                                on 2005/04/25  07:47:11
43745         Log: Subject: [PATCH] combopatch
43746              From: Jarkko Hietaniemi <jhi@iki.fi>
43747              Date: Sun, 24 Apr 2005 22:58:15 +0300
43748              Message-ID: <426BFA57.9060105@iki.fi>
43749      Branch: perl
43750            ! embed.fnc makedef.pl mg.c perl.c perl.h perlvars.h pp_pack.c
43751            ! proto.h toke.c util.c
43752 ____________________________________________________________________________
43753 [ 24317] By: rgs                                   on 2005/04/25  06:30:44
43754         Log: Fix typo, noticed by Randal Schwartz
43755      Branch: perl
43756            ! pod/perlfunc.pod
43757 ____________________________________________________________________________
43758 [ 24316] By: ams                                   on 2005/04/25  01:36:38
43759         Log: Add STORABLE_attach hook (Adam Kennedy).
43760      Branch: perl
43761            + ext/Storable/t/HAS_ATTACH.pm ext/Storable/t/attach_errors.t
43762            + ext/Storable/t/attach_singleton.t
43763            + ext/Storable/t/circular_hook.t
43764            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
43765            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
43766 ____________________________________________________________________________
43767 [ 24315] By: rgs                                   on 2005/04/24  15:25:18
43768         Log: Add files missing in 24314
43769      Branch: perl
43770            + lib/Test/Harness/Point.pm lib/Test/Harness/t/from_line.t
43771            + lib/Test/Harness/t/point-parse.t lib/Test/Harness/t/point.t
43772            + lib/Test/Harness/t/version.t
43773 ____________________________________________________________________________
43774 [ 24314] By: rgs                                   on 2005/04/24  13:26:50
43775         Log: Upgrade to Test::Harness 2.48
43776      Branch: perl
43777            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
43778            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
43779            ! lib/Test/Harness/t/00compile.t
43780            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
43781            ! t/lib/sample-tests/skip
43782 ____________________________________________________________________________
43783 [ 24313] By: merijn                                on 2005/04/24  11:52:03
43784         Log: Subject: [PATCH] Add -Wdeclaration-after-statement to default flags for gcc 3+
43785              From: Steve Peters <steve@fisharerojo.org>
43786              Date: Sat, 23 Apr 2005 22:37:48 -0500
43787              Message-ID: <20050424033748.GA23117@mccoy.peters.homeunix.org>
43788      Branch: perl
43789            ! Configure
43790 ____________________________________________________________________________
43791 [ 24311] By: rgs                                   on 2005/04/24  11:48:24
43792         Log: Add %patchlevel hash to Module::CoreList
43793      Branch: perl
43794            ! lib/Module/CoreList.pm
43795 ____________________________________________________________________________
43796 [ 24310] By: merijn                                on 2005/04/24  09:12:37
43797         Log: Subject: [PATCH] lib/Time/Local.t: time_t is unsigned on VMS
43798              From: "Craig A. Berry" <craigberry@mac.com>
43799              Date: Sat, 23 Apr 2005 18:25:52 -0500
43800              Message-ID: <426AD980.2010801@mac.com>
43801      Branch: perl
43802            ! lib/Time/Local.t
43803 ____________________________________________________________________________
43804 [ 24309] By: nicholas                              on 2005/04/23  14:00:49
43805         Log: Variable declarations can't come after statements in C89.
43806      Branch: perl
43807            ! util.c
43808 ____________________________________________________________________________
43809 [ 24308] By: nicholas                              on 2005/04/23  13:57:41
43810         Log: Save state when auto-generating #ifdef PERL_CORE and PERL_CORE/PERL_EXT
43811              reducing embed.h by about 10%.
43812      Branch: perl
43813            ! embed.h embed.pl
43814 ____________________________________________________________________________
43815 [ 24307] By: davem                                 on 2005/04/23  13:56:18
43816         Log: Subject:  [PATCH] Fix for warnings in util.c/Perl_init_tm()
43817              From:  Steve Peters <steve@fisharerojo.org>
43818              Date:  Fri, 22 Apr 2005 22:36:03 -0500
43819              Message-Id:  <20050423033603.GA32547@mccoy.peters.homeunix.org>
43820              
43821              localtime() can return null
43822      Branch: perl
43823            ! util.c
43824 ____________________________________________________________________________
43825 [ 24303] By: nicholas                              on 2005/04/22  21:40:21
43826         Log: Convert to test.pl
43827      Branch: perl
43828            ! t/op/substr.t
43829 ____________________________________________________________________________
43830 [ 24301] By: nicholas                              on 2005/04/22  16:21:46
43831         Log: Subject: [PATCH] t/uni/class.t -- update VMS test skippage
43832              From: "Craig A. Berry" <craigberry@mac.com>
43833              Message-ID: <42692501.6090809@mac.com>
43834              Date: Fri, 22 Apr 2005 11:23:29 -0500
43835      Branch: perl
43836            ! t/uni/class.t
43837 ____________________________________________________________________________
43838 [ 24300] By: rgs                                   on 2005/04/22  16:17:36
43839         Log: Patch by Yves Orton to accept several options on the corelist(1)
43840              command-line. Plus POD nits.
43841      Branch: perl
43842            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
43843 ____________________________________________________________________________
43844 [ 24290] By: steveh                                on 2005/04/22  13:51:47
43845         Log: Fix last remaining Win32 linker error following change 24271
43846              
43847              (Supplied by Jarkko in a makedef.pl that was omitted from the
43848              aforementioned change)
43849      Branch: perl
43850            ! makedef.pl
43851 ____________________________________________________________________________
43852 [ 24287] By: rgs                                   on 2005/04/22  12:42:37
43853         Log: There's no point listing '-f' in --help output
43854              when perl isn't built with USE_SITECUSTOMIZE, since it might
43855              confuse users about $sitelib/sitecustomize.pl being sourced
43856              at startup.
43857      Branch: perl
43858            ! perl.c
43859 ____________________________________________________________________________
43860 [ 24286] By: nicholas                              on 2005/04/22  12:37:19
43861         Log: For now, TODO the 2 tests that fail on 5.8.x
43862      Branch: perl
43863            ! ext/B/t/optree_specials.t
43864 ____________________________________________________________________________
43865 [ 24284] By: rgs                                   on 2005/04/22  12:34:14
43866         Log: -A wasn't listed in the --help output
43867      Branch: perl
43868            ! perl.c
43869 ____________________________________________________________________________
43870 [ 24280] By: steveh                                on 2005/04/22  09:59:54
43871         Log: Fix more Win32 linker errors following change 24271
43872              
43873              This clears up problems with Perl_free_global_struct and
43874              Perl_init_global_struct
43875      Branch: perl
43876            ! embed.fnc embed.h global.sym makedef.pl proto.h
43877 ____________________________________________________________________________
43878 [ 24279] By: rgs                                   on 2005/04/22  09:04:08
43879         Log: Subject: [PATCH] pp_pack.c warning quieting
43880              From: Andy Lester <andy@petdance.com>
43881              Date: Thu, 21 Apr 2005 11:33:13 -0500
43882              Message-ID: <20050421163313.GA20930@petdance.com>
43883      Branch: perl
43884            ! pp_pack.c
43885 ____________________________________________________________________________
43886 [ 24278] By: steveh                                on 2005/04/22  08:59:58
43887         Log: Fix Win32 linker errors following change 24271
43888              
43889              This clears up "unresolved external" errors for the following symbols:
43890              
43891              PL_watch_pvx
43892              Perl_Gappctx_ptr
43893              Perl_Gmmap_page_size_ptr
43894              Perl_Gsig_defaulting_ptr
43895              Perl_Gsig_handlers_initted_ptr
43896              Perl_Gsig_ignoring_ptr
43897              Perl_Gsig_sv_ptr
43898              Perl_Gtimesbase_ptr
43899              Perl_Gwatch_pvx_ptr
43900      Branch: perl
43901            ! makedef.pl
43902 ____________________________________________________________________________
43903 [ 24277] By: rgs                                   on 2005/04/22  08:48:14
43904         Log: Subject: [PATCH] bytecode.pl, bytecode.h, and sv.h fixes
43905              From: Steve Peters <steve@fisharerojo.org>
43906              Date: Thu, 21 Apr 2005 18:55:47 -0500
43907              Message-ID: <20050421235547.GA12149@mccoy.peters.homeunix.org>
43908      Branch: perl
43909            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
43910            ! sv.h
43911 ____________________________________________________________________________
43912 [ 24276] By: steveh                                on 2005/04/22  08:13:01
43913         Log: Fix my_chsize() for systems having chsize(), broken by change #24271
43914      Branch: perl
43915            ! pp_sys.c
43916 ____________________________________________________________________________
43917 [ 24275] By: davem                                 on 2005/04/21  21:30:11
43918         Log: Sigh - really bump Text::Wrap version number this time.
43919      Branch: perl
43920            ! lib/Text/Wrap.pm
43921 ____________________________________________________________________________
43922 [ 24274] By: davem                                 on 2005/04/21  21:27:15
43923         Log: bump version number in Text::Wrap after change #24273
43924      Branch: perl
43925            ! lib/Text/Wrap.pm
43926 ____________________________________________________________________________
43927 [ 24273] By: davem                                 on 2005/04/21  21:22:54
43928         Log: Text::Wrap::wrap() fails with non-space separator
43929      Branch: perl
43930            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
43931 ____________________________________________________________________________
43932 [ 24271] By: rgs                                   on 2005/04/21  15:38:30
43933         Log: Subject: [PATCH] Symbian port of Perl
43934              From: <jarkko.hietaniemi@nokia.com>
43935              Date: Mon, 18 Apr 2005 13:18:30 +0300
43936              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com>
43937      Branch: perl
43938            + README.symbian ext/DynaLoader/dl_symbian.xs
43939            + symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlApp.hrh
43940            + symbian/PerlApp.rss symbian/PerlAppAif.rss
43941            + symbian/PerlBase.cpp symbian/PerlBase.h symbian/PerlBase.pod
43942            + symbian/PerlRecog.cpp symbian/PerlRecog.mmp symbian/README
43943            + symbian/TODO symbian/bld.inf symbian/config.pl
43944            + symbian/config.sh symbian/cwd.pl symbian/demo_pl
43945            + symbian/install.cfg symbian/makesis.pl symbian/port.pl
43946            + symbian/sanity.pl symbian/sdk.pl symbian/symbian_dll.cpp
43947            + symbian/symbian_proto.h symbian/symbian_stubs.c
43948            + symbian/symbian_stubs.h symbian/symbian_utils.cpp
43949            + symbian/symbianish.h symbian/uid.pl symbian/version.pl
43950            + symbian/xsbuild.pl
43951            ! EXTERN.h INTERN.h MANIFEST Porting/curliff.pl Porting/makerel
43952            ! XSUB.h av.c bytecode.pl configpm doio.c dump.c embed.fnc
43953            ! embed.h embed.pl embedvar.h ext/B/B.xs
43954            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
43955            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
43956            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
43957            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
43958            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
43959            ! ext/POSIX/POSIX.xs ext/PerlIO/scalar/scalar.xs
43960            ! ext/PerlIO/via/via.xs ext/SDBM_File/sdbm/sdbm.c
43961            ! ext/Storable/Storable.xs ext/Time/HiRes/HiRes.xs global.sym
43962            ! globvar.sym gv.c hv.c intrpvar.h lib/ExtUtils/t/Embed.t
43963            ! lib/ExtUtils/xsubpp lib/File/Spec.pm lib/File/Spec/Win32.pm
43964            ! locale.c mg.c miniperlmain.c numeric.c op.c opcode.h opcode.pl
43965            ! pad.c patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.c
43966            ! perlio.h perliol.h perlvars.h pod.lst pod/perl.pod
43967            ! pod/perlguts.pod pod/perlintern.pod pp.c pp_ctl.c pp_hot.c
43968            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.pl regcomp.c
43969            ! regexec.c scope.h sv.c taint.c toke.c universal.c utf8.c
43970            ! utf8.h util.c util.h vms/descrip_mms.template win32/Makefile
43971            ! win32/makefile.mk win32/win32io.c xsutils.c
43972 ____________________________________________________________________________
43973 [ 24270] By: davem                                 on 2005/04/21  15:36:14
43974         Log: substr uses utf8 length cache incorrectly
43975      Branch: perl
43976            ! sv.c t/op/substr.t
43977 ____________________________________________________________________________
43978 [ 24269] By: davem                                 on 2005/04/21  00:13:14
43979         Log: Subject:  [PATCH] extra code in pp_concat, Take 2
43980              From:  Andy Lester <andy@petdance.com>
43981              Date:  Wed, 13 Apr 2005 21:06:01 -0500
43982              Message-Id:  <20050414020601.GA21346@petdance.com>
43983              
43984              add 'const', and remove extraneous code, from pp_concat
43985      Branch: perl
43986            ! pp_hot.c t/op/concat.t
43987 ____________________________________________________________________________
43988 [ 24268] By: davem                                 on 2005/04/20  23:56:18
43989         Log: Subject:  patch to [PATCH] Fix MGVTBL structures in perl.h (preprocessor
43990              From:  David Dyck <david.dyck@fluke.com>
43991              Date:  Wed, 20 Apr 2005 16:35:55 -0700 (PDT)
43992              Message-Id:  <Pine.LNX.4.62.0504201627550.27786@dd.tc.fluke.com>
43993              
43994              fix nits in change #24264:
43995              some preprocessors don't like #ifdefs within a macro's args;
43996              also removed duplicate semicolons from macro definitions.
43997      Branch: perl
43998            ! perl.h
43999 ____________________________________________________________________________
44000 [ 24267] By: davem                                 on 2005/04/20  23:35:54
44001         Log: In change 24266 I failed to actually change anything. Sigh.
44002      Branch: perl
44003            ! ext/Sys/Syslog/Syslog.pm
44004 ____________________________________________________________________________
44005 [ 24266] By: davem                                 on 2005/04/20  23:32:04
44006         Log: change misleading syslog() example
44007      Branch: perl
44008            ! ext/Sys/Syslog/Syslog.pm
44009 ____________________________________________________________________________
44010 [ 24265] By: davem                                 on 2005/04/20  21:47:40
44011         Log: Subject:  [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set 
44012              From:  glasser@tang-eleven-seventy-nine.mit.edu (via RT) <perlbug-followup@perl.org>
44013              Date:  20 Apr 2005 19:28:14 -0000
44014              Message-Id:  <rt-3.0.11-35059-111134.0.304511316819145@perl.org>
44015              
44016              improved version of change 21842 that copes with glob DB::sub
44017              existing but &DB::sub not existing.
44018      Branch: perl
44019            ! mg.c pp_ctl.c t/op/caller.t
44020 ____________________________________________________________________________
44021 [ 24264] By: davem                                 on 2005/04/20  21:32:23
44022         Log: Subject:  [PATCH] Fix MGVTBL structures in perl.h
44023              From:  Andy Lester <andy@petdance.com>
44024              Date:  Wed, 20 Apr 2005 15:09:24 -0500
44025              Message-Id:  <20050420200923.GA3017@petdance.com>
44026              
44027              The MGVTBL structures contain 7 function pointers, but only 5 were
44028              getting initialized. Plus, there were repeated lists between
44029              declaration and definition; add a macro to declare or define
44030              all the global MGVTBLs as appropriate.
44031      Branch: perl
44032            ! perl.h
44033 ____________________________________________________________________________
44034 [ 24260] By: nicholas                              on 2005/04/20  13:51:54
44035         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #6
44036              From: Steve Peters <steve@fisharerojo.org>
44037              Message-ID: <20050420112720.GA31042@mccoy.peters.homeunix.org>
44038              Date: Wed, 20 Apr 2005 06:27:20 -0500
44039      Branch: perl
44040            ! bytecode.pl ext/ByteLoader/bytecode.h malloc.c sv.c
44041 ____________________________________________________________________________
44042 [ 24258] By: nicholas                              on 2005/04/20  08:13:21
44043         Log: Merge common code. Reduces object size by 1K on x86, 6K on PPC
44044      Branch: perl
44045            ! sv.c
44046 ____________________________________________________________________________
44047 [ 24257] By: davem                                 on 2005/04/19  23:47:38
44048         Log: run regen_headers after addition of FOO_set() macros
44049      Branch: perl
44050            ! ext/ByteLoader/byterun.c
44051 ____________________________________________________________________________
44052 [ 24256] By: davem                                 on 2005/04/19  23:43:54
44053         Log: Subject:  [PATCH] pad_compname_type(), takes care of a clunky macro
44054              From:  Andy Lester <andy@petdance.com>
44055              Date:  Tue, 19 Apr 2005 11:38:44 -0500
44056              Message-Id:  <20050419163844.GA19747@petdance.com>
44057      Branch: perl
44058            ! embed.fnc embed.h pad.c pad.h proto.h
44059 ____________________________________________________________________________
44060 [ 24255] By: davem                                 on 2005/04/19  23:31:52
44061         Log: DEBUG_LEAKING_SCALARS could use the value of a freed PL_op
44062      Branch: perl
44063            ! op.c
44064 ____________________________________________________________________________
44065 [ 24254] By: nicholas                              on 2005/04/19  21:53:38
44066         Log: Don't set things to zero twice. Once is enough. (see also change 15255)
44067      Branch: perl
44068            ! sv.c
44069 ____________________________________________________________________________
44070 [ 24253] By: nicholas                              on 2005/04/19  20:55:24
44071         Log: Restore SvEND_set
44072      Branch: perl
44073            ! sv.h
44074 ____________________________________________________________________________
44075 [ 24252] By: nicholas                              on 2005/04/19  20:07:49
44076         Log: Force RVALUE macros when in PERL_DEBUG_COW
44077      Branch: perl
44078            ! ext/ByteLoader/byterun.c sv.c sv.h
44079 ____________________________________________________________________________
44080 [ 24251] By: nicholas                              on 2005/04/19  14:25:00
44081         Log: Avoid generating thousands of UTF-8 warnings when testing under a
44082              UTF-8 locale
44083      Branch: perl
44084            ! t/op/pack.t
44085 ____________________________________________________________________________
44086 [ 24249] By: rgs                                   on 2005/04/19  11:20:37
44087         Log: Simplify PERL_DEBUG_PAD_ZERO so it continues to expand to
44088              valid C code
44089      Branch: perl
44090            ! perl.h
44091 ____________________________________________________________________________
44092 [ 24248] By: nicholas                              on 2005/04/19  09:55:51
44093         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #5
44094              From: Steve Peters <steve@fisharerojo.org>
44095              Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org>
44096              Date: Mon, 18 Apr 2005 19:09:25 -0500
44097      Branch: perl
44098            ! dump.c ext/ByteLoader/ByteLoader.pm ext/ByteLoader/byterun.c
44099            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
44100            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
44101            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
44102            ! ext/List/Util/lib/List/Util.pm ext/POSIX/POSIX.pm
44103            ! ext/POSIX/POSIX.xs ext/PerlIO/encoding/encoding.pm
44104            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/scalar/scalar.pm
44105            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.pm
44106            ! ext/Storable/Storable.xs ext/threads/shared/shared.pm
44107            ! ext/threads/shared/shared.xs ext/threads/threads.pm gv.c mg.c
44108            ! op.c pad.c pad.h perl.h pp.c pp.h pp_hot.c pp_pack.c regcomp.c
44109            ! scope.c sv.c sv.h toke.c
44110 ____________________________________________________________________________
44111 [ 24247] By: davem                                 on 2005/04/19  01:38:54
44112         Log: Add CLONE_SKIP() class method to allow individual classes to skip
44113              cloning objects during thread creation
44114      Branch: perl
44115            ! dump.c ext/threads/t/thread.t pod/perlmod.pod sv.c sv.h
44116 ____________________________________________________________________________
44117 [ 24246] By: nicholas                              on 2005/04/18  22:31:48
44118         Log: PERL_DEBUG_COW for SvUVX and SvPVX
44119      Branch: perl
44120            ! ext/DynaLoader/dl_dyld.xs sv.h
44121 ____________________________________________________________________________
44122 [ 24245] By: nicholas                              on 2005/04/18  21:58:22
44123         Log: SvPV_renew also calls SvLEN_set
44124              Add SvPV_shrink_to_cur(sv) to call SvPV_renew with SvCUR(sv)+1.
44125              For Ponie this can be a single call into the PMC
44126      Branch: perl
44127            ! pp_hot.c pp_sys.c sv.h toke.c
44128 ____________________________________________________________________________
44129 [ 24244] By: nicholas                              on 2005/04/18  20:37:13
44130         Log: Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE
44131              SvPVX
44132      Branch: perl
44133            ! pp_hot.c pp_sys.c sv.h toke.c
44134 ____________________________________________________________________________
44135 [ 24243] By: nicholas                              on 2005/04/18  19:50:12
44136         Log: A more efficient way of expressing the MALLOC_WRAP conditional compile.
44137      Branch: perl
44138            ! handy.h
44139 ____________________________________________________________________________
44140 [ 24242] By: steveh                                on 2005/04/18  16:04:20
44141         Log: Fix bug #33664: allow for transport providers with protocol == 0
44142              
44143              (This indicates that any protocol may be used, so don't bother checking
44144              that the requested protocol matches in this case.)
44145      Branch: perl
44146            ! win32/win32sck.c
44147 ____________________________________________________________________________
44148 [ 24241] By: nicholas                              on 2005/04/18  15:23:45
44149         Log: Refactor the odd-one-out code before a Renew(SvPVX(...)...)
44150      Branch: perl
44151            ! pp_hot.c
44152 ____________________________________________________________________________
44153 [ 24240] By: nicholas                              on 2005/04/18  14:15:52
44154         Log: Two more uses of lvalue SvIVX()
44155      Branch: perl
44156            ! ext/ByteLoader/byterun.c lib/ExtUtils/t/Constant.t
44157 ____________________________________________________________________________
44158 [ 24239] By: nicholas                              on 2005/04/18  12:18:20
44159         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #4
44160              Message-ID: <20050416160502.GA26957@mccoy.peters.homeunix.org>
44161              From: Steve Peters <steve@fisharerojo.org>
44162              Date: Sat, 16 Apr 2005 11:05:02 -0500
44163              
44164              plus fix to Perl_rvpv_dup assigning to an RV with SvPVX
44165      Branch: perl
44166            ! av.c cop.h ext/PerlIO/encoding/encoding.xs
44167            ! ext/Storable/Storable.xs gv.c malloc.c perl.c pp.c pp_ctl.c
44168            ! pp_hot.c pp_pack.c pp_sort.c scope.c sv.c
44169 ____________________________________________________________________________
44170 [ 24238] By: rgs                                   on 2005/04/15  13:16:29
44171         Log: Update the outdated info in "Minimizing the Perl installation"
44172      Branch: perl
44173            ! INSTALL
44174 ____________________________________________________________________________
44175 [ 24237] By: rgs                                   on 2005/04/14  16:13:45
44176         Log: Fix for:
44177              [perl #34934] perl 5.8.5 on x86 and x86-64 hang at compile-time
44178              From: bstrand@switchmanagement.com (via RT) <perlbug-followup@perl.org>
44179              Date: 12 Apr 2005 19:12:58 -0000
44180              Message-ID: <rt-3.0.11-34934-110595.15.9181274318682@perl.org>
44181              
44182              This syntax error now produces a panic message.
44183      Branch: perl
44184            ! op.c
44185 ____________________________________________________________________________
44186 [ 24236] By: merijn                                on 2005/04/13  15:10:24
44187         Log: Subject: [PATCH] Removing yydestruct from perly.c
44188              From: Andy Lester <andy@petdance.com>
44189              Date: Wed, 13 Apr 2005 10:06:47 -0500
44190              Message-ID: <20050413150647.GA13464@petdance.com>
44191      Branch: perl
44192            ! perly.c
44193 ____________________________________________________________________________
44194 [ 24235] By: merijn                                on 2005/04/13  14:51:00
44195         Log: Mandrakesoft is now Mandriva
44196      Branch: perl
44197            ! AUTHORS
44198 ____________________________________________________________________________
44199 [ 24234] By: merijn                                on 2005/04/13  14:41:20
44200         Log: H.Merijn changed e-mail
44201      Branch: perl
44202            ! AUTHORS Porting/checkAUTHORS.pl Porting/patching.pod
44203            ! README.aix README.hpux ext/Encode/AUTHORS ext/Storable/README
44204 ____________________________________________________________________________
44205 [ 24233] By: rgs                                   on 2005/04/13  08:25:43
44206         Log: Subject: [PATCH Perl 5.9.2] -Wformat 
44207              From: Robin Barker <Robin.Barker@npl.co.uk>
44208              Date: Tue, 12 Apr 2005 18:53:32 +0100
44209              Message-ID: <533D273D4014D411AB1D00062938C4D90849C634@hotel.npl.co.uk>
44210      Branch: perl
44211            ! perly.c regcomp.c regexec.c toke.c
44212 ____________________________________________________________________________
44213 [ 24232] By: rgs                                   on 2005/04/13  07:24:07
44214         Log: Upgrade to ExtUtils::MakeMaker 6.28
44215      Branch: perl
44216            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
44217            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_AIX.pm
44218            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker.pm
44219            ! lib/ExtUtils/Manifest.pm
44220 ____________________________________________________________________________
44221 [ 24231] By: rgs                                   on 2005/04/12  15:30:23
44222         Log: Upgrade to Encode 2.0902
44223      Branch: perl
44224            + ext/Encode/t/utf8strict.t
44225            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
44226            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
44227            ! ext/Encode/MANIFEST ext/Encode/META.yml
44228            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
44229            ! ext/Encode/t/fallback.t
44230 ____________________________________________________________________________
44231 [ 24230] By: nicholas                              on 2005/04/12  11:24:49
44232         Log: Don't PERL_HASH(SvUVX(...)...) as it's actually a set.
44233              Plus add an editor block
44234      Branch: perl
44235            ! op.c
44236 ____________________________________________________________________________
44237 [ 24229] By: nicholas                              on 2005/04/12  09:19:43
44238         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #3
44239              From: Steve Peters <steve@fisharerojo.org>
44240              Message-ID: <20050411023736.GB9355@mccoy.peters.homeunix.org>
44241              Date: Sun, 10 Apr 2005 21:37:36 -0500
44242              
44243              (with correction to SvUV_set)
44244      Branch: perl
44245            ! ext/List/Util/Util.xs sv.c sv.h
44246 ____________________________________________________________________________
44247 [ 24228] By: nicholas                              on 2005/04/11  14:53:38
44248         Log: Avoid taking a reference to SvIVX and putting that address on the
44249              save stack
44250      Branch: perl
44251            ! perl.c pp_ctl.c pp_hot.c
44252 ____________________________________________________________________________
44253 [ 24227] By: steveh                                on 2005/04/11  10:39:59
44254         Log: Support d_libm_lib_version for Win32 (see change 24217)
44255      Branch: perl
44256            ! win32/config.bc win32/config.gc win32/config.vc
44257            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
44258            ! win32/config_H.vc win32/config_H.vc64
44259 ____________________________________________________________________________
44260 [ 24226] By: merijn                                on 2005/04/11  10:09:06
44261         Log: Out of sync metaunit caused the erroneous return of the
44262              removed d_sitecustomize. Mea Culpa.
44263      Branch: perl
44264            ! Configure
44265 ____________________________________________________________________________
44266 [ 24225] By: steveh                                on 2005/04/11  09:39:40
44267         Log: Disable I18N::Langinfo for Win32 since nl_langinfo() isn't available
44268      Branch: perl
44269            ! win32/Makefile win32/makefile.mk
44270 ____________________________________________________________________________
44271 [ 24224] By: rgs                                   on 2005/04/11  09:21:54
44272         Log: Subject: [PATCH] perlfunc.pod: incomplete select description
44273              From: Hernan Perez Masci <hmasci@uolsinectis.com.ar>
44274              Date: Fri, 8 Apr 2005 15:28:28 -0300
44275              Message-Id: <200504081528.28307.hmasci@uolsinectis.com.ar>
44276      Branch: perl
44277            ! pod/perlfunc.pod
44278 ____________________________________________________________________________
44279 [ 24223] By: rgs                                   on 2005/04/11  09:11:53
44280         Log: Make the four-argument form of select() return undef
44281              instead of -1 on error.
44282      Branch: perl
44283            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
44284 ____________________________________________________________________________
44285 [ 24222] By: rgs                                   on 2005/04/11  07:02:59
44286         Log: Make Win32 build (and clean) I18::Langinfo and Math::BigInt::FastCalc
44287      Branch: perl
44288            ! win32/Makefile win32/makefile.mk
44289 ____________________________________________________________________________
44290 [ 24221] By: merijn                                on 2005/04/11  06:06:13
44291         Log: Subject: Re: New Configure functionality
44292              From: Abe Timmerman <abe@ztreet.demon.nl>
44293              Date: Sun, 10 Apr 2005 22:19:28 +0200
44294              Message-Id: <200504102219.29024.abe@ztreet.demon.nl>
44295      Branch: perl
44296            ! configure.com
44297 ____________________________________________________________________________
44298 [ 24220] By: rgs                                   on 2005/04/10  20:03:59
44299         Log: POD typo.
44300      Branch: perl
44301            ! lib/Module/CoreList.pm
44302 ____________________________________________________________________________
44303 [ 24219] By: rgs                                   on 2005/04/10  19:49:49
44304         Log: Module::CoreList: Data from Sebastien Aperghis-Tramoni for perl
44305              5.00{0,1,2}. Upgrade version number.
44306      Branch: perl
44307            ! lib/Module/CoreList.pm
44308 ____________________________________________________________________________
44309 [ 24218] By: merijn                                on 2005/04/10  18:00:05
44310         Log: Sorting still is a mess. This is better.
44311      Branch: perl
44312            ! config_h.SH
44313 ____________________________________________________________________________
44314 [ 24217] By: merijn                                on 2005/04/10  17:08:36
44315         Log: Configure now probes for _LIB_VERSION support in math.h/libm
44316              LIBM_LIB_VERSION is defined if it does
44317      Branch: perl
44318            ! Configure Porting/config_H config_h.SH handy.h
44319 ____________________________________________________________________________
44320 [ 24215] By: rgs                                   on 2005/04/10  15:03:10
44321         Log: Fix [perl #34892] Segfault on &DB::sub declared but not defined
44322      Branch: perl
44323            ! pod/perldiag.pod pp_hot.c
44324 ____________________________________________________________________________
44325 [ 24214] By: merijn                                on 2005/04/10  09:14:06
44326         Log: Subject: [PATCH] usesitecustomize for VMS
44327              From: "Craig A. Berry" <craigberry@mac.com>
44328              Date: Sat, 09 Apr 2005 15:58:43 -0500
44329              Message-ID: <42584203.2090405@mac.com>
44330      Branch: perl
44331            ! configure.com
44332 ____________________________________________________________________________
44333 [ 24213] By: nicholas                              on 2005/04/08  19:11:04
44334         Log: Mangle the expected output correctly for both 5.9 and 5.8
44335      Branch: perl
44336            ! ext/B/t/stash.t
44337 ____________________________________________________________________________
44338 [ 24212] By: rgs                                   on 2005/04/08  16:17:49
44339         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.27
44340              From: Michael G Schwern <schwern@pobox.com>
44341              Date: Thu, 7 Apr 2005 15:15:00 -0700
44342              Message-ID: <20050407221500.GB6223@windhund.schwern.org>
44343              
44344              Fix duplicate target warnings
44345      Branch: perl
44346            ! lib/ExtUtils/MM_Any.pm
44347 ____________________________________________________________________________
44348 [ 24211] By: merijn                                on 2005/04/08  14:22:05
44349         Log: The last remains of d_sitecustomize
44350      Branch: perl
44351            ! Porting/config.sh
44352 ____________________________________________________________________________
44353 [ 24210] By: merijn                                on 2005/04/08  14:16:59
44354         Log: now usesitecustomize is used more generic
44355      Branch: perl
44356            ! config_h.SH
44357 ____________________________________________________________________________
44358 [ 24209] By: steveh                                on 2005/04/08  14:15:14
44359         Log: Subject: Re: [PATCH] Re: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move
44360              From: Steven Schubiger <steven@accognoscere.org>
44361              Date: Thu, 7 Apr 2005 22:38:25 +0200 (CEST)
44362              Message-Id: <200504072038.j37KcPXY011755@accognoscere.homeunix.org>
44363              
44364              (with arguments changed to match perlfunc.pod)
44365      Branch: perl
44366            ! pod/perlport.pod
44367 ____________________________________________________________________________
44368 [ 24208] By: merijn                                on 2005/04/08  14:12:54
44369         Log: Drop d_sitecustomize again. (usesitecustomize is enough)
44370      Branch: perl
44371            ! Configure
44372 ____________________________________________________________________________
44373 [ 24206] By: nicholas                              on 2005/04/08  13:16:07
44374         Log: Add SvIVX() to PERL_DEBUG_COW, and change pad.c to SvIVset()
44375      Branch: perl
44376            ! pad.c sv.h
44377 ____________________________________________________________________________
44378 [ 24205] By: merijn                                on 2005/04/08  12:18:42
44379         Log: Subject: [PATCH] Removing Y2K warnings
44380              From: Andy Lester <andy@petdance.com>
44381              Date: Thu, 7 Apr 2005 17:44:42 -0500
44382              Message-ID: <20050407224442.GA23895@petdance.com>
44383      Branch: perl
44384            - README.Y2K
44385            ! INSTALL MANIFEST lib/warnings.pm pod/buildtoc pod/perldiag.pod
44386            ! pod/perllexwarn.pod pp_hot.c sv.c t/lib/warnings/pp_hot
44387            ! t/lib/warnings/sv t/op/caller.t warnings.h warnings.pl
44388 ____________________________________________________________________________
44389 [ 24204] By: nicholas                              on 2005/04/08  11:29:22
44390         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #2
44391              From: Steve Peters <steve@fisharerojo.org>
44392              Date: Thu, 7 Apr 2005 13:51:49 -0500
44393              Message-ID: <20050407185149.GA4418@mccoy.peters.homeunix.org>
44394      Branch: perl
44395            ! doio.c ext/List/Util/Util.xs ext/threads/threads.xs op.c pp.c
44396            ! pp_ctl.c pp_hot.c sv.c toke.c util.c
44397 ____________________________________________________________________________
44398 [ 24201] By: nicholas                              on 2005/04/08  10:39:15
44399         Log: Add a macro PERL_DEBUG_COW, for aggressive compile time tests of
44400              Copy-On-Write related source changes.
44401              Fix the problem this revealed.
44402      Branch: perl
44403            ! sv.c sv.h
44404 ____________________________________________________________________________
44405 [ 24200] By: nicholas                              on 2005/04/08  10:08:35
44406         Log: MM_AIX needs neatvalue
44407      Branch: perl
44408            ! lib/ExtUtils/MM_AIX.pm
44409 ____________________________________________________________________________
44410 [ 24199] By: nicholas                              on 2005/04/08  10:05:49
44411         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #1
44412              From: Steve Peters <steve@fisharerojo.org>
44413              Message-ID: <20050406232110.GA12249@mccoy.peters.homeunix.org>
44414              Date: Wed, 6 Apr 2005 18:21:10 -0500
44415      Branch: perl
44416            ! ext/ByteLoader/byterun.c ext/List/Util/Util.xs pad.c sv.c
44417            ! toke.c
44418 ____________________________________________________________________________
44419 [ 24198] By: rgs                                   on 2005/04/08  09:48:08
44420         Log: Add perl593delta.pod
44421      Branch: perl
44422            + pod/perl593delta.pod
44423            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
44424            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
44425            ! win32/pod.mak
44426 ____________________________________________________________________________
44427 [ 24194] By: rgs                                   on 2005/04/07  12:42:07
44428         Log: Mention that select() returns -1 on error,
44429              as suggested by Hernan Perez Masci
44430      Branch: perl
44431            ! pod/perlfunc.pod
44432 ____________________________________________________________________________
44433 [ 24192] By: rgs                                   on 2005/04/07  09:51:29
44434         Log: Subject: Re: [PATCH] Re: [perl #34650] perldoc -f my should perhaps mention BEGIN and END
44435              From: Abigail <abigail@abigail.nl>
44436              Date: Wed, 6 Apr 2005 01:41:55 +0200
44437              Message-ID: <20050405234154.GG8680@abigail.nl>
44438      Branch: perl
44439            ! t/japh/abigail.t
44440 ____________________________________________________________________________
44441 [ 24191] By: rgs                                   on 2005/04/07  09:45:27
44442         Log: Subject: Re: Bugs? In Unicode::EastAsianWidth.
44443              From: Autrijus Tang <autrijus@autrijus.org>
44444              Date: Wed, 6 Apr 2005 18:17:32 +0800
44445              Message-ID: <20050406101732.GA17931@aut.dyndns.org>
44446      Branch: perl
44447            ! lib/unicore/mktables
44448 ____________________________________________________________________________
44449 [ 24190] By: rgs                                   on 2005/04/07  09:38:06
44450         Log: Subject: perldbtty$$ location
44451              From: Gisle Aas <gisle@ActiveState.com>
44452              Date: 06 Apr 2005 01:49:54 -0700
44453              Message-ID: <lr3bu48f2l.fsf@caliper.activestate.com>
44454              (and remove trailing whitespace)
44455      Branch: perl
44456            ! pod/perldebug.pod
44457 ____________________________________________________________________________
44458 [ 24189] By: nicholas                              on 2005/04/07  08:43:40
44459         Log: Tabs not spaces in MANIFEST
44460      Branch: perl
44461            ! MANIFEST
44462 ____________________________________________________________________________
44463 [ 24187] By: merijn                                on 2005/04/07  08:33:53
44464         Log: Subject: [perl #34699] documentation bug in "man perlpodspec" 
44465              From: "raf@tradingpost.com.au (via RT)" <perlbug-followup@perl.org>
44466              Date: 7 Apr 2005 00:20:31 -0000
44467              Message-ID: <rt-3.0.11-34699-110174.9.79475562169704@perl.org>
44468      Branch: perl
44469            ! pod/perlpodspec.pod
44470 ____________________________________________________________________________
44471 [ 24185] By: rgs                                   on 2005/04/07  08:07:14
44472         Log: Upgrade to ExtUtils::MakeMaker 6.27,
44473              plus a patch to restore functioning of 'distclean'
44474              for the perl core
44475      Branch: perl
44476            + lib/ExtUtils/MM_AIX.pm lib/ExtUtils/MM_QNX.pm
44477            + lib/ExtUtils/MM_VOS.pm lib/ExtUtils/MakeMaker/Config.pm
44478            + lib/ExtUtils/t/PL_FILES.t lib/ExtUtils/t/config.t
44479            + lib/ExtUtils/t/installbase.t lib/ExtUtils/t/xs.t
44480            + t/lib/MakeMaker/Test/Setup/PL_FILES.pm
44481            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
44482            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
44483            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
44484            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
44485            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
44486            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
44487            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
44488            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
44489            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
44490            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
44491            ! lib/ExtUtils/README lib/ExtUtils/t/INST_PREFIX.t
44492            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_Win32.t
44493            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/dir_target.t
44494            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
44495            ! lib/ExtUtils/t/recurs.t t/lib/MakeMaker/Test/Setup/BFD.pm
44496            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
44497            ! t/lib/MakeMaker/Test/Utils.pm
44498 ____________________________________________________________________________
44499 [ 24178] By: steveh                                on 2005/04/06  15:57:36
44500         Log: Don't try to export symbols that don't exist
44501              
44502              Change #24148 added Perl_rvpv_dup() to the public API, but it is only
44503              defined when USE_ITHREADS is defined.  Adjust makedef.pl accordingly
44504              to keep Win32 happy.
44505      Branch: perl
44506            ! makedef.pl
44507 ____________________________________________________________________________
44508 [ 24176] By: nicholas                              on 2005/04/06  15:11:53
44509         Log: cast to/from (void *) in the re-entrant code. Now watch the smoke rise.
44510      Branch: perl
44511            ! reentr.c reentr.h reentr.pl
44512 ____________________________________________________________________________
44513 [ 24175] By: nicholas                              on 2005/04/06  15:05:32
44514         Log: Casting to/from (void *) sufficient to make a C++ compiler happy.
44515      Branch: perl
44516            ! ext/File/Glob/bsd_glob.c ext/threads/shared/shared.xs
44517            ! ext/threads/threads.xs pad.h sv.c
44518 ____________________________________________________________________________
44519 [ 24174] By: nicholas                              on 2005/04/06  14:36:40
44520         Log: If we're going to prototype modfl(), it needs extern "C" linkage.
44521      Branch: perl
44522            ! perl.h
44523 ____________________________________________________________________________
44524 [ 24173] By: merijn                                on 2005/04/06  06:14:51
44525         Log: 1. t/TEST now deals with SKIP as if it was TODO. This complies to TAP
44526              2. Removed the depricated 'my $foo if expr' there
44527      Branch: perl
44528            ! t/TEST
44529 ____________________________________________________________________________
44530 [ 24171] By: nicholas                              on 2005/04/05  22:34:32
44531         Log: D'oh! We were never correctly spotting a modfl prototype
44532      Branch: perl
44533            ! Configure
44534 ____________________________________________________________________________
44535 [ 24170] By: nicholas                              on 2005/04/05  21:30:21
44536         Log: Add casting to allow g++ (3.3.5) to compile the core code.
44537              A C++ compiler produces lots of warnings that are probably valid
44538              concerns to investigate.
44539      Branch: perl
44540            ! doio.c ext/B/B.xs ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs gv.c
44541            ! perl.c perl.h pp_pack.c scope.c sv.c toke.c util.c x2p/walk.c
44542 ____________________________________________________________________________
44543 [ 24169] By: nicholas                              on 2005/04/05  21:16:01
44544         Log: Tests need to skip if there is no Encode configured.
44545      Branch: perl
44546            ! lib/encoding/warnings/t/1-warning.t
44547            ! lib/encoding/warnings/t/2-fatal.t
44548 ____________________________________________________________________________
44549 [ 24167] By: nicholas                              on 2005/04/05  16:09:59
44550         Log: Using savesvpv() here is terser and produces smaller object code.
44551      Branch: perl
44552            ! doio.c
44553 ____________________________________________________________________________
44554 [ 24166] By: rgs                                   on 2005/04/05  15:23:47
44555         Log: Upgrade to Unicode::Normalize 0.32
44556      Branch: perl
44557            ! ext/Unicode/Normalize/Changes
44558            ! ext/Unicode/Normalize/Makefile.PL
44559            ! ext/Unicode/Normalize/Normalize.pm
44560            ! ext/Unicode/Normalize/Normalize.xs
44561            ! ext/Unicode/Normalize/mkheader ext/Unicode/Normalize/t/form.t
44562            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
44563 ____________________________________________________________________________
44564 [ 24165] By: nicholas                              on 2005/04/05  14:52:05
44565         Log: Down with C++ reserved names
44566              (and also function pointer declarations that rely on the C semantics
44567              of ())
44568      Branch: perl
44569            ! ext/Storable/Storable.xs mg.c op.c perlio.c pp_sort.c
44570            ! universal.c
44571 ____________________________________________________________________________
44572 [ 24164] By: nicholas                              on 2005/04/05  14:51:05
44573         Log: Down with potentially incorrect duplicate prototypes
44574      Branch: perl
44575            ! pp_sys.c
44576 ____________________________________________________________________________
44577 [ 24163] By: nicholas                              on 2005/04/05  14:50:30
44578         Log: Down with more K&R prototypes
44579      Branch: perl
44580            ! ext/DynaLoader/dl_dyld.xs
44581 ____________________________________________________________________________
44582 [ 24162] By: nicholas                              on 2005/04/05  14:49:11
44583         Log: Down with unneeded duplicate prototypes
44584      Branch: perl
44585            ! x2p/a2p.c
44586 ____________________________________________________________________________
44587 [ 24161] By: nicholas                              on 2005/04/05  14:48:33
44588         Log: Down with K&R function arguments
44589      Branch: perl
44590            ! ext/Cwd/Cwd.xs
44591 ____________________________________________________________________________
44592 [ 24160] By: rgs                                   on 2005/04/05  14:06:01
44593         Log: Add Math::BigInt::FastCalc in maintainer list
44594      Branch: perl
44595            ! Porting/Maintainers.pl
44596 ____________________________________________________________________________
44597 [ 24159] By: rgs                                   on 2005/04/05  13:12:22
44598         Log: Adaptations to the Makefile.PL of Math::BigInt/FastCalc, for core-ification
44599      Branch: perl
44600            ! ext/Math/BigInt/FastCalc/Makefile.PL
44601 ____________________________________________________________________________
44602 [ 24158] By: rgs                                   on 2005/04/05  12:56:35
44603         Log: New core module, Math::BigInt::FastCalc
44604              
44605              Subject: [PATCH] integrate Math::BigInt::FastCalc
44606              From: Tels <nospam-abuse@bloodgate.com>
44607              Date: Sun, 3 Apr 2005 11:12:45 +0200
44608              Message-Id: <200504031112.55179@bloodgate.com>
44609      Branch: perl
44610            + ext/Math/BigInt/FastCalc/FastCalc.pm
44611            + ext/Math/BigInt/FastCalc/FastCalc.xs
44612            + ext/Math/BigInt/FastCalc/Makefile.PL
44613            + ext/Math/BigInt/FastCalc/t/bigintfc.t
44614            + ext/Math/BigInt/FastCalc/t/bootstrap.t
44615            + ext/Math/BigInt/FastCalc/t/mbi_rand.t
44616            ! MANIFEST
44617 ____________________________________________________________________________
44618 [ 24155] By: rgs                                   on 2005/04/05  10:40:35
44619         Log: Subject: [Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17
44620              From: Tels <nospam-abuse@bloodgate.com>
44621              Date: Sun, 3 Apr 2005 10:43:10 +0200
44622              Message-Id: <200504031043.12273@bloodgate.com>
44623      Branch: perl
44624            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
44625            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/_e_math.t
44626            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
44627            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
44628            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
44629            ! lib/Math/BigInt/t/req_mbf0.t lib/Math/BigInt/t/req_mbfw.t
44630            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/trap.t
44631            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
44632            ! lib/Math/BigRat/t/bigratpm.t lib/Math/BigRat/t/requirer.t
44633            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
44634 ____________________________________________________________________________
44635 [ 24152] By: rgs                                   on 2005/04/04  20:55:03
44636         Log: That's C, not perl.
44637      Branch: perl
44638            ! patchlevel.h
44639 ____________________________________________________________________________
44640 [ 24151] By: nicholas                              on 2005/04/04  20:53:42
44641         Log: Make -DFORMAT_CHECK compile with threads.
44642      Branch: perl
44643            ! perl.h
44644 ____________________________________________________________________________
44645 [ 24149] By: rgs                                   on 2005/04/04  17:14:37
44646         Log: Bump version to 5.9.3
44647              Restore "DEVEL" tag in patchlevel.h
44648              Regenerate Porting/config*
44649      Branch: perl
44650            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
44651            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
44652            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
44653            ! win32/config_H.gc win32/config_H.vc64 win32/makefile.mk
44654            ! wince/Makefile.ce
44655 ____________________________________________________________________________
44656 [ 24148] By: rgs                                   on 2005/04/04  14:19:30
44657         Log: Subject: [PATCH] const-eight.diff
44658              From: Andy Lester <andy@petdance.com>
44659              Date: Wed, 30 Mar 2005 11:40:24 -0600
44660              Message-ID: <20050330174024.GA12167@petdance.com>
44661      Branch: perl
44662            ! Porting/Maintainers.pl doio.c dump.c embed.fnc embed.h
44663            ! global.sym mg.c op.c perl.c proto.h sv.c universal.c xsutils.c
44664 ____________________________________________________________________________
44665 [ 24147] By: mhx                                   on 2005/04/03  16:47:54
44666         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with ahash symbol"
44667              From: Steven Schubiger <steven@accognoscere.org>
44668              Date: Sun, 3 Apr 2005 11:47:22 +0200 (CEST)
44669              Message-Id: <200504030947.j339lMgp010306@accognoscere.homeunix.org>
44670      Branch: perl
44671            ! pod/perltrap.pod
44672 ____________________________________________________________________________
44673 [ 24139] By: mhx                                   on 2005/04/03  08:19:06
44674         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with a hash symbol"
44675              From: Steven Schubiger <steven@accognoscere.org>
44676              Date: Sat, 2 Apr 2005 19:37:11 +0200 (CEST)
44677              Message-Id: <200504021737.j32HbBNS000652@accognoscere.homeunix.org>
44678      Branch: perl
44679            ! pod/perltrap.pod
44680 ____________________________________________________________________________
44681 [ 24138] By: mhx                                   on 2005/04/03  08:16:25
44682         Log: Fix wrong version for byteorder modifiers feature.
44683      Branch: perl
44684            ! pod/perlpacktut.pod
44685 ____________________________________________________________________________
44686 [ 24137] By: nicholas                              on 2005/04/02  22:58:59
44687         Log: Silence compiler warnings about possibly uninitialised variables.
44688              (None are, but it saves anyone else having to work this out)
44689      Branch: perl
44690            ! regexec.c
44691 ____________________________________________________________________________
44692 [ 24136] By: nicholas                              on 2005/04/02  19:04:27
44693         Log: Fix "[perl #34643] Config_heavy.pl not in archlib"
44694      Branch: perl
44695            ! installperl
44696 ____________________________________________________________________________
44697 [ 24135] By: nicholas                              on 2005/04/02  18:52:11
44698         Log: Oops. Forgot to add this.
44699      Branch: perl
44700            + lib/unicore/NamedSequences.txt
44701 ____________________________________________________________________________
44702 [ 24134] By: nicholas                              on 2005/04/02  18:51:27
44703         Log: Subject: [PATCH] Unicode 4.1.0
44704              From: Jarkko Hietaniemi <jhi@iki.fi>
44705              Message-ID: <424E584D.5000508@iki.fi>
44706              Date: Sat, 02 Apr 2005 11:31:09 +0300
44707      Branch: perl
44708            ! MANIFEST lib/Unicode/UCD.pm lib/Unicode/UCD.t
44709            ! lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
44710            ! lib/unicore/Blocks.txt lib/unicore/CaseFolding.txt
44711            ! lib/unicore/CompositionExclusions.txt
44712            ! lib/unicore/EastAsianWidth.txt
44713            ! lib/unicore/HangulSyllableType.txt lib/unicore/Jamo.txt
44714            ! lib/unicore/LineBreak.txt lib/unicore/NamesList.txt
44715            ! lib/unicore/NormalizationCorrections.txt
44716            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
44717            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
44718            ! lib/unicore/ReadMe.txt lib/unicore/Scripts.txt
44719            ! lib/unicore/SpecialCasing.txt
44720            ! lib/unicore/StandardizedVariants.txt
44721            ! lib/unicore/UnicodeData.txt lib/unicore/version t/uni/class.t
44722 ____________________________________________________________________________
44723 [ 24133] By: rgs                                   on 2005/04/01  09:16:19
44724         Log: Add encoding::warnings to Maintainers.pl and rebuild META.yml for release
44725      Branch: perl
44726            ! META.yml Porting/Maintainers.pl
44727 ____________________________________________________________________________
44728 [ 24132] By: rgs                                   on 2005/04/01  08:29:26
44729         Log: Update Changes
44730      Branch: perl
44731            ! Changes
44732 ____________________________________________________________________________
44733 [ 24131] By: steveh                                on 2005/04/01  08:18:27
44734         Log: Remove dependency on tr(1) for MinGW builds on Win32
44735              
44736              This leaves things slightly (more) broken for MinGW builds on Cygwin,
44737              but that doesn't currently quite work in other respects and isn't
44738              documented anyway.  See:
44739              
44740              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00751.html
44741      Branch: perl
44742            ! pod/perl592delta.pod win32/makefile.mk
44743 ____________________________________________________________________________
44744 [ 24130] By: rgs                                   on 2005/04/01  07:47:26
44745         Log: Regenerate perltoc and perlmodlib
44746      Branch: perl
44747            ! pod/perlmodlib.pod pod/perltoc.pod
44748 ____________________________________________________________________________
44749 [ 24129] By: rgs                                   on 2005/04/01  07:36:04
44750         Log: POD fixes.
44751      Branch: perl
44752            ! pod/perlfaq1.pod
44753 ____________________________________________________________________________
44754 [ 24128] By: rgs                                   on 2005/04/01  07:19:27
44755         Log: FAQ sync.
44756      Branch: perl
44757            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
44758            ! pod/perlfaq6.pod pod/perlfaq7.pod
44759 ____________________________________________________________________________
44760 [ 24127] By: rgs                                   on 2005/04/01  07:14:22
44761         Log: Add a note about installhtml
44762      Branch: perl
44763            ! pod/perltodo.pod
44764 ____________________________________________________________________________
44765 [ 24126] By: rgs                                   on 2005/03/31  21:51:28
44766         Log: Subject: [PATCH] pp_pack.c warnings on VMS
44767              From: "Craig A. Berry" <craigberry@mac.com>
44768              Date: Thu, 31 Mar 2005 14:51:05 -0600
44769              Message-ID: <424C62B9.2030601@mac.com>
44770      Branch: perl
44771            ! pp_pack.c
44772 ____________________________________________________________________________
44773 [ 24125] By: rgs                                   on 2005/03/31  17:14:01
44774         Log: Mention the current MinGW compilation problems
44775      Branch: perl
44776            ! pod/perl592delta.pod
44777 ____________________________________________________________________________
44778 [ 24124] By: rgs                                   on 2005/03/31  17:11:15
44779         Log: Update Changes
44780      Branch: perl
44781            ! Changes
44782 ____________________________________________________________________________
44783 [ 24123] By: rgs                                   on 2005/03/31  15:52:46
44784         Log: This is 5.9.2. Mostly.
44785      Branch: perl
44786            ! patchlevel.h pod/perlhist.pod
44787 ____________________________________________________________________________
44788 [ 24122] By: steveh                                on 2005/03/31  15:39:57
44789         Log: Fix USE_SITECUSTOMIZE on Win32
44790              
44791              This fixes the problem described in:
44792              
44793              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
44794      Branch: perl
44795            ! win32/win32.c
44796 ____________________________________________________________________________
44797 [ 24121] By: rgs                                   on 2005/03/31  15:24:24
44798         Log: Update copyrights.
44799              Well, those are generated files anyway.
44800      Branch: perl
44801            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
44802            ! proto.h
44803 ____________________________________________________________________________
44804 [ 24120] By: steveh                                on 2005/03/31  14:36:44
44805         Log: Add support for USE_SITECUSTOMIZE in the Win32 makefiles
44806              
44807              Note that this feature doesn't actually work correctly on Win32
44808              until the problem described here is solved:
44809              
44810              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
44811      Branch: perl
44812            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
44813            ! win32/config.vc64 win32/makefile.mk
44814 ____________________________________________________________________________
44815 [ 24119] By: rgs                                   on 2005/03/31  13:52:58
44816         Log: Upgrade to Module::CoreList 1.99
44817      Branch: perl
44818            ! lib/Module/CoreList.pm
44819 ____________________________________________________________________________
44820 [ 24118] By: rgs                                   on 2005/03/31  13:45:17
44821         Log: More known problems.
44822      Branch: perl
44823            ! pod/perl592delta.pod
44824 ____________________________________________________________________________
44825 [ 24117] By: rgs                                   on 2005/03/31  13:10:26
44826         Log: Known problems, reported by Merijn
44827      Branch: perl
44828            ! pod/perl592delta.pod
44829 ____________________________________________________________________________
44830 [ 24116] By: rgs                                   on 2005/03/31  12:45:03
44831         Log: OS typo.
44832      Branch: perl
44833            ! pod/perl592delta.pod
44834 ____________________________________________________________________________
44835 [ 24115] By: rgs                                   on 2005/03/31  12:42:38
44836         Log: Add a tool to generate data for Module::CoreList
44837      Branch: perl
44838            + Porting/corelist.pl
44839            ! MANIFEST
44840 ____________________________________________________________________________
44841 [ 24114] By: rgs                                   on 2005/03/31  11:42:15
44842         Log: More work on perldelta
44843      Branch: perl
44844            ! pod/perl592delta.pod
44845 ____________________________________________________________________________
44846 [ 24113] By: steveh                                on 2005/03/31  10:01:18
44847         Log: Add support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED in the
44848              Win32 makefiles
44849      Branch: perl
44850            ! win32/Makefile win32/makefile.mk
44851 ____________________________________________________________________________
44852 [ 24112] By: rgs                                   on 2005/03/31  09:58:40
44853         Log: AUTHORS update
44854      Branch: perl
44855            ! AUTHORS
44856 ____________________________________________________________________________
44857 [ 24111] By: steveh                                on 2005/03/31  09:18:23
44858         Log: A few Win32 makefile tidy-ups (No real changes)
44859      Branch: perl
44860            ! win32/Makefile win32/makefile.mk
44861 ____________________________________________________________________________
44862 [ 24110] By: steveh                                on 2005/03/31  08:20:00
44863         Log: Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/)
44864      Branch: perl
44865            ! INSTALL
44866 ____________________________________________________________________________
44867 [ 24109] By: steveh                                on 2005/03/31  07:55:12
44868         Log: One more Win32 compilation clean-up (for when using -DDEBUGGING)
44869      Branch: perl
44870            ! sv.c
44871 ____________________________________________________________________________
44872 [ 24108] By: steveh                                on 2005/03/31  07:36:52
44873         Log: Another Win32 compilation clean-up (for when using Perl's malloc)
44874      Branch: perl
44875            ! malloc.c
44876 ____________________________________________________________________________
44877 [ 24107] By: merijn                                on 2005/03/30  17:03:19
44878         Log: Now that we have the full path, we can skip the which call,
44879              that might cause trouble on testdrive systems.
44880      Branch: perl
44881            ! hints/hpux.sh
44882 ____________________________________________________________________________
44883 [ 24106] By: rgs                                   on 2005/03/30  14:41:51
44884         Log: Update copyrights.
44885      Branch: perl
44886            ! XSUB.h av.c deb.c dump.c embedvar.h gv.h handy.h hv.h
44887            ! miniperlmain.c numeric.c op.h pad.c perl.h pp.h regcomp.h
44888            ! regen_perly.pl scope.h sv.h thrdvar.h thread.h
44889 ____________________________________________________________________________
44890 [ 24105] By: merijn                                on 2005/03/30  14:25:05
44891         Log: Simplify #24043 note now Configure can do -Dusesitecustomize
44892      Branch: perl
44893            ! INSTALL
44894 ____________________________________________________________________________
44895 [ 24104] By: merijn                                on 2005/03/30  14:17:40
44896         Log: Support for -Dusesitecustomize
44897      Branch: perl
44898            ! Configure config_h.SH
44899 ____________________________________________________________________________
44900 [ 24102] By: merijn                                on 2005/03/30  13:43:12
44901         Log: USE_STRLCAT and USE_STRLCPY now actually used
44902              LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations
44903              for future use
44904      Branch: perl
44905            ! handy.h
44906 ____________________________________________________________________________
44907 [ 24101] By: rgs                                   on 2005/03/30  13:34:11
44908         Log: Subject: [PATCH] ext/Errno/Errno_pm.PL: fix for GNU hurd
44909              From: Brendan O'Dea <bod@debian.org>
44910              Date: Wed, 30 Mar 2005 10:30:25 +1000
44911              Message-ID: <20050330003025.GA29797@londo.c47.org>
44912      Branch: perl
44913            ! ext/Errno/Errno_pm.PL
44914 ____________________________________________________________________________
44915 [ 24100] By: rgs                                   on 2005/03/30  13:16:52
44916         Log: Subject: Re: PATCH: byte count feature request for unpack
44917              From: perl5-porters@ton.iguana.be (Ton Hospel)
44918              Date: Sun, 27 Mar 2005 18:32:11 +0000 (UTC)
44919              Message-Id: <d26u7b$i3v$1@post.home.lunix>
44920              
44921              (rework of a patch from Arne Ahrend <aahrend@web.de>)
44922      Branch: perl
44923            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
44924 ____________________________________________________________________________
44925 [ 24099] By: steveh                                on 2005/03/30  08:36:50
44926         Log: A couple more Win32 compilation clean-ups
44927      Branch: perl
44928            ! win32/win32sck.c
44929 ____________________________________________________________________________
44930 [ 24098] By: rgs                                   on 2005/03/30  08:03:13
44931         Log: Minor POD nits.
44932      Branch: perl
44933            ! ext/File/Glob/Glob.pm
44934 ____________________________________________________________________________
44935 [ 24097] By: merijn                                on 2005/03/30  07:49:46
44936         Log: Subject: Re: [PATCH] 5.6 File::Glob documentation insufficient for use
44937              From: Steven Schubiger <steven@accognoscere.org>
44938              Date: Wed, 30 Mar 2005 03:41:03 +0200 (CEST)
44939              Message-Id: <200503300141.j2U1f3EP024524@accognoscere.homeunix.org>
44940      Branch: perl
44941            ! ext/File/Glob/Glob.pm
44942 ____________________________________________________________________________
44943 [ 24096] By: steveh                                on 2005/03/29  15:18:30
44944         Log: Clean-up some warnings when compiling on Win32 with VC++
44945      Branch: perl
44946            ! hv.c mg.c op.c pp_pack.c pp_sort.c pp_sys.c utf8.c util.c
44947 ____________________________________________________________________________
44948 [ 24095] By: rgs                                   on 2005/03/29  12:39:39
44949         Log: Downconst external APIs
44950      Branch: perl
44951            ! embed.fnc gv.h op.c opcode.h opcode.pl pod/perlapi.pod proto.h
44952            ! sv.c util.c
44953 ____________________________________________________________________________
44954 [ 24094] By: rgs                                   on 2005/03/29  09:38:39
44955         Log: The core part of :
44956              Subject: [PATCH] Consting seven
44957              From: Andy Lester <andy@petdance.com>
44958              Date: Sun, 27 Mar 2005 15:57:22 -0600
44959              Message-ID: <20050327215722.GC20451@petdance.com>
44960      Branch: perl
44961            ! embed.fnc embed.h perl.c perlio.c pp_ctl.c proto.h regcomp.c
44962            ! regexec.c util.c
44963 ____________________________________________________________________________
44964 [ 24093] By: steveh                                on 2005/03/29  08:48:50
44965         Log: Fix Win32 compilation nit following change #24074
44966      Branch: perl
44967            ! util.c
44968 ____________________________________________________________________________
44969 [ 24092] By: steveh                                on 2005/03/29  08:22:45
44970         Log: Fix PerlLIO_chsize() for platforms that don't have chsize()
44971              
44972              This is the patch from the end of the thread that started here:
44973              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-09/msg00055.html
44974      Branch: perl
44975            ! doio.c iperlsys.h pp_sys.c
44976 ____________________________________________________________________________
44977 [ 24091] By: rgs                                   on 2005/03/29  07:01:40
44978         Log: Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS
44979      Branch: perl
44980            ! ext/Devel/Peek/t/Peek.t
44981 ____________________________________________________________________________
44982 [ 24090] By: merijn                                on 2005/03/29  07:01:11
44983         Log: Make the spelling of whitespace (vs white-space and white space)
44984              more consistent
44985              From: Offer Kaye <offer.kaye@gmail.com>
44986              Date: Thu, 17 Mar 2005 14:47:36 -0500
44987              Message-ID: <5694250503171147668e73c7@mail.gmail.com>
44988      Branch: perl
44989            ! pod/perllocale.pod pod/perlop.pod pod/perlopentut.pod
44990            ! pod/perlre.pod pod/perlxstut.pod
44991 ____________________________________________________________________________
44992 [ 24089] By: rgs                                   on 2005/03/29  06:14:18
44993         Log: Don't #ifdef out a return statement
44994      Branch: perl
44995            ! pad.c
44996 ____________________________________________________________________________
44997 [ 24088] By: davem                                 on 2005/03/28  21:38:44
44998         Log: expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV
44999      Branch: perl
45000            ! dump.c ext/Devel/Peek/t/Peek.t pad.c perl.c pod/perlhack.pod
45001            ! sv.c sv.h
45002 ____________________________________________________________________________
45003 [ 24087] By: rgs                                   on 2005/03/27  16:38:13
45004         Log: Raw work on perl592delta.
45005      Branch: perl
45006            ! pod/perl592delta.pod
45007 ____________________________________________________________________________
45008 [ 24086] By: rgs                                   on 2005/03/27  13:59:02
45009         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
45010              From: hv@crypt.org
45011              Date: Thu, 24 Mar 2005 19:51:08 +0000
45012              Message-Id: <200503241951.j2OJp8s18147@zen.crypt.org>
45013      Branch: perl
45014            ! regexec.c t/op/re_tests
45015 ____________________________________________________________________________
45016 [ 24085] By: rgs                                   on 2005/03/27  13:30:18
45017         Log: Fix -C option of mktables (for VMS)
45018              
45019              Subject: Re: [PATCH] Consting five
45020              From: demerphq <demerphq@gmail.com>
45021              Date: Sat, 26 Mar 2005 21:45:09 +0100
45022              Message-ID: <9b18b311050326124563db5113@mail.gmail.com>
45023      Branch: perl
45024            ! lib/unicore/mktables
45025 ____________________________________________________________________________
45026 [ 24084] By: davem                                 on 2005/03/26  21:25:47
45027         Log: UTF-8 string substitution corrupts memory
45028              The implicit call of 'require utf8' triggered by code like
45029              "\x{100}" =~ /[[:print:]]/
45030              wasn't saving state correctly first.
45031      Branch: perl
45032            ! utf8.c
45033 ____________________________________________________________________________
45034 [ 24083] By: rgs                                   on 2005/03/26  17:40:26
45035         Log: Remove an XXX note from the public doc.
45036              Hide it in the comments, instead
45037      Branch: perl
45038            ! pod/perlapi.pod sv.c
45039 ____________________________________________________________________________
45040 [ 24082] By: nicholas                              on 2005/03/26  00:21:30
45041         Log: Need to return something when the compiler doesn't know that a
45042              function is "noreturn".
45043      Branch: perl
45044            ! mg.c op.c scope.c
45045 ____________________________________________________________________________
45046 [ 24081] By: nicholas                              on 2005/03/25  23:46:22
45047         Log: Subject: [PATCH] Consting five
45048              Date: Fri, 25 Mar 2005 17:14:09 -0600
45049              From: Andy Lester <andy@petdance.com>
45050              Message-ID: <20050325231409.GB17660@petdance.com>
45051              
45052              [with modification - the extra argument to incpush was supposed to
45053              be being used]
45054      Branch: perl
45055            ! av.c embed.fnc embed.h ext/DynaLoader/dlutils.c gv.c
45056            ! intrpvar.h locale.c mg.c miniperlmain.c op.c perl.c pp_sys.c
45057            ! proto.h regcomp.c thrdvar.h toke.c
45058 ____________________________________________________________________________
45059 [ 24080] By: rgs                                   on 2005/03/25  21:09:23
45060         Log: Subject: Re: [perl #34568] Perl crashes reading past the end of a heap block while parsing foreach statement
45061              From: Gurusamy Sarathy <gsar@ActiveState.com>
45062              Date: Fri, 25 Mar 2005 10:31:09 -0800
45063              Message-Id: <200503251831.j2PIV9A6006234@smtp3.ActiveState.com>
45064      Branch: perl
45065            ! op.c
45066 ____________________________________________________________________________
45067 [ 24079] By: rgs                                   on 2005/03/25  21:02:04
45068         Log: Subject: [PATCH] Consting part 4
45069              From: Andy Lester <andy@petdance.com>
45070              Date: Fri, 25 Mar 2005 14:43:31 -0600
45071              Message-ID: <20050325204331.GA16388@petdance.com>
45072      Branch: perl
45073            ! embed.fnc mg.c numeric.c op.c perlio.c pod/perlapi.pod proto.h
45074            ! regcomp.c scope.c sv.c taint.c toke.c utf8.c util.c
45075 ____________________________________________________________________________
45076 [ 24078] By: nicholas                              on 2005/03/25  20:57:46
45077         Log: FreeBSD NDBM appears to generate files ending .db, so be prepared to
45078              clean this variant up as well.
45079      Branch: perl
45080            ! lib/Memoize/t/tie_ndbm.t
45081 ____________________________________________________________________________
45082 [ 24077] By: rgs                                   on 2005/03/25  18:03:00
45083         Log: Remove the const qualifier from argv and env variables
45084      Branch: perl
45085            ! embed.fnc intrpvar.h perl.c pod/perlapi.pod proto.h
45086 ____________________________________________________________________________
45087 [ 24076] By: rgs                                   on 2005/03/25  14:41:46
45088         Log: Subject: [PATCH] const fix-up for vms/vms.c
45089              From: "Craig A. Berry" <craigberry@mac.com>
45090              Date: Fri, 25 Mar 2005 09:00:06 -0600
45091              Message-ID: <42442776.8030603@mac.com>
45092      Branch: perl
45093            ! vms/vms.c vms/vmsish.h
45094 ____________________________________________________________________________
45095 [ 24075] By: rgs                                   on 2005/03/25  09:24:15
45096         Log: Subject: [PATCH] Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)
45097              From: Steve Peters <steve@fisharerojo.org>
45098              Date: Tue, 22 Mar 2005 17:15:23 -0600
45099              Message-ID: <20050322231523.GA3083@mccoy.peters.homeunix.org>
45100      Branch: perl
45101            ! hints/linux.sh
45102 ____________________________________________________________________________
45103 [ 24074] By: rgs                                   on 2005/03/24  16:25:58
45104         Log: Subject: [PATCH] Third consting batch
45105              From: Andy Lester <andy@petdance.com>
45106              Date: Tue, 22 Mar 2005 00:35:55 -0600
45107              Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com>
45108      Branch: perl
45109            ! XSUB.h deb.c doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c mg.h
45110            ! minimod.pl numeric.c op.c pad.c patchlevel.h perl.c perl.h
45111            ! perlio.c perliol.h perlvars.h perly.c pod/perlapi.pod
45112            ! pod/perlintern.pod pp.c pp_hot.c pp_sys.c proto.h regcomp.c
45113            ! regcomp.h regexec.c scope.c sv.c taint.c universal.c utf8.c
45114            ! utf8.h utfebcdic.h util.c writemain.SH xsutils.c
45115 ____________________________________________________________________________
45116 [ 24073] By: mhx                                   on 2005/03/22  16:30:57
45117         Log: Mention (un)?pack byte-order modifiers in perldelta
45118      Branch: perl
45119            ! pod/perl592delta.pod
45120 ____________________________________________________________________________
45121 [ 24072] By: rgs                                   on 2005/03/22  16:15:58
45122         Log: Some updates in the new perldelta.
45123      Branch: perl
45124            ! pod/perl592delta.pod
45125 ____________________________________________________________________________
45126 [ 24071] By: rgs                                   on 2005/03/22  15:30:18
45127         Log: Remove IPC::Run for 5.9.2
45128      Branch: perl
45129            - lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
45130            - lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
45131            - lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
45132            - lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
45133            - lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
45134            - lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
45135            - lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
45136            - lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
45137            - lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
45138            - lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
45139            ! MANIFEST
45140 ____________________________________________________________________________
45141 [ 24070] By: rgs                                   on 2005/03/22  14:53:01
45142         Log: Forbid the -C option on the command-line
45143              as suggested by Merijn (see [perl #34087])
45144      Branch: perl
45145            ! pod/perldiag.pod toke.c
45146 ____________________________________________________________________________
45147 [ 24069] By: rgs                                   on 2005/03/22  14:03:12
45148         Log: Upgrade to PathTools 3.05
45149      Branch: perl
45150            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
45151 ____________________________________________________________________________
45152 [ 24068] By: rgs                                   on 2005/03/22  10:59:53
45153         Log: Upgrade to File::Temp 0.16
45154      Branch: perl
45155            ! lib/File/Temp.pm lib/File/Temp/t/object.t
45156            ! lib/File/Temp/t/tempfile.t
45157 ____________________________________________________________________________
45158 [ 24067] By: rgs                                   on 2005/03/22  10:53:39
45159         Log: Revert change #24055, which was producing a segfault in installman
45160              when it was trying to install perltoc.
45161      Branch: perl
45162            ! regexec.c t/op/re_tests
45163 ____________________________________________________________________________
45164 [ 24066] By: rgs                                   on 2005/03/22  09:43:44
45165         Log: Fix unresolved POD link
45166      Branch: perl
45167            ! pod/perlfunc.pod
45168 ____________________________________________________________________________
45169 [ 24065] By: rgs                                   on 2005/03/22  09:21:09
45170         Log: Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
45171              and other neatification
45172      Branch: perl
45173            ! pod/perl592delta.pod pod/perlvar.pod regcomp.c regcomp.h
45174 ____________________________________________________________________________
45175 [ 24064] By: rgs                                   on 2005/03/22  08:57:18
45176         Log: Subject: [PATCH] simple optimization for SelectSaver
45177              From: Alexey Tourbin <at@altlinux.ru>
45178              Date: Fri, 18 Mar 2005 21:05:51 +0300
45179              Message-ID: <20050318180551.GA12596@solemn.turbinal.org>
45180      Branch: perl
45181            ! lib/SelectSaver.pm
45182 ____________________________________________________________________________
45183 [ 24063] By: rgs                                   on 2005/03/22  08:53:21
45184         Log: minitest fix
45185      Branch: perl
45186            ! t/run/fresh_perl.t
45187 ____________________________________________________________________________
45188 [ 24062] By: rgs                                   on 2005/03/22  07:50:28
45189         Log: Add in perldelta changes about unpack A and trailing whitespace, trie
45190              optimization, and debug flags for "use re".
45191      Branch: perl
45192            ! pod/perl592delta.pod
45193 ____________________________________________________________________________
45194 [ 24061] By: nicholas                              on 2005/03/21  22:52:12
45195         Log: Casts needed to make VMS happy. (It gets very upset at assignments
45196              between char * and unsigned char *)
45197      Branch: perl
45198            ! pp_pack.c
45199 ____________________________________________________________________________
45200 [ 24060] By: rgs                                   on 2005/03/21  21:44:37
45201         Log: Subject: Re: unpack A strip patch
45202              From: Ton Hospel <perl5-porters@ton.iguana.be>
45203              Date: Mon, 21 Mar 2005 21:31:37 +0000 (UTC)
45204              Message-Id: <d1nefp$lpe$1@post.home.lunix>
45205      Branch: perl
45206            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
45207 ____________________________________________________________________________
45208 [ 24059] By: rgs                                   on 2005/03/21  21:33:16
45209         Log: Subject: Re: regexp trie fails compile on VMS
45210              From: demerphq <demerphq@gmail.com>
45211              Date: Mon, 21 Mar 2005 22:29:09 +0100
45212              Message-ID: <9b18b311050321132917a4b1c7@mail.gmail.com>
45213      Branch: perl
45214            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
45215 ____________________________________________________________________________
45216 [ 24058] By: rgs                                   on 2005/03/21  21:22:10
45217         Log: Break up long lines in -V output for compile-time options
45218              
45219              Subject: Re: sitecustomize.pl [PATCH]
45220              From: sthoenna[at]efn.org (Yitzchak Scott-Thoennes)
45221              Date: Tue, 8 Mar 2005 17:46:04 -0800
45222              Message-ID: <20050309014604.GA5876[at]efn.org>
45223      Branch: perl
45224            ! perl.c
45225 ____________________________________________________________________________
45226 [ 24057] By: steveh                                on 2005/03/21  17:08:26
45227         Log: Oops - forgot to update MANIFEST for change 24056.
45228      Branch: perl
45229            ! MANIFEST
45230 ____________________________________________________________________________
45231 [ 24056] By: steveh                                on 2005/03/21  17:06:45
45232         Log: Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
45233              From: demerphq <demerphq@gmail.com>
45234              Date: Tue, 8 Mar 2005 02:24:10 +0100
45235              Message-ID: <9b18b311050307172455a5816e@mail.gmail.com>
45236              
45237              Change 24004 stopped mktables from needlessly re-running when using
45238              dmake on Win32, but it can still happen when using nmake because it
45239              doesn't support the .UPDATEALL attribute that was used to fix dmake.
45240              e.g. Build perl, touch a core header file, then rebuild -- mktables
45241              re-runs when it didn't need to, and 7 times over at that!  This change
45242              alleviates the pain by making mktables exit quickly in such cases.
45243      Branch: perl
45244            + lib/unicore/mktables.lst
45245            ! lib/unicore/mktables
45246 ____________________________________________________________________________
45247 [ 24055] By: rgs                                   on 2005/03/21  14:58:21
45248         Log: Resubmit change #24053.
45249      Branch: perl
45250            ! regexec.c t/op/re_tests
45251 ____________________________________________________________________________
45252 [ 24054] By: rgs                                   on 2005/03/21  14:32:58
45253         Log: Subject: [PATCH] Re: [perl #34493] h2ph `extern inline' problems
45254              From: Alexey Tourbin <at@altlinux.ru>
45255              Date: Sat, 19 Mar 2005 16:37:12 +0300
45256              Message-ID: <20050319133712.GB6484@solemn.turbinal.org>
45257              
45258              and
45259              
45260              Message-ID: <20050319141457.GC6484@solemn.turbinal.org>
45261      Branch: perl
45262            ! t/lib/h2ph.h utils/h2ph.PL
45263 ____________________________________________________________________________
45264 [ 24053] By: rgs                                   on 2005/03/21  13:15:34
45265         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
45266              From: hv@crypt.org
45267              Date: Mon, 21 Feb 2005 17:59:49 +0000
45268              Message-Id: <200502211759.j1LHxnC22894@zen.crypt.org>
45269      Branch: perl
45270            ! regexec.c t/op/re_tests
45271 ____________________________________________________________________________
45272 [ 24052] By: rgs                                   on 2005/03/21  10:27:44
45273         Log: Subject: pack / for general types
45274              From: perl5-porters@ton.iguana.be (Ton Hospel)
45275              Date: Sat, 19 Mar 2005 22:00:45 +0000 (UTC)
45276              Message-Id: <d1i7ed$62c$1@post.home.lunix>
45277              
45278              Allow "len/format" to work for any format type, not just strings.
45279      Branch: perl
45280            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
45281 ____________________________________________________________________________
45282 [ 24051] By: rgs                                   on 2005/03/21  10:12:01
45283         Log: perldelta suggestions on (un)?pack by Ton Hospel
45284      Branch: perl
45285            ! pod/perl592delta.pod
45286 ____________________________________________________________________________
45287 [ 24050] By: rgs                                   on 2005/03/21  09:59:13
45288         Log: Subject: Re: bugzilla.redhat bug #101767 (threads, threads::shared)
45289              From: Alexey Tourbin <at@altlinux.ru>
45290              Date: Sat, 19 Mar 2005 06:10:45 +0300
45291              Message-ID: <20050319031045.GN12596@solemn.turbinal.org>
45292      Branch: perl
45293            + ext/threads/hints/linux.pl ext/threads/shared/hints/linux.pl
45294            ! MANIFEST
45295 ____________________________________________________________________________
45296 [ 24049] By: rgs                                   on 2005/03/21  09:39:35
45297         Log: Subject: [PATCH] More consting goodness
45298              From: Andy Lester <andy@petdance.com>
45299              Date: Sat, 19 Mar 2005 01:28:30 -0600
45300              Message-ID: <20050319072830.GA7721@petdance.com>
45301      Branch: perl
45302            ! deb.c dump.c embed.fnc handy.h op.c opcode.h opcode.pl perl.c
45303            ! pod/perlapi.pod pp_ctl.c pp_sys.c proto.h regcomp.c regexec.c
45304            ! sv.c toke.c
45305 ____________________________________________________________________________
45306 [ 24048] By: rgs                                   on 2005/03/20  21:20:50
45307         Log: Upgrade to Math::BigInt 1.75, by Tels
45308      Branch: perl
45309            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
45310            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
45311            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
45312            ! lib/Math/BigInt/t/fallback.t lib/Math/BigInt/t/mbi_rand.t
45313            ! lib/Math/BigInt/t/sub_mbi.t
45314 ____________________________________________________________________________
45315 [ 24047] By: merijn                                on 2005/03/20  10:50:11
45316         Log: Subject: [PATCH] perlrun typo (env PERLDB_OPTS)
45317              From: Alexey Tourbin <at@altlinux.ru>
45318              Date: Sat, 19 Mar 2005 03:40:13 +0300
45319              Message-ID: <20050319004013.GJ12596@solemn.turbinal.org>
45320      Branch: perl
45321            ! pod/perlrun.pod
45322 ____________________________________________________________________________
45323 [ 24046] By: rgs                                   on 2005/03/18  21:47:54
45324         Log: Remove an useless line, spotted by Andy Lester
45325      Branch: perl
45326            ! toke.c
45327 ____________________________________________________________________________
45328 [ 24045] By: rgs                                   on 2005/03/18  16:54:38
45329         Log: Remove trie optimisation from the todo list
45330      Branch: perl
45331            ! pod/perltodo.pod
45332 ____________________________________________________________________________
45333 [ 24044] By: rgs                                   on 2005/03/18  15:04:39
45334         Log: Subject: Re: Reworked Trie Patch
45335              From: demerphq <demerphq@gmail.com>
45336              Date: Mon, 14 Mar 2005 08:55:39 +0100
45337              Message-ID: <9b18b31105031323557019ae1@mail.gmail.com>
45338              
45339              Subject: Re: Reworked Trie Patch
45340              From: demerphq <demerphq@gmail.com>
45341              Date: Wed, 16 Mar 2005 19:48:18 +0100
45342              Message-ID: <9b18b31105031610481025a080@mail.gmail.com>
45343              
45344              Plus minor nits in the documentation of re.pm,
45345              a version bump, and addition of an OPTIMIZE alias
45346      Branch: perl
45347            + t/op/regexp_notrie.t t/op/regexp_trielist.t
45348            ! MANIFEST embed.fnc embed.h ext/re/re.pm pod/perlvar.pod
45349            ! proto.h regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
45350            ! sv.c t/op/pat.t t/op/re_tests t/op/readdir.t
45351 ____________________________________________________________________________
45352 [ 24043] By: rgs                                   on 2005/03/18  14:02:36
45353         Log: Subject: Re: sitecustomize.pl [PATCH]
45354              From: Gisle Aas <gisle@ActiveState.com>
45355              Date: 18 Mar 2005 04:06:40 -0800
45356              Message-ID: <lru0n9w433.fsf@caliper.activestate.com>
45357              
45358              Adds a new command-line switch, -f, and a new optional
45359              compile-time setting -DUSE_SITECUSTOMIZE
45360      Branch: perl
45361            ! INSTALL ext/Devel/DProf/t/DProf.t perl.c pod/perlrun.pod
45362 ____________________________________________________________________________
45363 [ 24042] By: rgs                                   on 2005/03/18  13:38:32
45364         Log: Subject: [PATCH] More const parms
45365              From: Andy Lester <andy@petdance.com>
45366              Date: Mon, 14 Mar 2005 13:59:54 -0600
45367              Message-ID: <20050314195954.GB7141@petdance.com>
45368      Branch: perl
45369            ! embed.fnc gv.c numeric.c op.c pad.c perlio.c pod/perlapi.pod
45370            ! pod/perlintern.pod pp_ctl.c pp_hot.c proto.h scope.c sv.c
45371            ! toke.c utf8.c
45372 ____________________________________________________________________________
45373 [ 24041] By: rgs                                   on 2005/03/18  10:27:17
45374         Log: Don't use vars in DynaLoader
45375              Remove left-over maintenance code
45376      Branch: perl
45377            ! ext/DynaLoader/DynaLoader_pm.PL
45378 ____________________________________________________________________________
45379 [ 24040] By: rgs                                   on 2005/03/18  07:57:06
45380         Log: Subject: [PATCH] $B::Disassembler::VERSION
45381              From: Alexey Tourbin <at@altlinux.ru>
45382              Date: Thu, 17 Mar 2005 19:02:38 +0300
45383              Message-ID: <20050317160238.GN5825@solemn.turbinal.org>
45384      Branch: perl
45385            ! ext/B/B/Disassembler.pm
45386 ____________________________________________________________________________
45387 [ 24039] By: rgs                                   on 2005/03/15  09:30:28
45388         Log: Upgrade to CGI 3.07.
45389              Add CGI's changelog
45390      Branch: perl
45391            + lib/CGI/Changes
45392            ! MANIFEST lib/CGI.pm lib/CGI/Cookie.pm
45393 ____________________________________________________________________________
45394 [ 24038] By: merijn                                on 2005/03/14  15:55:44
45395         Log: Subject: pp_pack.c, simplifying genpacksizetables
45396              From: perl5-porters@ton.iguana.be (Ton Hospel)
45397              Date: Sun, 13 Mar 2005 15:07:41 +0000 (UTC)
45398              Message-Id: <d11kvt$1k7$1@post.home.lunix>
45399      Branch: perl
45400            ! genpacksizetables.pl pp_pack.c
45401 ____________________________________________________________________________
45402 [ 24037] By: rgs                                   on 2005/03/14  14:35:33
45403         Log: Subject: [PATCH] Adding const qualifiers
45404              From: Andy Lester <andy@petdance.com>
45405              Date: Sun, 13 Mar 2005 14:20:05 -0600
45406              Message-ID: <20050313202005.GA23535@petdance.com>
45407      Branch: perl
45408            ! av.c embed.fnc gv.c hv.c mg.c op.c pod/perlapi.pod pp_ctl.c
45409            ! proto.h scope.c utf8.c
45410 ____________________________________________________________________________
45411 [ 24036] By: rgs                                   on 2005/03/14  09:19:01
45412         Log: Subject: Re: [perl #34155] perldoc -f hex should say how to convert back
45413              From: David Nicol <davidnicol@gmail.com>
45414              Date: Tue, 8 Mar 2005 18:23:11 -0600
45415              Message-ID: <934f64a20503081623713f6d27@mail.gmail.com>
45416      Branch: perl
45417            ! pod/perlfunc.pod
45418 ____________________________________________________________________________
45419 [ 24035] By: rgs                                   on 2005/03/13  21:14:36
45420         Log: Document pack changes in perldelta
45421      Branch: perl
45422            ! pod/perl592delta.pod
45423 ____________________________________________________________________________
45424 [ 24034] By: rgs                                   on 2005/03/13  16:41:05
45425         Log: Upgrade to Pod::Parser 1.30
45426      Branch: perl
45427            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
45428            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
45429            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podselect.PL
45430            ! t/pod/poderrs.xr
45431 ____________________________________________________________________________
45432 [ 24033] By: rgs                                   on 2005/03/13  11:07:40
45433         Log: Doc patches to clarify the stringification rules of {} and =>
45434              by Jarkko (bug #34419)
45435      Branch: perl
45436            ! pod/perldata.pod pod/perlop.pod
45437 ____________________________________________________________________________
45438 [ 24032] By: rgs                                   on 2005/03/13  09:20:01
45439         Log: gcc warning patch by Andy Lester
45440      Branch: perl
45441            ! perl.h
45442 ____________________________________________________________________________
45443 [ 24031] By: rgs                                   on 2005/03/12  22:05:14
45444         Log: Subject: Re: Encoding neutral unpack
45445              From: perl5-porters@ton.iguana.be (Ton Hospel)
45446              Date: Sat, 12 Mar 2005 18:54:29 +0000 (UTC)
45447              Message-ID: <d0vdt5$81a$1@post.home.lunix>
45448              
45449              A new test.
45450      Branch: perl
45451            ! t/op/pack.t
45452 ____________________________________________________________________________
45453 [ 24030] By: rgs                                   on 2005/03/12  22:01:21
45454         Log: Indentation patch by Ton Hospel for pp_pack
45455      Branch: perl
45456            ! pp_pack.c
45457 ____________________________________________________________________________
45458 [ 24029] By: rgs                                   on 2005/03/12  20:49:00
45459         Log: Change my email, put real name of Pixel
45460      Branch: perl
45461            ! AUTHORS
45462 ____________________________________________________________________________
45463 [ 24028] By: rgs                                   on 2005/03/12  17:15:23
45464         Log: Upgrade to DB_File 1.811, by Paul Marquess
45465      Branch: perl
45466            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
45467            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
45468            ! ext/DB_File/typemap
45469 ____________________________________________________________________________
45470 [ 24027] By: rgs                                   on 2005/03/11  17:47:41
45471         Log: Add standard core test headers to the Class::ISA new tests
45472      Branch: perl
45473            ! lib/Class/ISA/t/00_about_verbose.t
45474            ! lib/Class/ISA/t/01_old_junk.t
45475 ____________________________________________________________________________
45476 [ 24026] By: rgs                                   on 2005/03/11  17:37:01
45477         Log: Upgrade to Class::ISA 0.33
45478      Branch: perl
45479            + lib/Class/ISA/ChangeLog lib/Class/ISA/t/00_about_verbose.t
45480            + lib/Class/ISA/t/01_old_junk.t
45481            - lib/Class/ISA/test.pl
45482            ! MANIFEST lib/Class/ISA.pm
45483 ____________________________________________________________________________
45484 [ 24025] By: rgs                                   on 2005/03/11  16:55:59
45485         Log: Update Changes
45486      Branch: perl
45487            ! Changes
45488 ____________________________________________________________________________
45489 [ 24024] By: rgs                                   on 2005/03/11  11:12:31
45490         Log: FAQ sync
45491      Branch: perl
45492            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
45493            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
45494            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
45495            ! pod/perlfaq9.pod
45496 ____________________________________________________________________________
45497 [ 24023] By: rgs                                   on 2005/03/11  10:22:28
45498         Log: Subject: [PATCH] pad_push numero three-o
45499              From: Andy Lester <andy@petdance.com>
45500              Date: Thu, 10 Mar 2005 15:17:28 -0600
45501              Message-ID: <20050310211728.GC32386@petdance.com>
45502      Branch: perl
45503            ! embed.fnc embed.h pad.c pod/perlintern.pod pp_ctl.c pp_hot.c
45504            ! proto.h
45505 ____________________________________________________________________________
45506 [ 24022] By: rgs                                   on 2005/03/10  17:42:54
45507         Log: Make the return value of close() depend not only on the success of the
45508              close itself, but also on whether the output stream had a previous
45509              error. From Jim Meyering <jim@meyering.net>, via Debian.
45510      Branch: perl
45511            ! doio.c
45512 ____________________________________________________________________________
45513 [ 24021] By: rgs                                   on 2005/03/10  17:39:56
45514         Log: 8 is not an octal digit. (from Debian)
45515      Branch: perl
45516            ! pod/perlreref.pod
45517 ____________________________________________________________________________
45518 [ 24020] By: rgs                                   on 2005/03/10  17:38:51
45519         Log: Fix a2p manpage (from Debian)
45520      Branch: perl
45521            ! x2p/a2p.pod
45522 ____________________________________________________________________________
45523 [ 24019] By: rgs                                   on 2005/03/10  17:36:37
45524         Log: Remove a spurious undefined warning when using getopts.pl with -w.
45525              (from Debian)
45526      Branch: perl
45527            ! lib/getopts.pl
45528 ____________________________________________________________________________
45529 [ 24018] By: rgs                                   on 2005/03/10  17:34:39
45530         Log: Doc patch for Devel::DProf (from Debian)
45531      Branch: perl
45532            ! ext/Devel/DProf/DProf.pm
45533 ____________________________________________________________________________
45534 [ 24017] By: rgs                                   on 2005/03/10  17:22:25
45535         Log: Add support for Debian GNU/k*BSD
45536      Branch: perl
45537            ! hints/gnukfreebsd.sh hints/gnuknetbsd.sh
45538 ____________________________________________________________________________
45539 [ 24016] By: rgs                                   on 2005/03/10  17:21:05
45540         Log: Patch for Debian bug #258618, compilation under Debian/Hurd
45541      Branch: perl
45542            ! hints/gnu.sh
45543 ____________________________________________________________________________
45544 [ 24015] By: steveh                                on 2005/03/10  15:18:20
45545         Log: Subject: Minor AUTHORS patch
45546              From: "Mike Giroux" <rmgiroux@hotmail.com>
45547              Date: Thu, 10 Mar 2005 08:39:04 -0500
45548              Message-ID: <BAY104-F4B1925432A15287069D3BCE520@phx.gbl>
45549      Branch: perl
45550            ! AUTHORS
45551 ____________________________________________________________________________
45552 [ 24014] By: steveh                                on 2005/03/10  11:25:36
45553         Log: More Win32 dmake fixes
45554
45555              Use $B macro as per change 23991 in more places, and fix some syntax
45556              errors in the subst's (missing trailing ",")
45557
45558              Tested with GCC and MSVC. I don't have BCC available, so those parts
45559              are untested.
45560      Branch: perl
45561            ! win32/makefile.mk
45562 ____________________________________________________________________________
45563 [ 24013] By: rgs                                   on 2005/03/10  10:10:33
45564         Log: Upgrade to CGI.pm 3.06
45565      Branch: perl
45566            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Util.pm
45567            ! lib/CGI/t/form.t lib/CGI/t/html.t
45568 ____________________________________________________________________________
45569 [ 24012] By: rgs                                   on 2005/03/09  22:17:33
45570         Log: Further pack optimisations by Ton Hospel
45571      Branch: perl
45572            ! pp_pack.c
45573 ____________________________________________________________________________
45574 [ 24011] By: rgs                                   on 2005/03/09  18:02:13
45575         Log: Fix memory corruption when growing pack utf8 buffer
45576      Branch: perl
45577            ! pp_pack.c
45578 ____________________________________________________________________________
45579 [ 24010] By: rgs                                   on 2005/03/08  17:53:50
45580         Log: Subject: Encoding neutral unpack
45581              From: perl5-porters@ton.iguana.be (Ton Hospel)
45582              Date: Sun, 6 Mar 2005 18:29:38 +0000 (UTC)
45583              Message-Id: <d0fi6i$k06$1@post.home.lunix>
45584      Branch: perl
45585            ! embed.fnc embed.h genpacksizetables.pl lib/charnames.t perl.h
45586            ! pod/perldiag.pod pod/perlfunc.pod pod/perlunicode.pod
45587            ! pod/perluniintro.pod pp_pack.c proto.h t/op/pack.t
45588            ! t/op/utftaint.t
45589 ____________________________________________________________________________
45590 [ 24009] By: merijn                                on 2005/03/08  15:25:57
45591         Log: Subject: Minor AUTHORS patch
45592              From: Andy Lester <andy@petdance.com>
45593              Date: Tue, 8 Mar 2005 09:44:45 -0600
45594              Message-ID: <20050308154445.GB3213@petdance.com>
45595      Branch: perl
45596            ! AUTHORS
45597 ____________________________________________________________________________
45598 [ 24008] By: merijn                                on 2005/03/08  14:45:17
45599         Log: Some updates to current status
45600      Branch: perl
45601            ! README.hpux
45602 ____________________________________________________________________________
45603 [ 24007] By: steveh                                on 2005/03/07  11:02:12
45604         Log: Include regcomp.h in Win32 makefiles
45605
45606              Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
45607              From: demerphq <demerphq@gmail.com>
45608              Date: Sun, 6 Mar 2005 09:16:12 +0100
45609              Message-ID: <9b18b311050306001624012bd@mail.gmail.com>
45610      Branch: perl
45611            ! win32/Makefile win32/makefile.mk
45612 ____________________________________________________________________________
45613 [ 24006] By: steveh                                on 2005/03/04  17:19:46
45614         Log: A better fix than change 24005 was ;)
45615
45616              Actually, "@echo." still emits a blank line.  Use "@rem" instead as the
45617              no-op.  This was being used in the Win95 case, but works fine on WinNT
45618              too, and is actually what ExtUtils-MakeMaker uses.
45619
45620              Also change the nmake Makefile.
45621      Branch: perl
45622            ! win32/Makefile win32/makefile.mk
45623 ____________________________________________________________________________
45624 [ 24005] By: steveh                                on 2005/03/04  17:11:56
45625         Log: Suppress "ECHO is on." messages when using dmake on Win32
45626
45627              (The shell's "echo" command displays the current echo setting when
45628              called with no arguments.  Use "echo." to display nothing.)
45629      Branch: perl
45630            ! win32/makefile.mk
45631 ____________________________________________________________________________
45632 [ 24004] By: steveh                                on 2005/03/04  17:01:24
45633         Log: Stop mktables from needlessly re-running when using dmake on Win32
45634      Branch: perl
45635            ! win32/makefile.mk
45636 ____________________________________________________________________________
45637 [ 24003] By: rgs                                   on 2005/03/04  16:02:20
45638         Log: Update -v copyright notice
45639      Branch: perl
45640            ! perl.c
45641 ____________________________________________________________________________
45642 [ 24002] By: rgs                                   on 2005/03/03  18:27:34
45643         Log: Add a regression test for bug #32193, and make the
45644              fix a bit more robust
45645      Branch: perl
45646            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
45647 ____________________________________________________________________________
45648 [ 24001] By: rgs                                   on 2005/03/03  18:03:15
45649         Log: Subject: [perl #32193] Tie::RefHash DELETE does not return value for ref keys
45650              From: Yuval Kojman (via RT) <perlbug-followup@perl.org>
45651              Date: 28 Oct 2004 12:16:37 -0000
45652              Message-ID: <rt-3.0.11-32193-98805.8.56634266171625@perl.org>
45653      Branch: perl
45654            ! lib/Tie/RefHash.pm
45655 ____________________________________________________________________________
45656 [ 24000] By: rgs                                   on 2005/03/03  15:43:43
45657         Log: do "filename" is not really used with perl subroutine librairies
45658              anymore.
45659      Branch: perl
45660            ! pod/perlfunc.pod
45661 ____________________________________________________________________________
45662 [ 23999] By: merijn                                on 2005/02/27  11:28:27
45663         Log: Fix for bug [ID 20020227.005] format bug with undefined _TOP
45664              http://rt.perl.org/rt3/Ticket/Display.html?id=8698
45665              If there was no TOP format the lines left on page was set
45666              to fixed number, now set to the current page length of the
45667              IO channel used. More debugging for yet another bug needed.
45668      Branch: perl
45669            ! pp_sys.c
45670 ____________________________________________________________________________
45671 [ 23998] By: davem                                 on 2005/02/26  11:32:59
45672         Log: ithreads: cond_signal() on a non-shared object coredumped
45673      Branch: perl
45674            ! ext/threads/shared/shared.xs
45675 ____________________________________________________________________________
45676 [ 23997] By: nicholas                              on 2005/02/26  09:33:30
45677         Log: SvUTF8 can be present on scalars other than PVs
45678              (specifically references with overloaded stringification)
45679      Branch: perl
45680            ! dump.c
45681 ____________________________________________________________________________
45682 [ 23996] By: davem                                 on 2005/02/26  00:47:03
45683         Log: Fix leaks in List::Util::reduce,first
45684              When the block is a closure, the cloned CV created on each call
45685              was never freed
45686      Branch: perl
45687            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
45688 ____________________________________________________________________________
45689 [ 23995] By: steveh                                on 2005/02/24  15:52:01
45690         Log: Subject: Re: (patch blead) Extend t/harness to allow filtering of the file list by regex.
45691              From: demerphq <demerphq@gmail.com>
45692              Date: Wed, 23 Feb 2005 17:49:50 +0100
45693              Message-ID: <9b18b311050223084917d7ef59@mail.gmail.com>
45694      Branch: perl
45695            ! pod/perlhack.pod
45696 ____________________________________________________________________________
45697 [ 23994] By: merijn                                on 2005/02/24  10:12:26
45698         Log: Subject: [PATCH] dprofpp help
45699              From: Andy Lester <andy@petdance.com>
45700              Date: Thu, 24 Feb 2005 00:10:42 -0600
45701              Message-ID: <20050224061042.GA20259@petdance.com>
45702      Branch: perl
45703            ! utils/dprofpp.PL
45704 ____________________________________________________________________________
45705 [ 23993] By: steveh                                on 2005/02/23  13:36:59
45706         Log: Subject: (patch blead) Extend t/harness to allow filtering of the file list by regex.
45707              From: demerphq <demerphq@gmail.com>
45708              Date: Sat, 19 Feb 2005 11:10:00 +0100
45709              Message-ID: <9b18b3110502190210105decf4@mail.gmail.com>
45710      Branch: perl
45711            ! t/harness
45712 ____________________________________________________________________________
45713 [ 23992] By: steveh                                on 2005/02/23  12:28:55
45714         Log: Subject: Patch Win32 makefiles for blead to allow parameters to be passed to harness:
45715              From: demerphq <demerphq@gmail.com>
45716              Date: Sat, 19 Feb 2005 11:00:08 +0100
45717              Message-ID: <9b18b31105021902003d9c2a95@mail.gmail.com>
45718      Branch: perl
45719            ! win32/Makefile win32/makefile.mk
45720 ____________________________________________________________________________
45721 [ 23991] By: steveh                                on 2005/02/23  09:17:55
45722         Log: Fix Win32's dmake makefile.mk for new dmakes built with Visual C++
45723      Branch: perl
45724            ! win32/makefile.mk
45725 ____________________________________________________________________________
45726 [ 23990] By: rgs                                   on 2005/02/22  18:13:01
45727         Log: Porting/manicheck is not happy when I use spaces instead of tabs.
45728      Branch: perl
45729            ! MANIFEST
45730 ____________________________________________________________________________
45731 [ 23989] By: rgs                                   on 2005/02/21  16:05:22
45732         Log: Subject: IPC::Run test failures with utf8
45733              From: Nicholas Clark <nick@ccl4.org>
45734              Date: Sat, 19 Feb 2005 00:27:57 +0000
45735              Message-ID: <20050219002757.GO13998@plum.flirble.org>
45736      Branch: perl
45737            ! lib/IPC/Run/t/run.t
45738 ____________________________________________________________________________
45739 [ 23988] By: rgs                                   on 2005/02/21  13:51:44
45740         Log: Subject: [PATCH] signed/unsigned help for pp_pack.c
45741              From: "Craig A. Berry" <craigberry@mac.com>
45742              Date: Fri, 18 Feb 2005 09:42:52 -0600
45743              Message-ID: <42160CFC.3080304@mac.com>
45744      Branch: perl
45745            ! pp_pack.c
45746 ____________________________________________________________________________
45747 [ 23987] By: rgs                                   on 2005/02/21  12:56:22
45748         Log: Subject: (blead patch) Skip a torture test under blead, and skip certain torture tests under Win32.
45749              From: demerphq <demerphq@gmail.com>
45750              Date: Sat, 19 Feb 2005 11:04:00 +0100
45751              Message-ID: <9b18b3110502190204641e103c@mail.gmail.com
45752      Branch: perl
45753            ! t/japh/abigail.t
45754 ____________________________________________________________________________
45755 [ 23986] By: rgs                                   on 2005/02/18  18:21:25
45756         Log: Subject: Patch for Perlbug #4253
45757              From: Nikolai Eipel <eipel@web.de>
45758              Date: Sat, 29 Jan 2005 16:52:53 +0100
45759              Message-Id: <200501291652.53841.eipel@web.de>
45760
45761              (-T and -B invalidate _ filehandle when no read permission on file)
45762              plus a regression test
45763      Branch: perl
45764            ! pp_sys.c t/op/stat.t
45765 ____________________________________________________________________________
45766 [ 23985] By: rgs                                   on 2005/02/18  16:18:34
45767         Log: Install and build corelist on VMS, too
45768      Branch: perl
45769            ! vms/descrip_mms.template
45770 ____________________________________________________________________________
45771 [ 23984] By: rgs                                   on 2005/02/18  16:07:54
45772         Log: Add corelist to the win32 makefiles
45773              (noticed by demerphq)
45774      Branch: perl
45775            ! win32/Makefile win32/makefile.mk
45776 ____________________________________________________________________________
45777 [ 23983] By: rgs                                   on 2005/02/18  15:48:51
45778         Log: Subject: [perl #32968] [PATCH] Re: B::walkoptree segfaults
45779              From: Stephen McCamant <smcc@MIT.EDU>
45780              Date: Tue, 28 Dec 2004 10:13:50 -0800
45781              Message-ID: <16849.41566.887352.677148@apocalypse.OCF.Berkeley.EDU>
45782      Branch: perl
45783            ! ext/B/B.xs op.h
45784 ____________________________________________________________________________
45785 [ 23982] By: rgs                                   on 2005/02/18  15:34:59
45786         Log: Subject: Re: Integration of PathTools 3.04
45787              From: demerphq <demerphq@gmail.com>
45788              Date: Fri, 18 Feb 2005 16:31:50 +0100
45789              Message-ID: <9b18b31105021807316af0aed5@mail.gmail.com>
45790      Branch: perl
45791            ! lib/Cwd.pm
45792 ____________________________________________________________________________
45793 [ 23981] By: rgs                                   on 2005/02/18  15:00:12
45794         Log: Subject: Re: Bug in Socket::IO::INET Version 1.27
45795              From: Gisle Aas <gisle@ActiveState.com>
45796              Date: 03 Feb 2005 03:16:46 -0800
45797              Message-ID: <lr7jlpsxk1.fsf@caliper.activestate.com>
45798      Branch: perl
45799            ! ext/IO/lib/IO/Socket/INET.pm
45800 ____________________________________________________________________________
45801 [ 23980] By: rgs                                   on 2005/02/18  14:27:38
45802         Log: Integrate encoding::warnings from Autrijus Tang.
45803      Branch: perl
45804            + lib/encoding/warnings.pm lib/encoding/warnings/t/1-warning.t
45805            + lib/encoding/warnings/t/2-fatal.t
45806            + lib/encoding/warnings/t/3-normal.t
45807            ! MANIFEST
45808 ____________________________________________________________________________
45809 [ 23979] By: rgs                                   on 2005/02/18  09:53:36
45810         Log: Subject: [PATCH] find2perl, new options
45811              From: slaven@rezic.de
45812              Date: Thu, 17 Feb 2005 22:30:13 +0100
45813              Message-Id: <1108675813.24421@devpc01.iconmobile.de>
45814      Branch: perl
45815            ! x2p/find2perl.PL
45816 ____________________________________________________________________________
45817 [ 23978] By: rgs                                   on 2005/02/18  08:54:33
45818         Log: Missing dependencies in x2p makefile, by Slaven Rezic.
45819      Branch: perl
45820            ! x2p/Makefile.SH
45821 ____________________________________________________________________________
45822 [ 23977] By: rgs                                   on 2005/02/17  18:14:19
45823         Log: Upgrade to PathTools 3.04
45824              (plus tweaks to Cwd and cwd.t to run when building perl)
45825      Branch: perl
45826            + ext/Cwd/ppport.h
45827            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
45828            ! ext/Cwd/t/taint.t ext/Cwd/t/win32.t lib/Cwd.pm
45829            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
45830            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
45831            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
45832            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
45833            ! lib/File/Spec/t/Spec.t lib/File/Spec/t/crossplatform.t
45834            ! lib/File/Spec/t/rel2abs2rel.t
45835 ____________________________________________________________________________
45836 [ 23976] By: rgs                                   on 2005/02/17  17:42:59
45837         Log: Upgrade to Pod::LaTeX 0.58
45838      Branch: perl
45839            ! lib/Pod/LaTeX.pm lib/Pod/t/pod2latex.t
45840 ____________________________________________________________________________
45841 [ 23975] By: rgs                                   on 2005/02/17  15:21:55
45842         Log: Upgrade to Time::HiRes 1.66
45843      Branch: perl
45844            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
45845            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
45846 ____________________________________________________________________________
45847 [ 23974] By: rgs                                   on 2005/02/17  14:57:06
45848         Log: Subject: [perl #31730] [PATCH] IO::File reads garbage from directory filehandles
45849              From: "Steve Peters via RT" <perlbug-followup@perl.org>
45850              Date: 1 Feb 2005 16:24:11 -0000
45851              Message-ID: <rt-3.0.11-31730-107010.1.24399823945417@perl.org>
45852      Branch: perl
45853            ! ext/IO/lib/IO/File.pm
45854 ____________________________________________________________________________
45855 [ 23973] By: rgs                                   on 2005/02/16  13:20:55
45856         Log: Subject: Re: [PATCH] Re: perl winpid?
45857              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
45858              Date: Tue, 15 Feb 2005 20:45:13 -0800
45859              Message-ID: <20050216044512.GA2516@efn.org>
45860      Branch: perl
45861            ! ext/B/t/stash.t
45862 ____________________________________________________________________________
45863 [ 23972] By: steveh                                on 2005/02/15  14:47:47
45864         Log: Jan Dubois has taken over maintenance of Win32 stuff from Sarathy
45865      Branch: perl
45866            ! Porting/Maintainers.pl README.win32
45867 ____________________________________________________________________________
45868 [ 23971] By: rgs                                   on 2005/02/15  13:52:15
45869         Log: Fix documentation bug in using Socket's import tags :
45870
45871              Subject: [perl #34141] example in perlbug -f getsockopt incomplete
45872              From: David Dyck (via RT) <perlbug-followup@perl.org>
45873              Date: 15 Feb 2005 07:35:45 -0000
45874              Message-ID: <rt-3.0.11-34141-107730.6.0777451251105@perl.org>
45875      Branch: perl
45876            ! pod/perlfunc.pod
45877 ____________________________________________________________________________
45878 [ 23970] By: steveh                                on 2005/02/15  13:20:40
45879         Log: Fix PERL_MALLOC/DEBUG_MSTATS options in Win32 makefiles
45880
45881              Currently, if USE_IMP_SYS is defined then PERL_MALLOC gets undefined.
45882              We should also undefine DEBUG_MSTATS if PERL_MALLOC is (or has become)
45883              undefined, and we should do all this *before* inspecting DEBUG_MSTATS
45884              to see if we need to add -DPERL_DEBUGGING_MSTATS to BUILDOPT.
45885      Branch: perl
45886            ! win32/Makefile win32/makefile.mk
45887 ____________________________________________________________________________
45888 [ 23969] By: steveh                                on 2005/02/15  11:40:03
45889         Log: Fix definition of DEBUG_MSTATS for Win32 dmake builds
45890      Branch: perl
45891            ! win32/makefile.mk
45892 ____________________________________________________________________________
45893 [ 23968] By: rgs                                   on 2005/02/15  08:29:13
45894         Log: Use strl* functions in doio.c when available
45895              Based on :
45896              Subject: [PATCH] Changes to doio.c to use strlcpy() and strlcat()
45897              From: Steve Peters <steve@fisharerojo.org>
45898              Date: Wed, 1 Dec 2004 19:42:14 -0600
45899              Message-ID: <20041202014214.GA20907@mccoy.peters.homeunix.org>
45900      Branch: perl
45901            ! doio.c
45902 ____________________________________________________________________________
45903 [ 23967] By: mhx                                   on 2005/02/15  04:58:48
45904         Log: Subject: [PATCH] Additional tests for t/op/not.t
45905              From: Steve Peters <steve@fisharerojo.org>
45906              Date: Mon, 14 Feb 2005 19:54:17 -0600
45907              Message-ID: <20050215015417.GA30368@mccoy.peters.homeunix.org>
45908      Branch: perl
45909            ! t/op/not.t
45910 ____________________________________________________________________________
45911 [ 23966] By: rgs                                   on 2005/02/14  21:05:17
45912         Log: Subject: Re: encoding neutral unpack
45913              From: perl5-porters@ton.iguana.be (Ton Hospel)
45914              Date: Sat, 5 Feb 2005 01:34:44 +0000 (UTC)
45915              Message-ID: <cu17rk$k78$1@post.home.lunix>
45916
45917              tweaked to remove the 'not supported on this platform'
45918              error messages
45919      Branch: perl
45920            ! genpacksizetables.pl pp_pack.c t/op/pack.t t/uni/case.pl
45921 ____________________________________________________________________________
45922 [ 23965] By: mhx                                   on 2005/02/14  17:26:02
45923         Log: Regenerate Perl_keyword() to remove superfluous goto statements.
45924      Branch: perl
45925            ! toke.c
45926 ____________________________________________________________________________
45927 [ 23964] By: mhx                                   on 2005/02/14  17:21:29
45928         Log: Require version 0.05 of Devel::Tokenizer::C.
45929      Branch: perl
45930            ! perl_keyword.pl
45931 ____________________________________________________________________________
45932 [ 23963] By: rgs                                   on 2005/02/12  16:26:47
45933         Log: Mac OS Classic vs Mac OS X clarications
45934              by Sherm Pendley
45935      Branch: perl
45936            ! pod/perlfaq3.pod pod/perlmodinstall.pod pod/perlopentut.pod
45937            ! pod/perlrun.pod
45938 ____________________________________________________________________________
45939 [ 23962] By: rgs                                   on 2005/02/12  16:14:56
45940         Log: README.cygwin additions by Reini Urban
45941      Branch: perl
45942            ! README.cygwin
45943 ____________________________________________________________________________
45944 [ 23961] By: merijn                                on 2005/02/11  09:32:50
45945         Log: Subject: Re: [PATCH] Re: perl winpid?
45946              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
45947              Date: Thu, 10 Feb 2005 20:04:35 -0800
45948              Message-ID: <20050211040434.GA3824@efn.org>
45949      Branch: perl
45950            + t/lib/cygwin.t
45951            ! MANIFEST README.cygwin cygwin/cygwin.c
45952 ____________________________________________________________________________
45953 [ 23960] By: mhx                                   on 2005/02/10  20:50:31
45954         Log: not() || 1 produces segmentation fault
45955
45956              Fixed by making not() behave like not(0). This is also the
45957              way not() behaved before it started segfaulting in 5.6.0.
45958      Branch: perl
45959            + t/op/not.t
45960            ! MANIFEST perly.act perly.h perly.tab perly.y
45961 ____________________________________________________________________________
45962 [ 23959] By: mhx                                   on 2005/02/10  20:36:13
45963         Log: regen_perly.pl runs fine with bison 2.0.
45964      Branch: perl
45965            ! regen_perly.pl
45966 ____________________________________________________________________________
45967 [ 23958] By: merijn                                on 2005/02/10  15:56:04
45968         Log: 'what' cannot find ccversion if `which cc` is a symlink to ccache
45969              ccversion is important enough to jump through some hoops to get it
45970      Branch: perl
45971            ! hints/hpux.sh
45972 ____________________________________________________________________________
45973 [ 23957] By: merijn                                on 2005/02/10  14:19:51
45974         Log: Swap logic in BEGIN blocks to have Cwd's abs_path do the
45975              translation *before* the chdir (), so it now DTRT
45976      Branch: perl
45977            ! lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
45978            ! lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
45979            ! lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
45980            ! lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
45981            ! lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
45982            ! lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
45983            ! lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
45984 ____________________________________________________________________________
45985 [ 23956] By: rgs                                   on 2005/02/10  10:58:26
45986         Log: Upgrade to Time::Local 1.11
45987      Branch: perl
45988            ! lib/Time/Local.pm lib/Time/Local.t
45989 ____________________________________________________________________________
45990 [ 23955] By: rgs                                   on 2005/02/10  10:51:59
45991         Log: Subject: Re: [PATCH] BigInt mbi_rand.t failings (solved now)
45992              From: Tels <nospam-abuse@bloodgate.com>
45993              Date: Wed, 9 Feb 2005 21:44:22 +0100
45994              Message-Id: <200502092144.24051@bloodgate.com>
45995      Branch: perl
45996            ! lib/Math/BigInt/Calc.pm
45997 ____________________________________________________________________________
45998 [ 23954] By: rgs                                   on 2005/02/09  18:06:39
45999         Log: Add IPC::Run 0.80.
46000
46001              Subject: [PATCH] IPC::Run 0.80 integration (was Re: [RFC] More core integration)
46002              From: "Jos I. Boumans" <kane@xs4all.net>
46003              Date: Fri, 28 Jan 2005 18:32:44 +0100
46004              Message-Id: <9E6ECDBE-7152-11D9-B82E-000A956B0E06@xs4all.net>
46005
46006              with PERL_CORE test premables hacked for better $^X portability
46007              (we hope.)
46008      Branch: perl
46009            + lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
46010            + lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
46011            + lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
46012            + lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
46013            + lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
46014            + lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
46015            + lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
46016            + lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
46017            + lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
46018            + lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
46019            ! MANIFEST
46020 ____________________________________________________________________________
46021 [ 23953] By: rgs                                   on 2005/02/09  09:28:19
46022         Log: Patch for CAN-2004-0452 by Jeroen van Wolffelaar.
46023              The rmtree() function in the perl File::Path module would remove
46024              directories in an insecure manner which could lead to the removal
46025              of arbitrary files and directories via a symlink attack.
46026      Branch: perl
46027            ! lib/File/Path.pm
46028 ____________________________________________________________________________
46029 [ 23952] By: merijn                                on 2005/02/08  16:30:43
46030         Log: IBM Released vac.C version 7, and changed the naming convention (again)
46031              Thanks to Campo for spotting, testing and the fix
46032      Branch: perl
46033            ! hints/aix.sh
46034 ____________________________________________________________________________
46035 [ 23951] By: rgs                                   on 2005/02/08  14:02:56
46036         Log: Subject: [perl #34076] P/p pack formats only recognize literal undef
46037              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
46038              Date: 6 Feb 2005 22:03:20 -0000
46039              Message-ID: <rt-3.0.11-34076-107344.19.3123360602169@perl.org>
46040      Branch: perl
46041            ! pp_pack.c
46042 ____________________________________________________________________________
46043 [ 23950] By: rgs                                   on 2005/02/08  11:09:03
46044         Log: Remove mention of sub-packages in the Symbol manpage.
46045      Branch: perl
46046            ! lib/Symbol.pm
46047 ____________________________________________________________________________
46048 [ 23949] By: rgs                                   on 2005/02/08  10:44:09
46049         Log: Add Module::CoreList in the maintainers list
46050      Branch: perl
46051            ! Porting/Maintainers.pl
46052 ____________________________________________________________________________
46053 [ 23948] By: rgs                                   on 2005/02/08  10:39:21
46054         Log: Fix typo in corelist
46055      Branch: perl
46056            ! lib/Module/CoreList/bin/corelist
46057 ____________________________________________________________________________
46058 [ 23947] By: rgs                                   on 2005/02/08  10:22:22
46059         Log: Add Module::CoreList to bleadperl.
46060
46061              Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration)
46062              From: "Jos I. Boumans" <kane@xs4all.net>
46063              Date: Fri, 28 Jan 2005 17:38:27 +0100
46064              Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net>
46065      Branch: perl
46066            + lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
46067            + lib/Module/CoreList/t/corelist.t utils/corelist.PL
46068            ! MANIFEST installperl utils.lst utils/Makefile
46069 ____________________________________________________________________________
46070 [ 23946] By: rgs                                   on 2005/02/08  09:31:45
46071         Log: Subject: [perl #34062] pack Z0 destroys the character before
46072              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
46073              Date: 5 Feb 2005 18:09:00 -0000
46074              Message-ID: <rt-3.0.11-34062-107199.19.360569328007@perl.org>
46075              (plus a regression test)
46076      Branch: perl
46077            ! pp_pack.c t/op/pack.t
46078 ____________________________________________________________________________
46079 [ 23945] By: rgs                                   on 2005/02/08  09:25:29
46080         Log: A small precision in the docs for overloaded regexp escapes
46081              (see bug #33906)
46082      Branch: perl
46083            ! pod/perlre.pod
46084 ____________________________________________________________________________
46085 [ 23943] By: rgs                                   on 2005/02/06  22:18:48
46086         Log: Avoid evaluating a strlen twice due the new implementation
46087              of New() with PERL_MALLOC_WRAP
46088      Branch: perl
46089            ! util.c
46090 ____________________________________________________________________________
46091 [ 23942] By: nicholas                              on 2005/02/05  22:02:50
46092         Log: Stop lib/h2xs.t failing needlessly if it failed to clear up behind
46093              itself on a previous run.
46094      Branch: perl
46095            ! lib/h2xs.t
46096 ____________________________________________________________________________
46097 [ 23941] By: nicholas                              on 2005/02/05  21:47:35
46098         Log: With mallocwrap New() evaluates its arguments more than once, so they
46099              had better not have any side effects.
46100              :-(
46101      Branch: perl
46102            ! util.c
46103 ____________________________________________________________________________
46104 [ 23935] By: nicholas                              on 2005/02/05  15:05:08
46105         Log: Let's (un)do the timewarp, again.
46106              Attempt to bodge round Makefile sometimes being older than Makefile.PL
46107              Pesky filesystems.
46108      Branch: perl
46109            ! lib/ExtUtils/t/Constant.t
46110 ____________________________________________________________________________
46111 [ 23928] By: rgs                                   on 2005/02/04  10:41:43
46112         Log: Upgrade to Digest 1.10
46113      Branch: perl
46114            + lib/Digest/Changes lib/Digest/file.pm lib/Digest/t/file.t
46115            ! MANIFEST lib/Digest.pm lib/Digest/base.pm
46116 ____________________________________________________________________________
46117 [ 23927] By: mhx                                   on 2005/02/02  21:33:12
46118         Log: Remove 2 unused variables from APItest.xs.
46119      Branch: perl
46120            ! ext/XS/APItest/APItest.xs
46121 ____________________________________________________________________________
46122 [ 23926] By: mhx                                   on 2005/02/02  21:29:40
46123         Log: Upgrade to Devel::PPPort 3.06.
46124      Branch: perl
46125            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
46126            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
46127            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/module3.c
46128            ! ext/Devel/PPPort/parts/inc/exception
46129            ! ext/Devel/PPPort/parts/inc/misc
46130 ____________________________________________________________________________
46131 [ 23925] By: mhx                                   on 2005/02/02  21:26:14
46132         Log: Attempt to fix problems with new exception handling macros.
46133      Branch: perl
46134            + ext/XS/APItest/exception.c
46135            ! MANIFEST XSUB.h ext/XS/APItest/APItest.xs
46136            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
46137            ! pod/perlguts.pod
46138 ____________________________________________________________________________
46139 [ 23924] By: rgs                                   on 2005/02/02  19:50:53
46140         Log: Subject: Re: encoding neutral unpack
46141              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
46142              Date: Sat, 29 Jan 2005 12:54:34 +0000 (UTC)
46143              Message-ID: <ctg12a$j0e$2[at]post.home.lunix>
46144
46145              Counted length prefixes shouldn't change C0/U0 mode
46146              in pack/unpack (plus a regression test)
46147      Branch: perl
46148            ! pp_pack.c t/op/pack.t
46149 ____________________________________________________________________________
46150 [ 23923] By: rgs                                   on 2005/02/02  19:35:47
46151         Log: Subject: Re: encoding neutral unpack
46152              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
46153              Date: Sat, 29 Jan 2005 13:07:38 +0000 (UTC)
46154              Message-ID: <ctg1qq$j0e$3[at]post.home.lunix>
46155
46156              Make U0 and C0 scoped to () pack subtemplates.
46157              (plus a regression test)
46158      Branch: perl
46159            ! pp_pack.c t/op/pack.t
46160 ____________________________________________________________________________
46161 [ 23922] By: rgs                                   on 2005/02/02  19:23:46
46162         Log: Subject: Re: encoding neutral unpack
46163              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
46164              Date: Sat, 29 Jan 2005 13:24:55 +0000 (UTC)
46165              Message-ID: <ctg2r7$j0e$4[at]post.home.lunix>
46166
46167              Ensure that with the C format, unpack checksums
46168              don't get overflowed. (plus a regression test)
46169      Branch: perl
46170            ! pp_pack.c t/op/pack.t
46171 ____________________________________________________________________________
46172 [ 23921] By: davem                                 on 2005/02/02  18:25:00
46173         Log: fix POSIX::strtod error handling documentation
46174      Branch: perl
46175            ! ext/POSIX/POSIX.pod
46176 ____________________________________________________________________________
46177 [ 23920] By: merijn                                on 2005/02/02  13:12:17
46178         Log: Subject: [PATCH pod/perlfunc.pod] POD nit @ sysseek
46179              From: Abigail <abigail@abigail.nl>
46180              Date: Tue, 1 Feb 2005 21:33:14 +0100
46181              Message-ID: <20050201203314.GC335@abigail.nl>
46182      Branch: perl
46183            ! pod/perlfunc.pod
46184 ____________________________________________________________________________
46185 [ 23919] By: merijn                                on 2005/02/02  12:49:46
46186         Log: Picky compilers (e.g. vac on AIX 5.2) do not accept statements
46187              between declarations
46188      Branch: perl
46189            ! ext/Devel/PPPort/PPPort.xs
46190 ____________________________________________________________________________
46191 [ 23917] By: nicholas                              on 2005/02/01  11:46:31
46192         Log: "All" "all?" Who said all? There were 2 more missing gnuk{free,net}bsd
46193              hints files to add to MANIFEST. Sort MANIFEST
46194              while I'm in the area.
46195      Branch: perl
46196            ! MANIFEST
46197 ____________________________________________________________________________
46198 [ 23916] By: rgs                                   on 2005/02/01  10:02:51
46199         Log: Subject: Re: [perl #34010] localtime docs
46200              From: Andy Lester <andy@petdance.com>
46201              Date: Mon, 31 Jan 2005 21:24:29 -0600
46202              Message-ID: <20050201032429.GA29354@petdance.com>
46203      Branch: perl
46204            ! pod/perlfunc.pod
46205 ____________________________________________________________________________
46206 [ 23915] By: rgs                                   on 2005/01/31  23:08:59
46207         Log: Subject: Re: encoding neutral unpack
46208              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
46209              Date: Sat, 29 Jan 2005 12:41:20 +0000 (UTC)
46210              Message-ID: <ctg09g$j0e$1[at]post.home.lunix>
46211
46212              Forgotten character progress while checksumming over partial
46213              b or B format. (plus a regression test)
46214      Branch: perl
46215            ! pp_pack.c t/op/pack.t
46216 ____________________________________________________________________________
46217 [ 23914] By: mhx                                   on 2005/01/31  19:22:41
46218         Log: Make Perl_keyword() another 30% faster.
46219      Branch: perl
46220            ! perl_keyword.pl toke.c
46221 ____________________________________________________________________________
46222 [ 23913] By: mhx                                   on 2005/01/31  18:14:44
46223         Log: Regenerate perlapi.pod.
46224      Branch: perl
46225            ! pod/perlapi.pod
46226 ____________________________________________________________________________
46227 [ 23912] By: mhx                                   on 2005/01/31  18:07:29
46228         Log: Upgrade to Devel::PPPort 3.05.
46229      Branch: perl
46230            + ext/Devel/PPPort/parts/base/5008006
46231            + ext/Devel/PPPort/parts/inc/exception
46232            + ext/Devel/PPPort/parts/todo/5008006
46233            + ext/Devel/PPPort/t/exception.t
46234            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
46235            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/MANIFEST.SKIP
46236            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/Makefile.PL
46237            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
46238            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
46239            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
46240            ! ext/Devel/PPPort/apicheck_c.PL
46241            ! ext/Devel/PPPort/devel/buildperl.pl
46242            ! ext/Devel/PPPort/devel/mkapidoc.sh
46243            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
46244            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
46245            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
46246            ! ext/Devel/PPPort/parts/apicheck.pl
46247            ! ext/Devel/PPPort/parts/base/5004000
46248            ! ext/Devel/PPPort/parts/base/5004050
46249            ! ext/Devel/PPPort/parts/base/5005000
46250            ! ext/Devel/PPPort/parts/base/5006000
46251            ! ext/Devel/PPPort/parts/base/5008001
46252            ! ext/Devel/PPPort/parts/base/5009002
46253            ! ext/Devel/PPPort/parts/embed.fnc
46254            ! ext/Devel/PPPort/parts/inc/MY_CXT
46255            ! ext/Devel/PPPort/parts/inc/SvPV
46256            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
46257            ! ext/Devel/PPPort/parts/inc/format
46258            ! ext/Devel/PPPort/parts/inc/grok
46259            ! ext/Devel/PPPort/parts/inc/limits
46260            ! ext/Devel/PPPort/parts/inc/mPUSH
46261            ! ext/Devel/PPPort/parts/inc/magic
46262            ! ext/Devel/PPPort/parts/inc/misc
46263            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
46264            ! ext/Devel/PPPort/parts/inc/newRV
46265            ! ext/Devel/PPPort/parts/inc/ppphbin
46266            ! ext/Devel/PPPort/parts/inc/ppphdoc
46267            ! ext/Devel/PPPort/parts/inc/ppphtest
46268            ! ext/Devel/PPPort/parts/inc/sv_xpvf
46269            ! ext/Devel/PPPort/parts/inc/threads
46270            ! ext/Devel/PPPort/parts/inc/uv
46271            ! ext/Devel/PPPort/parts/inc/version
46272            ! ext/Devel/PPPort/parts/ppptools.pl
46273            ! ext/Devel/PPPort/parts/todo/5009002
46274            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
46275            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/misc.t
46276            ! ext/Devel/PPPort/typemap
46277 ____________________________________________________________________________
46278 [ 23911] By: mhx                                   on 2005/01/31  18:00:31
46279         Log: Add simple exception handling macros for XS writers.
46280      Branch: perl
46281            + ext/XS/APItest/t/exception.t
46282            ! MANIFEST XSUB.h ext/XS/APItest/APItest.pm
46283            ! ext/XS/APItest/APItest.xs pod/perlguts.pod
46284 ____________________________________________________________________________
46285 [ 23910] By: nicholas                              on 2005/01/31  17:46:03
46286         Log: Add all the missing gnuk{free,net}bsd hints files to MANIFEST
46287      Branch: perl
46288            ! MANIFEST
46289 ____________________________________________________________________________
46290 [ 23909] By: merijn                                on 2005/01/31  11:33:14
46291         Log: Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD
46292              From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org>
46293              Date: 31 Jan 2005 07:37:55 -0000
46294              Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org>
46295      Branch: perl
46296            + ext/DynaLoader/hints/gnukfreebsd.pl
46297            + ext/DynaLoader/hints/gnuknetbsd.pl
46298            + ext/NDBM_File/hints/gnukfreebsd.pl
46299            + ext/NDBM_File/hints/gnuknetbsd.pl
46300            + ext/ODBM_File/hints/gnukfreebsd.pl
46301            + ext/ODBM_File/hints/gnuknetbsd.pl
46302            + ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
46303            + ext/Storable/hints/gnukfreebsd.pl
46304            + ext/Storable/hints/gnuknetbsd.pl hints/gnukfreebsd.sh
46305            + hints/gnuknetbsd.sh
46306            ! Configure
46307 ____________________________________________________________________________
46308 [ 23907] By: rgs                                   on 2005/01/31  11:17:26
46309         Log: Document the changes to PERLIO_DEBUG.
46310      Branch: perl
46311            ! pod/perlrun.pod
46312 ____________________________________________________________________________
46313 [ 23906] By: rgs                                   on 2005/01/31  10:53:14
46314         Log: Really fix the bug [perl #33990].
46315              NB. -DIAMSUID is only set to compile sperl.o.
46316      Branch: perl
46317            ! perlio.c
46318 ____________________________________________________________________________
46319 [ 23905] By: steveh                                on 2005/01/31  10:03:56
46320         Log: Fix test suite hang on Win32 caused by change #23898
46321
46322              ("perl -e sleep 3" does an indefinite sleep!)
46323      Branch: perl
46324            ! t/op/alarm.t
46325 ____________________________________________________________________________
46326 [ 23904] By: rgs                                   on 2005/01/31  08:35:51
46327         Log: Avoid a buffer overflow with threads and PERLIO_DEBUG
46328      Branch: perl
46329            ! perlio.c
46330 ____________________________________________________________________________
46331 [ 23903] By: rgs                                   on 2005/01/31  08:19:10
46332         Log: Don't write to $PERLIO_DEBUG when setuid ([perl #33990])
46333      Branch: perl
46334            ! perlio.c
46335 ____________________________________________________________________________
46336 [ 23900] By: davem                                 on 2005/01/30  17:46:35
46337         Log: minor corrections to comments in perly.y
46338      Branch: perl
46339            ! perly.y
46340 ____________________________________________________________________________
46341 [ 23899] By: rgs                                   on 2005/01/30  14:50:15
46342         Log: Subject: h2hp: 2 fix
46343              From: Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
46344              Date: Fri, 28 Jan 2005 16:53:11 +0100
46345              Message-Id: <200501281653.15708.olivier.thauvin@aerov.jussieu.fr>
46346      Branch: perl
46347            ! utils/h2ph.PL
46348 ____________________________________________________________________________
46349 [ 23898] By: davem                                 on 2005/01/29  16:14:20
46350         Log: chomp() fails after alarm(), `sleep`
46351
46352              PP_backtick's temp altering of PL_rs didn't restore after
46353              an exception
46354      Branch: perl
46355            ! pp_sys.c t/op/alarm.t
46356 ____________________________________________________________________________
46357 [ 23897] By: nicholas                              on 2005/01/28  21:01:04
46358         Log: More consistent names for all the parameter name/declaration methods
46359      Branch: perl
46360            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
46361            ! perl_keyword.pl
46362 ____________________________________________________________________________
46363 [ 23894] By: nicholas                              on 2005/01/28  13:59:40
46364         Log: Calculate the number of tests in one place, so that the skip()s will
46365              always agree with the plan()s
46366      Branch: perl
46367            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
46368 ____________________________________________________________________________
46369 [ 23893] By: rgs                                   on 2005/01/28  08:53:47
46370         Log: Add a reference to books.perl.org.
46371      Branch: perl
46372            ! pod/perlbook.pod
46373 ____________________________________________________________________________
46374 [ 23892] By: nicholas                              on 2005/01/27  19:26:21
46375         Log: Retrieve the flag bit that only 'p' uses, so that it is spare for
46376              future use.
46377      Branch: perl
46378            ! genpacksizetables.pl pp_pack.c
46379 ____________________________________________________________________________
46380 [ 23891] By: rgs                                   on 2005/01/27  18:29:51
46381         Log: Subject: Re: [patch] decrufting OptreeCheck stuff
46382              From: Jim Cromie <jcromie@divsol.com>
46383              Date: Sun, 16 Jan 2005 17:16:00 -0700
46384              Message-ID: <41EB03C0.7030509@divsol.com>
46385              (with minor typos fixed)
46386      Branch: perl
46387            ! ext/B/B/Concise.pm ext/B/t/OptreeCheck.pm ext/B/t/f_map.t
46388            ! ext/B/t/f_sort.t ext/B/t/optree_check.t
46389            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
46390            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
46391            ! ext/B/t/optree_varinit.t
46392 ____________________________________________________________________________
46393 [ 23890] By: rgs                                   on 2005/01/27  17:49:50
46394         Log: Subject: [PATCH] libperl leaks a THREAD_KEY each time it is reloaded
46395              From: Gisle Aas <gisle@ActiveState.com>
46396              Date: 05 Jan 2005 03:21:06 -0800
46397              Message-ID: <lris6cxgt9.fsf@caliper.activestate.com>
46398      Branch: perl
46399            ! perl.c
46400 ____________________________________________________________________________
46401 [ 23889] By: nicholas                              on 2005/01/27  17:29:04
46402         Log: Make the byte order modifers < and > and the sign modifier ! (for
46403              n N v V) conditionally compile. This means that the refactored
46404              pp_pack/pp_unpack code can now be used in maint.
46405      Branch: perl
46406            ! genpacksizetables.pl pp_pack.c
46407 ____________________________________________________________________________
46408 [ 23888] By: nicholas                              on 2005/01/27  16:40:07
46409         Log: Oops. Was forgetting to test n! N! v! V! in pack
46410      Branch: perl
46411            ! t/op/pack.t
46412 ____________________________________________________________________________
46413 [ 23886] By: nicholas                              on 2005/01/27  14:42:28
46414         Log: Check that the warning behaviour on the modifiers !, < and > is as we
46415              expect it for this perl.
46416      Branch: perl
46417            ! t/op/pack.t
46418 ____________________________________________________________________________
46419 [ 23884] By: nicholas                              on 2005/01/27  11:27:12
46420         Log: Make the tests for the endianness modifiers < and >, and the
46421              signnedness modifier ! conditional on perl version. Surprisingly
46422              little change needed.
46423      Branch: perl
46424            ! t/op/pack.t
46425 ____________________________________________________________________________
46426 [ 23883] By: nicholas                              on 2005/01/27  11:12:34
46427         Log: &_q needs to *globally* escape ' and \ in its substitution.
46428      Branch: perl
46429            ! t/test.pl
46430 ____________________________________________________________________________
46431 [ 23882] By: rgs                                   on 2005/01/25  16:53:08
46432         Log: Subject: [PATCH] BigInt mbi_rand.t failings
46433              From: Tels <nospam-abuse@bloodgate.com>
46434              Date: Tue, 25 Jan 2005 18:06:58 +0100
46435              Message-Id: <200501251806.59782@bloodgate.com>
46436      Branch: perl
46437            ! lib/Math/BigInt/Calc.pm
46438 ____________________________________________________________________________
46439 [ 23881] By: rgs                                   on 2005/01/25  16:12:08
46440         Log: Integrate change #23880 in original comment
46441      Branch: perl
46442            ! util.c
46443 ____________________________________________________________________________
46444 [ 23880] By: merijn                                on 2005/01/25  15:41:30
46445         Log: Subject: [PATCH] perlapi.pod has pod errors
46446              From: "Jos I. Boumans" <kane@xs4all.net>
46447              Date: Tue, 25 Jan 2005 16:42:38 +0100
46448              Message-Id: <BDA482F7-6EE7-11D9-8AA7-000A95EF62E2@xs4all.net>
46449      Branch: perl
46450            ! pod/perlapi.pod
46451 ____________________________________________________________________________
46452 [ 23879] By: nicholas                              on 2005/01/24  23:16:04
46453         Log: Correct and update comments (before anyone writes in)
46454              Remove a temporary variable.
46455      Branch: perl
46456            ! lib/ExtUtils/Constant/Base.pm
46457 ____________________________________________________________________________
46458 [ 23878] By: nicholas                              on 2005/01/24  22:10:36
46459         Log: Ooops. It was 190M when I was using 4 bytes per entry for lengths in
46460              the dump file. The newer format is only 135M
46461      Branch: perl
46462            ! toke.c
46463 ____________________________________________________________________________
46464 [ 23877] By: nicholas                              on 2005/01/24  22:06:05
46465         Log: A script to regenerate Perl_keyword()
46466      Branch: perl
46467            + perl_keyword.pl
46468            ! MANIFEST
46469 ____________________________________________________________________________
46470 [ 23876] By: nicholas                              on 2005/01/24  22:05:29
46471         Log: Add weights to ExtUtils::Constant to allow sorting by expected
46472              frequency. This makes the Perl_keyword() replacement 20% faster,
46473              rather than just 12%
46474      Branch: perl
46475            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
46476 ____________________________________________________________________________
46477 [ 23875] By: nicholas                              on 2005/01/24  21:43:52
46478         Log: Replace Perl_keyword() with a version that's 20% faster on typical
46479              input, generated by subclassing ExtUtils::Constant. (Typical input
46480              being about 135M of input from running a lot of perl scripts)
46481      Branch: perl
46482            ! toke.c
46483 ____________________________________________________________________________
46484 [ 23874] By: merijn                                on 2005/01/24  15:10:55
46485         Log: Subject: [PATCH] assorted tempfile clean-up in the test suite
46486              From: "Craig A. Berry" <craigberry@mac.com>
46487              Date: Sun, 23 Jan 2005 14:23:17 -0600
46488              Message-ID: <41F407B5.7020106@mac.com>
46489      Branch: perl
46490            ! lib/Test/Simple/t/reset.t t/io/fs.t t/io/tell.t
46491 ____________________________________________________________________________
46492 [ 23873] By: rgs                                   on 2005/01/24  13:14:21
46493         Log: Revert change 23843.
46494              (See discussion for bug [perl #31924])
46495      Branch: perl
46496            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
46497            ! pp_ctl.c proto.h t/comp/require.t
46498 ____________________________________________________________________________
46499 [ 23872] By: rgs                                   on 2005/01/24  10:27:10
46500         Log: Subject: [perl #33906] Missing \\ in perlre
46501              From: Andrew (via RT) <perlbug-followup@perl.org>
46502              Date: 23 Jan 2005 20:52:51 -0000
46503              Message-ID: <rt-3.0.11-33906-106339.17.5527961922343@perl.org>
46504      Branch: perl
46505            ! pod/perlre.pod
46506 ____________________________________________________________________________
46507 [ 23871] By: rgs                                   on 2005/01/24  10:10:47
46508         Log: Subject: [PATCH] Test::Harness::Straps::_default_inc shell problem
46509              From: "Craig A. Berry" <craigberry@mac.com>
46510              Date: Sun, 23 Jan 2005 13:44:49 -0600
46511              Message-ID: <41F3FEB1.9020102@mac.com>
46512      Branch: perl
46513            ! lib/Test/Harness/Straps.pm
46514 ____________________________________________________________________________
46515 [ 23870] By: rgs                                   on 2005/01/24  09:40:35
46516         Log: Subject: Re: [perl #33892] Add Interix support
46517              From: Todd Vierling <tv@duh.org>
46518              Date: Fri, 21 Jan 2005 15:16:16 -0500 (EST)
46519              Message-ID: <Pine.NEB.4.61.0501211424350.13373@duh.net.dhis.org>
46520      Branch: perl
46521            ! hints/interix.sh
46522 ____________________________________________________________________________
46523 [ 23869] By: davem                                 on 2005/01/23  22:20:10
46524         Log: Subject:  Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
46525              From:  Jarkko Hietaniemi <jhi@iki.fi>
46526              Date:  Sun, 23 Jan 2005 21:25:01 +0200
46527              Message-Id:  <41F3FA0D.4010301@iki.fi>
46528
46529              The uc() memory reduction patch had a memory leak...
46530      Branch: perl
46531            ! pp.c
46532 ____________________________________________________________________________
46533 [ 23868] By: nicholas                              on 2005/01/23  22:06:01
46534         Log: Tidy up 2 comments
46535      Branch: perl
46536            ! regcomp.c
46537 ____________________________________________________________________________
46538 [ 23867] By: nicholas                              on 2005/01/23  22:05:12
46539         Log: Assimilate ExtUtils::Constant 0.16
46540      Branch: perl
46541            + lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/Utils.pm
46542            + lib/ExtUtils/Constant/XS.pm
46543            ! MANIFEST lib/ExtUtils/Constant.pm
46544 ____________________________________________________________________________
46545 [ 23866] By: nicholas                              on 2005/01/23  21:43:17
46546         Log: Slightly terser code in S_regpposixcc (names inside [:*here*:])
46547      Branch: perl
46548            ! regcomp.c
46549 ____________________________________________________________________________
46550 [ 23864] By: nicholas                              on 2005/01/22  22:30:12
46551         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
46552              From: Jarkko Hietaniemi <jhi@iki.fi>
46553              Message-ID: <41F2C427.7020003@iki.fi>
46554              Date: Sat, 22 Jan 2005 23:22:47 +0200
46555      Branch: perl
46556            ! hints/dec_osf.sh
46557 ____________________________________________________________________________
46558 [ 23863] By: davem                                 on 2005/01/22  18:27:58
46559         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
46560              From:  Jarkko Hietaniemi <jhi@iki.fi>
46561              Date:  Sat, 22 Jan 2005 11:33:12 +0200
46562              Message-Id:  <41F21DD8.3050500@iki.fi>
46563
46564              change #23857 miscalculated the SvGROW size
46565      Branch: perl
46566            ! pp.c
46567 ____________________________________________________________________________
46568 [ 23862] By: nicholas                              on 2005/01/22  17:51:13
46569         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
46570              From: Jarkko Hietaniemi <jhi@iki.fi>
46571              Message-ID: <41F2911E.8090204@iki.fi>
46572              Date: Sat, 22 Jan 2005 19:45:02 +0200
46573
46574              (drop optimisation on pp_pack.c for gcc on osf1 to -O1)
46575      Branch: perl
46576            ! hints/dec_osf.sh
46577 ____________________________________________________________________________
46578 [ 23861] By: nicholas                              on 2005/01/22  14:15:58
46579         Log: Update copyright years and add editor blocks
46580      Branch: perl
46581            ! doop.c hv.c utf8.c
46582 ____________________________________________________________________________
46583 [ 23860] By: nicholas                              on 2005/01/22  12:03:00
46584         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
46585              Subject: Re: [PATCH] do not assume quads or long doubles
46586              Message-ID: <41F21B0A.2050301@iki.fi>
46587              Date: Sat, 22 Jan 2005 11:21:14 +0200
46588      Branch: perl
46589            ! pp_pack.c
46590 ____________________________________________________________________________
46591 [ 23858] By: nicholas                              on 2005/01/22  00:39:41
46592         Log: Remove now-unnecessary check. (It's done earlier)
46593      Branch: perl
46594            ! pp_pack.c
46595 ____________________________________________________________________________
46596 [ 23857] By: davem                                 on 2005/01/22  00:17:40
46597         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
46598              From:  Jarkko Hietaniemi <jhi@iki.fi>
46599              Date:  Sat, 22 Jan 2005 00:20:12 +0200
46600              Message-Id:  <41F1801C.3080201@iki.fi>
46601
46602              Make buffer size estimates for utf8 case conversion less maximally
46603              pessimistic
46604      Branch: perl
46605            ! doop.c op.c pp.c pp_pack.c regcomp.c regexec.c sv.c t/op/lc.t
46606            ! toke.c utf8.c utf8.h
46607 ____________________________________________________________________________
46608 [ 23854] By: nicholas                              on 2005/01/21  22:15:43
46609         Log: Shrink a switch() statment by driving the size calculations from the
46610              size table. This requires #ifdef()s in the size table initialiser.
46611              Astoundingly this shaves over 6K of the object size with -Os on OS X.
46612              I was expecting about 1K (due to shrinking a branch table). Mind you,
46613              I'm not going to argue with what I got. :-)
46614      Branch: perl
46615            ! genpacksizetables.pl pp_pack.c
46616 ____________________________________________________________________________
46617 [ 23853] By: nicholas                              on 2005/01/21  16:46:49
46618         Log: Make the length overrun checking and stack extension table driven.
46619              (Shaves about 3k off pp_pack.o)
46620      Branch: perl
46621            + genpacksizetables.pl
46622            ! MANIFEST pp_pack.c
46623 ____________________________________________________________________________
46624 [ 23852] By: rgs                                   on 2005/01/21  16:29:53
46625         Log: Subject: [perl #32503] Fix for Storable module
46626              From: "Steven N. Hirsch" (via RT) <perlbug-followup@perl.org>
46627              Date: 19 Nov 2004 13:06:57 -0000
46628              Message-ID: <rt-3.0.11-32503-100597.6.46123979926323@perl.org>
46629      Branch: perl
46630            ! ext/Storable/Storable.xs
46631 ____________________________________________________________________________
46632 [ 23851] By: rgs                                   on 2005/01/21  15:51:54
46633         Log: Fix spurious warnings emitted by XSLoader via Data::Dumper
46634      Branch: perl
46635            ! ext/Data/Dumper/Dumper.pm
46636 ____________________________________________________________________________
46637 [ 23850] By: nicholas                              on 2005/01/21  15:43:24
46638         Log: Name another pack test
46639      Branch: perl
46640            ! t/op/pack.t
46641 ____________________________________________________________________________
46642 [ 23849] By: rgs                                   on 2005/01/21  15:26:10
46643         Log: Subject: [perl #33892] Add Interix support
46644              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
46645              Date: 21 Jan 2005 14:36:31 -0000
46646              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
46647
46648              (except the Configure chunk)
46649              (and bump version numbers of modules)
46650      Branch: perl
46651            + hints/interix.sh
46652            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm lib/File/Find.pm
46653            ! lib/File/Temp.pm t/io/openpid.t t/op/groups.t
46654 ____________________________________________________________________________
46655 [ 23848] By: merijn                                on 2005/01/21  14:47:31
46656         Log: Subject: [perl #33892] Add Interix support
46657              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
46658              Date: 21 Jan 2005 14:36:31 -0000
46659              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
46660      Branch: perl
46661            ! Configure
46662 ____________________________________________________________________________
46663 [ 23847] By: rgs                                   on 2005/01/21  14:46:38
46664         Log: Upgrade to Test::Harness 2.46
46665      Branch: perl
46666            + lib/Test/Harness/TAP.pod lib/Test/Harness/t/harness.t
46667            + lib/Test/Harness/t/prove-globbing.t
46668            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
46669            ! lib/Test/Harness/Changes lib/Test/Harness/Iterator.pm
46670            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/prove-switches.t
46671            ! lib/Test/Harness/t/strap.t
46672 ____________________________________________________________________________
46673 [ 23845] By: rgs                                   on 2005/01/21  14:09:19
46674         Log: Subject: [perl #32967] [PATCH] Re: More B bugs: svref_2object
46675              From: Stephen McCamant <smcc@OCF.Berkeley.EDU>
46676              Date: Tue, 28 Dec 2004 16:01:49 -0800
46677              Message-ID: <16849.62445.116153.489478@apocalypse.OCF.Berkeley.EDU>
46678      Branch: perl
46679            ! ext/B/B.pm
46680 ____________________________________________________________________________
46681 [ 23844] By: rgs                                   on 2005/01/21  13:49:46
46682         Log: Subject: [Patch] [perl #32446]  close leaves fd open
46683              From: Steffen Ullrich <coyote.frank@gmx.net>
46684              Date: Wed, 01 Dec 2004 15:22:34 +0100
46685              Message-ID: <20041201142236.4273.qmail@lists.develooper.com>
46686      Branch: perl
46687            ! perlio.c
46688 ____________________________________________________________________________
46689 [ 23843] By: rgs                                   on 2005/01/21  13:35:49
46690         Log: Subject: [PATCH bleadperl] Re: [perl #31924] %INC caching failure-case problem
46691              From: Rick Delaney <rick@bort.ca>
46692              Date: Wed, 13 Oct 2004 12:40:18 -0400
46693              Message-ID: <20041013164018.GA32174@biff.bort.ca>
46694      Branch: perl
46695            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
46696            ! pp_ctl.c proto.h t/comp/require.t
46697 ____________________________________________________________________________
46698 [ 23842] By: rgs                                   on 2005/01/21  10:57:48
46699         Log: Subject: Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32
46700              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
46701              Date: Mon, 20 Dec 2004 16:08:56 -0800
46702              Message-ID: <20041221000856.GA2924@efn.org>
46703      Branch: perl
46704            ! pp_sys.c t/op/stat.t
46705 ____________________________________________________________________________
46706 [ 23841] By: rgs                                   on 2005/01/21  10:26:17
46707         Log: Subject: [PATCH] doc SVt_PVLV <=> SVt_PVGV change version in B.pm
46708              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
46709              Date: Sun, 19 Dec 2004 23:57:56 -0800
46710              Message-ID: <20041220075754.GA800@efn.org>
46711      Branch: perl
46712            ! ext/B/B.pm
46713 ____________________________________________________________________________
46714 [ 23840] By: rgs                                   on 2005/01/20  18:45:55
46715         Log: Subject: [patch] cleanup perlsfio.h
46716              From: Stas Bekman <stas@stason.org>
46717              Date: Thu, 13 Jan 2005 16:14:23 -0500
46718              Message-ID: <41E6E4AF.8070303@stason.org>
46719      Branch: perl
46720            ! perlsfio.h
46721 ____________________________________________________________________________
46722 [ 23839] By: rgs                                   on 2005/01/20  18:33:00
46723         Log: VERSION++
46724      Branch: perl
46725            ! lib/Text/ParseWords.pm
46726 ____________________________________________________________________________
46727 [ 23838] By: rgs                                   on 2005/01/20  18:21:36
46728         Log: Subject: Re: [perl #33173] shellwords.pl and tainting
46729              From: Alexey Tourbin <at@altlinux.ru>
46730              Date: Tue, 28 Dec 2004 22:29:37 +0300
46731              Message-ID: <20041228192937.GB7824@solemn.turbinal.org>
46732      Branch: perl
46733            + lib/Text/ParseWords/taint.t
46734            ! MANIFEST lib/Text/ParseWords.pm lib/shellwords.pl
46735 ____________________________________________________________________________
46736 [ 23836] By: nicholas                              on 2005/01/20  13:21:14
46737         Log: Run regen.pl and pod/buildtoc --build-all
46738      Branch: perl
46739            ! MANIFEST pod/perlapi.pod pod/perltoc.pod
46740 ____________________________________________________________________________
46741 [ 23835] By: nicholas                              on 2005/01/20  13:20:50
46742         Log: A little more determinacy in our sorting
46743      Branch: perl
46744            ! autodoc.pl
46745 ____________________________________________________________________________
46746 [ 23827] By: nicholas                              on 2005/01/19  21:22:30
46747         Log: Make "assertion" attribute code and test conditional
46748      Branch: perl
46749            ! t/op/attrs.t xsutils.c
46750 ____________________________________________________________________________
46751 [ 23824] By: merijn                                on 2005/01/19  18:32:41
46752         Log: Subject: [PATCH] Further follow-up to 23767
46753              From: Robin Barker <Robin.Barker@npl.co.uk>
46754              Date: Wed, 19 Jan 2005 18:30:31 -0000
46755              Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk>
46756      Branch: perl
46757            ! XSUB.h gv.c perl.c perl.h pp_ctl.c sv.c utf8.c
46758 ____________________________________________________________________________
46759 [ 23822] By: rgs                                   on 2005/01/19  17:19:04
46760         Log: Subject: Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enums
46761              From: Noah <sitz@onastick.net>
46762              Date: Wed, 19 Jan 2005 12:33:52 -0500
46763              Message-ID: <20050119173352.GA15592@radu.onastick.net>
46764      Branch: perl
46765            ! utils/h2xs.PL
46766 ____________________________________________________________________________
46767 [ 23821] By: rgs                                   on 2005/01/19  11:30:38
46768         Log: Subject: [PATCH] op/stat.t test 9 failing on recent cygwin snapshots
46769              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
46770              Date: Sun, 16 Jan 2005 10:30:45 -0800
46771              Message-ID: <20050116183045.GA2768@efn.org>
46772      Branch: perl
46773            ! t/op/stat.t
46774 ____________________________________________________________________________
46775 [ 23820] By: rgs                                   on 2005/01/19  11:20:10
46776         Log: Subject: [PATCH] Make Data::Dumper work when dynamic extensions are not available
46777              From: "Jos I. Boumans" <kane@xs4all.net>
46778              Date: Tue, 18 Jan 2005 15:12:03 +0100
46779              Message-Id: <ED6BA2C4-695A-11D9-B09C-000A95EF62E2@xs4all.net>
46780      Branch: perl
46781            ! ext/Data/Dumper/Dumper.pm
46782 ____________________________________________________________________________
46783 [ 23819] By: rgs                                   on 2005/01/19  11:15:14
46784         Log: Fix dependencies in ext/B/Makefile.PL
46785              (bug #8254, fix by Alan Burlison)
46786      Branch: perl
46787            ! ext/B/Makefile.PL
46788 ____________________________________________________________________________
46789 [ 23817] By: steveh                                on 2005/01/19  09:33:27
46790         Log: Exclude "Thread" from $Config{extensions}
46791
46792              It is already excluded from $Config{dynamic_ext}, so should not be
46793              in $Config{extensions} either. (Note that Thread is actually still
46794              built, though. This is just for consistency with Unix builds.)
46795      Branch: perl
46796            ! win32/config_sh.PL
46797 ____________________________________________________________________________
46798 [ 23816] By: steveh                                on 2005/01/19  08:55:06
46799         Log: Exclude "Thread" from $Config{dynamic_ext}
46800
46801              This was accidentally broken by change 23757.  It has already been
46802              fixed in maint-5.8 when resolving conflicts during integration of
46803              23757, so this one does NOT need integrating itself!
46804
46805              For more details see:
46806              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-01/msg00477.html
46807      Branch: perl
46808            ! win32/config_sh.PL
46809 ____________________________________________________________________________
46810 [ 23807] By: steveh                                on 2005/01/17  17:55:02
46811         Log: Fix for building with MinGW under Cygwin
46812
46813              Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32)
46814              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
46815              Date: Thu, 13 Jan 2005 16:11:36 -0800
46816              Message-ID: <20050114001136.GC2516@efn.org>
46817      Branch: perl
46818            ! ext/Errno/Errno_pm.PL
46819 ____________________________________________________________________________
46820 [ 23806] By: steveh                                on 2005/01/17  16:57:10
46821         Log: Get $Config{ccversion} or $Config{gccversion} filled in on Win32
46822      Branch: perl
46823            ! win32/config_sh.PL
46824 ____________________________________________________________________________
46825 [ 23805] By: nicholas                              on 2005/01/14  19:56:42
46826         Log: Better test diagnostics for the numbers tests.
46827              (Failure diagnostics were always good, but now the tests have names,
46828              which show even when they pass)
46829      Branch: perl
46830            ! t/op/pack.t
46831 ____________________________________________________________________________
46832 [ 23803] By: nicholas                              on 2005/01/14  12:06:31
46833         Log: Correct the editor block to match the perl 5 policy on tabs
46834      Branch: perl
46835            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c scope.c
46836            ! sv.c universal.c
46837 ____________________________________________________________________________
46838 [ 23802] By: nicholas                              on 2005/01/14  10:58:47
46839         Log: Refactor S_regclass to generate slightly smaller object code
46840      Branch: perl
46841            ! regcomp.c
46842 ____________________________________________________________________________
46843 [ 23801] By: nicholas                              on 2005/01/14  10:32:08
46844         Log: A terser way to write the \-ing code in pv_uni_display
46845              Plus drive-by insert of a more correct editor block. (thanks Dave)
46846      Branch: perl
46847            ! utf8.c
46848 ____________________________________________________________________________
46849 [ 23800] By: nicholas                              on 2005/01/14  09:55:16
46850         Log: Improve documentation for sv_catpvf, to note that pattern's UTF-8ness
46851              is taken from the SV's UTF-8ness
46852      Branch: perl
46853            ! pod/perlapi.pod sv.c
46854 ____________________________________________________________________________
46855 [ 23799] By: nicholas                              on 2005/01/14  09:52:51
46856         Log: SvUTF8_off() in do_join can be unconditional.
46857      Branch: perl
46858            ! doop.c
46859 ____________________________________________________________________________
46860 [ 23798] By: nicholas                              on 2005/01/14  09:28:14
46861         Log: sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.
46862      Branch: perl
46863            ! op.c regcomp.c toke.c utf8.c
46864 ____________________________________________________________________________
46865 [ 23797] By: nicholas                              on 2005/01/13  23:13:05
46866         Log: Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv
46867      Branch: perl
46868            ! sv.c
46869 ____________________________________________________________________________
46870 [ 23796] By: nicholas                              on 2005/01/13  23:10:38
46871         Log: sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
46872      Branch: perl
46873            ! utf8.c
46874 ____________________________________________________________________________
46875 [ 23795] By: nicholas                              on 2005/01/13  22:54:10
46876         Log: replace NEWSV(), SvSetSV() with newSVsv()
46877      Branch: perl
46878            ! pp.c pp_hot.c pp_sort.c regexec.c scope.c toke.c
46879 ____________________________________________________________________________
46880 [ 23794] By: nicholas                              on 2005/01/13  22:39:58
46881         Log: Turn the unreachable code into assertions. (So prove me wrong...)
46882      Branch: perl
46883            ! pp_pack.c
46884 ____________________________________________________________________________
46885 [ 23793] By: nicholas                              on 2005/01/13  22:07:20
46886         Log: Source code tidy up - avoid assigning to sv.
46887      Branch: perl
46888            ! pp_pack.c
46889 ____________________________________________________________________________
46890 [ 23792] By: nicholas                              on 2005/01/13  21:54:21
46891         Log: Avoid dogfood problems when an empty string accidentally ends up
46892              as a constant name. [They don't work in qw(), strangely]
46893      Branch: perl
46894            ! lib/ExtUtils/Constant.pm
46895 ____________________________________________________________________________
46896 [ 23791] By: nicholas                              on 2005/01/13  21:44:53
46897         Log: The leaktesting of NEWSV() is long dead, so create and initialise
46898              SV values in one, to simplify source code and shrink object code
46899              by about 1%
46900      Branch: perl
46901            ! pp_pack.c
46902 ____________________________________________________________________________
46903 [ 23790] By: nicholas                              on 2005/01/13  20:55:37
46904         Log: Not a good idea to use unpack "H*" to peek at a scalar's internal
46905              representation.
46906      Branch: perl
46907            ! t/op/join.t
46908 ____________________________________________________________________________
46909 [ 23789] By: nicholas                              on 2005/01/13  14:05:08
46910         Log: Update copyright years. Add an editor block while passing by.
46911      Branch: perl
46912            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
46913            ! universal.c
46914 ____________________________________________________________________________
46915 [ 23788] By: nicholas                              on 2005/01/13  13:50:40
46916         Log: utf.pm needs to require Carp before croak()ing
46917      Branch: perl
46918            ! lib/utf8.pm lib/utf8.t
46919 ____________________________________________________________________________
46920 [ 23787] By: nicholas                              on 2005/01/13  13:21:11
46921         Log: Refactor all the unpack checksum-or-not logic to avoid massive
46922              duplication.
46923      Branch: perl
46924            ! pp_pack.c
46925 ____________________________________________________________________________
46926 [ 23786] By: merijn                                on 2005/01/13  11:28:31
46927         Log: Subject: Re: killing USE_5005THREADS in blead?
46928              From: Stas Bekman <stas@stason.org>
46929              Date: Wed, 12 Jan 2005 16:32:42 -0500
46930              Message-ID: <41E5977A.3060306@stason.org>
46931      Branch: perl
46932            ! perl.c
46933 ____________________________________________________________________________
46934 [ 23785] By: steveh                                on 2005/01/13  10:24:13
46935         Log: Fix Win32 build problem caused by change 23757
46936
46937              Change 23757 added a glob() call to win32/FindExt.pm.  That code is
46938              run by miniperl.exe when making the ..\config.sh target, but
46939              miniperl.exe is built with -D PERL_EXTERNAL_GLOB so it requires
46940              perlglob.exe to do the glob().  perlglob.exe has been built, but is
46941              in the top-level of the source tree so is not found when miniperl.exe
46942              is executed from within the win32/ sub-directory.
46943
46944              This was causing smokes to fail on t/lib/commonsense.t because the
46945              "extensions" field in lib/Config_heavy.pl only contained
46946              "threads/shared" as a result of the glob() not finding anything.
46947
46948              Manual builds had been working fine for me because I had an installed
46949              perl in my PATH so perlglob.exe was being found there instead!
46950      Branch: perl
46951            ! win32/FindExt.pm
46952 ____________________________________________________________________________
46953 [ 23783] By: rgs                                   on 2005/01/12  18:04:17
46954         Log: Subject: [PATCH] follow-up to #23765
46955              From: "Craig A. Berry" <craigberry@mac.com>
46956              Date: Tue, 11 Jan 2005 21:01:27 -0600
46957              Message-ID: <41E49307.7080900@mac.com>
46958      Branch: perl
46959            ! lib/warnings.t
46960 ____________________________________________________________________________
46961 [ 23782] By: nicholas                              on 2005/01/11  19:10:20
46962         Log: Fix bug 32294 - index()/rindex() ignore UTF8 flag
46963              (for cases of mixed UTF8/bytes)
46964              Test code based on bug report by John Gardiner Myers
46965      Branch: perl
46966            ! pp.c t/op/index.t
46967 ____________________________________________________________________________
46968 [ 23781] By: rgs                                   on 2005/01/11  17:04:24
46969         Log: Subject: [PATCH] follow-up to 23767
46970              From: Robin Barker <Robin.Barker@npl.co.uk>
46971              Date: Tue, 11 Jan 2005 15:48:49 -0000
46972              Message-ID: <533D273D4014D411AB1D00062938C4D90849C56A@hotel.npl.co.uk>
46973      Branch: perl
46974            ! Porting/pumpkin.pod sv.c
46975 ____________________________________________________________________________
46976 [ 23780] By: mhx                                   on 2005/01/10  19:25:27
46977         Log: Remove PERL_FLEXIBLE_EXCEPTIONS code.
46978      Branch: perl
46979            ! embed.fnc embed.h embedvar.h global.sym makedef.pl perl.c
46980            ! perl.h perlapi.h pod/perlapi.pod pod/perlintern.pod pp_ctl.c
46981            ! proto.h scope.c scope.h sv.c thrdvar.h
46982 ____________________________________________________________________________
46983 [ 23779] By: nicholas                              on 2005/01/10  17:07:03
46984         Log: Subject: [PATCH] t/op/split.t #11 nit on VMS
46985              From: "Craig A. Berry" <craigberry@mac.com>
46986              Message-ID: <41E1C261.5020100@mac.com>
46987              Date: Sun, 09 Jan 2005 17:46:41 -0600
46988      Branch: perl
46989            ! t/op/split.t
46990 ____________________________________________________________________________
46991 [ 23778] By: steveh                                on 2005/01/10  11:53:10
46992         Log: Need to close files before unlinking them on Win32
46993
46994              (Various files created by test programs are left behind otherwise,
46995              and distclean doesn't clean them up)
46996      Branch: perl
46997            ! lib/FileCache/t/01open.t lib/FileCache/t/04twoarg.t
46998            ! lib/FileCache/t/07noimport.t t/op/read.t
46999 ____________________________________________________________________________
47000 [ 23777] By: steveh                                on 2005/01/10  10:28:00
47001         Log: Make Win32's distclean target clean up properly
47002      Branch: perl
47003            ! win32/Makefile win32/makefile.mk
47004 ____________________________________________________________________________
47005 [ 23776] By: steveh                                on 2005/01/10  09:45:50
47006         Log: Get $Config{osvers} filled in on Win32
47007      Branch: perl
47008            ! win32/config_sh.PL
47009 ____________________________________________________________________________
47010 [ 23775] By: merijn                                on 2005/01/10  08:54:00
47011         Log: Subject: [PATCH] follow-up to #23748, -Duselargefiles on VMS
47012              Date: Sun, 09 Jan 2005 17:52:09 -0600
47013              From: "Craig A. Berry" <craigberry@mac.com>
47014              Message-ID: <41E1C3A9.9080900@mac.com>
47015      Branch: perl
47016            ! configure.com
47017 ____________________________________________________________________________
47018 [ 23774] By: nicholas                              on 2005/01/09  23:42:25
47019         Log: Shorter source code in pp_gelem. (But it compiles to the same size)
47020      Branch: perl
47021            ! pp.c
47022 ____________________________________________________________________________
47023 [ 23773] By: nicholas                              on 2005/01/09  21:50:28
47024         Log: If we know the length of the string constant, save a strlen()
47025      Branch: perl
47026            ! perl.c pp_sys.c
47027 ____________________________________________________________________________
47028 [ 23772] By: nicholas                              on 2005/01/09  21:26:40
47029         Log: savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to
47030              strlen(). Add savesvpv(sv), which gets the length from the SV,
47031              and returns a copy of its PV.
47032      Branch: perl
47033            ! embed.fnc embed.h global.sym mg.c pp_sys.c proto.h regcomp.c
47034            ! universal.c util.c
47035 ____________________________________________________________________________
47036 [ 23771] By: nicholas                              on 2005/01/09  19:42:30
47037         Log: Can pass in a length here without introducing a bug. Might save
47038              a strlen()
47039      Branch: perl
47040            ! toke.c
47041 ____________________________________________________________________________
47042 [ 23770] By: nicholas                              on 2005/01/09  15:05:33
47043         Log: Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8)
47044              as I think that it will be needed for utf8 soft references.
47045      Branch: perl
47046            ! toke.c
47047 ____________________________________________________________________________
47048 [ 23769] By: steveh                                on 2005/01/07  17:25:35
47049         Log: Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default
47050              and force PERL_MALLOC off if USE_IMP_SYS is on
47051
47052              This brings makefile.mk into line with Makefile in this regard
47053
47054              (PERL_MALLOC cannot currently be used with USE_IMP_SYS, e.g. see:
47055              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-07/msg00465.html
47056              so it is sensible to enforce this, and to not have the default set
47057              to a configuration that isn't allowed)
47058      Branch: perl
47059            ! win32/makefile.mk
47060 ____________________________________________________________________________
47061 [ 23768] By: rgs                                   on 2005/01/07  14:30:51
47062         Log: Subject: Re: [PATCH] Remove Carp from warnings.pm
47063              From: Jim Cromie <jim.cromie@gmail.com>
47064              Date: Mon, 3 Jan 2005 06:36:16 -0700
47065              Message-ID: <cfe85dfa05010305367445dee6@mail.gmail.com>
47066      Branch: perl
47067            + lib/vars_carp.t
47068            ! MANIFEST ext/B/t/optree_specials.t ext/B/t/stash.t lib/Carp.pm
47069            ! lib/English.pm lib/Exporter.pm lib/Exporter.t
47070            ! lib/Exporter/Heavy.pm lib/warnings.pm warnings.pl
47071 ____________________________________________________________________________
47072 [ 23767] By: rgs                                   on 2005/01/07  13:41:47
47073         Log: Subject: [PATCH] to improve -DCHECK_FORMAT
47074              From: Robin Barker <Robin.Barker@npl.co.uk>
47075              Date: Wed, 5 Jan 2005 11:55:09 -0000
47076              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55A@hotel.npl.co.uk>
47077      Branch: perl
47078            ! mg.c perl.h pp.h pp_sys.c sv.c
47079 ____________________________________________________________________________
47080 [ 23766] By: nicholas                              on 2005/01/07  12:46:07
47081         Log: Stage 1 of utf8 support for soft references.
47082              Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags
47083              Add gv_fetchsv to look up a GV by SV rather than a char * pointer
47084              Provide a backwards compatability gv_fetchpv
47085              Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing
47086              the pointer from an SV
47087              All tests still pass.
47088      Branch: perl
47089            ! embed.fnc embed.h global.sym gv.c gv.h mg.c op.c perl.h pp.c
47090            ! pp_hot.c pp_sys.c proto.h sv.c sv.h toke.c universal.c
47091 ____________________________________________________________________________
47092 [ 23765] By: nicholas                              on 2005/01/07  11:23:48
47093         Log: Subject: [PATCH] make lib/warnings.t use t/test.pl
47094              From: "Craig A. Berry" <craigberry@mac.com>
47095              Message-ID: <41DDCA71.1080704@mac.com>
47096              Date: Thu, 06 Jan 2005 17:32:01 -0600
47097      Branch: perl
47098            ! lib/warnings.t
47099 ____________________________________________________________________________
47100 [ 23764] By: steveh                                on 2005/01/07  08:35:29
47101         Log: Fix win32/config.*'s cc, ld and other related values
47102
47103              cc and ld themselves always get replaced with correct values anyway
47104              so we just provide example values as per other similar settings
47105
47106              Other related values (ccname, cpp, cpprun, cppstdin) need to use the
47107              correct ~keyword~, namely ~cc~, not ~CC~, otherwise they do not get set
47108
47109              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
47110              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
47111              Date: Wed, 5 Jan 2005 10:01:41 -0800
47112              Message-ID: <20050105180141.GA676@efn.org>
47113
47114              Subject: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32
47115              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
47116              Date: Thu, 6 Jan 2005 11:53:11 -0800
47117              Message-ID: <20050106195311.GC1300@efn.org>
47118      Branch: perl
47119            ! win32/config.bc win32/config.gc win32/config.vc
47120            ! win32/config.vc64
47121 ____________________________________________________________________________
47122 [ 23763] By: nicholas                              on 2005/01/06  17:42:59
47123         Log: Add TODO tests for UTF8 encoded soft references
47124      Branch: perl
47125            ! t/op/ref.t
47126 ____________________________________________________________________________
47127 [ 23762] By: steveh                                on 2005/01/06  16:50:10
47128         Log: Allow static linking core extensions on Win32 with MinGW
47129
47130              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
47131              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
47132              Date: Wed, 5 Jan 2005 10:01:41 -0800
47133              Message-ID: <20050105180141.GA676@efn.org>
47134      Branch: perl
47135            ! win32/buildext.pl win32/makefile.mk
47136 ____________________________________________________________________________
47137 [ 23761] By: rgs                                   on 2005/01/06  15:49:39
47138         Log: Silence a compilation warning
47139      Branch: perl
47140            ! pp_sort.c
47141 ____________________________________________________________________________
47142 [ 23760] By: nicholas                              on 2005/01/06  14:59:17
47143         Log: Turn barewords into strings to run under strict subs.
47144              Run under strict refs outside the soft reference tests.
47145      Branch: perl
47146            ! t/op/ref.t
47147 ____________________________________________________________________________
47148 [ 23759] By: nicholas                              on 2005/01/06  14:34:24
47149         Log: All tests now use test.pl
47150      Branch: perl
47151            ! t/op/ref.t
47152 ____________________________________________________________________________
47153 [ 23758] By: nicholas                              on 2005/01/06  11:44:08
47154         Log: Start converting t/op/ref.t to use test.pl
47155      Branch: perl
47156            ! t/op/ref.t
47157 ____________________________________________________________________________
47158 [ 23757] By: steveh                                on 2005/01/06  11:26:12
47159         Log: Fix extensions config fields on Win32 to be as they are on Unix
47160
47161              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
47162              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
47163              Date: Wed, 5 Jan 2005 10:01:41 -0800
47164              Message-ID: <20050105180141.GA676@efn.org>
47165      Branch: perl
47166            ! win32/FindExt.pm win32/config_sh.PL
47167 ____________________________________________________________________________
47168 [ 23756] By: nicholas                              on 2005/01/05  21:58:15
47169         Log: Correct a Greengrocer's apostrophe.
47170      Branch: perl
47171            ! ext/DynaLoader/dl_dyld.xs
47172 ____________________________________________________________________________
47173 [ 23755] By: nicholas                              on 2005/01/05  21:36:26
47174         Log: Foolishly I committed change 23753 before remembering to test without
47175              ithreads. No tests => bugs. This should fix them.
47176      Branch: perl
47177            ! perl.c
47178 ____________________________________________________________________________
47179 [ 23754] By: nicholas                              on 2005/01/05  20:14:02
47180         Log: Error-free constant folding is a TODO
47181      Branch: perl
47182            ! pod/perltodo.pod
47183 ____________________________________________________________________________
47184 [ 23753] By: nicholas                              on 2005/01/05  19:44:28
47185         Log: Turn INIT_TLS_AND_INTERP into a static function
47186      Branch: perl
47187            ! perl.c
47188 ____________________________________________________________________________
47189 [ 23752] By: nicholas                              on 2005/01/05  16:27:19
47190         Log: Shave off the explict 1; from the end of lib/Config.pm
47191      Branch: perl
47192            ! configpm
47193 ____________________________________________________________________________
47194 [ 23751] By: rgs                                   on 2005/01/05  13:31:51
47195         Log: Subject: [PATCH] unnecessary rmdir in Makefile
47196              From: Robin Barker <Robin.Barker@npl.co.uk>
47197              Date: Wed, 5 Jan 2005 11:58:54 -0000
47198              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk>
47199      Branch: perl
47200            ! Makefile.SH
47201 ____________________________________________________________________________
47202 [ 23750] By: merijn                                on 2005/01/05  11:44:11
47203         Log: Subject: [PATCH] gcc and ld in Configure
47204              From: Robin Barker <Robin.Barker@npl.co.uk>
47205              Date: Wed, 5 Jan 2005 12:04:25 -0000
47206              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55D@hotel.npl.co.uk>
47207      Branch: perl
47208            ! hints/solaris_2.sh
47209 ____________________________________________________________________________
47210 [ 23749] By: nicholas                              on 2005/01/05  11:25:29
47211         Log: Subject: [PATCH] Avoid segfault when pthread_key_create fails
47212              From: Gisle Aas <gisle@ActiveState.com>
47213              Date: 05 Jan 2005 01:09:51 -0800
47214              Message-ID: <lracroz1gg.fsf@caliper.activestate.com>
47215      Branch: perl
47216            ! thread.h
47217 ____________________________________________________________________________
47218 [ 23748] By: nicholas                              on 2005/01/05  10:44:59
47219         Log: Subject: [PATCH] -Duselargefiles for VMS
47220              From: "Craig A. Berry" <craigberry@mac.com>
47221              Message-ID: <41DB63A6.7040504@mac.com>
47222              Date: Tue, 04 Jan 2005 21:48:54 -0600
47223      Branch: perl
47224            ! configure.com vms/descrip_mms.template vms/vmsish.h
47225 ____________________________________________________________________________
47226 [ 23747] By: nicholas                              on 2005/01/05  10:10:14
47227         Log: Rafael spotted that my changes caused warnings. So clean up.
47228      Branch: perl
47229            ! t/op/attrs.t
47230 ____________________________________________________________________________
47231 [ 23746] By: nicholas                              on 2005/01/04  23:07:25
47232         Log: Update copyright years.
47233      Branch: perl
47234            ! mg.c miniperlmain.c op.c perlio.c xsutils.c
47235 ____________________________________________________________________________
47236 [ 23745] By: nicholas                              on 2005/01/04  19:32:01
47237         Log: Make the switch statement discriminate similar names more
47238              efficiently.
47239      Branch: perl
47240            ! xsutils.c
47241 ____________________________________________________________________________
47242 [ 23744] By: nicholas                              on 2005/01/04  16:20:43
47243         Log: Check all attributes in modify_SV_attributes are recognised.
47244              Fix bug where 'assertion' was always rejected as invalid.
47245      Branch: perl
47246            ! t/op/attrs.t xsutils.c
47247 ____________________________________________________________________________
47248 [ 23743] By: nicholas                              on 2005/01/04  12:46:56
47249         Log: Use the new ${^UTF8LOCALE} to make the test reliable.
47250      Branch: perl
47251            ! t/io/layers.t
47252 ____________________________________________________________________________
47253 [ 23742] By: merijn                                on 2005/01/04  12:38:03
47254         Log: Subject: [PATCH pod/perlxs.pod] RE: [perl #32660] INT2PTR not mentioned in perlxs(1)
47255              From: Robin Barker <Robin.Barker@npl.co.uk>
47256              Date: Tue, 4 Jan 2005 12:32:29 -0000
47257              Message-ID: <533D273D4014D411AB1D00062938C4D90849C553@hotel.npl.co.uk>
47258      Branch: perl
47259            ! pod/perlxs.pod
47260 ____________________________________________________________________________
47261 [ 23741] By: nicholas                              on 2005/01/04  11:27:57
47262         Log: Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale
47263      Branch: perl
47264            ! gv.c mg.c
47265 ____________________________________________________________________________
47266 [ 23740] By: steveh                                on 2005/01/04  10:56:55
47267         Log: Bring win32/config.* into line with win32/config_H.*
47268              so that "perl -V:usemallocwrap" tells us what the configuration is
47269              instead of saying 'UNKNOWN'.
47270      Branch: perl
47271            ! win32/config.bc win32/config.gc win32/config.vc
47272            ! win32/config.vc64
47273 ____________________________________________________________________________
47274 [ 23739] By: rgs                                   on 2005/01/04  08:36:50
47275         Log: Subject: [PATCH] Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16
47276              From: Tels <nospam-abuse@bloodgate.com>
47277              Date: Sat, 1 Jan 2005 18:59:51 +0100
47278              Message-Id: <200501011859.52858@bloodgate.com>
47279      Branch: perl
47280            + lib/Math/BigInt/t/lib_load.t lib/bignum/t/ratopt_a.t
47281            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
47282            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
47283            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
47284            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
47285            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
47286            ! lib/Math/BigInt/t/inf_nan.t lib/Math/BigInt/t/sub_mbf.t
47287            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
47288            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
47289            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
47290            ! lib/Math/BigRat/t/bigratpm.t lib/bigint.pm lib/bignum.pm
47291            ! lib/bignum/t/option_a.t lib/bignum/t/option_l.t
47292            ! lib/bignum/t/option_p.t lib/bigrat.pm
47293            ! t/lib/Math/BigFloat/Subclass.pm
47294 ____________________________________________________________________________
47295 [ 23738] By: rgs                                   on 2005/01/04  08:05:16
47296         Log: Happy new year
47297      Branch: perl
47298            ! README
47299 ____________________________________________________________________________
47300 [ 23736] By: nicholas                              on 2005/01/03  21:17:28
47301         Log: Return an immortal from attributes::_warn_reserved (a private
47302              function). (saves creating a new IV)
47303      Branch: perl
47304            ! xsutils.c
47305 ____________________________________________________________________________
47306 [ 23735] By: nicholas                              on 2005/01/03  20:58:09
47307         Log: Change dXSTARGET to dXSTARG as recommended by Spider Boardman.
47308      Branch: perl
47309            ! xsutils.c
47310 ____________________________________________________________________________
47311 [ 23733] By: nicholas                              on 2005/01/03  18:54:22
47312         Log: D'oh! Spurious aTHX_. Here was I thinking that my test build was
47313              threaded, but "oh no it isn't!" :-(
47314      Branch: perl
47315            ! toke.c
47316 ____________________________________________________________________________
47317 [ 23732] By: rgs                                   on 2005/01/03  17:24:24
47318         Log: Integrate a patch from Gentoo for uclibc support.
47319              See :
47320              Subject: Re: Static linking notes --- perl5.8.6 and uClibc
47321              From: Alexey Tourbin <at@altlinux.ru>
47322              Date: Tue, 28 Dec 2004 14:25:42 +0300
47323              Message-ID: <20041228112542.GB21037@solemn.turbinal.org>
47324      Branch: perl
47325            ! perlio.c
47326 ____________________________________________________________________________
47327 [ 23731] By: nicholas                              on 2005/01/02  23:18:07
47328         Log: Remove compiler warnings.
47329      Branch: perl
47330            ! toke.c
47331 ____________________________________________________________________________
47332 [ 23730] By: nicholas                              on 2005/01/02  22:49:49
47333         Log: Change 23727 broke code that relied on \ being escaped.
47334              Fix this. *Everything* should work now.
47335      Branch: perl
47336            + t/run/switchF1.t
47337            ! MANIFEST toke.c
47338 ____________________________________________________________________________
47339 [ 23729] By: nicholas                              on 2005/01/02  07:46:12
47340         Log: Splitting the -n/-p code and concatenating strings generates
47341              smaller object code.
47342      Branch: perl
47343            ! toke.c
47344 ____________________________________________________________________________
47345 [ 23728] By: nicholas                              on 2005/01/01  21:34:52
47346         Log: Concatenate some string constants
47347      Branch: perl
47348            ! toke.c
47349 ____________________________________________________________________________
47350 [ 23727] By: nicholas                              on 2005/01/01  21:13:53
47351         Log: Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save a
47352              lot of quoting code
47353      Branch: perl
47354            ! toke.c
47355 ____________________________________________________________________________
47356 [ 23726] By: nicholas                              on 2005/01/01  20:48:31
47357         Log: Probably should be using *pvn rather than *pv forms for speed in
47358              toke.c (to save a strlen())
47359      Branch: perl
47360            ! toke.c
47361 ____________________________________________________________________________
47362 [ 23725] By: nicholas                              on 2005/01/01  20:26:27
47363         Log: strEQ/strNE of 1 character strings seems better hand inlined,
47364              because it generates smaller object code (as well as being
47365              faster than a true function call)
47366      Branch: perl
47367            ! doio.c locale.c op.c perl.c pp.c toke.c util.c
47368 ____________________________________________________________________________
47369 [ 23724] By: nicholas                              on 2005/01/01  17:15:58
47370         Log: Not all the world's a VAX, er ASCII, so don't make assumptions.
47371              Tweak is_gv_magical's string comparisons to produce smaller object
47372              code.
47373              First 2005 copyright notice.
47374      Branch: perl
47375            ! gv.c
47376 ____________________________________________________________________________
47377 [ 23723] By: nicholas                              on 2005/01/01  13:54:33
47378         Log: Change 23714 accidentally broke t/io/layers.t when testing with
47379              UTF8 locales and the -C flag. When UTF8 is flagged as enabled
47380              based on the locale, we have no perl space access to PL_utf8locale
47381              so assume for the moment that UTF8 is never conditionally enabled.
47382      Branch: perl
47383            ! t/io/layers.t
47384 ____________________________________________________________________________
47385 [ 23722] By: nicholas                              on 2004/12/31  23:04:47
47386         Log: Skip the switch statement entirely if the pointer is null, rather
47387              than the old pointless switch on '\0'. Also skip re-comparing the
47388              first character. Faster, and generates terser object code.
47389      Branch: perl
47390            ! pp.c
47391 ____________________________________________________________________________
47392 [ 23721] By: nicholas                              on 2004/12/31  22:46:25
47393         Log: Doing the strnEQ char by char for 2 and 3 character strings
47394              generates a smaller object file, and will be faster.
47395      Branch: perl
47396            ! doio.c
47397 ____________________________________________________________________________
47398 [ 23720] By: nicholas                              on 2004/12/31  21:41:25
47399         Log: Improve documentation for is_gv_magical, and split the switch
47400              statement into 2 parts, lengths > 1 and lengths <= 1
47401              This should cause most variables (lower case, multicharacter)
47402              to escape the function without passing through a switch table.
47403      Branch: perl
47404            ! gv.c
47405 ____________________________________________________________________________
47406 [ 23719] By: nicholas                              on 2004/12/31  21:02:59
47407         Log: Because name is always NUL terminated we can incorporate length
47408              0 names in the switch statement for length 1.
47409      Branch: perl
47410            ! gv.c
47411 ____________________________________________________________________________
47412 [ 23718] By: nicholas                              on 2004/12/31  20:25:52
47413         Log: Generate smaller object code by using a single switch statement
47414              for determining which names are forced into main::
47415      Branch: perl
47416            ! gv.c
47417 ____________________________________________________________________________
47418 [ 23717] By: nicholas                              on 2004/12/31  18:31:18
47419         Log: Tidy up comments in change 23716
47420      Branch: perl
47421            ! gv.c
47422 ____________________________________________________________________________
47423 [ 23716] By: nicholas                              on 2004/12/31  18:22:54
47424         Log: Refactor gv_fetchpv so that the overwhelmingly common case
47425              (variable names starting with a lower case letter or _, longer
47426              than one character) get out of the function very quickly.
47427              (Without even passing through a switch statement jump table)
47428              Also fixes bug 33631
47429      Branch: perl
47430            ! gv.c
47431 ____________________________________________________________________________
47432 [ 23715] By: nicholas                              on 2004/12/31  15:43:07
47433         Log: Subject: [PATCH] randbits and randfunc for VMS
47434              From: "Craig A. Berry" <craigberry@mac.com>
47435              Message-ID: <41D570BF.8010409@mac.com>
47436              Date: Fri, 31 Dec 2004 09:31:11 -0600
47437      Branch: perl
47438            ! configure.com
47439 ____________________________________________________________________________
47440 [ 23714] By: nicholas                              on 2004/12/31  13:14:18
47441         Log: Bug in t/io/layers.t spotted by Ignasi Roca Carrió
47442      Branch: perl
47443            ! AUTHORS t/io/layers.t
47444 ____________________________________________________________________________
47445 [ 23712] By: mhx                                   on 2004/12/30  18:29:02
47446         Log: Mention ppport.h and its --api-info switch in perlguts.
47447      Branch: perl
47448            ! pod/perlguts.pod
47449 ____________________________________________________________________________
47450 [ 23711] By: merijn                                on 2004/12/30  13:10:20
47451         Log: Subject: [PATCH] Allow Configure's d_attribut to be set from the command line
47452              From: Gisle Aas <gisle@ActiveState.com>
47453              Date: 30 Dec 2004 03:39:36 -0800
47454              Message-ID: <lrllbgypzb.fsf@caliper.activestate.com>
47455      Branch: perl
47456            ! Configure
47457 ____________________________________________________________________________
47458 [ 23708] By: nicholas                              on 2004/12/29  21:41:04
47459         Log: Thinko in the description of Config::Extensions
47460      Branch: perl
47461            ! MANIFEST
47462 ____________________________________________________________________________
47463 [ 23707] By: nicholas                              on 2004/12/29  21:25:29
47464         Log: Experimental module intended to simplify core regression tests
47465      Branch: perl
47466            + lib/Config/Extensions.pm lib/Config/Extensions.t
47467            ! MANIFEST
47468 ____________________________________________________________________________
47469 [ 23706] By: nicholas                              on 2004/12/29  21:24:30
47470         Log: Skip tests that binmode :utf8 if there is no perlio
47471      Branch: perl
47472            ! t/op/read.t
47473 ____________________________________________________________________________
47474 [ 23705] By: nicholas                              on 2004/12/29  21:04:43
47475         Log: Ooops. Fix unitialised variable
47476      Branch: perl
47477            ! pp_sys.c
47478 ____________________________________________________________________________
47479 [ 23704] By: nicholas                              on 2004/12/29  19:47:12
47480         Log: Oops. Forgot to uncomment the last set of Unicode values for
47481              testing.
47482      Branch: perl
47483            ! t/op/read.t
47484 ____________________________________________________________________________
47485 [ 23703] By: nicholas                              on 2004/12/29  19:00:12
47486         Log: read (and presuambly sysread) would expose the UTF8 internals when
47487              reading from a byte orientated file handle into a UTF8 scalar.
47488      Branch: perl
47489            ! pp_sys.c t/op/read.t
47490 ____________________________________________________________________________
47491 [ 23702] By: nicholas                              on 2004/12/29  17:20:29
47492         Log: Add a lot of tests for combinations of values, offsets and lengths
47493      Branch: perl
47494            ! t/op/read.t
47495 ____________________________________________________________________________
47496 [ 23701] By: nicholas                              on 2004/12/29  16:28:58
47497         Log: Convert op/read.t to use test.pl and make it stricture compliant.
47498      Branch: perl
47499            ! t/op/read.t
47500 ____________________________________________________________________________
47501 [ 23700] By: mhx                                   on 2004/12/29  13:46:36
47502         Log: Upgrade to Devel::PPPort 3.04
47503      Branch: perl
47504            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
47505            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
47506            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV
47507            ! ext/Devel/PPPort/parts/inc/ppphbin
47508            ! ext/Devel/PPPort/parts/inc/ppphdoc
47509            ! ext/Devel/PPPort/parts/inc/ppphtest
47510 ____________________________________________________________________________
47511 [ 23696] By: merijn                                on 2004/12/29  12:41:14
47512         Log: Rebuilt after backport start for 23674, 23675, and 23676
47513      Branch: perl
47514            ! Configure
47515 ____________________________________________________________________________
47516 [ 23691] By: merijn                                on 2004/12/29  11:57:57
47517         Log: Subject: [PATCH] Cleanup ext/B tests for -w and to run separately
47518              Date: Tue, 28 Dec 2004 13:49:19 -0800
47519              From: Stephen McCamant <smcc@MIT.EDU>
47520              Message-ID: <16849.54495.424654.896889@apocalypse.OCF.Berkeley.EDU>
47521      Branch: perl
47522            ! ext/B/B/Terse.pm ext/B/t/asmdata.t ext/B/t/b.t
47523            ! ext/B/t/bblock.t ext/B/t/bytecode.t ext/B/t/concise.t
47524            ! ext/B/t/debug.t ext/B/t/deparse.t ext/B/t/f_map.t
47525            ! ext/B/t/f_sort.t ext/B/t/lint.t ext/B/t/o.t
47526            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
47527            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
47528            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
47529            ! ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
47530            ! ext/B/t/xref.t
47531 ____________________________________________________________________________
47532 [ 23688] By: nicholas                              on 2004/12/28  10:25:28
47533         Log: Make Config.t warnings and strictures clean
47534      Branch: perl
47535            ! lib/Config.t
47536 ____________________________________________________________________________
47537 [ 23683] By: nicholas                              on 2004/12/27  16:03:59
47538         Log: Subject: [patch sv.c] comment fix
47539              From: Stas Bekman <stas@stason.org>
47540              Message-ID: <41CF50FE.5070307@stason.org>
47541              Date: Sun, 26 Dec 2004 19:02:06 -0500
47542      Branch: perl
47543            ! sv.c
47544 ____________________________________________________________________________
47545 [ 23682] By: nicholas                              on 2004/12/27  15:48:24
47546         Log: Add investigating self tie segfaults to the TODO
47547      Branch: perl
47548            ! pod/perltodo.pod
47549 ____________________________________________________________________________
47550 [ 23681] By: rgs                                   on 2004/12/24  13:51:59
47551         Log: Subject: [perl #33173] shellwords.pl and tainting
47552              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
47553              Date: 24 Dec 2004 00:14:19 -0000
47554              Message-ID: <rt-3.0.11-33173-103504.3.54366755060383@perl.org>
47555      Branch: perl
47556            ! lib/shellwords.pl
47557 ____________________________________________________________________________
47558 [ 23680] By: rgs                                   on 2004/12/24  13:42:08
47559         Log: Subject: Missign STATEMENT brackets in PUSHMARK
47560              From: perl5-porters@ton.iguana.be (Ton Hospel)
47561              Date: Thu, 23 Dec 2004 17:55:13 +0000 (UTC)
47562              Message-Id: <cqf0q1$9cc$1@post.home.lunix>
47563      Branch: perl
47564            ! pp.h
47565 ____________________________________________________________________________
47566 [ 23679] By: nicholas                              on 2004/12/24  10:33:32
47567         Log: Don't do the ... expansion on archlib, sitelib etc, given that
47568              everyone should already be using archlibext etc
47569              Add the extra special case code for otherlibdirs
47570      Branch: perl
47571            ! configpm
47572 ____________________________________________________________________________
47573 [ 23678] By: rgs                                   on 2004/12/24  08:57:56
47574         Log: Subject: Re: [patch perlapi doc] sv_magic
47575              From: Stas Bekman <stas@stason.org>
47576              Date: Thu, 23 Dec 2004 16:28:06 -0500
47577              Message-ID: <41CB3866.1080307@stason.org>
47578      Branch: perl
47579            ! pod/perlapi.pod sv.c
47580 ____________________________________________________________________________
47581 [ 23677] By: nicholas                              on 2004/12/24  08:54:58
47582         Log: Subject: [PATCH] Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu)
47583              From: "Craig A. Berry" <craigberry@mac.com>
47584              Message-ID: <41CB6BD1.8030207@mac.com>
47585              Date: Thu, 23 Dec 2004 19:07:29 -0600
47586      Branch: perl
47587            ! configure.com
47588 ____________________________________________________________________________
47589 [ 23676] By: nicholas                              on 2004/12/23  23:15:24
47590         Log: Bother. It helps if you also propagate the new entry to config.sh
47591      Branch: perl
47592            ! Configure
47593 ____________________________________________________________________________
47594 [ 23675] By: nicholas                              on 2004/12/23  22:14:42
47595         Log: Oops. You can't add new entries to config_h.SH without making some
47596              sort of corresponding defined/undefined value in config.sh somehow.
47597      Branch: perl
47598            ! Configure
47599 ____________________________________________________________________________
47600 [ 23674] By: nicholas                              on 2004/12/23  21:38:59
47601         Log: Relocatable @INC entries for Unix.
47602              (With appropriate fixups in Config.pm to complete the illusion)
47603              Currently can only be enabled with hackery to config.sh
47604              TODO - proper Configure support, and support for otherlibdirs in
47605              Config.pm
47606      Branch: perl
47607            ! Porting/Glossary config_h.SH configpm embed.fnc embed.h perl.c
47608            ! proto.h
47609 ____________________________________________________________________________
47610 [ 23673] By: merijn                                on 2004/12/23  21:04:37
47611         Log: 23669 was not such a good idea. More research needed.
47612      Branch: perl
47613            ! config_h.SH
47614 ____________________________________________________________________________
47615 [ 23672] By: rgs                                   on 2004/12/23  17:21:37
47616         Log: The "Setuid script not plain file" error wasn't documented.
47617      Branch: perl
47618            ! pod/perldiag.pod
47619 ____________________________________________________________________________
47620 [ 23671] By: rgs                                   on 2004/12/23  15:21:58
47621         Log: Subject: [PATCH] Data::Dumper Freezer fixes
47622              From: Sam Tregar <sam@tregar.com>
47623              Date: Sun, 19 Dec 2004 14:40:25 -0500 (EST)
47624              Message-ID: <Pine.LNX.4.61.0412191434490.7660@hillmont.dreamhost.com>
47625
47626              and bump Data::Dumper's VERSION
47627      Branch: perl
47628            + ext/Data/Dumper/t/freezer.t
47629            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
47630 ____________________________________________________________________________
47631 [ 23670] By: nicholas                              on 2004/12/22  23:15:07
47632         Log: Fix typo
47633      Branch: perl
47634            ! ext/Storable/Storable.xs
47635 ____________________________________________________________________________
47636 [ 23669] By: merijn                                on 2004/12/22  20:16:53
47637         Log: Just to re-sync with metaconfig output. No real changes.
47638      Branch: perl
47639            ! config_h.SH
47640 ____________________________________________________________________________
47641 [ 23668] By: rgs                                   on 2004/12/22  08:46:21
47642         Log: Move the definition of the S_procself_val() function before
47643              the point where it's used
47644      Branch: perl
47645            ! perl.c
47646 ____________________________________________________________________________
47647 [ 23667] By: nicholas                              on 2004/12/21  20:56:58
47648         Log: Move the setting of $^X ahead of the initialisation of @INC
47649      Branch: perl
47650            ! perl.c
47651 ____________________________________________________________________________
47652 [ 23666] By: nicholas                              on 2004/12/21  20:31:57
47653         Log: $#a>>=1 relies on malloc wrap to avoid the segfault, so need to
47654              skip the test on platforms where it's not available
47655      Branch: perl
47656            ! t/op/bop.t
47657 ____________________________________________________________________________
47658 [ 23663] By: nicholas                              on 2004/12/21  11:58:53
47659         Log: Note that the shell's test uses eq etc for numbers, = etc for
47660              strings, the reverse of Perl, which is definitely a trap.
47661              Spotted by Alexei Alexandrov.
47662      Branch: perl
47663            ! AUTHORS pod/perltrap.pod
47664 ____________________________________________________________________________
47665 [ 23662] By: merijn                                on 2004/12/20  13:38:45
47666         Log: Subject: [PATCH] AUTHORS
47667              From: Tels <nospam-abuse@bloodgate.com>
47668              Date: Sun, 19 Dec 2004 14:28:44 +0100
47669              Message-Id: <200412191428.45898@bloodgate.com>
47670      Branch: perl
47671            ! AUTHORS
47672 ____________________________________________________________________________
47673 [ 23661] By: rgs                                   on 2004/12/17  09:08:23
47674         Log: Subject: Re: [perl #32717] BeOS specific Updates
47675              From: bonefish@cs.tu-berlin.de
47676              Date: Fri, 17 Dec 2004 01:17:40 +0100
47677              Message-Id: <20041217011740.14398.1@cs.tu-berlin.de>
47678      Branch: perl
47679            - beos/beos_flock_server.cpp beos/beos_flock_server.h
47680            ! MANIFEST Makefile.SH README.beos beos/beos.c beos/beosish.h
47681            ! hints/beos.sh
47682 ____________________________________________________________________________
47683 [ 23660] By: rgs                                   on 2004/12/16  16:09:20
47684         Log: Subject: [PATCH] bop.t follow-up to #23645
47685              From: "Craig A. Berry" <craigberry@mac.com>
47686              Date: Thu, 16 Dec 2004 08:53:32 -0600
47687              Message-ID: <41C1A16C.9040700@mac.com>
47688      Branch: perl
47689            ! t/op/bop.t
47690 ____________________________________________________________________________
47691 [ 23659] By: rgs                                   on 2004/12/16  16:05:49
47692         Log: Subject: Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]
47693              From: Andy Dougherty <doughera@lafayette.edu>
47694              Date: Thu, 16 Dec 2004 09:57:44 -0500 (EST)
47695              Message-ID: <Pine.SOL.4.58.0412160953470.20202@maxwell.phys.lafayette.edu>
47696      Branch: perl
47697            ! ext/POSIX/Makefile.PL
47698 ____________________________________________________________________________
47699 [ 23658] By: rgs                                   on 2004/12/16  15:58:06
47700         Log: Two pod2html patches from Dave Sparks :
47701
47702              Fix anchors for some function names
47703              Subject: pod2html fragment fix [PATCH]
47704              From: Gisle Aas <gisle@ActiveState.com>
47705              Date: 11 Nov 2004 14:36:46 +0100
47706              Message-ID: <lrk6sso6c1.fsf@caliper.activestate.com>
47707
47708              Subject: Make 'pod2html --quiet' be quiet [PATCH]
47709              From: Gisle Aas <gisle@ActiveState.com>
47710              Date: 11 Nov 2004 15:19:58 +0100
47711              Message-ID: <lrbre4o4c1.fsf@caliper.activestate.com>
47712      Branch: perl
47713            ! lib/Pod/Html.pm
47714 ____________________________________________________________________________
47715 [ 23657] By: rgs                                   on 2004/12/16  15:43:02
47716         Log: Pod::Html is not part of the podlators distribution
47717      Branch: perl
47718            ! Porting/Maintainers.pl
47719 ____________________________________________________________________________
47720 [ 23656] By: rgs                                   on 2004/12/15  16:39:29
47721         Log: Security fix from Debian in the debugger (in the setterm()
47722              function), from:
47723              Subject: Re: Security patch from Debian?
47724              From: Brendan O'Dea <bod@debian.org>
47725              Date: Thu, 2 Dec 2004 13:42:17 +1100
47726              Message-ID: <20041202024217.GA12670@londo.c47.org>
47727      Branch: perl
47728            ! lib/perl5db.pl
47729 ____________________________________________________________________________
47730 [ 23655] By: rgs                                   on 2004/12/15  15:14:05
47731         Log: A couple of SCO compilation patches
47732
47733              Subject: [perl #3097] Re: SCO5 XS dyn loading fails
47734              From: "Ilya N. Golubev" <gin@mo.msk.ru>
47735              Date: Tue, 14 Dec 2004 22:37:27 +0300
47736              Message-ID: <028941bf40f648-gin@mo.msk.ru>
47737
47738              Subject: Re: [perl #3100] NaN passed to gcvt [PATCH]
47739              From: Andy Dougherty <doughera@lafayette.edu>
47740              Date: Wed, 15 Dec 2004 10:29:22 -0500 (EST)
47741              Message-ID: <Pine.SOL.4.58.0412150956360.3441@maxwell.phys.lafayette.edu>
47742      Branch: perl
47743            ! hints/sco.sh
47744 ____________________________________________________________________________
47745 [ 23654] By: rgs                                   on 2004/12/15  13:16:06
47746         Log: Upgrade to Test::Simple 0.54
47747      Branch: perl
47748            + lib/Test/Simple/t/is_fh.t
47749            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
47750            ! lib/Test/Simple.pm lib/Test/Simple/Changes
47751            ! lib/Test/Simple/t/details.t lib/Test/Simple/t/fail-more.t
47752            ! lib/Test/Simple/t/harness_active.t
47753            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/maybe_regex.t
47754            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/sort_bug.t
47755            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
47756 ____________________________________________________________________________
47757 [ 23653] By: rgs                                   on 2004/12/15  12:43:37
47758         Log: Upgrade to ExtUtils::MakeMaker 6.25
47759      Branch: perl
47760            + lib/ExtUtils/t/dir_target.t
47761            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
47762            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
47763            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
47764            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
47765            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
47766            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
47767            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
47768            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
47769            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
47770            ! lib/ExtUtils/NOTES lib/ExtUtils/README lib/ExtUtils/instmodsh
47771            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST_PREFIX.t
47772            ! lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/MM_Unix.t
47773            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/hints.t
47774            ! lib/ExtUtils/t/oneliner.t lib/ExtUtils/t/parse_version.t
47775            ! lib/ExtUtils/t/prereq_print.t lib/ExtUtils/t/split_command.t
47776 ____________________________________________________________________________
47777 [ 23652] By: rgs                                   on 2004/12/14  16:22:42
47778         Log: Fix for [perl #32491] h2xs incorrectly parses enums with implicit values
47779      Branch: perl
47780            ! utils/h2xs.PL
47781 ____________________________________________________________________________
47782 [ 23651] By: rgs                                   on 2004/12/14  12:17:25
47783         Log: Subject: Re: B::walkoptree segfaults
47784              From: Alexey Tourbin <at@altlinux.ru>
47785              Date: Fri, 3 Dec 2004 05:06:49 +0300
47786              Message-ID: <20041203020649.GD3898@solemn.turbinal.org>
47787      Branch: perl
47788            ! ext/B/B.pm
47789 ____________________________________________________________________________
47790 [ 23650] By: rgs                                   on 2004/12/14  11:21:53
47791         Log: Make Sys::Syslog stricture-compliant
47792      Branch: perl
47793            ! ext/Sys/Syslog/Syslog.pm
47794 ____________________________________________________________________________
47795 [ 23649] By: rgs                                   on 2004/12/14  10:35:57
47796         Log: Allow escaping %m as %%m in Sys::Syslog format strings
47797              (suggested by Joshua Richardson <jric@yahoo-inc.com>
47798              and Yitzchak Scott-Thoennes)
47799      Branch: perl
47800            ! ext/Sys/Syslog/Syslog.pm
47801 ____________________________________________________________________________
47802 [ 23648] By: rgs                                   on 2004/12/14  10:22:48
47803         Log: Subject: [perl #24343] [PATCH] -w vs. -s
47804              From: "Steve Peters via RT" <perlbug-followup@perl.org>
47805              Date: 14 Dec 2004 06:41:34 -0000
47806              Message-ID: <rt-3.0.11-24343-103027.13.3005637364295@perl.org>
47807      Branch: perl
47808            ! pod/perlrun.pod
47809 ____________________________________________________________________________
47810 [ 23647] By: merijn                                on 2004/12/14  07:51:43
47811         Log: Subject: [perl #3274] [PATCH] Documentation for utime should be improved
47812              Date: 14 Dec 2004 06:29:23 -0000
47813              From: "Steve Peters via RT" <perlbug-followup@perl.org>
47814              Message-ID: <rt-3.0.11-3274-103026.2.21000805211489@perl.org>
47815      Branch: perl
47816            ! pod/perlfaq5.pod
47817 ____________________________________________________________________________
47818 [ 23646] By: rgs                                   on 2004/12/14  07:41:08
47819         Log: Fix test added in change 23645 with an eval()
47820      Branch: perl
47821            ! t/op/bop.t
47822 ____________________________________________________________________________
47823 [ 23645] By: rgs                                   on 2004/12/14  07:28:57
47824         Log: Test patch for already-solved bug #33003,
47825              by Michael G Schwern.
47826      Branch: perl
47827            ! t/op/bop.t
47828 ____________________________________________________________________________
47829 [ 23644] By: steveh                                on 2004/12/13  17:26:46
47830         Log: Document gv_stashpvn
47831
47832              This is already in the API supported by Devel::PPPort, and is
47833              more efficient than gv_stashpv if the length is already known.
47834      Branch: perl
47835            ! embed.fnc gv.c pod/perlapi.pod
47836 ____________________________________________________________________________
47837 [ 23643] By: rgs                                   on 2004/12/13  10:02:57
47838         Log: Subject: [PATCH] FileCache without import
47839              From: Michael G Schwern <schwern@pobox.com>
47840              Date: Sat, 11 Dec 2004 18:58:32 -0500
47841              Message-ID: <20041211235832.GA13462@windhund.schwern.org>
47842      Branch: perl
47843            + lib/FileCache/t/07noimport.t
47844            ! MANIFEST lib/FileCache.pm
47845 ____________________________________________________________________________
47846 [ 23642] By: rgs                                   on 2004/12/13  09:54:23
47847         Log: Subject: [PATCH] perlipc typo
47848              From: Brendan O'Dea <bod@debian.org>
47849              Date: Sun, 12 Dec 2004 10:25:04 +1100
47850              Message-ID: <20041211232504.GA8380@londo.c47.org>
47851      Branch: perl
47852            ! pod/perlipc.pod
47853 ____________________________________________________________________________
47854 [ 23641] By: rgs                                   on 2004/12/13  09:41:21
47855         Log: Subject: [PATCH] t/op/taint.t follow-up to #23635
47856              From: "Craig A. Berry" <craigberry@mac.com>
47857              Date: Sat, 11 Dec 2004 11:03:57 -0600
47858              Message-ID: <41BB287D.6090001@mac.com>
47859      Branch: perl
47860            ! t/op/taint.t
47861 ____________________________________________________________________________
47862 [ 23640] By: rgs                                   on 2004/12/13  08:39:34
47863         Log: Subject: Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1 cpu) [PATCH]
47864              From: Gisle Aas <gisle@ActiveState.com>
47865              Date: 11 Dec 2004 02:57:19 -0800
47866              Message-ID: <lrr7lxje5s.fsf_-_@caliper.activestate.com>
47867      Branch: perl
47868            ! utf8.c
47869 ____________________________________________________________________________
47870 [ 23639] By: rgs                                   on 2004/12/10  22:02:52
47871         Log: Subject: [PATCH] Re: [perl #2562] wantarray fails in END, INIT, and CHECK blocks
47872              From: mjtg@cam.ac.uk (Mike Guy)
47873              Date: Fri, 10 Dec 2004 19:08:01 +0000
47874              Message-ID: <E1Ccq7V-00057s-9s@virgo.cus.cam.ac.uk>
47875      Branch: perl
47876            ! pod/perlfunc.pod
47877 ____________________________________________________________________________
47878 [ 23638] By: steveh                                on 2004/12/10  14:58:59
47879         Log: Fix Win32 breakage caused by change 23610
47880
47881              Simply skip the offending tests on Win32.  There is no sense in testing
47882              that $Config dir entries appear in @INC because the $Config entries
47883              relate to where perl.exe will be installed (as per INST_DRV/INST_TOP in
47884              win32/Makefile), whereas @INC entries are dynamic, based on where
47885              perlXX.dll is currently located.
47886      Branch: perl
47887            ! lib/Config.t
47888 ____________________________________________________________________________
47889 [ 23637] By: rgs                                   on 2004/12/10  10:17:47
47890         Log: Pod nit ([perl #32800])
47891      Branch: perl
47892            ! pod/perlfunc.pod
47893 ____________________________________________________________________________
47894 [ 23636] By: rgs                                   on 2004/12/10  10:02:12
47895         Log: Subject: [PATCH] Test rt.perl.org 5900
47896              From: Michael G Schwern <schwern@pobox.com>
47897              Date: Thu, 9 Dec 2004 22:11:59 -0500
47898              Message-ID: <20041210031159.GA7629@windhund.schwern.org>
47899      Branch: perl
47900            ! t/op/taint.t
47901 ____________________________________________________________________________
47902 [ 23635] By: rgs                                   on 2004/12/10  09:51:44
47903         Log: Subject: [PATCH] cleanup t/op/taint.t
47904              From: Michael G Schwern <schwern@pobox.com>
47905              Date: Fri, 10 Dec 2004 02:04:49 -0500
47906              Message-ID: <20041210070448.GA22347@windhund.schwern.org>
47907
47908              Subject: [PATCH] Add todo_skip() to test.pl
47909              From: Michael G Schwern <schwern@pobox.com>
47910              Date: Fri, 10 Dec 2004 04:27:06 -0500
47911              Message-ID: <20041210092706.GA23378@windhund.schwern.org>
47912      Branch: perl
47913            ! t/op/taint.t t/test.pl
47914 ____________________________________________________________________________
47915 [ 23634] By: nicholas                              on 2004/12/09  22:51:03
47916         Log: Evade using @ in the 1 liner with some perl 1 syntax.
47917      Branch: perl
47918            ! lib/Config.t
47919 ____________________________________________________________________________
47920 [ 23633] By: rgs                                   on 2004/12/09  18:50:16
47921         Log: Subject: RE: [PATCH perl.h toke.c utf8.c] minor format clean up
47922              From: Robin Barker <Robin.Barker@npl.co.uk>
47923              Date: Wed, 1 Dec 2004 15:15:44 -0000
47924              Message-ID: <533D273D4014D411AB1D00062938C4D90849C521@hotel.npl.co.uk>
47925      Branch: perl
47926            ! perl.h
47927 ____________________________________________________________________________
47928 [ 23632] By: rgs                                   on 2004/12/09  17:12:12
47929         Log: Subject: UTF8_ALLOW_ANYUV should not allow overlong sequences [PATCH]
47930              From: Gisle Aas <gisle@activestate.com>
47931              Date: 06 Dec 2004 02:59:24 -0800
47932              Message-ID: <lrmzwrae0j.fsf_-_@caliper.activestate.com>
47933      Branch: perl
47934            ! utf8.h
47935 ____________________________________________________________________________
47936 [ 23631] By: rgs                                   on 2004/12/09  16:03:01
47937         Log: Subject: [PATCH] :encoding(utf8) broken in perl-5.8.6
47938              From: Gisle Aas <gisle@ActiveState.com>
47939              Date: 03 Dec 2004 06:09:19 -0800
47940              Message-ID: <lrllcfeank.fsf_-_@caliper.activestate.com>
47941      Branch: perl
47942            ! ext/PerlIO/t/encoding.t
47943 ____________________________________________________________________________
47944 [ 23630] By: rgs                                   on 2004/12/09  15:49:07
47945         Log: Upgrade to perldoc 3.14
47946      Branch: perl
47947            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
47948 ____________________________________________________________________________
47949 [ 23629] By: rgs                                   on 2004/12/09  09:57:42
47950         Log: Fix test to cope with the previous h2ph change.
47951      Branch: perl
47952            ! t/lib/h2ph.pht
47953 ____________________________________________________________________________
47954 [ 23628] By: rgs                                   on 2004/12/08  16:50:30
47955         Log: Subject: [perl #32962] h2ph - use of local() in generated code
47956              From: Peter.Dintelmann@dresdner-bank.com (via RT)
47957              Date: 8 Dec 2004 15:49:32 -0000
47958              Message-ID: <rt-3.0.11-32962-102394.11.065973521948@perl.org>
47959      Branch: perl
47960            ! utils/h2ph.PL
47961 ____________________________________________________________________________
47962 [ 23627] By: rgs                                   on 2004/12/08  16:19:38
47963         Log: Subject: [PATCH] Re: [perl #32949] FileCache only works in "main" package
47964              From: "Jos I. Boumans" <kane@xs4all.net>
47965              Date: Wed, 8 Dec 2004 14:24:19 +0100
47966              Message-Id: <7728A4F5-491C-11D9-9CA3-000A95EF62E2@xs4all.net>
47967      Branch: perl
47968            + lib/FileCache/t/06export.t
47969            ! MANIFEST lib/FileCache.pm
47970 ____________________________________________________________________________
47971 [ 23626] By: nicholas                              on 2004/12/07  23:39:46
47972         Log: Avoid getting the stash name twice (at least visually, if not also
47973              in the generated code)
47974      Branch: perl
47975            ! sv.c
47976 ____________________________________________________________________________
47977 [ 23624] By: rgs                                   on 2004/12/07  18:26:48
47978         Log: Upgrade to Encode 2.09
47979      Branch: perl
47980            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
47981            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.xs
47982            ! ext/Encode/t/Encode.t ext/Encode/t/fallback.t
47983 ____________________________________________________________________________
47984 [ 23623] By: nicholas                              on 2004/12/07  15:27:09
47985         Log: Revert part of the change to gv_fullname4(), as the change seems to
47986              be fractionally slower. Re-investigation prompted by a comment from
47987              Tim Bunce, who seems to be more on the ball than I am.
47988      Branch: perl
47989            ! gv.c
47990 ____________________________________________________________________________
47991 [ 23622] By: steveh                                on 2004/12/07  10:50:26
47992         Log: Update AUTHORS (for changes #23200 and #23621)
47993      Branch: perl
47994            ! AUTHORS
47995 ____________________________________________________________________________
47996 [ 23621] By: steveh                                on 2004/12/07  10:35:59
47997         Log: Updates to README.win32 (aka perlwin32), with some changes.
47998
47999              Subject: Patch to README.win32 distributed with 5.8.6 for building under .net / MSVC7 (free)
48000              From: Max Maischein <corion@corion.net>
48001              Date: Sun, 05 Dec 2004 19:39:40 +0100
48002              Message-ID: <41B355EC.9010505@corion.net>
48003      Branch: perl
48004            ! README.win32
48005 ____________________________________________________________________________
48006 [ 23620] By: rgs                                   on 2004/12/06  22:22:11
48007         Log: Upgrade to Term::ANSIColor 1.09
48008      Branch: perl
48009            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
48010            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
48011 ____________________________________________________________________________
48012 [ 23619] By: rgs                                   on 2004/12/06  21:54:55
48013         Log: Small addition to perlsec by Stas Bekman.
48014      Branch: perl
48015            ! pod/perlsec.pod
48016 ____________________________________________________________________________
48017 [ 23618] By: steveh                                on 2004/12/06  15:54:30
48018         Log: Fix another Win32 breakage caused by change 23554
48019      Branch: perl
48020            ! t/win32/system.t
48021 ____________________________________________________________________________
48022 [ 23617] By: nicholas                              on 2004/12/06  15:35:39
48023         Log: Break out setting $^X into its own static function S_set_caret_X
48024      Branch: perl
48025            ! perl.c
48026 ____________________________________________________________________________
48027 [ 23616] By: steveh                                on 2004/12/06  14:42:32
48028         Log: Fix typo from change 23554 which screwed up Windows smokes
48029      Branch: perl
48030            ! win32/Makefile
48031 ____________________________________________________________________________
48032 [ 23615] By: nicholas                              on 2004/12/06  14:39:59
48033         Log: sanity check the arguments to runperl(), to try to avoid it
48034              hanging waiting on STDIN for a script.
48035      Branch: perl
48036            ! t/test.pl
48037 ____________________________________________________________________________
48038 [ 23614] By: nicholas                              on 2004/12/06  13:41:45
48039         Log: Remove spurious semicolons
48040              (As these 2 are spare, I guess I should send them to Mark Rhodes
48041              (former office mate) as he often said that he kept mislaying his)
48042      Branch: perl
48043            ! gv.h
48044 ____________________________________________________________________________
48045 [ 23613] By: nicholas                              on 2004/12/06  13:10:24
48046         Log: Tests for Config.pm much better now - toDONE
48047      Branch: perl
48048            ! pod/perltodo.pod
48049 ____________________________________________________________________________
48050 [ 23612] By: nicholas                              on 2004/12/06  13:01:36
48051         Log: Turn gv_fullname3 and gv_efullname3 into macros that call
48052              gv_fullname4 and gv_efullname4 directly, saving overhead.
48053      Branch: perl
48054            ! embed.fnc embed.h gv.h proto.h
48055 ____________________________________________________________________________
48056 [ 23611] By: merijn                                on 2004/12/06  12:00:10
48057         Log: New Itanium servers
48058      Branch: perl
48059            ! README.hpux
48060 ____________________________________________________________________________
48061 [ 23610] By: nicholas                              on 2004/12/06  10:35:00
48062         Log: Check that @INC entries and %Config path entries are consistent.
48063      Branch: perl
48064            ! lib/Config.t
48065 ____________________________________________________________________________
48066 [ 23609] By: nicholas                              on 2004/12/03  22:17:32
48067         Log: gv_fullname4() can get rid of the main:: for us.
48068              (well, actually, it never puts it in)
48069      Branch: perl
48070            ! op.c
48071 ____________________________________________________________________________
48072 [ 23608] By: rgs                                   on 2004/12/03  21:51:45
48073         Log: $foo::_ was wrongly forced as $main::_.
48074              Since we still want "our $_" to be always forced to $main::_,
48075              deplace the forcing code at our-pad allocation time.
48076              (Making execution probably a tiny bit faster)
48077      Branch: perl
48078            ! gv.c op.c t/op/mydef.t
48079 ____________________________________________________________________________
48080 [ 23607] By: nicholas                              on 2004/12/03  20:38:37
48081         Log: Remove double checking of acceptable switches on tr/// ops.
48082      Branch: perl
48083            ! toke.c
48084 ____________________________________________________________________________
48085 [ 23606] By: nicholas                              on 2004/12/03  20:07:31
48086         Log: use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c)
48087              The latter gives larger code, is less clear and can't be any faster
48088      Branch: perl
48089            ! perl.c toke.c
48090 ____________________________________________________________________________
48091 [ 23605] By: nicholas                              on 2004/12/03  18:56:31
48092         Log: Small code tidy up in gv_fullname4
48093      Branch: perl
48094            ! gv.c
48095 ____________________________________________________________________________
48096 [ 23604] By: nicholas                              on 2004/12/03  18:26:43
48097         Log: There are clearer ways of saying m/^[ab]$/ than strchr("ab", c)
48098              They seem to produce slightly smaller object code too.
48099      Branch: perl
48100            ! gv.c
48101 ____________________________________________________________________________
48102 [ 23603] By: nicholas                              on 2004/12/03  17:02:43
48103         Log: Fix a typo in an assert(). It helps to compile with -DDEBUGGING
48104      Branch: perl
48105            ! perl.c
48106 ____________________________________________________________________________
48107 [ 23602] By: nicholas                              on 2004/12/03  15:50:15
48108         Log: Pull out the duplicateded push @INC, $_ if -e $_ code from
48109              S_pushinc into a new function S_pushinc_if_exists
48110              Avoid the SV copy when pushing onto @INC by creating a new scratch
48111              SV each time a push is done.
48112      Branch: perl
48113            ! perl.c
48114 ____________________________________________________________________________
48115 [ 23601] By: nicholas                              on 2004/12/02  22:35:34
48116         Log: Subject: [PATCH] configure.com: no more CONFIG=true
48117              From: "Craig A. Berry" <craigberry@mac.com>
48118              Message-ID: <41AF87BA.1080108@mac.com>
48119              Date: Thu, 02 Dec 2004 15:23:06 -0600
48120      Branch: perl
48121            ! configure.com
48122 ____________________________________________________________________________
48123 [ 23598] By: nicholas                              on 2004/12/01  23:13:32
48124         Log: 2 new BeOS files were missing
48125      Branch: perl
48126            ! MANIFEST
48127 ____________________________________________________________________________
48128 [ 23592] By: nicholas                              on 2004/12/01  18:54:14
48129         Log: Subject: [PATCH] Makefile.SH: de-parallelise mktables
48130              From: Jarkko Hietaniemi <jhi@iki.fi>
48131              Message-ID: <41ADFD95.4030007@iki.fi>
48132              Date: Wed, 01 Dec 2004 19:21:25 +0200
48133      Branch: perl
48134            ! Makefile.SH
48135 ____________________________________________________________________________
48136 [ 23588] By: nicholas                              on 2004/12/01  16:52:45
48137         Log: &test in constant.t is vestigial, so amputate it.
48138      Branch: perl
48139            ! lib/constant.t
48140 ____________________________________________________________________________
48141 [ 23587] By: nicholas                              on 2004/12/01  16:35:10
48142         Log: Tidy up the reference name stringification to save getting the
48143              hash name twice. Pleasant side effect is 44 byte smaller object
48144              file. (A small win is still a win)
48145      Branch: perl
48146            ! sv.c
48147 ____________________________________________________________________________
48148 [ 23584] By: merijn                                on 2004/12/01  13:44:24
48149         Log: Subject: [perl #32717] BeOS specific Updates
48150              Date: 30 Nov 2004 15:38:32 -0000
48151              From: Ingo Weinhold (via RT) <perlbug-followup@perl.org>
48152              Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org>
48153      Branch: perl
48154            + beos/beos_flock_server.cpp beos/beos_flock_server.h
48155            ! beos/beos.c beos/beosish.h ext/Errno/Errno_pm.PL
48156            ! ext/File/Glob/t/basic.t hints/beos.sh lib/ExtUtils/t/MM_BeOS.t
48157            ! lib/Tie/File/t/16_handle.t perl.c t/op/magic.t
48158 ____________________________________________________________________________
48159 [ 23583] By: merijn                                on 2004/12/01  13:29:18
48160         Log: Subject: [PATCH] add -I../lib to VMS build to find Config_heavy.pl
48161              Date: Wed, 01 Dec 2004 07:24:45 -0600
48162              From: "Craig A. Berry" <craigberry@mac.com>
48163              Message-ID: <41ADC61D.8010407@mac.com>
48164      Branch: perl
48165            ! vms/descrip_mms.template
48166 ____________________________________________________________________________
48167 [ 23581] By: rgs                                   on 2004/12/01  13:01:55
48168         Log: MANIFEST.SKIP is missing from the list of files that come
48169              with MakeMaker
48170      Branch: perl
48171            ! Porting/Maintainers.pl
48172 ____________________________________________________________________________
48173 [ 23577] By: nicholas                              on 2004/11/30  16:40:06
48174         Log: Add placeholders for the new strlcat and strlcpy entries in
48175              config.sh, to ensure that the config.h generated for cross-
48176              compilation will still work.
48177      Branch: perl
48178            ! Cross/config.sh-arm-linux
48179 ____________________________________________________________________________
48180 [ 23575] By: nicholas                              on 2004/11/30  15:32:17
48181         Log: Let pod/buildtoc resort the MANIFEST the way it wants it
48182      Branch: perl
48183            ! MANIFEST
48184 ____________________________________________________________________________
48185 [ 23574] By: nicholas                              on 2004/11/30  15:31:14
48186         Log: Add perl586delta.pod to all the necessary makefiles and tables of
48187              contents.
48188      Branch: perl
48189            ! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template
48190            ! win32/pod.mak
48191 ____________________________________________________________________________
48192 [ 23571] By: merijn                                on 2004/11/30  15:11:01
48193         Log: Subject: Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)
48194              Date: Tue, 30 Nov 2004 09:29:06 -0600
48195              From: Steve Peters <steve@fisharerojo.org>
48196              Message-ID: <20041130152906.GA555@mccoy.peters.homeunix.org>
48197      Branch: perl
48198            ! hints/openbsd.sh
48199 ____________________________________________________________________________
48200 [ 23570] By: nicholas                              on 2004/11/30  14:57:53
48201         Log: Integrate perlhist entries for 5.8.6 and its perldelta to blead
48202      Branch: perl
48203           +> pod/perl586delta.pod
48204            ! MANIFEST
48205           !> pod/perlhist.pod
48206 ____________________________________________________________________________
48207 [ 23568] By: rgs                                   on 2004/11/30  13:02:16
48208         Log: Protection against trailing spaces in embed.fnc
48209      Branch: perl
48210            ! autodoc.pl embed.pl
48211 ____________________________________________________________________________
48212 [ 23567] By: rgs                                   on 2004/11/30  12:57:30
48213         Log: Remove trailing whitespace that found their way in the docs
48214              (spotted by Stas Bekman)
48215      Branch: perl
48216            ! embed.fnc pod/perlapi.pod proto.h
48217 ____________________________________________________________________________
48218 [ 23566] By: rgs                                   on 2004/11/29  12:30:31
48219         Log: Upgrade to Test::Simple 0.53
48220      Branch: perl
48221            + lib/Test/Simple/t/circular_data.t
48222            + lib/Test/Simple/t/overload_threads.t
48223            + lib/Test/Simple/t/plan_bad.t
48224            + lib/Test/Simple/t/plan_shouldnt_import.t
48225            + lib/Test/Simple/t/require_ok.t lib/Test/Simple/t/sort_bug.t
48226            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
48227            ! lib/Test/Simple.pm lib/Test/Simple/Changes
48228            ! lib/Test/Simple/README lib/Test/Simple/TODO
48229            ! lib/Test/Simple/t/00signature.t lib/Test/Simple/t/More.t
48230            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/fail_one.t
48231            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/overload.t
48232            ! lib/Test/Simple/t/todo.t t/lib/TieOut.pm
48233 ____________________________________________________________________________
48234 [ 23564] By: nicholas                              on 2004/11/28  16:13:56
48235         Log: Skip generating all the code to deal with "" strings in config.sh
48236              if there aren't any. '' only code is much simpler.
48237      Branch: perl
48238            ! configpm
48239 ____________________________________________________________________________
48240 [ 23563] By: nicholas                              on 2004/11/28  15:00:15
48241         Log: Given that there is a pre-built cache, no need for @v_fast
48242      Branch: perl
48243            ! configpm
48244 ____________________________________________________________________________
48245 [ 23562] By: nicholas                              on 2004/11/28  13:56:30
48246         Log: The byteorder code doesn't need to be in Config.pm if byteorder
48247              isn't actually a frequently looked up value.
48248      Branch: perl
48249            ! configpm
48250 ____________________________________________________________________________
48251 [ 23561] By: nicholas                              on 2004/11/28  13:20:39
48252         Log: Need to stub the public functions to keep some existing code
48253              working.
48254              No need to keep $Config_SH around in memory when we can easily
48255              re-create it.
48256      Branch: perl
48257            ! configpm
48258 ____________________________________________________________________________
48259 [ 23558] By: nicholas                              on 2004/11/27  23:06:41
48260         Log: Generate the precached %Config entries based on some empirical
48261              data, rather than just guesswork.
48262      Branch: perl
48263            ! Makefile.SH configpm
48264 ____________________________________________________________________________
48265 [ 23557] By: nicholas                              on 2004/11/27  21:26:42
48266         Log: Subject: [PATCH] Re: getting Config.pm on a diet
48267              From: "Craig A. Berry" <craigberry@mac.com>
48268              Message-ID: <41A8F225.7080902@mac.com>
48269              Date: Sat, 27 Nov 2004 15:31:17 -0600
48270      Branch: perl
48271            ! vms/descrip_mms.template
48272 ____________________________________________________________________________
48273 [ 23555] By: nicholas                              on 2004/11/27  17:28:47
48274         Log: Hateful cAsE iNsEnSiTiVe file systems
48275      Branch: perl
48276            ! configpm
48277 ____________________________________________________________________________
48278 [ 23554] By: nicholas                              on 2004/11/27  16:56:35
48279         Log: Put Config.pm on a diet. 3K rather than 32K
48280              configpm now generates 2 files, a small Config.pm containing the
48281              commonly used functions and values, which AUTOLOADs a
48282              Config_heavy.pl containing anything else needed.
48283              The "common" values in the small Config.pm may need some
48284              tweaking, based on real world data.
48285      Branch: perl
48286            ! Makefile.SH configpm vms/descrip_mms.template win32/Makefile
48287            ! win32/makefile.mk
48288 ____________________________________________________________________________
48289 [ 23550] By: nicholas                              on 2004/11/27  14:43:37
48290         Log: Clarify the return values of pos, particularly 0 and undef, as
48291              suggested by Stas Bekman
48292      Branch: perl
48293            ! pod/perlfunc.pod
48294 ____________________________________________________________________________
48295 [ 23549] By: nicholas                              on 2004/11/27  14:24:21
48296         Log: Document the interaction of PERL_USE_SAVE_PUTENV and
48297              PL_use_safe_putenv, based on text by Stas Bekman
48298      Branch: perl
48299            ! INSTALL
48300 ____________________________________________________________________________
48301 [ 23548] By: rgs                                   on 2004/11/26  17:20:46
48302         Log: Subject: [perl #32639] [PATCH] Bug in Term::Complete Module with $_ Usage
48303              From: "Steve Peters via RT" <perlbug-followup@perl.org>
48304              Date: 26 Nov 2004 17:14:33 -0000
48305              Message-ID: <rt-3.0.11-32639-101066.11.6172971744206@perl.org>
48306      Branch: perl
48307            ! lib/Term/Complete.pm
48308 ____________________________________________________________________________
48309 [ 23547] By: rgs                                   on 2004/11/26  15:16:59
48310         Log: Freak out if h2ph has to translate a macro that    contains assembly code.
48311
48312              Subject: [PATCH] h2ph vs __asm__
48313              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
48314              Date: Thu, 25 Nov 2004 17:24:43 +0100
48315              Message-ID: <20041125172443.757a4833@dhcp123.mandrakesoft.com>
48316      Branch: perl
48317            ! utils/h2ph.PL
48318 ____________________________________________________________________________
48319 [ 23546] By: rgs                                   on 2004/11/26  15:07:47
48320         Log: Doc nit for B::Lint
48321              Subject: [PATCH] B::Lint
48322              From: Andy Lester <andy@petdance.com>
48323              Date: Fri, 26 Nov 2004 00:30:48 -0600
48324              Message-ID: <20041126063048.GA10161@petdance.com>
48325      Branch: perl
48326            ! ext/B/B/Lint.pm
48327 ____________________________________________________________________________
48328 [ 23545] By: nicholas                              on 2004/11/26  12:33:34
48329         Log: The change to the internal representation introduced a bug whereby
48330              the key returned by FIRSTKEY had an erroneous leading newline.
48331              EXISTS was also buggy.
48332      Branch: perl
48333            ! configpm lib/Config.t
48334 ____________________________________________________________________________
48335 [ 23544] By: nicholas                              on 2004/11/26  11:29:21
48336         Log: Make configpm and the generated Config.pm strict and warnings
48337              clean.
48338      Branch: perl
48339            ! configpm
48340 ____________________________________________________________________________
48341 [ 23543] By: steveh                                on 2004/11/26  10:56:12
48342         Log: Fix Win32 breakage caused by changes 23535/23542.
48343      Branch: perl
48344            ! lib/Config.t
48345 ____________________________________________________________________________
48346 [ 23542] By: nicholas                              on 2004/11/25  23:41:05
48347         Log: Generate the virtual entries at Config.pm build time, as they
48348              don't change. This lets us get rid of the entire "fetch_virtual"
48349              baggage, and makes the config_re lookup work for the virtual
48350              entries.
48351      Branch: perl
48352            ! configpm lib/Config.t
48353 ____________________________________________________________________________
48354 [ 23541] By: nicholas                              on 2004/11/25  22:50:15
48355         Log: Cheat. (Add a leading newline, and so remove all the special
48356              casing for "if we're at the start of $Config_SH")
48357      Branch: perl
48358            ! configpm lib/Config.t
48359 ____________________________________________________________________________
48360 [ 23538] By: nicholas                              on 2004/11/25  21:37:23
48361         Log: Add an exists test for the things we loop over
48362      Branch: perl
48363            ! lib/Config.t
48364 ____________________________________________________________________________
48365 [ 23537] By: nicholas                              on 2004/11/25  21:33:23
48366         Log: The first entry in the virtual config.sh is special cased. So
48367              test it.
48368      Branch: perl
48369            ! lib/Config.t
48370 ____________________________________________________________________________
48371 [ 23536] By: nicholas                              on 2004/11/25  21:00:56
48372         Log: Make $Config{libs_nolargefiles} and
48373              $Config{libswanted_nolargefiles} work. (For the first time)
48374      Branch: perl
48375            ! configpm lib/Config.t
48376 ____________________________________________________________________________
48377 [ 23535] By: nicholas                              on 2004/11/25  20:10:43
48378         Log: Test the currently working virtual %Config entries
48379      Branch: perl
48380            ! lib/Config.t
48381 ____________________________________________________________________________
48382 [ 23534] By: rgs                                   on 2004/11/24  16:09:42
48383         Log: Subject: RC1 pod fix #anchor
48384              From: Stas Bekman <stas@stason.org>
48385              Date: Wed, 24 Nov 2004 10:57:21 -0500
48386              Message-ID: <41A4AF61.9080408@stason.org>
48387      Branch: perl
48388            ! pod/perlrun.pod
48389 ____________________________________________________________________________
48390 [ 23533] By: rgs                                   on 2004/11/24  16:07:38
48391         Log: Subject: [patch pod/perlipc] use POSIX; w/o () is a bad idea
48392              From: Stas Bekman <stas@stason.org>
48393              Date: Wed, 24 Nov 2004 11:25:14 -0500
48394              Message-ID: <41A4B5EA.3020804@stason.org>
48395      Branch: perl
48396            ! pod/perlipc.pod
48397 ____________________________________________________________________________
48398 [ 23532] By: rgs                                   on 2004/11/24  14:47:31
48399         Log: Subject: [perl #3242] [PATCH]No error on assignment to $>
48400              From: "Steve Peters via RT" <perlbug-followup@perl.org>
48401              Date: 21 Nov 2004 04:38:09 -0000
48402              Message-ID: <rt-3.0.11-3242-100676.6.32723019025057@perl.org>
48403      Branch: perl
48404            ! pod/perlvar.pod
48405 ____________________________________________________________________________
48406 [ 23531] By: nicholas                              on 2004/11/24  11:50:28
48407         Log: Wrap some long lines
48408      Branch: perl
48409            ! lib/Config.t
48410 ____________________________________________________________________________
48411 [ 23528] By: rgs                                   on 2004/11/23  13:35:34
48412         Log: Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong value
48413              after eval or require
48414      Branch: perl
48415            ! t/comp/package.t toke.c
48416 ____________________________________________________________________________
48417 [ 23527] By: rgs                                   on 2004/11/23  10:20:02
48418         Log: Subject: Re: [perl #32486] error in documentation for POSIX::pipe
48419              From: Michael G Schwern <schwern@pobox.com>
48420              Date: Fri, 19 Nov 2004 14:28:56 -0500
48421              Message-ID: <20041119192856.GA4769@windhund.schwern.org>
48422      Branch: perl
48423            ! ext/POSIX/POSIX.pod
48424 ____________________________________________________________________________
48425 [ 23526] By: rgs                                   on 2004/11/23  09:26:03
48426         Log: Subject: [perl #3422] [PATCH] CHECK routine called after syntax error
48427              From: "Steve Peters via RT" <perlbug-followup@perl.org>
48428              Date: 23 Nov 2004 00:04:24 -0000
48429              Message-ID: <rt-3.0.11-3422-100830.4.45764701781506@perl.org>
48430      Branch: perl
48431            ! ext/B/B/Deparse.pm
48432 ____________________________________________________________________________
48433 [ 23525] By: rgs                                   on 2004/11/23  09:09:57
48434         Log: Subject: [PATCH] warnings.t portability tweaks
48435              From: "Craig A. Berry" <craigberry@mac.com>
48436              Date: Sat, 20 Nov 2004 10:29:47 -0600
48437              Message-ID: <419F70FB.7000100@mac.com>
48438      Branch: perl
48439            ! t/lib/warnings/9uninit t/lib/warnings/perlio
48440 ____________________________________________________________________________
48441 [ 23523] By: nicholas                              on 2004/11/20  22:17:18
48442         Log: Assimilate Test-Simple 0.50
48443      Branch: perl
48444            + lib/Test/Simple/TODO lib/Test/Simple/t/00signature.t
48445            + lib/Test/Simple/t/00test_harness_check.t
48446            + lib/Test/Simple/t/eq_set.t lib/Test/Simple/t/extra_one.t
48447            + lib/Test/Simple/t/fail_one.t
48448            + lib/Test/Simple/t/harness_active.t lib/Test/Simple/t/no_diag.t
48449            + lib/Test/Simple/t/overload.t lib/Test/Simple/t/reset.t
48450            + lib/Test/Simple/t/thread_taint.t t/lib/NoExporter.pm
48451            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
48452            ! lib/Test/Simple.pm lib/Test/Simple/Changes
48453            ! lib/Test/Simple/README lib/Test/Simple/t/More.t
48454            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
48455            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
48456            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/has_plan2.t
48457            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/missing.t
48458            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan_is_noplan.t
48459            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/threads.t
48460            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/use_ok.t
48461            ! lib/Test/Tutorial.pod t/lib/Test/Simple/Catch.pm
48462            ! t/lib/TieOut.pm
48463 ____________________________________________________________________________
48464 [ 23520] By: nicholas                              on 2004/11/20  14:21:28
48465         Log: genuine possible buffer problems spotted by flawfinder
48466      Branch: perl
48467            ! regcomp.c util.c
48468 ____________________________________________________________________________
48469 [ 23519] By: rgs                                   on 2004/11/19  14:48:35
48470         Log: Make "err" a weak keyword;
48471              that is, it will be overriden by any sub named "err", except when
48472              really an operator is expected at this point. ([perl #32347])
48473      Branch: perl
48474            ! t/op/dor.t toke.c
48475 ____________________________________________________________________________
48476 [ 23518] By: rgs                                   on 2004/11/19  09:22:33
48477         Log: Subject: [perl #32486] error in documentation for POSIX::pipe
48478              From: chris@ex-parrot.com (via RT) <perlbug-followup@perl.org>
48479              Date: 18 Nov 2004 18:09:54 -0000
48480              Message-ID: <rt-3.0.11-32486-100537.1.04456486825399@perl.org>
48481      Branch: perl
48482            ! ext/POSIX/POSIX.pod
48483 ____________________________________________________________________________
48484 [ 23517] By: nicholas                              on 2004/11/18  23:32:20
48485         Log: Bump version number
48486      Branch: perl
48487            ! lib/ExtUtils/Constant.pm
48488 ____________________________________________________________________________
48489 [ 23516] By: rgs                                   on 2004/11/18  22:06:21
48490         Log: Remaining nit in the deparsing of reversed foreach loops
48491      Branch: perl
48492            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
48493 ____________________________________________________________________________
48494 [ 23514] By: rgs                                   on 2004/11/18  18:01:52
48495         Log: Fix deparsing of reversed foreach loops,
48496              plus a bug in the previous commit
48497      Branch: perl
48498            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
48499 ____________________________________________________________________________
48500 [ 23513] By: rgs                                   on 2004/11/18  17:25:19
48501         Log: Fix deparsing of reversed sort and descending sorts,
48502              due to the recent optimisations on this part of the optree.
48503      Branch: perl
48504            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
48505 ____________________________________________________________________________
48506 [ 23510] By: rgs                                   on 2004/11/17  10:41:56
48507         Log: Subject: [perl #28929] File::Find follow_fast => 1 loses dangling symlink
48508              From: "Steve Peters via RT" <perlbug-followup@perl.org>
48509              Date: 12 Nov 2004 02:47:36 -0000
48510              Message-ID: <rt-3.0.11-28929-100158.11.3214775505644@perl.org>
48511      Branch: perl
48512            ! lib/File/Find.pm lib/File/Find/t/find.t
48513 ____________________________________________________________________________
48514 [ 23509] By: rgs                                   on 2004/11/17  10:22:52
48515         Log: PerlFAQ sync.
48516      Branch: perl
48517            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq6.pod
48518            ! pod/perlfaq7.pod
48519 ____________________________________________________________________________
48520 [ 23508] By: rgs                                   on 2004/11/17  10:14:58
48521         Log: Fix a couple of typos.
48522      Branch: perl
48523            ! hv.c utf8.c
48524 ____________________________________________________________________________
48525 [ 23507] By: rgs                                   on 2004/11/17  10:11:20
48526         Log: Subject: SuSE's perl safe_putenf diff
48527              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
48528              Date: Thu, 11 Nov 2004 15:54:43 +0100
48529              Message-ID: <20041111145443.GA1854@immd4.informatik.uni-erlangen.de>
48530
48531              slightly reworked to make the PL_use_safe_putenv variable fit in
48532              the current framework. This patch turns on the use of safe putenv
48533              for any application that embeds a perl interpreter.
48534      Branch: perl
48535            ! embedvar.h mg.c miniperlmain.c perl.c perlapi.h perlvars.h
48536            ! util.c
48537 ____________________________________________________________________________
48538 [ 23506] By: rgs                                   on 2004/11/17  08:57:17
48539         Log: Subject: [PATCH] perl5db.pl POD cleanup
48540              From: Autrijus Tang <autrijus@autrijus.org>
48541              Date: Fri, 12 Nov 2004 12:41:33 +0800
48542              Message-ID: <20041112044133.GA92924@aut.dyndns.org>
48543      Branch: perl
48544            ! lib/perl5db.pl
48545 ____________________________________________________________________________
48546 [ 23505] By: rgs                                   on 2004/11/17  08:31:39
48547         Log: Subject: [PATCH 5.8.x] Allow more tries for t/op/time.t test 2.
48548              From: Andy Dougherty <doughera@lafayette.edu>
48549              Date: Tue, 16 Nov 2004 12:11:00 -0500 (EST)
48550              Message-ID: <Pine.SOL.4.58.0411161149170.5639@maxwell.phys.lafayette.edu>
48551      Branch: perl
48552            ! t/op/time.t
48553 ____________________________________________________________________________
48554 [ 23501] By: steveh                                on 2004/11/16  10:55:20
48555         Log: Make all scripts run by regen.pl write output with UNIX style EOL's.
48556
48557              (autodoc.pl was already done by change 23371.)
48558      Branch: perl
48559            ! bytecode.pl embed.pl keywords.pl opcode.pl regcomp.pl
48560            ! warnings.pl
48561 ____________________________________________________________________________
48562 [ 23500] By: merijn                                on 2004/11/16  10:49:35
48563         Log: Subject: [PATCH] s/hierachy/hierarchy/
48564              Date: Mon, 15 Nov 2004 15:59:14 -0700
48565              From: "Larry Shatzer Jr." <larrysh@cpan.org>
48566              Message-ID: <20041115225913.GA22373@zippy.zyx.net>
48567      Branch: perl
48568            ! ext/B/B.pm ext/Time/HiRes/Makefile.PL perlio.h
48569 ____________________________________________________________________________
48570 [ 23499] By: steveh                                on 2004/11/16  09:42:50
48571         Log: Fix Win32 breakage caused by changes to op.c in change 23433.
48572
48573              Also limit the scope of the locks in a couple of places, as suggested
48574              by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html.
48575      Branch: perl
48576            ! embed.fnc embed.h global.sym op.c op.h proto.h regcomp.c
48577 ____________________________________________________________________________
48578 [ 23498] By: merijn                                on 2004/11/14  07:02:20
48579         Log: Subject: [PATCH] Add the minitest target to vms buildsystem
48580              From: Abe Timmerman <abe@ztreet.demon.nl>
48581              Date: Sun, 14 Nov 2004 00:48:17 +0100
48582              Message-Id: <200411140048.17035.abe@ztreet.demon.nl>
48583      Branch: perl
48584            ! vms/descrip_mms.template vms/test.com
48585 ____________________________________________________________________________
48586 [ 23497] By: rgs                                   on 2004/11/12  21:11:48
48587         Log: Subject: [perl #32400] Unnecessary warning from constant.pm
48588              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
48589              Date: 10 Nov 2004 18:30:38 -0000
48590              Message-ID: <rt-3.0.11-32400-100099.4.31094423840584@perl.org>
48591      Branch: perl
48592            ! lib/constant.pm lib/constant.t
48593 ____________________________________________________________________________
48594 [ 23496] By: merijn                                on 2004/11/12  20:47:19
48595         Log: Subject: [perl #32419] Spelling fixes for perl@23492
48596              Date: 12 Nov 2004 16:14:49 -0000
48597              From: Richard Soderberg (via RT) <perlbug-followup@perl.org>
48598              Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org>
48599      Branch: perl
48600            ! pod/perl573delta.pod pod/perl58delta.pod pod/perl590delta.pod
48601            ! pod/perl591delta.pod pod/perl592delta.pod pod/perlapi.pod
48602            ! pod/perlapio.pod pod/perldata.pod pod/perldebtut.pod
48603            ! pod/perlipc.pod pod/perlport.pod pod/perlre.pod
48604            ! pod/perlretut.pod pod/perlrun.pod pod/perlsub.pod
48605            ! pod/perlthrtut.pod pod/perltodo.pod pod/perltooc.pod
48606 ____________________________________________________________________________
48607 [ 23495] By: merijn                                on 2004/11/12  20:26:17
48608         Log: Subject: [PATCH] Small documentation fix to ExtUtils::Constant
48609              Date: Fri, 12 Nov 2004 11:15:47 -0600
48610              From: steve@fisharerojo.org
48611              Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net>
48612      Branch: perl
48613            ! lib/ExtUtils/Constant.pm
48614 ____________________________________________________________________________
48615 [ 23494] By: davem                                 on 2004/11/12  18:59:06
48616         Log: Add some descriptive text from Larry to op.c on how optrees are built
48617      Branch: perl
48618            ! op.c
48619 ____________________________________________________________________________
48620 [ 23492] By: rgs                                   on 2004/11/10  09:32:39
48621         Log: Replace a skip by a todo.
48622              Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
48623              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
48624              Date: Wed, 10 Nov 2004 01:30:14 -0800
48625              Message-ID: <20041110093014.GA1676@efn.org>
48626      Branch: perl
48627            ! t/io/tell.t
48628 ____________________________________________________________________________
48629 [ 23491] By: rgs                                   on 2004/11/10  07:40:31
48630         Log: Subject: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
48631              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
48632              Date: Tue, 9 Nov 2004 17:40:13 -0800
48633              Message-ID: <20041110014012.GA2796@efn.org>
48634      Branch: perl
48635            ! t/io/tell.t
48636 ____________________________________________________________________________
48637 [ 23490] By: rgs                                   on 2004/11/09  18:17:07
48638         Log: Adjust test count for non-windows machines
48639      Branch: perl
48640            ! ext/IO/t/io_file.t
48641 ____________________________________________________________________________
48642 [ 23489] By: merijn                                on 2004/11/09  17:53:53
48643         Log: Subject: [PATCH] fix IO::File to support binmode
48644              From: "Jos I. Boumans" <kane@dwim.org>
48645              Date: Tue, 9 Nov 2004 16:59:27 +0100
48646              Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org>
48647      Branch: perl
48648            + ext/IO/t/io_file.t
48649            ! MANIFEST ext/IO/lib/IO/File.pm
48650 ____________________________________________________________________________
48651 [ 23487] By: nicholas                              on 2004/11/08  20:27:42
48652         Log: No more late changes, dammit
48653      Branch: perl
48654            ! ext/B/t/optree_concise.t
48655 ____________________________________________________________________________
48656 [ 23485] By: rgs                                   on 2004/11/08  08:38:03
48657         Log: Subject: Re: optree tests and VMS progress (no really)
48658              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
48659              Date: Sun, 7 Nov 2004 23:24:15 -0800
48660              Message-ID: <20041108072415.GA3928@efn.org>
48661      Branch: perl
48662            ! ext/B/t/OptreeCheck.pm
48663 ____________________________________________________________________________
48664 [ 23482] By: davem                                 on 2004/11/06  11:59:16
48665         Log: document regcomp.c/regexec.c's dual life under ext/re/
48666      Branch: perl
48667            ! regcomp.c regexec.c
48668 ____________________________________________________________________________
48669 [ 23481] By: nicholas                              on 2004/11/06  08:48:50
48670         Log: Subject: Re: optree tests and VMS progress (no really)
48671              From: Jim Cromie <jim.cromie@gmail.com>
48672              Message-ID: <cfe85dfa041105235723398fe2@mail.gmail.com>
48673              Date: Sat, 6 Nov 2004 00:57:13 -0700
48674      Branch: perl
48675            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
48676            ! ext/B/t/optree_concise.t
48677 ____________________________________________________________________________
48678 [ 23475] By: merijn                                on 2004/11/05  14:16:27
48679         Log: Subject: Re: Buidling stable.tar.gz on Unix as non-root [PATCH]
48680              Date: Fri, 5 Nov 2004 10:36:57 -0500 (EST)
48681              From: Andy Dougherty <doughera@lafayette.edu>
48682              Message-ID: <Pine.SOL.4.58.0411051035020.15217@maxwell.phys.lafayette.edu>
48683      Branch: perl
48684            ! INSTALL
48685 ____________________________________________________________________________
48686 [ 23474] By: merijn                                on 2004/11/05  13:07:16
48687         Log: Skip failing thread/wait tests on HP-UX 10.20
48688              These will never ever be fixed, since 10.20 is obsolete
48689              perl583delta describes this. The quote is included in wait.t
48690      Branch: perl
48691            ! ext/threads/shared/t/wait.t
48692 ____________________________________________________________________________
48693 [ 23473] By: rgs                                   on 2004/11/05  08:47:44
48694         Log: Subject: [perl #32327] Benchmark calls coderef with spurious arguments
48695              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
48696              Date: 4 Nov 2004 20:12:36 -0000
48697              Message-ID: <rt-3.0.11-32327-99325.8.9408996026507@perl.org>
48698      Branch: perl
48699            ! lib/Benchmark.pm lib/Benchmark.t
48700 ____________________________________________________________________________
48701 [ 23471] By: rgs                                   on 2004/11/04  09:26:56
48702         Log: Subject: [PATCH blead] [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
48703              From: Rick Delaney <rick@bort.ca>
48704              Date: Sun, 31 Oct 2004 22:40:40 -0500
48705              Message-ID: <20041101034040.GC1232@biff.bort.ca>
48706      Branch: perl
48707            + t/op/regexp_qr.t
48708            ! MANIFEST pp.c pp_hot.c regexec.c t/op/regexp.t
48709 ____________________________________________________________________________
48710 [ 23470] By: rgs                                   on 2004/11/04  08:25:34
48711         Log: Subject: Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
48712              From: Rick Delaney <rick@bort.ca>
48713              Date: Wed, 3 Nov 2004 19:46:16 -0500
48714              Message-ID: <20041104004616.GA11214@biff.bort.ca>
48715      Branch: perl
48716            ! lib/overload.pm lib/overload.t
48717 ____________________________________________________________________________
48718 [ 23469] By: rgs                                   on 2004/11/03  11:54:28
48719         Log: Mostly revert change #23347 (keep the test suite, fixed),
48720              having decided that it wasn't a correct fix for bug #31793.
48721      Branch: perl
48722            ! lib/overload.pm lib/overload.t
48723 ____________________________________________________________________________
48724 [ 23468] By: rgs                                   on 2004/11/03  07:39:04
48725         Log: Subject: Re: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin
48726              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
48727              Date: Tue, 2 Nov 2004 17:24:29 -0800
48728              Message-ID: <20041103012429.GA7196@efn.org>
48729      Branch: perl
48730            ! util.h
48731 ____________________________________________________________________________
48732 [ 23467] By: rgs                                   on 2004/11/03  06:38:38
48733         Log: Subject: [PATCH configure.com] Re: [PATCH]  Detecting strlcat() and strlcpy() in Configure
48734              From: "Craig A. Berry" <craigberry@mac.com>
48735              Date: Tue, 02 Nov 2004 20:02:04 -0600
48736              Message-ID: <41883C1C.3080108@mac.com>
48737      Branch: perl
48738            ! configure.com
48739 ____________________________________________________________________________
48740 [ 23466] By: rgs                                   on 2004/11/02  12:33:57
48741         Log: FAQ sync
48742      Branch: perl
48743            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
48744            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
48745            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
48746            ! pod/perlfaq9.pod
48747 ____________________________________________________________________________
48748 [ 23465] By: rgs                                   on 2004/11/02  08:18:15
48749         Log: Reformulate an error
48750              (so the error message given by "perl -M" is a bit more
48751              meaningful, as Jarkko pointed out)
48752      Branch: perl
48753            ! perl.c pod/perldiag.pod
48754 ____________________________________________________________________________
48755 [ 23457] By: merijn                                on 2004/11/01  13:26:43
48756         Log: New Glossary and samples for blead
48757              Glossary now is in line with recent changes to config_h.SH
48758      Branch: perl
48759            ! Porting/Glossary Porting/config.sh Porting/config_H
48760 ____________________________________________________________________________
48761 [ 23455] By: merijn                                on 2004/11/01  12:51:52
48762         Log: Since strlcat/strlcpy are not argument/return value compatible
48763              with strncat/strncpy, replace the misleading defines with comment
48764      Branch: perl
48765            ! handy.h
48766 ____________________________________________________________________________
48767 [ 23450] By: merijn                                on 2004/10/31  16:33:17
48768         Log: The next step in strlcat ()/ strcpy () detection and usage
48769              preparation. Change to handy.h eeded for config_h.SH
48770      Branch: perl
48771            ! config_h.SH handy.h
48772 ____________________________________________________________________________
48773 [ 23448] By: nicholas                              on 2004/10/31  14:37:46
48774         Log: Make TEST and harness skip tests for extensions that were not
48775              configured. Currently this skipping is silent - maybe they should
48776              report what they are skipping.
48777      Branch: perl
48778            ! t/TEST t/harness
48779 ____________________________________________________________________________
48780 [ 23446] By: nicholas                              on 2004/10/31  13:02:01
48781         Log: Subject: [patches] optree_* tests unexpectedly succeeding. + maint-only patch
48782              From: Jim Cromie <jim.cromie@gmail.com>
48783              Message-ID: <cfe85dfa04102515365f11ef10@mail.gmail.com>
48784              Date: Mon, 25 Oct 2004 16:36:40 -0600
48785      Branch: perl
48786            ! ext/B/t/optree_check.t ext/B/t/optree_varinit.t
48787 ____________________________________________________________________________
48788 [ 23445] By: nicholas                              on 2004/10/31  12:24:09
48789         Log: Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.
48790      Branch: perl
48791            ! perl.c sv.c
48792 ____________________________________________________________________________
48793 [ 23444] By: nicholas                              on 2004/10/31  11:20:27
48794         Log: Skip tests if Devel::Peek not built
48795      Branch: perl
48796            ! ext/threads/shared/t/sv_refs.t ext/threads/t/end.t
48797            ! ext/threads/t/join.t lib/base/t/fields-base.t
48798 ____________________________________________________________________________
48799 [ 23443] By: nicholas                              on 2004/10/31  11:19:47
48800         Log: Assimilate PathTools 3.01 (File::Spec and Cwd)
48801      Branch: perl
48802            ! ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
48803            ! lib/File/Spec/VMS.pm
48804 ____________________________________________________________________________
48805 [ 23442] By: nicholas                              on 2004/10/31  11:07:57
48806         Log: Oops. Forgot to add the new test in I18N::LangTags 0.35
48807      Branch: perl
48808            + lib/I18N/LangTags/t/20_locales.t
48809 ____________________________________________________________________________
48810 [ 23441] By: nicholas                              on 2004/10/31  10:41:17
48811         Log: Correct change 23437 - as Config isn't imported, need to use a fully
48812              qualified package
48813      Branch: perl
48814            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
48815            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
48816            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
48817            ! ext/B/t/optree_varinit.t
48818 ____________________________________________________________________________
48819 [ 23440] By: nicholas                              on 2004/10/31  10:40:11
48820         Log: Assimilate I18N::LangTags 0.35
48821      Branch: perl
48822            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
48823            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
48824 ____________________________________________________________________________
48825 [ 23439] By: nicholas                              on 2004/10/31  08:17:57
48826         Log: Subject: [PATCH] Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question))
48827              Date: Sun, 31 Oct 2004 04:01:42 -0500
48828              From: Ed Allen Smith <easmith@beatrice.rutgers.edu>
48829              Message-Id: <mid+200410310901.i9V91g1Y519894@dogberry.rutgers.edu>
48830      Branch: perl
48831            ! hints/irix_6.sh
48832 ____________________________________________________________________________
48833 [ 23438] By: davem                                 on 2004/10/30  23:25:37
48834         Log: Using foreach on threads::shared array crashes perl
48835              The FETCH code for shared aggregate elements could leak a shared RV
48836              address into a private SV. RVs are now handled specially, in the
48837              same way that they already were for scalar shared magic.
48838      Branch: perl
48839            ! ext/threads/shared/shared.xs
48840 ____________________________________________________________________________
48841 [ 23437] By: nicholas                              on 2004/10/30  22:49:18
48842         Log: Skip tests that require Data::Dumper if it is not built
48843      Branch: perl
48844            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
48845            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
48846            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
48847            ! ext/B/t/optree_varinit.t lib/ExtUtils/t/Liblist.t
48848            ! lib/ExtUtils/t/prereq_print.t
48849 ____________________________________________________________________________
48850 [ 23436] By: merijn                                on 2004/10/30  16:11:15
48851         Log: Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
48852      Branch: perl
48853            ! NetWare/config_H.wc Porting/config_H plan9/config_h.sample
48854            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48855            ! win32/config_H.vc64 wince/config_H.ce
48856 ____________________________________________________________________________
48857 [ 23435] By: merijn                                on 2004/10/30  15:54:48
48858         Log: Added probes for strlcat () and strlcpy () to Configure
48859              Re-ordered config_h.SH
48860      Branch: perl
48861            ! Configure Makefile.SH config_h.SH
48862 ____________________________________________________________________________
48863 [ 23433] By: davem                                 on 2004/10/29  21:04:17
48864         Log: Threading crash with closures
48865              various OpREFCNT_inc() operations weren't doing locking
48866      Branch: perl
48867            ! pad.c regcomp.c sv.c
48868 ____________________________________________________________________________
48869 [ 23432] By: steveh                                on 2004/10/29  14:12:02
48870         Log: Document sv_magic() changes brought about by sv_magicext()
48871
48872              Change 14335 made sv_magic() a wrapper to a new sv_magicext(),
48873              but didn't update the documentation for sv_magic() to reflect
48874              the changed handling of the name/namlen arguments.
48875
48876              Also correct a couple of typos, and mention sv_magicext() in
48877              perlguts.
48878      Branch: perl
48879            ! pod/perlapi.pod pod/perlguts.pod sv.c
48880 ____________________________________________________________________________
48881 [ 23431] By: merijn                                on 2004/10/29  13:56:03
48882         Log: Subject: [PATCH] 36 additional tests for B
48883              From: Steve Peters <steve@fisharerojo.org>
48884              Date: Fri, 29 Oct 2004 00:53:22 -0500
48885              Message-Id: <200410290053.22947.steve@fisharerojo.org>
48886      Branch: perl
48887            ! ext/B/t/b.t
48888 ____________________________________________________________________________
48889 [ 23426] By: davem                                 on 2004/10/27  22:50:57
48890         Log: include flags and refcount in the list of leaked scalars
48891      Branch: perl
48892            ! perl.c
48893 ____________________________________________________________________________
48894 [ 23425] By: ams                                   on 2004/10/27  11:27:27
48895         Log: Subject: [PATCH] lib/Carp.t improvements
48896              From: "Craig A. Berry" <craigberry@mac.com>
48897              Date: Tue, 26 Oct 2004 23:32:25 -0500
48898              Message-Id: <417F24D9.1000904@mac.com>
48899      Branch: perl
48900            ! lib/Carp.t
48901 ____________________________________________________________________________
48902 [ 23424] By: rgs                                   on 2004/10/25  15:31:21
48903         Log: Fix [perl #32130] Errno.pm must not pass references to "prototype"
48904      Branch: perl
48905            ! ext/Errno/Errno_pm.PL ext/Errno/t/Errno.t
48906 ____________________________________________________________________________
48907 [ 23423] By: rgs                                   on 2004/10/25  15:09:27
48908         Log: Small updates to the web addresses for Perl, noticed by Robert Spier
48909      Branch: perl
48910            ! pod/perl.pod pod/perlfaq2.pod
48911 ____________________________________________________________________________
48912 [ 23422] By: rgs                                   on 2004/10/25  14:56:37
48913         Log: Subject: [perl #30227] [PATCH]splain vs. -w
48914              From: "Steve Peters via RT" <perlbug-followup@perl.org>
48915              Date: 23 Oct 2004 13:55:41 -0000
48916              Message-ID: <rt-3.0.11-30227-98375.1.28465791111211@perl.org>
48917      Branch: perl
48918            ! lib/diagnostics.pm
48919 ____________________________________________________________________________
48920 [ 23421] By: rgs                                   on 2004/10/25  07:29:50
48921         Log: Upgrade to Encode 2.08.
48922      Branch: perl
48923            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
48924            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
48925            ! ext/Encode/Unicode/Unicode.xs
48926            ! ext/Encode/lib/Encode/Encoding.pm
48927 ____________________________________________________________________________
48928 [ 23420] By: mhx                                   on 2004/10/24  07:53:45
48929         Log: Subject: Re: [perl #31937] perlop: add basic =~ examples
48930              From: Steve Peters <steve@fisharerojo.org>
48931              Date: Sat, 23 Oct 2004 08:01:51 -0500
48932              Message-Id: <200410230801.51649.steve@fisharerojo.org>
48933      Branch: perl
48934            ! pod/perlop.pod
48935 ____________________________________________________________________________
48936 [ 23419] By: mhx                                   on 2004/10/23  23:39:18
48937         Log: Subject: [PATCH] Re: Devel::Peek: hash quality 125%?
48938              From: Tels <perl_dummy@bloodgate.com>
48939              Date: Sat, 23 Oct 2004 16:56:31 +0200
48940              Message-Id: <200410231656.40995@bloodgate.com>
48941      Branch: perl
48942            ! ext/Devel/Peek/Changes ext/Devel/Peek/Peek.pm
48943 ____________________________________________________________________________
48944 [ 23418] By: davem                                 on 2004/10/23  21:50:19
48945         Log: Chained goto &sub drops data too early.
48946
48947              Change 22373 to stop a memory leak in goto &foo intead caused
48948              the elements of @_ to be freed too early. This revised fix
48949              just transfers the reifiedness of the old @_ to the new @_
48950      Branch: perl
48951            ! pp_ctl.c t/op/goto.t
48952 ____________________________________________________________________________
48953 [ 23417] By: rgs                                   on 2004/10/23  19:58:07
48954         Log: Upgrade to Encode 2.07
48955      Branch: perl
48956            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
48957            ! ext/Encode/Encode.xs ext/Encode/META.yml
48958            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
48959            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/Encode.t
48960            ! ext/Encode/t/fallback.t ext/Encode/ucm/macArabic.ucm
48961            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macChinsimp.ucm
48962            ! ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDingbats.ucm
48963            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macKorean.ucm
48964            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macSymbol.ucm
48965            ! ext/Encode/ucm/macThai.ucm
48966 ____________________________________________________________________________
48967 [ 23416] By: nicholas                              on 2004/10/23  17:15:46
48968         Log: Subject: [PATCH] ext/IO/IO.xs: fix blocking on sparc linux
48969              Message-ID: <20041022033033.GA12362@londo.c47.org>
48970              From: Brendan O'Dea <bod@debian.org>
48971              Date: Fri, 22 Oct 2004 13:30:33 +1000
48972      Branch: perl
48973            ! ext/IO/IO.xs
48974 ____________________________________________________________________________
48975 [ 23410] By: rgs                                   on 2004/10/21  15:51:32
48976         Log: Subject: docpatch for perltie.pod
48977              From: David Cantrell <david@cantrell.org.uk>
48978              Date: Thu, 21 Oct 2004 12:21:52 +0100
48979              Message-ID: <20041021112151.GA22862@bytemark.barnyard.co.uk>
48980      Branch: perl
48981            ! pod/perltie.pod
48982 ____________________________________________________________________________
48983 [ 23396] By: ams                                   on 2004/10/21  01:36:49
48984         Log: Subject: [PATCH] Math::BigInt v1.73 final
48985              From: Tels <perl_dummy@bloodgate.com>
48986              Date: Wed, 20 Oct 2004 21:06:40 +0200
48987              Message-Id: <200410202106.41840@bloodgate.com>
48988
48989              Subject: [PATCH] Math::BigRat v0.13 (pre-release)
48990              From: Tels <tels@bloodgate.com>
48991              Date: Wed, 20 Oct 2004 22:03:55 +0200
48992              Message-Id: <200410202203.56063@bloodgate.com>
48993      Branch: perl
48994            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/BigRat.pm
48995            ! lib/Math/BigRat/t/big_ap.t lib/Math/BigRat/t/bigrat.t
48996            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
48997            ! lib/Math/BigRat/t/bigratup.t
48998 ____________________________________________________________________________
48999 [ 23395] By: nicholas                              on 2004/10/20  22:39:36
49000         Log: Need to skip optree walking tests if perlio not built
49001      Branch: perl
49002            ! ext/B/t/f_map.t ext/B/t/f_sort.t
49003 ____________________________________________________________________________
49004 [ 23394] By: rgs                                   on 2004/10/20  07:42:34
49005         Log: Remove opmini.c when cleaning up.
49006      Branch: perl
49007            ! Makefile.SH
49008 ____________________________________________________________________________
49009 [ 23393] By: rgs                                   on 2004/10/20  07:36:45
49010         Log: Ensure that PVA.pl returns a true value.
49011      Branch: perl
49012            ! lib/unicore/mktables
49013 ____________________________________________________________________________
49014 [ 23392] By: ams                                   on 2004/10/20  06:19:03
49015         Log: Subject: [PATCH perl.c pod/perl.pod pod/perlfaq2.pod]
49016              Rephrase "Perl Home Page" References
49017              From: chromatic <chromatic@wgz.org>
49018              Date: Tue, 19 Oct 2004 22:52:19 -0700
49019              Message-Id: <1098251539.20976.53.camel@localhost>
49020      Branch: perl
49021            ! AUTHORS perl.c pod/perl.pod pod/perlfaq2.pod
49022 ____________________________________________________________________________
49023 [ 23384] By: rgs                                   on 2004/10/19  13:17:01
49024         Log: Upgrade to Encode 2.05
49025      Branch: perl
49026            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
49027            ! ext/Encode/encoding.pm
49028 ____________________________________________________________________________
49029 [ 23383] By: rgs                                   on 2004/10/19  11:38:37
49030         Log: More Data::Dumper docs nits, fix the previous one,
49031              suggested by Yves Orton.
49032      Branch: perl
49033            ! ext/Data/Dumper/Dumper.pm
49034 ____________________________________________________________________________
49035 [ 23382] By: rgs                                   on 2004/10/19  11:21:55
49036         Log: Subject: [PATCH] perlfaq2.pod (add a book)
49037              From: <richard.foley@ubs.com>
49038              Date: Tue, 19 Oct 2004 07:29:31 +0200
49039              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E3A@NZURC900PEX1.ubsgs.ubsgroup.net>
49040      Branch: perl
49041            ! pod/perlfaq2.pod
49042 ____________________________________________________________________________
49043 [ 23381] By: mhx                                   on 2004/10/19  03:51:59
49044         Log: Re-apply the encoding.pm part of:
49045
49046              Subject: [PATCH] encoding and open pragmas
49047              From: Jarkko Hietaniemi <jhi@iki.fi>
49048              Date: Mon, 16 Aug 2004 22:27:00 +0300
49049              Message-ID: <41210A84.6060506@iki.fi>
49050      Branch: perl
49051            ! ext/Encode/encoding.pm
49052 ____________________________________________________________________________
49053 [ 23380] By: mhx                                   on 2004/10/18  21:00:26
49054         Log: Upgrade to Encode 2.04.
49055      Branch: perl
49056            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
49057            ! ext/Encode/JP/JP.pm ext/Encode/META.yml ext/Encode/Makefile.PL
49058            ! ext/Encode/bin/piconv ext/Encode/bin/ucmsort
49059            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
49060            ! ext/Encode/lib/Encode/Supported.pod
49061            ! ext/Encode/ucm/big5-hkscs.ucm
49062 ____________________________________________________________________________
49063 [ 23379] By: mhx                                   on 2004/10/18  15:44:05
49064         Log: Fix a typo.
49065      Branch: perl
49066            ! utils/c2ph.PL
49067 ____________________________________________________________________________
49068 [ 23378] By: rgs                                   on 2004/10/18  11:25:20
49069         Log: Add a missing warning categorisation in perldiag.
49070      Branch: perl
49071            ! pod/perldiag.pod
49072 ____________________________________________________________________________
49073 [ 23377] By: ams                                   on 2004/10/16  23:52:18
49074         Log: Subject: [PATCH] test_harness tweak for VMS
49075              From: "Craig A. Berry" <craigberry@mac.com>
49076              Date: Sat, 16 Oct 2004 12:15:02 -0500
49077              Message-Id: <41715716.5000108@mac.com>
49078      Branch: perl
49079            ! vms/descrip_mms.template vms/test.com
49080 ____________________________________________________________________________
49081 [ 23376] By: nicholas                              on 2004/10/16  18:16:12
49082         Log: Merge code from vdie and vcroak into S_vdie_croak_common
49083      Branch: perl
49084            ! util.c
49085 ____________________________________________________________________________
49086 [ 23375] By: nicholas                              on 2004/10/16  14:39:48
49087         Log: Merge the common code from Perl_vdie and Perl_vwarner into a
49088              S_vdie_common
49089      Branch: perl
49090            ! util.c
49091 ____________________________________________________________________________
49092 [ 23374] By: nicholas                              on 2004/10/16  12:57:39
49093         Log: The second half of Perl_vwarner is actually a straight cut&paste job
49094              from Perl_vwarn, so convert it into a (tail) call to Perl_vwarn.
49095              cut&paste is bad, m'kay.
49096      Branch: perl
49097            ! util.c
49098 ____________________________________________________________________________
49099 [ 23373] By: nicholas                              on 2004/10/15  17:11:08
49100         Log: Implement sv_svset _nosteal variants by passing a flag into
49101              sv_set_flags rather than messing with the SvTEMP() flag on either
49102              side of the call.
49103      Branch: perl
49104            ! sv.c sv.h
49105 ____________________________________________________________________________
49106 [ 23372] By: rgs                                   on 2004/10/15  14:09:54
49107         Log: Implement a new -dt command-line flag, to enable threads under the
49108              debugger (bug #31666).
49109
49110              Subject: RE: [PATCH] debugger handles threads [perl #31666]
49111              From: <richard.foley@ubs.com>
49112              Date: Wed, 13 Oct 2004 13:01:18 +0200
49113              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E12@NZURC900PEX1.ubsgs.ubsgroup.net>
49114
49115              Subject: Re: [PATCH] debugger handles threads [perl #31666]
49116              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
49117              Date: Wed, 13 Oct 2004 02:49:58 -0700
49118              Message-ID: <20041013094957.GA17184@efn.org>
49119      Branch: perl
49120            ! lib/perl5db.pl perl.c pod/perlrun.pod
49121 ____________________________________________________________________________
49122 [ 23371] By: steveh                                on 2004/10/15  12:54:29
49123         Log: Make autodoc.pl write its output with UNIX style EOL's.
49124
49125              This saves the Win32 committer(s?) having to dos2unix the files
49126              before committing.  Maybe Perforce's "LineEnd: share" suffices
49127              anyway, but there's no harm in playing safe.
49128      Branch: perl
49129            ! autodoc.pl
49130 ____________________________________________________________________________
49131 [ 23370] By: nicholas                              on 2004/10/15  11:01:18
49132         Log: Include opmini.c in the dependency generation.
49133      Branch: perl
49134            ! Makefile.SH
49135 ____________________________________________________________________________
49136 [ 23369] By: rgs                                   on 2004/10/15  10:20:16
49137         Log: Doc nit to Data::Dumper, suggested by Peter Kay.
49138      Branch: perl
49139            ! ext/Data/Dumper/Dumper.pm
49140 ____________________________________________________________________________
49141 [ 23368] By: steveh                                on 2004/10/15  10:12:31
49142         Log: Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.
49143
49144              These are already in the API supported by Devel::PPPort, and are
49145              often more useful than sv_vcatpvfn and sv_vsetpvfn which were
49146              already documented.
49147      Branch: perl
49148            ! embed.fnc pod/perlapi.pod sv.c
49149 ____________________________________________________________________________
49150 [ 23367] By: mhx                                   on 2004/10/14  18:00:04
49151         Log: Subject: [PATCH] Re: [NOT OK] 23353 OpenVMS 7.2 VAX
49152              From: "Craig A. Berry" <craigberry@mac.com>
49153              Date: Thu, 14 Oct 2004 10:09:41 -0500
49154              Message-ID: <416E96B5.5020100@mac.com>
49155      Branch: perl
49156            ! ext/Devel/PPPort/parts/inc/ppphtest
49157            ! ext/Devel/PPPort/t/ppphtest.t
49158 ____________________________________________________________________________
49159 [ 23366] By: rgs                                   on 2004/10/14  15:50:49
49160         Log: Subject: AW: [perl #31864] IO::Poll - undef fd not checked in mask()
49161              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
49162              Date: Mon, 11 Oct 2004 09:54:15 +0200
49163              Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net>
49164      Branch: perl
49165            ! ext/IO/lib/IO/Poll.pm
49166 ____________________________________________________________________________
49167 [ 23365] By: rgs                                   on 2004/10/14  14:58:21
49168         Log: Fix [perl #31971] local $^D gives noise
49169      Branch: perl
49170            ! embed.fnc embed.h mg.c perl.c proto.h
49171 ____________________________________________________________________________
49172 [ 23364] By: rgs                                   on 2004/10/14  14:25:29
49173         Log: A few fixes in the list of -D debugging flags
49174      Branch: perl
49175            ! perl.c pod/perlrun.pod
49176 ____________________________________________________________________________
49177 [ 23363] By: rgs                                   on 2004/10/14  14:01:50
49178         Log: Subject: [PATCH@23361] RE: [PATCH-for-23358] enable statically linked exte nsions for Win32
49179              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
49180              Date: Wed, 13 Oct 2004 09:45:31 +0400
49181              Message-ID: <7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com>
49182      Branch: perl
49183            ! win32/buildext.pl win32/makefile.mk
49184 ____________________________________________________________________________
49185 [ 23362] By: rgs                                   on 2004/10/12  16:49:53
49186         Log: Minor tweaks for the test.utf16 target, by Jarkko
49187      Branch: perl
49188            ! t/TEST
49189 ____________________________________________________________________________
49190 [ 23361] By: rgs                                   on 2004/10/12  16:07:54
49191         Log: Subject: [perl #31843] warnings::warn($obj,...) fails when $obj overloads ""
49192              From: kaminsky@math.huji.ac.il (via RT) <perlbug-followup@perl.org>
49193              Date: 5 Oct 2004 09:52:07 -0000
49194              Message-ID: <rt-3.0.11-31843-97358.2.89612012687236@perl.org>
49195              (with tweaks)
49196      Branch: perl
49197            ! lib/warnings.pm warnings.pl
49198 ____________________________________________________________________________
49199 [ 23360] By: rgs                                   on 2004/10/12  13:02:44
49200         Log: Subject: [PATCH-for-23358] enable statically linked extensions for Win32
49201              From: Vadim Konovalov <konovalo@mail.wplus.net>
49202              Date: Mon, 11 Oct 2004 22:57:00 +0400
49203              Message-ID: <80173417046.20041011225700@vkonovalov.ru>
49204      Branch: perl
49205            ! makedef.pl win32/Makefile win32/buildext.pl win32/dl_win32.xs
49206            ! win32/makefile.mk win32/perllib.c win32/sync_ext.pl
49207 ____________________________________________________________________________
49208 [ 23359] By: rgs                                   on 2004/10/12  12:54:27
49209         Log: Subject: Patch: BigInt v1.73 (pre-release)
49210              From: Tels <perl_dummy@bloodgate.com>
49211              Date: Sun, 10 Oct 2004 22:36:03 +0200
49212              Message-Id: <200410102236.03637@bloodgate.com>
49213      Branch: perl
49214            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
49215            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
49216            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
49217            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
49218            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
49219            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
49220            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
49221 ____________________________________________________________________________
49222 [ 23358] By: rgs                                   on 2004/10/11  07:28:34
49223         Log: Subject: [PATCH] add the 'test_harness' target to vms "makefile"
49224              From: Abe Timmerman <abe@ztreet.demon.nl>
49225              Date: Sat, 9 Oct 2004 18:13:38 +0200
49226              Message-Id: <200410091813.38673.abe@ztreet.demon.nl>
49227      Branch: perl
49228            ! t/harness vms/descrip_mms.template vms/test.com
49229 ____________________________________________________________________________
49230 [ 23357] By: davem                                 on 2004/10/10  19:18:00
49231         Log: Turn regcomp into a list op
49232      Branch: perl
49233            ! embed.fnc ext/B/B/Deparse.pm lib/overload.t op.c perly.act
49234            ! perly.h perly.tab perly.y pp_ctl.c proto.h toke.c
49235 ____________________________________________________________________________
49236 [ 23356] By: nicholas                              on 2004/10/10  15:21:24
49237         Log: Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all tests
49238      Branch: perl
49239            ! ext/B/t/OptreeCheck.pm
49240 ____________________________________________________________________________
49241 [ 23355] By: nicholas                              on 2004/10/10  15:03:25
49242         Log: Restore runtime loading of Encode and Encode-related modules, so that
49243              open.pm will work when the Encode extension isn't build.
49244      Branch: perl
49245            ! lib/open.pm
49246 ____________________________________________________________________________
49247 [ 23354] By: merijn                                on 2004/10/09  12:27:39
49248         Log: Make AIX 5 + gcc work in 64bitall
49249      Branch: perl
49250            ! hints/aix.sh
49251 ____________________________________________________________________________
49252 [ 23353] By: merijn                                on 2004/10/08  09:52:59
49253         Log: A new machine type, some reformatting, some reorganization
49254              and a bit of additional info on Sleepycat's db.
49255      Branch: perl
49256            ! README.hpux
49257 ____________________________________________________________________________
49258 [ 23352] By: rgs                                   on 2004/10/08  08:56:49
49259         Log: Briefly document the test.utf16 make target.
49260      Branch: perl
49261            ! pod/perlhack.pod
49262 ____________________________________________________________________________
49263 [ 23351] By: rgs                                   on 2004/10/08  08:52:39
49264         Log: Make the perl interpreter more tolerant of UTF-16-encoded script
49265              (patch by Jarkko Hietaniemi)
49266      Branch: perl
49267            ! Makefile.SH t/TEST toke.c utf8.c
49268 ____________________________________________________________________________
49269 [ 23350] By: rgs                                   on 2004/10/04  16:05:20
49270         Log: Subject: [perl #31697] [PATCH] B::Showlex::newlex enhancement and pod
49271              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
49272              Date: 23 Sep 2004 21:45:42 -0000
49273              Message-ID: <rt-3.0.11-31697-96840.0.810265136907162@perl.org>
49274              (with doc nits)
49275      Branch: perl
49276            ! ext/B/B/Concise.pm ext/B/B/Showlex.pm ext/B/t/showlex.t
49277 ____________________________________________________________________________
49278 [ 23349] By: rgs                                   on 2004/10/04  15:46:28
49279         Log: Increment $overload::VERSION after change #23347
49280      Branch: perl
49281            ! ext/B/B/Concise.pm lib/overload.pm
49282 ____________________________________________________________________________
49283 [ 23348] By: rgs                                   on 2004/10/04  14:00:11
49284         Log: Subject: [PATCH-for-23341] dynaloader improvements and cleanup
49285              From: Vadim Konovalov <vadim@vkonovalov.ru>
49286              Date: Sun, 3 Oct 2004 22:10:06 +0400
49287              Message-ID: <138-1837306906.20041003221006@vkonovalov.ru>
49288      Branch: perl
49289            ! ext/DynaLoader/DynaLoader_pm.PL
49290 ____________________________________________________________________________
49291 [ 23347] By: rgs                                   on 2004/10/04  10:57:15
49292         Log: Subject: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
49293              From: Rick Delaney <rick@bort.ca>
49294              Date: Sat, 2 Oct 2004 01:04:49 -0400
49295              Message-ID: <20041002050448.GB5059@biff.bort.ca>
49296      Branch: perl
49297            ! lib/overload.pm lib/overload.t
49298 ____________________________________________________________________________
49299 [ 23346] By: rgs                                   on 2004/10/04  10:18:49
49300         Log: Subject: [PATCH] vms/t/filespec.t tweak
49301              From: "Craig A. Berry" <craigberry@mac.com>
49302              Date: Fri, 01 Oct 2004 13:18:03 -0500
49303              Message-ID: <415D9F5B.5040306@mac.com>
49304      Branch: perl
49305            ! vms/ext/filespec.t
49306 ____________________________________________________________________________
49307 [ 23345] By: rgs                                   on 2004/10/04  08:53:04
49308         Log: More caveats on the non-portability of stat(), suggested by
49309              Stas Bekman.
49310      Branch: perl
49311            ! pod/perlfunc.pod
49312 ____________________________________________________________________________
49313 [ 23344] By: nicholas                              on 2004/10/02  21:49:15
49314         Log: Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without
49315              any check on whether it's valid.
49316      Branch: perl
49317            ! sv.c
49318 ____________________________________________________________________________
49319 [ 23343] By: merijn                                on 2004/10/02  11:08:32
49320         Log: Subject: [PATCH] make t/uni/class.t pass on VMS
49321              From: "Craig A. Berry" <craigberry@mac.com>
49322              Date: Fri, 01 Oct 2004 12:57:55 -0500
49323              Message-ID: <415D9AA3.1000908@mac.com>
49324      Branch: perl
49325            ! t/uni/class.t
49326 ____________________________________________________________________________
49327 [ 23342] By: davem                                 on 2004/09/30  20:51:31
49328         Log: open $1, "file" doesn't raise an exception
49329      Branch: perl
49330            ! pp.c t/io/open.t
49331 ____________________________________________________________________________
49332 [ 23341] By: rgs                                   on 2004/09/30  15:41:40
49333         Log: Subject: [patch] Sys::Syslog POD - $Sys::Syslog::host
49334              From: "Jay Hannah" <jhannah@omnihotels.com>
49335              Date: Wed, 15 Sep 2004 14:51:42 -0500
49336              Message-ID: <002001c49b5d$6d0d79c0$4722000a@omarests2>
49337      Branch: perl
49338            ! ext/Sys/Syslog/Syslog.pm
49339 ____________________________________________________________________________
49340 [ 23340] By: rgs                                   on 2004/09/30  15:12:29
49341         Log: A fix for [perl #31692] : as PerlIO::scalar accesses directly the
49342              PV of the scalar it reads from, avoid to read it when it's an
49343              undefined PV.
49344      Branch: perl
49345            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
49346 ____________________________________________________________________________
49347 [ 23339] By: davem                                 on 2004/09/28  18:05:52
49348         Log: the improved -DT output of #23325 could print an uninit stack value
49349      Branch: perl
49350            ! toke.c
49351 ____________________________________________________________________________
49352 [ 23338] By: nicholas                              on 2004/09/28  16:55:08
49353         Log: Spelling correction spotted by Greg McCarroll
49354      Branch: perl
49355            ! README.epoc
49356 ____________________________________________________________________________
49357 [ 23337] By: rgs                                   on 2004/09/28  15:28:58
49358         Log: Subject: Patch for perl.c fixing an obscure environment bug
49359              From: Merijn Broeren <merijnb@iloquent.com>
49360              Date: Thu, 23 Sep 2004 17:18:17 +0200
49361              Message-ID: <20040923151817.GA15782@brugman.iloquent.nl>
49362      Branch: perl
49363            ! perl.c
49364 ____________________________________________________________________________
49365 [ 23336] By: rgs                                   on 2004/09/28  08:08:24
49366         Log: Perl -DT segfaults when parsing a 'use' statement
49367      Branch: perl
49368            ! toke.c
49369 ____________________________________________________________________________
49370 [ 23334] By: rgs                                   on 2004/09/23  07:33:15
49371         Log: Typo fix.
49372              Subject: [PATCH] Re: Smoke [5.9.2] 23330 FAIL(X) hp-ux 11.11/64 (PA-2.0/64/2 cpu)
49373              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
49374              Date: Wed, 22 Sep 2004 11:20:53 +0200
49375              Message-ID: <20040922112053.686562b6@valis.local>
49376      Branch: perl
49377            ! lib/open.pm
49378 ____________________________________________________________________________
49379 [ 23333] By: rgs                                   on 2004/09/23  07:30:16
49380         Log: Remove a couple of C<> to avoid confusing double quotes in text
49381              rendering. [perl #31678]
49382      Branch: perl
49383            ! pod/perlop.pod
49384 ____________________________________________________________________________
49385 [ 23332] By: rgs                                   on 2004/09/22  09:08:04
49386         Log: Document that $ENV{PATH} may not contain relative directories under -T
49387      Branch: perl
49388            ! pod/perldiag.pod pod/perlsec.pod
49389 ____________________________________________________________________________
49390 [ 23331] By: davem                                 on 2004/09/20  22:11:29
49391         Log: Subject:  Re: [perl #31586] utime does not reach expectations [PATCH]
49392              From:  LAUN Wolfgang <wolfgang.laun@alcatel.at>
49393              Date:  Fri, 17 Sep 2004 14:01:11 +0200
49394              Message-Id:  <DF27CDCBD2581D4B88431901094E4B4D02B0C88B@attmsx1.aut.alcatel.at>
49395
49396              Clarify the effect of utime when the file isn't owned by the user
49397      Branch: perl
49398            ! pod/perlfunc.pod
49399 ____________________________________________________________________________
49400 [ 23330] By: rgs                                   on 2004/09/20  17:20:38
49401         Log: Upgrade to MIME::Base64 3.05.
49402      Branch: perl
49403            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
49404            ! ext/MIME/Base64/t/warn.t
49405 ____________________________________________________________________________
49406 [ 23329] By: rgs                                   on 2004/09/20  17:13:20
49407         Log: Upgrade to Time::HiRes 1.65.
49408      Branch: perl
49409            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
49410            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
49411            ! ext/Time/HiRes/ppport.h ext/Time/HiRes/t/HiRes.t
49412 ____________________________________________________________________________
49413 [ 23327] By: rgs                                   on 2004/09/20  08:23:58
49414         Log: Subject: [perl #27576] [PATCH] Pod::Usage -exitvalue => "NOEXIT" requires -output be set (Doc bug)
49415              From: "Steve Peters via RT" <perlbug-followup@perl.org>
49416              Date: 26 Aug 2004 19:06:52 -0000
49417              Message-ID: <rt-3.0.11-27576-94411.2.28321880730803@perl.org>
49418      Branch: perl
49419            ! lib/Pod/Usage.pm
49420 ____________________________________________________________________________
49421 [ 23326] By: rgs                                   on 2004/09/20  08:10:47
49422         Log: Subject: [PATCH] encoding and open pragmas
49423              From: Jarkko Hietaniemi <jhi@iki.fi>
49424              Date: Mon, 16 Aug 2004 22:27:00 +0300
49425              Message-ID: <41210A84.6060506@iki.fi>
49426
49427              Subject: Re: [PATCH] encoding and open pragmas
49428              From: Jarkko Hietaniemi <jhi@iki.fi>
49429              Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST)
49430              Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi>
49431      Branch: perl
49432            ! ext/Encode/encoding.pm lib/open.pm lib/open.t t/io/layers.t
49433 ____________________________________________________________________________
49434 [ 23325] By: davem                                 on 2004/09/19  21:47:18
49435         Log: improve lexer debugging output (-DT)
49436              Decode yylex() return values, and show lexer state each time
49437              yylex() is called
49438      Branch: perl
49439            ! embed.fnc embed.h proto.h toke.c
49440 ____________________________________________________________________________
49441 [ 23323] By: rgs                                   on 2004/09/15  16:12:42
49442         Log: The XSUB.h patch from:
49443
49444              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
49445              From: John Peacock <jpeacock@rowman.com>
49446              Date: Wed, 18 Aug 2004 08:26:35 -0400
49447              Message-ID: <41234AFB.1020009@rowman.com>
49448
49449              Now it will use version object logic for version comparison
49450              when loading XS modules.
49451      Branch: perl
49452            ! XSUB.h
49453 ____________________________________________________________________________
49454 [ 23322] By: rgs                                   on 2004/09/15  15:48:23
49455         Log: Upgrade to Time::HiRes 1.63.
49456              Note that it includes a ppport.h file. See if the one
49457              previously built in Devel::PPPort can be used instead.
49458      Branch: perl
49459            + ext/Time/HiRes/ppport.h
49460            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
49461            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
49462            ! ext/Time/HiRes/t/HiRes.t
49463 ____________________________________________________________________________
49464 [ 23321] By: davem                                 on 2004/09/14  21:57:10
49465         Log: Subject:  Re: [perl #31459] Bug in read()
49466              From:  Chris Heath <chris@heathens.co.nz>
49467              Date:  06 Sep 2004 00:03:12 -0400
49468              Message-Id:  <1094443392.12379.35.camel@linux.heathens.co.nz>
49469
49470              a read(F) into a UTF8-encoded buffer with an offset off the
49471              end of the buffer, miss-calculated buffer lengths
49472      Branch: perl
49473            ! pp_sys.c
49474 ____________________________________________________________________________
49475 [ 23320] By: davem                                 on 2004/09/12  22:09:51
49476         Log: Memory leak in nested shared data structures in 5.8.4
49477              A pop of an item from a shared array ref causes a leak due to
49478              AVf_REAL not having been set after an sv_upgrade(sv, SVt_PVAV).
49479              Make sv_upgrade() set always this flag.
49480      Branch: perl
49481            ! sv.c
49482 ____________________________________________________________________________
49483 [ 23319] By: nicholas                              on 2004/09/10  16:40:17
49484         Log: Integrate:
49485              [ 23318]
49486              Update the skips for the no perlio case
49487      Branch: perl
49488           !> ext/B/t/optree_check.t ext/B/t/optree_concise.t
49489           !> ext/B/t/showlex.t
49490 ____________________________________________________________________________
49491 [ 23300] By: nicholas                              on 2004/09/09  15:54:18
49492         Log: A single version of B that supports 5.8 and 5.10
49493      Branch: perl
49494            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
49495            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
49496 ____________________________________________________________________________
49497 [ 23283] By: mhx                                   on 2004/09/08  20:33:55
49498         Log: Subject: [PATCH-5.8.5] lib/bigint.pm tiny typo fix
49499              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
49500              Date: Mon, 6 Sep 2004 11:09:51 +0400
49501              Message-ID: <7DD1BE2C50259746ABB8683672D2089E081132@itotest-1.spb.lucent.com>
49502      Branch: perl
49503            ! lib/bigint.pm
49504 ____________________________________________________________________________
49505 [ 23282] By: mhx                                   on 2004/09/08  20:19:18
49506         Log: Upgrade to Devel::PPPort 3.03.
49507      Branch: perl
49508            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
49509            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
49510            ! ext/Devel/PPPort/PPPort_pm.PL
49511            ! ext/Devel/PPPort/parts/inc/MY_CXT ext/Devel/PPPort/t/MY_CXT.t
49512 ____________________________________________________________________________
49513 [ 23281] By: davem                                 on 2004/09/08  19:42:15
49514         Log: Subject:  [perl #21553] Re: Solaris Perl (fwd)
49515              From:  Andy Dougherty <doughera@lafayette.edu>
49516              Date:  Wed, 8 Sep 2004 11:32:26 -0400 (EDT)
49517              Message-Id:  <Pine.SOL.4.58.0409081129180.17582@maxwell.phys.lafayette.edu>
49518              Clarify whether it's safe to replace the perl bundled with Solaris
49519      Branch: perl
49520            ! README.solaris
49521 ____________________________________________________________________________
49522 [ 23280] By: mhx                                   on 2004/09/08  19:18:06
49523         Log: Upgrade to Devel::PPPort 3.02.
49524      Branch: perl
49525            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
49526            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
49527            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
49528            ! ext/Devel/PPPort/parts/base/5004050
49529            ! ext/Devel/PPPort/parts/base/5005000
49530            ! ext/Devel/PPPort/parts/base/5006000
49531            ! ext/Devel/PPPort/parts/base/5008001
49532            ! ext/Devel/PPPort/parts/base/5009002
49533            ! ext/Devel/PPPort/parts/inc/MY_CXT
49534            ! ext/Devel/PPPort/parts/inc/misc ext/Devel/PPPort/t/MY_CXT.t
49535            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/call.t
49536            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/grok.t
49537            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
49538            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/misc.t
49539            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
49540            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/sv_xpvf.t
49541            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
49542 ____________________________________________________________________________
49543 [ 23279] By: mhx                                   on 2004/09/08  18:46:56
49544         Log: Add MY_CXT_CLONE to the core. (Taken from Time::HiRes.) See also:
49545              http://groups.google.com/groups?selm=r5l1vv00ca033k7a06d40fgei1ion91rnp%404ax.com
49546      Branch: perl
49547            ! perl.h
49548 ____________________________________________________________________________
49549 [ 23278] By: nicholas                              on 2004/09/08  16:53:34
49550         Log: backport B to work on 5.8.x, so that a single version of the source
49551              can be maintained, and ultimately dual-lifed on CPAN
49552              (the version conditional changes are actually surprisingly small)
49553      Branch: perl
49554            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
49555            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_samples.t
49556            ! ext/B/t/stash.t
49557 ____________________________________________________________________________
49558 [ 23277] By: mhx                                   on 2004/09/08  16:49:59
49559         Log: Subject: SvO?OK_off()'s return value
49560              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
49561              Date: Sun, 1 Aug 2004 12:46:48 +0200
49562              Message-Id: <20040801124648.7f9b3cee@r2d2>
49563
49564              Move (void) casts into SvOOK_off macro.
49565      Branch: perl
49566            ! gv.c mg.c perl.c pp.c pp_ctl.c pp_hot.c scope.c sv.c sv.h
49567 ____________________________________________________________________________
49568 [ 23276] By: merijn                                on 2004/09/07  12:57:58
49569         Log: Subject: [PATCH] perlintro.pod
49570              From: Paul Johnson <paul@pjcj.net>
49571              Date: Tue, 7 Sep 2004 15:13:51 +0200
49572              Message-ID: <20040907131351.GD2513@pjcj.net>
49573      Branch: perl
49574            ! pod/perlintro.pod
49575 ____________________________________________________________________________
49576 [ 23275] By: steveh                                on 2004/09/06  10:16:12
49577         Log: Implement new environment variable to allow the use of non-IFS
49578              compatible LSP's on Windows to allow Perl to work in conjunction
49579              with a firewall such as McAfee Guardian.
49580
49581              Bug report and possible solutions by Ken Fox <kfox@ford.com>;
49582              further assistance by Artiom Morozov <artiom@phreaker.net>.
49583      Branch: perl
49584            ! pod/perlrun.pod win32/win32sck.c
49585 ____________________________________________________________________________
49586 [ 23274] By: merijn                                on 2004/09/06  08:49:24
49587         Log: Subject: [PATCH] -Dunlink_all_versions for VMS
49588              From: "Craig A. Berry" <craigberry@mac.com>
49589              Date: Sat, 04 Sep 2004 11:58:56 -0500
49590              Message-ID: <4139F450.7040708@mac.com>
49591      Branch: perl
49592            ! configure.com
49593 ____________________________________________________________________________
49594 [ 23271] By: davem                                 on 2004/09/05  21:36:57
49595         Log: only mortalize deleted array elements for AvREAL
49596              (update to change #23158)
49597      Branch: perl
49598            ! av.c
49599 ____________________________________________________________________________
49600 [ 23267] By: davem                                 on 2004/09/05  20:16:55
49601         Log: I somehow managed to omit the base.pm change from #23266
49602      Branch: perl
49603            ! lib/base.pm
49604 ____________________________________________________________________________
49605 [ 23266] By: davem                                 on 2004/09/05  20:04:35
49606         Log: Fields package bug
49607              An intermediate class with no fields messes up private fields
49608              in the base class.
49609      Branch: perl
49610            ! lib/base.pm lib/base/t/fields-base.t
49611 ____________________________________________________________________________
49612 [ 23258] By: rgs                                   on 2004/09/02  15:37:55
49613         Log: Upgrade to Encode 2.02
49614      Branch: perl
49615            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
49616            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
49617            ! ext/Encode/bin/ucmsort ext/Encode/lib/Encode/Alias.pm
49618            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
49619            ! ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
49620            ! ext/Encode/ucm/big5-hkscs.ucm
49621 ____________________________________________________________________________
49622 [ 23257] By: rgs                                   on 2004/09/02  15:01:39
49623         Log: Upgrade to version 0.42.
49624              From:
49625              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
49626              From: John Peacock <jpeacock@rowman.com>
49627              Date: Wed, 18 Aug 2004 08:26:35 -0400
49628              Message-ID: <41234AFB.1020009@rowman.com>
49629      Branch: perl
49630            ! lib/version.pm lib/version.t util.c
49631 ____________________________________________________________________________
49632 [ 23256] By: davem                                 on 2004/09/01  23:41:25
49633         Log: Subject:  [PATCH] fields.pm lost compile-time benefit
49634              From:  Rick Delaney <rick@bort.ca>
49635              Date:  Fri, 13 Aug 2004 19:54:12 -0400
49636              Message-Id:  <20040813235412.GB12980@biff.bort.ca>
49637
49638              restore the compile-time field checking for
49639              my Dog $spot; $spot->{'walkies'};
49640              that was lost when pseudo-hashes were removed
49641      Branch: perl
49642            ! lib/base/t/fields-base.t lib/base/t/fields.t op.c
49643            ! pod/perldiag.pod
49644 ____________________________________________________________________________
49645 [ 23255] By: davem                                 on 2004/09/01  23:37:07
49646         Log: whoops, fix 'formline undef' test broken by change #23251
49647      Branch: perl
49648            ! t/lib/warnings/9uninit
49649 ____________________________________________________________________________
49650 [ 23253] By: davem                                 on 2004/09/01  22:45:07
49651         Log: Subject:  PATCH: Taintedness and ternary conditional
49652              From:  Andy Lester <andy@petdance.com>
49653              Date:  Thu, 26 Aug 2004 23:44:47 -0500
49654              Message-Id:  <20040827044447.GA5268@petdance.com>
49655
49656              add tests and documentation to the effect that ($tainted ? $a : $b)
49657              doesn't necessarily return a tainted value. Also tidy the markup in
49658              perldoc.pod
49659      Branch: perl
49660            ! pod/perlsec.pod t/op/taint.t
49661 ____________________________________________________________________________
49662 [ 23252] By: davem                                 on 2004/09/01  22:20:05
49663         Log: delete spurious blank lines added by change 23251
49664      Branch: perl
49665            ! pp_ctl.c
49666 ____________________________________________________________________________
49667 [ 23251] By: davem                                 on 2004/09/01  22:17:47
49668         Log: Random made scripts crashing perl
49669              fix 'formline undef' coredump
49670      Branch: perl
49671            ! pp_ctl.c t/lib/warnings/9uninit
49672 ____________________________________________________________________________
49673 [ 23250] By: davem                                 on 2004/09/01  20:46:13
49674         Log: From: david nicol <whatever@davidnicol.com>
49675              Subject: [perl #31228] no no-op
49676              Message-Id: 1093659222.1436.70.camel@plaza.davidnicol.com>
49677              Date: 27 Aug 2004 21:13:42 -0500
49678
49679              Document that 0 and 1 can (sort of) be used as no-ops.
49680      Branch: perl
49681            ! pod/perlop.pod
49682 ____________________________________________________________________________
49683 [ 23249] By: davem                                 on 2004/09/01  18:54:25
49684         Log: Subject:  [ PATCH ] 2 added private flags for B::Concise
49685              From:  Jim Cromie <jcromie@divsol.com>
49686              Date:  Tue, 31 Aug 2004 23:19:54 -0600
49687              Message-Id:  <41355BFA.8010900@divsol.com>
49688
49689              The OPpENTERSUB_NOMOD and OPpCONST_SHORTCIRCUIT flags weren't
49690              displayed by B::Concise.
49691      Branch: perl
49692            ! ext/B/B/Concise.pm
49693 ____________________________________________________________________________
49694 [ 23248] By: rgs                                   on 2004/09/01  15:35:20
49695         Log: Upgrade to Cwd 2.21.
49696      Branch: perl
49697            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
49698 ____________________________________________________________________________
49699 [ 23247] By: rgs                                   on 2004/09/01  15:11:45
49700         Log: Update to File::Spec 0.90
49701      Branch: perl
49702            ! lib/File/Spec.pm lib/File/Spec/VMS.pm
49703 ____________________________________________________________________________
49704 [ 23246] By: mhx                                   on 2004/08/30  18:36:18
49705         Log: Skip Time::HiRes tests if configured without that module.
49706      Branch: perl
49707            ! ext/Time/HiRes/t/HiRes.t
49708 ____________________________________________________________________________
49709 [ 23245] By: mhx                                   on 2004/08/30  18:34:58
49710         Log: Fix skipping of a Dumpvalue test when configured without Devel::Peek.
49711      Branch: perl
49712            ! lib/Dumpvalue.t
49713 ____________________________________________________________________________
49714 [ 23244] By: mhx                                   on 2004/08/30  18:33:27
49715         Log: Skip a Data::Dumper test if configured without B module.
49716      Branch: perl
49717            ! ext/Data/Dumper/t/dumper.t
49718 ____________________________________________________________________________
49719 [ 23243] By: mhx                                   on 2004/08/29  13:22:48
49720         Log: Fix typo in B::Assembler.
49721      Branch: perl
49722            ! ext/B/B/Assembler.pm
49723 ____________________________________________________________________________
49724 [ 23242] By: mhx                                   on 2004/08/29  13:21:50
49725         Log: Skip ext/B/t/assembler.t when configured without B.
49726      Branch: perl
49727            ! ext/B/t/assembler.t
49728 ____________________________________________________________________________
49729 [ 23241] By: merijn                                on 2004/08/28  08:05:19
49730         Log: Subject: [PATCH] File::Spec::VMS update
49731              From: "Craig A. Berry" <craigberry@mac.com>
49732              Date: Fri, 27 Aug 2004 18:51:09 -0500
49733              Message-ID: <412FC8ED.1020300@mac.com>
49734      Branch: perl
49735            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
49736 ____________________________________________________________________________
49737 [ 23240] By: merijn                                on 2004/08/28  07:41:47
49738         Log: Pumpkinship updates
49739      Branch: perl
49740            ! pod/perlhack.pod
49741 ____________________________________________________________________________
49742 [ 23239] By: mhx                                   on 2004/08/26  21:57:39
49743         Log: Fix nasty line break in Storable test file.
49744      Branch: perl
49745            ! ext/Storable/t/just_plain_nasty.t
49746 ____________________________________________________________________________
49747 [ 23238] By: rgs                                   on 2004/08/26  13:02:14
49748         Log: Upgrade to MIME::Base64 3.03
49749      Branch: perl
49750            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
49751            ! ext/MIME/Base64/QuotedPrint.pm
49752 ____________________________________________________________________________
49753 [ 23237] By: rgs                                   on 2004/08/25  08:32:41
49754         Log: Upgrade to MIME::Base64 3.02.
49755      Branch: perl
49756            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
49757            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
49758            ! ext/MIME/Base64/t/quoted-print.t
49759 ____________________________________________________________________________
49760 [ 23236] By: rgs                                   on 2004/08/24  17:24:40
49761         Log: Grammatical nit by Hugo.
49762      Branch: perl
49763            ! pod/perlnewmod.pod
49764 ____________________________________________________________________________
49765 [ 23235] By: rgs                                   on 2004/08/23  12:32:33
49766         Log: Subject: [perl #31295] PATCH: Test comp/use.t fails on Tru64
49767              From: Nikola Milutinovic (via RT) <perlbug-followup@perl.org>
49768              Date: 23 Aug 2004 10:37:31 -0000
49769              Message-ID: <rt-3.0.11-31295-94232.1.74127465250315@perl.org>
49770      Branch: perl
49771            ! t/comp/use.t
49772 ____________________________________________________________________________
49773 [ 23234] By: mhx                                   on 2004/08/23  05:33:39
49774         Log: Upgrade to Devel::PPPort 3.01.
49775      Branch: perl
49776            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
49777            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
49778            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/parts/inc/ppphtest
49779            ! ext/Devel/PPPort/parts/inc/version
49780            ! ext/Devel/PPPort/t/ppphtest.t
49781 ____________________________________________________________________________
49782 [ 23233] By: mhx                                   on 2004/08/22  22:18:56
49783         Log: Fix some backwards-compatibility problems with Storable.
49784      Branch: perl
49785            ! ext/Storable/Storable.xs ext/Storable/t/weak.t
49786 ____________________________________________________________________________
49787 [ 23232] By: rgs                                   on 2004/08/22  19:14:57
49788         Log: Upgrade to Time::HiRes 1.61
49789      Branch: perl
49790            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
49791            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
49792            ! ext/Time/HiRes/hints/solaris.pl ext/Time/HiRes/t/HiRes.t
49793 ____________________________________________________________________________
49794 [ 23231] By: mhx                                   on 2004/08/22  15:36:36
49795         Log: Fix Storable's MANIFEST.
49796      Branch: perl
49797            ! ext/Storable/MANIFEST
49798 ____________________________________________________________________________
49799 [ 23230] By: davem                                 on 2004/08/20  21:20:48
49800         Log: a regex in STDOUT destructor coredumped because regex pad already
49801              freed
49802      Branch: perl
49803            ! perl.c t/op/ref.t
49804 ____________________________________________________________________________
49805 [ 23229] By: mhx                                   on 2004/08/20  13:18:08
49806         Log: Upgrade to Devel::PPPort 3.00_03.
49807      Branch: perl
49808            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
49809            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
49810            ! ext/Devel/PPPort/parts/inc/ppphtest
49811            ! ext/Devel/PPPort/t/ppphtest.t
49812 ____________________________________________________________________________
49813 [ 23228] By: mhx                                   on 2004/08/19  23:14:00
49814         Log: Tweak 'h2xs -h' output.
49815      Branch: perl
49816            ! utils/h2xs.PL
49817 ____________________________________________________________________________
49818 [ 23227] By: mhx                                   on 2004/08/19  17:05:48
49819         Log: Delete superfluous "with".
49820      Branch: perl
49821            ! README.win32
49822 ____________________________________________________________________________
49823 [ 23226] By: mhx                                   on 2004/08/19  11:22:15
49824         Log: Upgrade to Devel::PPPort 3.00_02.
49825      Branch: perl
49826            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
49827            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
49828            ! ext/Devel/PPPort/PPPort_pm.PL
49829 ____________________________________________________________________________
49830 [ 23225] By: rgs                                   on 2004/08/19  07:58:59
49831         Log: Mark a test that relies on tainting behavior as TODO on Windows.
49832      Branch: perl
49833            ! t/comp/opsubs.t
49834 ____________________________________________________________________________
49835 [ 23224] By: steveh                                on 2004/08/18  13:44:13
49836         Log: Add notes for building with MS VC++ Toolkit 2003
49837      Branch: perl
49838            ! README.win32
49839 ____________________________________________________________________________
49840 [ 23223] By: mhx                                   on 2004/08/17  21:33:41
49841         Log: Upgrade to Devel::PPPort 3.00_01.
49842      Branch: perl
49843            + ext/Devel/PPPort/parts/inc/sv_xpvf ext/Devel/PPPort/t/cop.t
49844            + ext/Devel/PPPort/t/sv_xpvf.t
49845            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
49846            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
49847            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
49848            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl
49849            ! ext/Devel/PPPort/parts/inc/misc
49850            ! ext/Devel/PPPort/parts/inc/ppphbin
49851            ! ext/Devel/PPPort/parts/inc/ppphtest
49852            ! ext/Devel/PPPort/parts/inc/uv
49853            ! ext/Devel/PPPort/parts/ppptools.pl
49854            ! ext/Devel/PPPort/parts/todo/5004000
49855            ! ext/Devel/PPPort/parts/todo/5004050
49856            ! ext/Devel/PPPort/parts/todo/5006000
49857            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/uv.t
49858 ____________________________________________________________________________
49859 [ 23222] By: mhx                                   on 2004/08/17  10:14:46
49860         Log: Upgrade to Devel::PPPort 3.00.
49861      Branch: perl
49862            + (add 103 files)
49863            - ext/Devel/PPPort/t/test.t
49864            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
49865            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
49866            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/README
49867            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/module2.c
49868            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/ppport_h.PL
49869            ! ext/Devel/PPPort/soak
49870 ____________________________________________________________________________
49871 [ 23221] By: rgs                                   on 2004/08/17  08:25:39
49872         Log: Subject: [PATCH] Document Carp's global variables + provide tests
49873              From: "Jos I. Boumans" <kane@dwim.org>
49874              Date: Mon, 16 Aug 2004 15:53:40 +0200
49875              Message-Id: <ADC6DEC6-EF8B-11D8-8425-000A95EF62E2@dwim.org>
49876              (tests a bit reworked)
49877      Branch: perl
49878            ! lib/Carp.pm lib/Carp.t
49879 ____________________________________________________________________________
49880 [ 23220] By: rgs                                   on 2004/08/17  07:29:11
49881         Log: Subject: Updates to modules-related pod
49882              From: Kirrily Skud Robert <skud@infotrope.net>
49883              Date: Mon, 16 Aug 2004 16:00:14 -0400
49884              Message-ID: <20040816200014.GC27764@infotrope.net>
49885      Branch: perl
49886            ! pod/perlnewmod.pod
49887 ____________________________________________________________________________
49888 [ 23219] By: rgs                                   on 2004/08/16  17:59:22
49889         Log: Subject: [PATCH] running mktables on VMS
49890              From: "Craig A. Berry" <craigberry@mac.com>
49891              Date: Tue, 10 Aug 2004 22:28:04 -0500
49892              Message-ID: <41199244.9020706@mac.com>
49893      Branch: perl
49894            ! vms/descrip_mms.template
49895 ____________________________________________________________________________
49896 [ 23218] By: rgs                                   on 2004/08/16  07:23:56
49897         Log: Subject: [PATCH] make cygwin ld2 executable
49898              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
49899              Date: Sun, 15 Aug 2004 17:14:59 -0700
49900              Message-ID: <20040816001252.GA2148@efn.org>
49901      Branch: perl
49902            ! cygwin/Makefile.SHs
49903 ____________________________________________________________________________
49904 [ 23217] By: davem                                 on 2004/08/14  22:32:16
49905         Log: make pp_goto() cope potential stack reallocation in EXTEND
49906              The code for goto &foo had local pointers to the stack that
49907              pointed to the wrong place after a realloc.
49908      Branch: perl
49909            ! pp_ctl.c t/op/goto.t
49910 ____________________________________________________________________________
49911 [ 23216] By: rgs                                   on 2004/08/13  13:18:37
49912         Log: Subject: [PATCH] pre Math::BigInt v1.72
49913              From: Tels <perl_dummy@bloodgate.com>
49914              Date: Fri, 13 Aug 2004 14:02:50 +0200
49915              Message-Id: <200408131402.52270@bloodgate.com>
49916      Branch: perl
49917            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
49918            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
49919            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
49920            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
49921 ____________________________________________________________________________
49922 [ 23215] By: rgs                                   on 2004/08/13  12:09:35
49923         Log: Subject: Test for functions with operator names
49924              From: Andy Lester <andy@petdance.com>
49925              Date: Thu, 12 Aug 2004 11:31:03 -0500
49926              Message-ID: <20040812163103.GA26687@petdance.com>
49927      Branch: perl
49928            + t/comp/opsubs.t
49929            ! MANIFEST
49930 ____________________________________________________________________________
49931 [ 23214] By: rgs                                   on 2004/08/13  07:13:38
49932         Log: Subject: api doc fix for SvSetMagicSV_nosteal
49933              From: Stas Bekman <stas@stason.org>
49934              Date: Thu, 12 Aug 2004 18:10:36 -0700
49935              Message-ID: <411C150C.5020602@stason.org>
49936      Branch: perl
49937            ! pod/perlapi.pod sv.h
49938 ____________________________________________________________________________
49939 [ 23213] By: rgs                                   on 2004/08/10  13:17:40
49940         Log: Subject: Re: 2 patches: goto.t, B.pm/xs
49941              From: Jim Cromie <jcromie@divsol.com>
49942              Date: Tue, 10 Aug 2004 07:29:08 -0600
49943              Message-ID: <4118CDA4.3060700@divsol.com>
49944      Branch: perl
49945            ! t/op/goto.t
49946 ____________________________________________________________________________
49947 [ 23212] By: rgs                                   on 2004/08/10  07:21:19
49948         Log: Subject: 2 patches: goto.t, B.pm/xs
49949              From: Jim Cromie <jcromie@divsol.com>
49950              Date: Sun, 08 Aug 2004 18:42:47 -0600
49951              Message-ID: <4116C887.9080400@divsol.com>
49952      Branch: perl
49953            ! ext/B/B.pm ext/B/B.xs
49954 ____________________________________________________________________________
49955 [ 23211] By: rgs                                   on 2004/08/10  07:00:01
49956         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
49957              From: Alan Burlison <Alan.Burlison@sun.com>
49958              Date: Mon, 09 Aug 2004 19:00:12 +0100
49959              Message-ID: <4117BBAC.7080603@sun.com>
49960      Branch: perl
49961            ! ext/POSIX/POSIX.xs
49962 ____________________________________________________________________________
49963 [ 23210] By: davem                                 on 2004/08/09  19:58:35
49964         Log: Fix a typo and remove some debugging crud from change #23209
49965      Branch: perl
49966            ! ext/XS/APItest/t/call.t
49967 ____________________________________________________________________________
49968 [ 23209] By: davem                                 on 2004/08/09  19:48:57
49969         Log: eval_sv() failing a taint test could corrupt the stack
49970      Branch: perl
49971            ! ext/XS/APItest/t/call.t perl.c
49972 ____________________________________________________________________________
49973 [ 23208] By: davem                                 on 2004/08/09  18:28:33
49974         Log: made eq_array in t/test.pl handle undef values better
49975      Branch: perl
49976            ! t/test.pl
49977 ____________________________________________________________________________
49978 [ 23207] By: davem                                 on 2004/08/09  17:21:27
49979         Log: fix minor nit in file description, to keep Jarkko happy
49980      Branch: perl
49981            ! utf8.c
49982 ____________________________________________________________________________
49983 [ 23206] By: rgs                                   on 2004/08/09  15:33:54
49984         Log: Subject: Patch for t/op/sleep.t
49985              From: Andy Lester <andy@petdance.com>
49986              Date: Mon, 9 Aug 2004 00:11:51 -0500
49987              Message-ID: <20040809051151.GA13872@petdance.com>
49988      Branch: perl
49989            ! t/op/sleep.t
49990 ____________________________________________________________________________
49991 [ 23205] By: rgs                                   on 2004/08/09  12:10:25
49992         Log: Add a note in perltodo about a potential extension of readpipe()
49993      Branch: perl
49994            ! pod/perltodo.pod
49995 ____________________________________________________________________________
49996 [ 23204] By: rgs                                   on 2004/08/09  09:13:27
49997         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
49998              From: Alan Burlison <Alan.Burlison@sun.com>
49999              Date: Mon, 09 Aug 2004 10:30:25 +0100
50000              Message-ID: <41174431.6050803@sun.com>
50001      Branch: perl
50002            ! ext/POSIX/POSIX.xs
50003 ____________________________________________________________________________
50004 [ 23203] By: davem                                 on 2004/08/07  15:10:40
50005         Log: Add tests for XS call_*() API
50006      Branch: perl
50007            + ext/XS/APItest/t/call.t
50008            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
50009            ! ext/XS/APItest/MANIFEST pod/perlcall.pod
50010 ____________________________________________________________________________
50011 [ 23202] By: mhx                                   on 2004/08/07  15:10:39
50012         Log: Subject: [PATCH] DB_File 1.810
50013              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
50014              Date: Sat, 7 Aug 2004 15:22:09 +0100
50015              Message-Id: <20040807142059.CTQC10838.mta10-svc.ntlworld.com@MARQUESSPT21>
50016      Branch: perl
50017            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
50018            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
50019 ____________________________________________________________________________
50020 [ 23200] By: steveh                                on 2004/08/06  12:55:31
50021         Log: Fix [perl #24269] socket() call uses non-IFS providers
50022              causing subsequent print/read to hang or misbehave
50023
50024              Patch supplied by Artiom Morozov <artiom@phreaker.net>
50025              in the bug report at http://rt.perl.org/rt3/index.html?q=24269
50026      Branch: perl
50027            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
50028            ! win32/win32.h win32/win32sck.c
50029 ____________________________________________________________________________
50030 [ 23199] By: steveh                                on 2004/08/06  11:57:59
50031         Log: Another small clean-up following changes #23190 and #23198
50032      Branch: perl
50033            ! gv.c
50034 ____________________________________________________________________________
50035 [ 23198] By: davem                                 on 2004/08/06  10:06:46
50036         Log: remove leaks associated with version object change #23190
50037      Branch: perl
50038            ! gv.c util.c
50039 ____________________________________________________________________________
50040 [ 23197] By: rgs                                   on 2004/08/06  06:53:08
50041         Log: Subject: [PATCH sv.c]  signedness nit in #23190
50042              From: "Craig A. Berry" <craigberry@mac.com>
50043              Date: Thu, 05 Aug 2004 13:10:55 -0500
50044              Message-ID: <4112782F.7040302@mac.com>
50045      Branch: perl
50046            ! sv.c
50047 ____________________________________________________________________________
50048 [ 23196] By: mhx                                   on 2004/08/04  18:29:23
50049         Log: Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg.
50050      Branch: perl
50051            ! pod/perlapi.pod sv.h
50052 ____________________________________________________________________________
50053 [ 23195] By: nick                                  on 2004/08/04  18:16:47
50054         Log: Comment describing purpose.
50055      Branch: perl
50056            ! globals.c
50057 ____________________________________________________________________________
50058 [ 23194] By: rgs                                   on 2004/08/04  07:18:49
50059         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
50060              From: Alan Burlison <Alan.Burlison@sun.com>
50061              Date: Mon, 19 Jul 2004 12:07:02 +0100
50062              Message-ID: <40FBAB56.1030208@sun.com>
50063
50064              (last chunk only)
50065      Branch: perl
50066            ! ext/POSIX/POSIX.xs
50067 ____________________________________________________________________________
50068 [ 23193] By: rgs                                   on 2004/08/04  07:00:21
50069         Log: Remove compilation warnings about uninitialized variables.
50070      Branch: perl
50071            ! sv.c
50072 ____________________________________________________________________________
50073 [ 23192] By: rgs                                   on 2004/08/04  06:55:46
50074         Log: Remove the "Newline in left-justified string" warning.
50075      Branch: perl
50076            ! pod/perldiag.pod sv.c t/lib/warnings/sv
50077 ____________________________________________________________________________
50078 [ 23191] By: rgs                                   on 2004/08/04  06:30:58
50079         Log: Subject: [PATCH] extension to diagnostics.pm
50080              From: Fergal Daly <fergal@esatclear.ie>
50081              Date: Wed, 4 Aug 2004 00:33:09 +0100
50082              Message-ID: <20040803233309.GA239@dyn.fergaldaly.com>
50083      Branch: perl
50084            ! lib/diagnostics.pm
50085 ____________________________________________________________________________
50086 [ 23190] By: rgs                                   on 2004/08/04  06:19:27
50087         Log: Subject: [PATCH] Final version object core patch?
50088              From: John Peacock <jpeacock@rowman.com>
50089              Date: Tue, 03 Aug 2004 22:23:57 -0400
50090              Message-ID: <411048BD.3080700@rowman.com>
50091      Branch: perl
50092            ! gv.c perl.c pp_ctl.c sv.c t/comp/require.t t/op/ver.t util.c
50093 ____________________________________________________________________________
50094 [ 23189] By: merijn                                on 2004/08/03  23:51:13
50095         Log: gcc on AIX 4 doesn't like -G on the commandline too
50096      Branch: perl
50097            ! hints/aix_4.sh
50098 ____________________________________________________________________________
50099 [ 23188] By: merijn                                on 2004/08/03  23:48:13
50100         Log: gcc on AIX doesn't like -G on the commandline
50101      Branch: perl
50102            ! hints/aix.sh
50103 ____________________________________________________________________________
50104 [ 23187] By: davem                                 on 2004/08/03  19:20:18
50105         Log: more typo fixes for change 3176 (comments at top of .c files)
50106      Branch: perl
50107            ! mg.c miniperlmain.c perl.c run.c scope.c
50108 ____________________________________________________________________________
50109 [ 23186] By: rgs                                   on 2004/08/03  10:22:54
50110         Log: Subject: [perl #30914] ExtUtils::Embed should use libperl name from Config
50111              From: Marek Rouchal (via RT) <perlbug-followup@perl.org>
50112              Date: 2 Aug 2004 07:00:33 -0000
50113              Message-ID: <rt-3.0.11-30914-93038.14.5123598132685@perl.org>
50114      Branch: perl
50115            ! lib/ExtUtils/Embed.pm
50116 ____________________________________________________________________________
50117 [ 23185] By: rgs                                   on 2004/08/03  09:39:35
50118         Log: Subject: [PATCH] additional -V:foo tests
50119              From: Jim Cromie <jcromie@divsol.com>
50120              Date: Mon, 02 Aug 2004 09:15:23 -0600
50121              Message-ID: <410E5A8B.9030307@divsol.com>
50122      Branch: perl
50123            ! configpm lib/Config.t pod/perlrun.pod
50124 ____________________________________________________________________________
50125 [ 23184] By: rgs                                   on 2004/08/02  16:40:36
50126         Log: Enhance the caveat in the description of tell()
50127
50128              Subject: Re: [perl #30788] Error in documentation
50129              From: Nick Ing-Simmons <nick@ing-simmons.net>
50130              Date: Wed, 28 Jul 2004 15:12:54 +0100
50131              Message-Id: <20040728141254.3861.5@llama.ing-simmons.net>
50132      Branch: perl
50133            ! pod/perlfunc.pod
50134 ____________________________________________________________________________
50135 [ 23183] By: rgs                                   on 2004/08/02  09:16:13
50136         Log: Remove empty rpath from .so files
50137      Branch: perl
50138            ! lib/ExtUtils/MM_Unix.pm
50139 ____________________________________________________________________________
50140 [ 23182] By: rgs                                   on 2004/08/02  09:11:12
50141         Log: Subject: [PATCH] mention refaddr() in overload::StrVal docs
50142              From: Fergal Daly <fergal@esatclear.ie>
50143              Date: Fri, 30 Jul 2004 16:09:19 +0100
50144              Message-ID: <20040730150919.GB19022@dyn.fergaldaly.com>
50145      Branch: perl
50146            ! lib/overload.pm
50147 ____________________________________________________________________________
50148 [ 23181] By: steveh                                on 2004/08/02  08:05:05
50149         Log: Fix breakage caused by Change 23179
50150      Branch: perl
50151            ! t/run/fresh_perl.t
50152 ____________________________________________________________________________
50153 [ 23180] By: davem                                 on 2004/08/01  16:49:20
50154         Log: Add comment to top of reentr.c and fix typos in other files
50155      Branch: perl
50156            ! deb.c dump.c miniperlmain.c pad.c perly.y reentr.c reentr.h
50157            ! reentr.pl regcomp.c regexec.c scope.c utf8.c
50158 ____________________________________________________________________________
50159 [ 23179] By: mhx                                   on 2004/08/01  16:10:19
50160         Log: Skip test when building without Encode.
50161      Branch: perl
50162            ! t/run/fresh_perl.t
50163 ____________________________________________________________________________
50164 [ 23178] By: mhx                                   on 2004/08/01  10:19:46
50165         Log: Remove redundant SvOOK_off (called implicitly by SvOK_off)
50166              and merge identical cases.
50167      Branch: perl
50168            ! scope.c
50169 ____________________________________________________________________________
50170 [ 23177] By: davem                                 on 2004/07/31  16:27:09
50171         Log: shut up a warning in mg.c
50172      Branch: perl
50173            ! mg.c
50174 ____________________________________________________________________________
50175 [ 23176] By: davem                                 on 2004/07/31  16:21:50
50176         Log: Add comment to the top of most .c files explaining their purpose
50177      Branch: perl
50178            ! deb.c doio.c doop.c dump.c gv.c hv.c locale.c malloc.c mg.c
50179            ! miniperlmain.c numeric.c op.c pad.c perl.c perlio.c perly.act
50180            ! perly.h perly.tab perly.y pp.c pp_ctl.c pp_hot.c pp_pack.c
50181            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c taint.c
50182            ! universal.c utf8.c util.c
50183 ____________________________________________________________________________
50184 [ 23175] By: mhx                                   on 2004/07/31  15:19:13
50185         Log: Fix copy & paste bugs in mX?PUSH macro tests.
50186      Branch: perl
50187            ! ext/XS/APItest/APItest.xs
50188 ____________________________________________________________________________
50189 [ 23174] By: merijn                                on 2004/07/31  08:32:31
50190         Log: First steps towards an explicit perl.exp-less AIX build
50191              Previous method can still be used by undeffing usenativedlopen
50192              If that is ever tested at all on AIX
50193      Branch: perl
50194            ! hints/aix.sh hints/aix_4.sh
50195 ____________________________________________________________________________
50196 [ 23173] By: mhx                                   on 2004/07/31  08:29:54
50197         Log: Fix and update Perl_grok_* docs.
50198      Branch: perl
50199            ! numeric.c pod/perlapi.pod
50200 ____________________________________________________________________________
50201 [ 23172] By: steveh                                on 2004/07/30  14:31:08
50202         Log: A few minor updates to README.win32 (aka perlwin32)
50203      Branch: perl
50204            ! README.win32
50205 ____________________________________________________________________________
50206 [ 23171] By: rgs                                   on 2004/07/30  14:24:08
50207         Log: Upgrade to Math::BigInt v1.71.
50208      Branch: perl
50209            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
50210            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
50211            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
50212            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
50213 ____________________________________________________________________________
50214 [ 23170] By: steveh                                on 2004/07/30  13:27:41
50215         Log: Bug report #30132 was resolved before it was finished!
50216              Here's the last piece in the puzzle.
50217      Branch: perl
50218            ! ext/IO/lib/IO/File.pm
50219 ____________________________________________________________________________
50220 [ 23168] By: rgs                                   on 2004/07/28  12:13:36
50221         Log: Upgrade to File::Spec 0.88.
50222      Branch: perl
50223            ! lib/File/Spec.pm lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
50224 ____________________________________________________________________________
50225 [ 23167] By: rgs                                   on 2004/07/28  09:20:12
50226         Log: Subject: Re: [perl #30783] Test::Builder does not handle overloaded "name" values
50227              From: Autrijus Tang <autrijus@gmail.com>
50228              Date: Thu, 22 Jul 2004 20:17:58 -0700
50229              Message-ID: <1912f0e204072220171790193a@mail.gmail.com>
50230      Branch: perl
50231            ! lib/Test/Builder.pm
50232 ____________________________________________________________________________
50233 [ 23166] By: rgs                                   on 2004/07/28  06:31:06
50234         Log: Subject: Re: more 5.9 sort tests (second draft)
50235              From: david nicol <whatever@davidnicol.com>
50236              Date: 21 Jul 2004 17:10:05 -0500
50237              Message-Id: <1090447805.995.24.camel@plaza.davidnicol.com>
50238      Branch: perl
50239            ! t/op/sort.t
50240 ____________________________________________________________________________
50241 [ 23165] By: rgs                                   on 2004/07/28  06:25:15
50242         Log: Subject: Re: AW: [perl #7558] [PATCH] README.solaris
50243              From: Andy Dougherty <doughera@lafayette.edu>
50244              Date: Tue, 27 Jul 2004 14:12:06 -0400 (EDT)
50245              Message-ID: <Pine.SOL.4.58.0407271335550.22839@maxwell.phys.lafayette.edu>
50246      Branch: perl
50247            ! README.solaris
50248 ____________________________________________________________________________
50249 [ 23164] By: davem                                 on 2004/07/26  22:08:32
50250         Log: Subject:  [perl #7558] [PATCH] README.solaris
50251              From:  Andy Dougherty <doughera@lafayette.edu>
50252              Date:  Mon, 26 Jul 2004 15:32:35 -0400 (EDT)
50253              Message-Id:  <Pine.SOL.4.58.0407261530350.19559@maxwell.phys.lafayette.edu>
50254
50255              Add more info on /dev/random under solaris
50256      Branch: perl
50257            ! README.solaris
50258 ____________________________________________________________________________
50259 [ 23163] By: mhx                                   on 2004/07/26  17:14:37
50260         Log: The byte-order modifiers won't go into 5.8.
50261      Branch: perl
50262            ! pod/perlfunc.pod pod/perlport.pod
50263 ____________________________________________________________________________
50264 [ 23162] By: steveh                                on 2004/07/26  10:41:56
50265         Log: Windows-related updates to Porting/repository.pod
50266      Branch: perl
50267            ! Porting/repository.pod
50268 ____________________________________________________________________________
50269 [ 23161] By: davem                                 on 2004/07/25  19:05:28
50270         Log: make -Dl log runops loop entry and exit, and jump level popping
50271      Branch: perl
50272            ! dump.c scope.h
50273 ____________________________________________________________________________
50274 [ 23160] By: davem                                 on 2004/07/24  10:00:27
50275         Log: document that -i messes soft as well hard hard links.
50276      Branch: perl
50277            ! pod/perlrun.pod
50278 ____________________________________________________________________________
50279 [ 23159] By: davem                                 on 2004/07/23  21:15:32
50280         Log: make a note in perlrun that -i doesn't preserve UNIX hard links.
50281      Branch: perl
50282            ! pod/perlrun.pod
50283 ____________________________________________________________________________
50284 [ 23158] By: davem                                 on 2004/07/23  11:06:02
50285         Log: memory leak in array delete
50286              av_delete() wasn't mortalizing the returned value
50287      Branch: perl
50288            ! av.c t/op/delete.t
50289 ____________________________________________________________________________
50290 [ 23157] By: davem                                 on 2004/07/23  10:35:16
50291         Log: remove binary compat from #23156 (remove PL_retstack)
50292      Branch: perl
50293            ! cop.h embed.fnc embed.h embedvar.h perlapi.h proto.h scope.c
50294            ! thrdvar.h
50295 ____________________________________________________________________________
50296 [ 23156] By: davem                                 on 2004/07/23  09:52:59
50297         Log: remove the return stack PL_retstack, and store return ops in the CX
50298              structure directly instead
50299      Branch: perl
50300            ! cc_runtime.h cop.h deb.c mg.c perl.c pp_ctl.c pp_hot.c
50301            ! pp_sys.c scope.c sv.c thrdvar.h
50302 ____________________________________________________________________________
50303 [ 23155] By: nicholas                              on 2004/07/22  18:50:31
50304         Log: Build the perldelta copying command for the main Unix makefile with
50305              buildtoc, so that it doesn't get forgotten on version increments.
50306      Branch: perl
50307            ! Makefile.SH pod/buildtoc
50308 ____________________________________________________________________________
50309 [ 23154] By: nicholas                              on 2004/07/22  18:19:58
50310         Log: Grab perl585delta.pod from maint and
50311
50312              Integrate:
50313              [ 23069]
50314              This is RC2. Maybe this one will last longer.
50315
50316              [ 23141]
50317              Break a leg
50318
50319              [perlhist.pod]
50320      Branch: perl
50321           +> pod/perl585delta.pod
50322            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
50323            ! vms/descrip_mms.template win32/pod.mak
50324           !> pod/perlhist.pod
50325 ____________________________________________________________________________
50326 [ 23152] By: rgs                                   on 2004/07/22  16:16:41
50327         Log: Upgrade to Cwd 2.20
50328      Branch: perl
50329            + ext/Cwd/t/win32.t
50330            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
50331            ! lib/Cwd.pm
50332 ____________________________________________________________________________
50333 [ 23151] By: rgs                                   on 2004/07/22  15:50:34
50334         Log: Sort perldiag.
50335      Branch: perl
50336            ! pod/perldiag.pod
50337 ____________________________________________________________________________
50338 [ 23150] By: rgs                                   on 2004/07/22  13:15:12
50339         Log: Subject: Re: "Too late for -T" could be more descriptive
50340              From: Jim Cromie <jcromie@divsol.com>
50341              Date: Wed, 21 Jul 2004 11:21:50 -0600
50342              Message-ID: <40FEA62E.2010809@divsol.com>
50343              (with tweaks)
50344      Branch: perl
50345            ! perl.c perl.h pod/perldebug.pod pod/perldiag.pod
50346            ! pod/perlrun.pod
50347 ____________________________________________________________________________
50348 [ 23149] By: rgs                                   on 2004/07/22  12:09:40
50349         Log: Email change for Steffen Mueller.
50350      Branch: perl
50351            ! AUTHORS
50352 ____________________________________________________________________________
50353 [ 23148] By: rgs                                   on 2004/07/22  11:32:16
50354         Log: Grammar fix by Paul Johnson.
50355      Branch: perl
50356            ! pod/perldiag.pod
50357 ____________________________________________________________________________
50358 [ 23147] By: nicholas                              on 2004/07/22  10:51:48
50359         Log: Config::config_re and config_sh would report the byteorder as 'ffff'
50360      Branch: perl
50361            ! configpm lib/Config.t
50362 ____________________________________________________________________________
50363 [ 23146] By: rgs                                   on 2004/07/21  12:01:32
50364         Log: Subject: [PATCH] Mention common dynaloader errors in perldiag.pod
50365              From: "Jos I. Boumans" <kane@dwim.org>
50366              Date: Wed, 21 Jul 2004 13:47:35 +0200
50367              Message-Id: <C226C05A-DB0B-11D8-A551-000A95EF62E2@dwim.org>
50368              (with tweaks)
50369      Branch: perl
50370            ! pod/perldiag.pod
50371 ____________________________________________________________________________
50372 [ 23145] By: rgs                                   on 2004/07/21  08:47:14
50373         Log: Subject: [PATCH perl-current] Re: [perl #30688] Empty slice arg with ($;$) prototype
50374              From: Rick Delaney <rick@bort.ca>
50375              Date: Tue, 20 Jul 2004 16:53:54 -0400
50376              Message-ID: <20040720205353.GA970@biff.bort.ca>
50377      Branch: perl
50378            ! pp.c t/op/list.t
50379 ____________________________________________________________________________
50380 [ 23142] By: rgs                                   on 2004/07/19  15:49:12
50381         Log: Subject: [perl #30609] [PATCH] BigInt v1.71 - first try
50382              From: Tels <perl_dummy@bloodgate.com>
50383              Date: Sat, 17 Jul 2004 16:22:57 +0200
50384              Message-Id: <200407171622.58443@bloodgate.com>
50385      Branch: perl
50386            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
50387            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
50388            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
50389            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
50390            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
50391            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
50392 ____________________________________________________________________________
50393 [ 23135] By: nicholas                              on 2004/07/19  08:33:13
50394         Log: Turn 2 strcpy()s into memcpy() because we know the length.
50395      Branch: perl
50396            ! toke.c
50397 ____________________________________________________________________________
50398 [ 23130] By: nicholas                              on 2004/07/16  13:41:22
50399         Log: Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses
50400              1970
50401      Branch: perl
50402            ! pod/perlfunc.pod
50403 ____________________________________________________________________________
50404 [ 23129] By: nicholas                              on 2004/07/16  13:21:33
50405         Log: Typo fix from Julian Gilbey, forwarded upstream from Debian by
50406              Brendan O'Dea
50407      Branch: perl
50408            ! pod/perluniintro.pod
50409 ____________________________________________________________________________
50410 [ 23128] By: nick                                  on 2004/07/16  12:16:05
50411         Log: Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk().
50412              From: Steve Hay <steve.hay@uk.radan.com>
50413              CC: perl-win32-porters@listserv.ActiveState.com
50414              Message-ID: <40F6B295.8010804@uk.radan.com>
50415
50416              Assumes perl's malloc can now handle non-contiguous memory (believed
50417              to be true).
50418              Does not address threading issues.
50419
50420              "The attached patch (against blead) makes sbrk() initially try to
50421              extend the existing block of memory exactly as it currently does, but
50422              to not  fail immediately if it can't -- it now frees up that part of
50423              whatever it  had previously reserved+committed which hadn't actually
50424              been used yet,  resets all its static variables and basically starts
50425              anew."
50426      Branch: perl
50427            ! win32/win32.c
50428 ____________________________________________________________________________
50429 [ 23127] By: nicholas                              on 2004/07/16  11:14:45
50430         Log: glob('*.c') to find documentation is dangerous when run in unclean
50431              trees, so isntead use MANIFEST to only scan the legitimate source
50432              files.
50433      Branch: perl
50434            ! autodoc.pl
50435 ____________________________________________________________________________
50436 [ 23126] By: nicholas                              on 2004/07/16  11:04:37
50437         Log: Encourage compilers to tail call optimise in sv_savepv, sv_savepvn
50438              and sv_savesharedpv. Need to create non-void returning versions of
50439              Copy and Zero, as the existing macros deliberately cast to (void)
50440      Branch: perl
50441            ! handy.h malloc.c perl.c pod/perlapi.pod sv.c util.c
50442 ____________________________________________________________________________
50443 [ 23125] By: nicholas                              on 2004/07/16  10:59:08
50444         Log: Rebuild perlapi.pod
50445      Branch: perl
50446            ! pod/perlapi.pod
50447 ____________________________________________________________________________
50448 [ 23124] By: merijn                                on 2004/07/16  10:30:53
50449         Log: Be sure HP-UX' ANSI C compiler's PATH is found *before*
50450              the path to the bundled braindead C compiler. This might
50451              influence ccache's behaviour in finding the correct path
50452      Branch: perl
50453            ! Configure
50454 ____________________________________________________________________________
50455 [ 23122] By: nicholas                              on 2004/07/16  10:14:24
50456         Log: oslevel can fail on AIX, but the output generated would confuse
50457              Configure
50458      Branch: perl
50459            ! Configure
50460 ____________________________________________________________________________
50461 [ 23121] By: nicholas                              on 2004/07/16  08:53:28
50462         Log: Some calls to PerlMemShared_alloc() aren't checking the return value.
50463              Bug spotted by Nigel Sandever
50464      Branch: perl
50465            ! ext/threads/threads.xs util.c
50466 ____________________________________________________________________________
50467 [ 23120] By: nicholas                              on 2004/07/15  19:09:15
50468         Log: threads.xs doesn't check the return value of the thread creation
50469              call. D'oh! This gives SEGVs if the OS fails to create another thread.
50470              Cause of problem located by Nigel Sandever
50471      Branch: perl
50472            ! ext/threads/threads.pm ext/threads/threads.xs
50473 ____________________________________________________________________________
50474 [ 23118] By: nicholas                              on 2004/07/15  16:28:03
50475         Log: Assimilate Cwd 2.19
50476      Branch: perl
50477            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
50478 ____________________________________________________________________________
50479 [ 23117] By: merijn                                on 2004/07/15  14:16:07
50480         Log: Trailing semi-colon are not allowed on #ifdef's in ANSI
50481      Branch: perl
50482            ! ext/Storable/Storable.xs
50483 ____________________________________________________________________________
50484 [ 23116] By: nicholas                              on 2004/07/15  12:50:31
50485         Log: Abigail notes that a re-entrant regexp engine is a todo
50486      Branch: perl
50487            ! pod/perltodo.pod
50488 ____________________________________________________________________________
50489 [ 23115] By: nicholas                              on 2004/07/15  12:47:50
50490         Log: for (reverse @foo) now iterates in reverse in place.
50491      Branch: perl
50492            ! op.c pod/perltodo.pod pp_ctl.c
50493 ____________________________________________________________________________
50494 [ 23114] By: nicholas                              on 2004/07/15  10:05:23
50495         Log: Optimise for (reverse ...)
50496      Branch: perl
50497            ! op.c
50498 ____________________________________________________________________________
50499 [ 23113] By: nicholas                              on 2004/07/15  09:44:16
50500         Log: Now optimising for $a (reverse ...)
50501      Branch: perl
50502            ! op.c
50503 ____________________________________________________________________________
50504 [ 23112] By: nicholas                              on 2004/07/15  09:16:43
50505         Log: The optrees for C<for $_ (...)> and C<for (...)> differ, so even more
50506              tests.
50507      Branch: perl
50508            ! t/cmd/for.t
50509 ____________________________________________________________________________
50510 [ 23111] By: nicholas                              on 2004/07/15  09:02:36
50511         Log: This seems to be needed to get COW working on Win32
50512      Branch: perl
50513            ! win32/win32.c
50514 ____________________________________________________________________________
50515 [ 23109] By: nicholas                              on 2004/07/14  23:35:24
50516         Log: "That's the way to do it"
50517              In taking out a bug spotted by my regression tests in t/cmd/for.t
50518              I actually managed to disable the entire optimisation. Which means
50519              that I didn't find the other bug. This optimisation is live, and
50520              passes all tests.
50521      Branch: perl
50522            ! op.c pp_hot.c
50523 ____________________________________________________________________________
50524 [ 23108] By: nicholas                              on 2004/07/14  20:55:30
50525         Log: Optimise foreach my $i (reverse ...)
50526              foreach without a lexical iterator not yet optimised
50527      Branch: perl
50528            ! ext/B/B/Concise.pm op.c op.h pp_ctl.c pp_hot.c
50529 ____________________________________________________________________________
50530 [ 23107] By: nicholas                              on 2004/07/14  17:44:08
50531         Log: Subject:  [PATCH] split doc clarification
50532              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
50533              Date:  Wed, 14 Jul 2004 10:19:36 -0700
50534              Message-Id:  <20040714171936.GA1092@efn.org>
50535      Branch: perl
50536            ! pod/perlfunc.pod
50537 ____________________________________________________________________________
50538 [ 23106] By: nicholas                              on 2004/07/14  15:36:57
50539         Log: Numeric comparison operators mustn't compare addresses of references
50540              that are overloaded.
50541      Branch: perl
50542            ! lib/overload.t pp.c pp_hot.c
50543 ____________________________________________________________________________
50544 [ 23105] By: nicholas                              on 2004/07/14  10:40:54
50545         Log: Lots of tests for for reverse ...
50546      Branch: perl
50547            ! t/cmd/for.t
50548 ____________________________________________________________________________
50549 [ 23104] By: nicholas                              on 2004/07/13  21:10:21
50550         Log: Some thoughts on foreach reverse
50551      Branch: perl
50552            ! pod/perltodo.pod
50553 ____________________________________________________________________________
50554 [ 23103] By: nicholas                              on 2004/07/13  19:10:20
50555         Log: s/sort/split/; - my mistake spotted by Dave.
50556      Branch: perl
50557            ! pod/perltodo.pod
50558 ____________________________________________________________________________
50559 [ 23102] By: nicholas                              on 2004/07/13  18:59:46
50560         Log: Optimise list context reverse sort to reverse as part of the sort op
50561      Branch: perl
50562            ! op.c pp_sort.c
50563 ____________________________________________________________________________
50564 [ 23101] By: nicholas                              on 2004/07/13  18:58:41
50565         Log: Work around evil compiler bug on OS X. (Sucks all memory)
50566      Branch: perl
50567            ! util.c
50568 ____________________________________________________________________________
50569 [ 23100] By: nicholas                              on 2004/07/13  15:05:09
50570         Log: check that reverse (sort (@a), @b) etc work.
50571              Join some lines that don't need wrapping
50572      Branch: perl
50573            ! t/op/sort.t
50574 ____________________________________________________________________________
50575 [ 23099] By: nicholas                              on 2004/07/13  14:46:06
50576         Log: Check that non-optimimisable sort comparisons work when reversed
50577              (Not optimised yet, but might be coming soon)
50578      Branch: perl
50579            ! t/op/sort.t
50580 ____________________________________________________________________________
50581 [ 23098] By: nicholas                              on 2004/07/13  14:34:03
50582         Log: Test reverse sort as the return from a function in list and scalar
50583              contexts.
50584      Branch: perl
50585            ! t/op/sort.t
50586 ____________________________________________________________________________
50587 [ 23097] By: nicholas                              on 2004/07/13  14:23:28
50588         Log: Also test reverse sort in scalar context
50589      Branch: perl
50590            ! t/op/sort.t
50591 ____________________________________________________________________________
50592 [ 23096] By: nicholas                              on 2004/07/13  14:06:36
50593         Log: A proper, working, stable optimisation for sort {$b cmp $a}
50594      Branch: perl
50595            ! ext/B/B/Concise.pm ext/B/t/f_sort.t op.c pp_sort.c
50596 ____________________________________________________________________________
50597 [ 23095] By: rgs                                   on 2004/07/13  13:29:54
50598         Log: Tweak to change #23089, as suggested by Tim Bunce
50599      Branch: perl
50600            ! lib/perl5db.pl
50601 ____________________________________________________________________________
50602 [ 23094] By: nicholas                              on 2004/07/13  11:28:49
50603         Log: Generalised "how many in list context" would be useful
50604      Branch: perl
50605            ! pod/perltodo.pod
50606 ____________________________________________________________________________
50607 [ 23093] By: nicholas                              on 2004/07/13  11:19:31
50608         Log: The current optimisation for sort {$b cmp $a} is bogus now that we
50609              guarantee a stable sort. Disable it, pending a correct optimisation.
50610      Branch: perl
50611            ! ext/B/t/f_sort.t op.c op.h t/op/sort.t
50612 ____________________________________________________________________________
50613 [ 23092] By: rgs                                   on 2004/07/13  09:30:11
50614         Log: Subject: Re: [perl #30568] splice generates undef? [PATCH]
50615              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
50616              Date: Mon, 12 Jul 2004 08:26:01 +0200
50617              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C7D2@attmsx1.aut.alcatel.at>
50618      Branch: perl
50619            ! pp.c t/op/splice.t
50620 ____________________________________________________________________________
50621 [ 23091] By: nicholas                              on 2004/07/13  09:14:22
50622         Log: Check each line of config_re output.
50623      Branch: perl
50624            ! lib/Config.t
50625 ____________________________________________________________________________
50626 [ 23090] By: nicholas                              on 2004/07/13  09:13:39
50627         Log: no_plan support in test.pl
50628      Branch: perl
50629            ! t/test.pl
50630 ____________________________________________________________________________
50631 [ 23089] By: rgs                                   on 2004/07/13  08:53:46
50632         Log: Subject: Re: debugger 'R'estart and open database connections
50633              From: Andrew Pimlott <andrew@pimlott.net>
50634              Date: Mon, 12 Jul 2004 21:06:01 -0400
50635              Message-ID: <20040713010601.GF8232@pimlott.net>
50636      Branch: perl
50637            ! lib/perl5db.pl
50638 ____________________________________________________________________________
50639 [ 23088] By: rgs                                   on 2004/07/13  08:27:11
50640         Log: Subject: [PATCH] was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warning
50641              From: John Peacock <jpeacock@rowman.com>
50642              Date: Mon, 12 Jul 2004 23:16:51 -0400
50643              Message-ID: <40F35423.5080304@rowman.com>
50644      Branch: perl
50645            ! lib/version.pm lib/version.t util.c
50646 ____________________________________________________________________________
50647 [ 23085] By: nicholas                              on 2004/07/12  17:27:28
50648         Log: Bodge to make Tk work - like the UTF8 flag, the READONLY flag has too
50649              many meanings. const const vs mutable in this case.
50650      Branch: perl
50651            ! sv.c
50652 ____________________________________________________________________________
50653 [ 23084] By: nick                                  on 2004/07/12  14:26:12
50654         Log: NI-S: IMHO utf8_upgrade is just changing representation not the value
50655              so it has no business calling SvSETMAGIC.
50656      Branch: perl
50657            ! sv.c
50658 ____________________________________________________________________________
50659 [ 23083] By: nick                                  on 2004/07/12  12:17:56
50660         Log: Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
50661              Can now handle the case
50662              is_utf8_string(NULL,0)
50663              again.
50664              Why do we have code dup for Perl_is_utf8_string_loc() ?
50665      Branch: perl
50666            ! utf8.c
50667 ____________________________________________________________________________
50668 [ 23082] By: nicholas                              on 2004/07/11  20:09:00
50669         Log: A decent benchmark would be useful. But it is vague.
50670      Branch: perl
50671            ! pod/perltodo.pod
50672 ____________________________________________________________________________
50673 [ 23081] By: nicholas                              on 2004/07/11  18:36:49
50674         Log: Finding a way to put "I'm MAINT" in perl -v is a TODO
50675      Branch: perl
50676            ! pod/perltodo.pod
50677 ____________________________________________________________________________
50678 [ 23079] By: nicholas                              on 2004/07/10  21:58:34
50679         Log: Store weak references.
50680      Branch: perl
50681            + ext/Storable/t/testlib.pl ext/Storable/t/weak.t
50682            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
50683            ! ext/Storable/README ext/Storable/Storable.pm
50684            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
50685 ____________________________________________________________________________
50686 [ 23078] By: nicholas                              on 2004/07/10  21:11:56
50687         Log: Dual lifing and dists is a TODO
50688      Branch: perl
50689            ! pod/perltodo.pod
50690 ____________________________________________________________________________
50691 [ 23077] By: nicholas                              on 2004/07/10  18:51:35
50692         Log: Resurrect the TODO items about Unicode filenames and Unicode %ENV
50693              Rant a bit more about POD -> HTML
50694      Branch: perl
50695            ! pod/perltodo.pod
50696 ____________________________________________________________________________
50697 [ 23076] By: nicholas                              on 2004/07/10  16:00:44
50698         Log: Perl_mode_from_discipline must update len. (else SEGV)
50699              Diagnosis and patch from clkao
50700      Branch: perl
50701            ! doio.c
50702 ____________________________________________________________________________
50703 [ 23075] By: rgs                                   on 2004/07/10  13:03:56
50704         Log: Subject: Bug with NEXT when called from an eval block
50705              From: Dave Rolsky <autarch@urth.org>
50706              Date: Fri, 9 Jul 2004 17:06:07 -0500 (CDT)
50707              Message-ID: <Pine.LNX.4.58.0407091703010.4578@urth.org>
50708      Branch: perl
50709            ! lib/NEXT.pm lib/NEXT/t/next.t
50710 ____________________________________________________________________________
50711 [ 23074] By: nicholas                              on 2004/07/09  21:03:11
50712         Log: Subject: Re: Segfault using HTML::Entities
50713              From: Jarkko Hietaniemi <jhi@iki.fi>
50714              Message-ID: <40EDBE1A.6080205@iki.fi>
50715              Date: Fri, 09 Jul 2004 00:35:22 +0300
50716      Branch: perl
50717            ! pp_ctl.c regexec.c t/run/fresh_perl.t
50718 ____________________________________________________________________________
50719 [ 23073] By: nicholas                              on 2004/07/09  14:49:16
50720         Log: A more honest TODO
50721      Branch: perl
50722            ! pod/perltodo.pod
50723 ____________________________________________________________________________
50724 [ 23072] By: nicholas                              on 2004/07/09  11:34:17
50725         Log: dor and // fulfil a TODO
50726              Correct a deviation from the Nicholas Clark style guide.
50727      Branch: perl
50728            ! pod/perltodo.pod
50729 ____________________________________________________________________________
50730 [ 23071] By: rgs                                   on 2004/07/09  08:08:05
50731         Log: Subject: [PATCH] prime_env_iter and zero-length values on VMS
50732              From: "Craig A. Berry" <craigberry@mac.com>
50733              Date: Thu, 08 Jul 2004 23:19:05 -0500
50734              Message-ID: <40EE1CB9.8030407@mac.com>
50735      Branch: perl
50736            ! vms/vms.c
50737 ____________________________________________________________________________
50738 [ 23065] By: nicholas                              on 2004/07/08  13:09:44
50739         Log: Randal notes:
50740
50741              "perldoc perldelta" still says 5.8.3 to 5.8.4, even though there
50742              *is* a "perldoc perl583delta" properly.
50743
50744              This is because perl584delta still thinks it's the perldelta
50745      Branch: perl
50746            ! pod/perl584delta.pod
50747 ____________________________________________________________________________
50748 [ 23063] By: rgs                                   on 2004/07/07  17:48:29
50749         Log: Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef
50750              as an argument.
50751      Branch: perl
50752            ! sv.c
50753 ____________________________________________________________________________
50754 [ 23062] By: nicholas                              on 2004/07/07  15:14:39
50755         Log: First stab at explaining that CLONE may get more parameters in future.
50756              More eloquent rewording desired. Patches welcome.
50757      Branch: perl
50758            ! pod/perlmod.pod
50759 ____________________________________________________________________________
50760 [ 23061] By: nicholas                              on 2004/07/07  13:30:27
50761         Log: hv_store was not passing hash onwards (spotted by Dave)
50762      Branch: perl
50763            ! hv.c
50764 ____________________________________________________________________________
50765 [ 23060] By: mhx                                   on 2004/07/06  21:43:05
50766         Log: Failing matches don't reset numbered variables.
50767              Change #22997 could cause Text::ParseWords to loop forever if the
50768              regex didn't not match. Explicitly return if the match fails.
50769      Branch: perl
50770            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
50771 ____________________________________________________________________________
50772 [ 23059] By: nicholas                              on 2004/07/06  21:39:27
50773         Log: Integrate:
50774              [ 23057]
50775              This is RC1
50776      Branch: perl
50777           !> pod/perlhist.pod
50778 ____________________________________________________________________________
50779 [ 23058] By: nicholas                              on 2004/07/06  20:45:53
50780         Log: Stop ENV_IS_CASELESS hv.c picking up the wrong hash value from a
50781              shared string scalar.
50782      Branch: perl
50783            ! hv.c
50784 ____________________________________________________________________________
50785 [ 23052] By: nicholas                              on 2004/07/06  09:26:24
50786         Log: A tool to check the AUTHORS file
50787      Branch: perl
50788            + Porting/checkAUTHORS.pl
50789            ! MANIFEST
50790 ____________________________________________________________________________
50791 [ 23051] By: nicholas                              on 2004/07/06  09:25:16
50792         Log: Add some missing authors and remove 1 duplicate
50793      Branch: perl
50794            ! AUTHORS
50795 ____________________________________________________________________________
50796 [ 23048] By: nicholas                              on 2004/07/05  17:26:09
50797         Log: There was no need to bump $Text::ParseWords::VERSION to 3.24
50798      Branch: perl
50799            ! lib/Text/ParseWords.pm
50800 ____________________________________________________________________________
50801 [ 23047] By: rgs                                   on 2004/07/05  17:05:55
50802         Log: Update tests and $VERSION for change 23046
50803      Branch: perl
50804            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
50805 ____________________________________________________________________________
50806 [ 23046] By: rgs                                   on 2004/07/05  16:53:54
50807         Log: Subject: Re: [perl #30504] B::Deparse scoping problem with for loop
50808              From: Stephen McCamant <smcc@MIT.EDU>
50809              Date: Mon, 28 Jun 2004 18:26:24 -0700
50810              Message-ID: <16608.50496.787002.560481@apocalypse.OCF.Berkeley.EDU>
50811      Branch: perl
50812            ! ext/B/B/Deparse.pm
50813 ____________________________________________________________________________
50814 [ 23042] By: nicholas                              on 2004/07/05  14:54:15
50815         Log: Bump $B::Deparse::VERSION
50816      Branch: perl
50817            ! ext/B/B/Deparse.pm
50818 ____________________________________________________________________________
50819 [ 23040] By: nicholas                              on 2004/07/05  10:24:17
50820         Log: t/op/tie.t test 23 is failing when run with utf8 everywhere.
50821              Problem appears to be due to theft of temporaries
50822      Branch: perl
50823            ! mg.c
50824 ____________________________________________________________________________
50825 [ 23029] By: nicholas                              on 2004/07/04  16:39:07
50826         Log: Subject: [PATCH Cwd 2.18] _vms_abs_path on non-directories
50827              From: "Craig A. Berry" <craigberry@mac.com>
50828              Message-ID: <40E704AA.4090801@mac.com>
50829              Date: Sat, 03 Jul 2004 14:10:34 -0500
50830      Branch: perl
50831            ! ext/Cwd/t/cwd.t lib/Cwd.pm
50832 ____________________________________________________________________________
50833 [ 23028] By: nicholas                              on 2004/07/04  15:14:33
50834         Log: /usr/bin/locale steadfastly delivers 8 bit output independent of
50835              LC_ALL. So when perl's expecting utf8, things don't quite work right.
50836              This has become visible since fix 22842
50837      Branch: perl
50838            ! lib/locale.t
50839 ____________________________________________________________________________
50840 [ 23027] By: mhx                                   on 2004/07/02  14:44:37
50841         Log: More microperl tweaks.
50842      Branch: perl
50843            ! Makefile.micro README.micro uconfig.h uconfig.sh
50844 ____________________________________________________________________________
50845 [ 23026] By: rgs                                   on 2004/07/02  13:05:23
50846         Log: Maintainer change for Safe
50847      Branch: perl
50848            ! Porting/Maintainers.pl
50849 ____________________________________________________________________________
50850 [ 23025] By: rgs                                   on 2004/07/02  10:06:29
50851         Log: Bump version number of Safe for CPAN release
50852      Branch: perl
50853            ! ext/Opcode/Safe.pm
50854 ____________________________________________________________________________
50855 [ 23024] By: rgs                                   on 2004/07/02  07:50:42
50856         Log: Upgrade to I18N::LangTags 0.33
50857      Branch: perl
50858            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
50859            ! lib/I18N/LangTags/t/80_all_env.t
50860 ____________________________________________________________________________
50861 [ 23023] By: davem                                 on 2004/07/02  01:49:11
50862         Log: utf8 POPSTACK crash on split execution
50863              split() does a SWITCHSTACK to directly split to an array, but
50864              if it subsequently dies (eg the regex triggers a 'use utf8' which
50865              is then denied by Safe), then the switch doesn't get undone. Add
50866              a new save type to allow for this.
50867      Branch: perl
50868            ! pp.c scope.c scope.h
50869 ____________________________________________________________________________
50870 [ 23022] By: mhx                                   on 2004/07/01  21:08:44
50871         Log: The microperl config didn't know about usemallocwrap yet.
50872      Branch: perl
50873            ! uconfig.h uconfig.sh
50874 ____________________________________________________________________________
50875 [ 23021] By: mhx                                   on 2004/07/01  14:30:05
50876         Log: Check for definedness of sv before calling sv_derived_from()
50877              to prevent "Use of uninitialized value..." warning.
50878      Branch: perl
50879            ! universal.c
50880 ____________________________________________________________________________
50881 [ 23019] By: nicholas                              on 2004/07/01  10:14:03
50882         Log: Bump version numbers
50883      Branch: perl
50884            ! ext/File/Glob/Glob.pm ext/XS/APItest/APItest.pm
50885            ! ext/threads/threads.pm lib/Carp.pm lib/File/Copy.pm
50886            ! lib/Text/ParseWords.pm lib/Text/Wrap.pm lib/autouse.pm
50887            ! lib/charnames.pm lib/diagnostics.pm lib/utf8.pm
50888 ____________________________________________________________________________
50889 [ 23018] By: nicholas                              on 2004/06/30  21:37:12
50890         Log: Assert that we aren't leaking memory.
50891      Branch: perl
50892            ! sv.c
50893 ____________________________________________________________________________
50894 [ 23016] By: gbarr                                 on 2004/06/30  13:47:36
50895         Log: Sync to libnet-1.19
50896      Branch: perl
50897            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
50898            ! lib/Net/POP3.pm lib/Net/SMTP.pm lib/Net/t/datasend.t
50899 ____________________________________________________________________________
50900 [ 23014] By: rgs                                   on 2004/06/30  12:12:24
50901         Log: Subject: [PATCH pod/perlop.pod] Documenting undefined behaviour of $i = $i ++.
50902              From: Abigail <abigail@abigail.nl>
50903              Date: Wed, 30 Jun 2004 12:00:21 +0200
50904              Message-ID: <20040630100021.GA23752@abigail.nl>
50905      Branch: perl
50906            ! pod/perlop.pod
50907 ____________________________________________________________________________
50908 [ 23011] By: nicholas                              on 2004/06/29  15:26:34
50909         Log: Note that sv_2mortal isn't just "increase reference count by 1, and
50910              mark that it needs a deferred recount"
50911      Branch: perl
50912            ! sv.c
50913 ____________________________________________________________________________
50914 [ 23010] By: rgs                                   on 2004/06/29  12:12:58
50915         Log: More caveats in B::Deparse's documentation
50916              (suggested by Yves Orton)
50917      Branch: perl
50918            ! ext/B/B/Deparse.pm
50919 ____________________________________________________________________________
50920 [ 23007] By: merijn                                on 2004/06/29  10:57:46
50921         Log: HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI
50922              11.00 and on are ANSI by default for /opt/ansic/bin
50923              Error was introduced by #22975 in re-enabling 10.01
50924      Branch: perl
50925            ! hints/hpux.sh
50926 ____________________________________________________________________________
50927 [ 23006] By: davem                                 on 2004/06/28  22:50:01
50928         Log: use encoding and "eq" cause memory leak
50929              Perl_sv_eq() was creating a temp and not always freeing it
50930      Branch: perl
50931            ! sv.c
50932 ____________________________________________________________________________
50933 [ 23002] By: nicholas                              on 2004/06/27  20:57:50
50934         Log: Assimilate Locale-Codes-2.07
50935      Branch: perl
50936            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
50937            ! lib/Locale/Codes/t/all.t lib/Locale/Codes/t/constants.t
50938            ! lib/Locale/Codes/t/country.t lib/Locale/Codes/t/currency.t
50939            ! lib/Locale/Codes/t/uk.t lib/Locale/Constants.pm
50940            ! lib/Locale/Constants.pod lib/Locale/Country.pm
50941            ! lib/Locale/Country.pod lib/Locale/Currency.pm
50942            ! lib/Locale/Currency.pod lib/Locale/Language.pm
50943            ! lib/Locale/Language.pod lib/Locale/Script.pm
50944            ! lib/Locale/Script.pod
50945 ____________________________________________________________________________
50946 [ 23001] By: nicholas                              on 2004/06/27  18:27:43
50947         Log: Stop 80_all_env.t failing when LC_ALL is set
50948      Branch: perl
50949            ! lib/I18N/LangTags/t/80_all_env.t
50950 ____________________________________________________________________________
50951 [ 22998] By: nicholas                              on 2004/06/25  22:19:51
50952         Log: Correct detection of absent modules. Based on
50953
50954              Subject: [PATCH] Config{extensions} uses filesystem names as extensions
50955              From: Andy Dougherty <doughera@lafayette.edu>
50956              Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu>
50957              Date: Thu, 24 Jun 2004 15:09:47 -0400 (EDT)
50958
50959              with improvements from Marcus Holland-Moritz
50960      Branch: perl
50961            ! ext/Devel/PPPort/t/test.t ext/PerlIO/t/scalar.t
50962            ! ext/PerlIO/t/via.t ext/threads/shared/t/disabled.t lib/DB.t
50963            ! lib/Dumpvalue.t lib/PerlIO/via/t/QuotedPrint.t
50964            ! lib/Tie/RefHash.t lib/autouse.t lib/dumpvar.t lib/h2xs.t
50965            ! lib/overload.t t/io/crlf.t
50966 ____________________________________________________________________________
50967 [ 22997] By: mhx                                   on 2004/06/25  20:27:05
50968         Log: Cleanup the main regex in Text::ParseWords and make the
50969              parse_line() routine faster. Add a Unicode test case.
50970      Branch: perl
50971            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
50972 ____________________________________________________________________________
50973 [ 22996] By: merijn                                on 2004/06/25  15:27:21
50974         Log: Subject: [perl #30450] perl 5.8.4: enhancement to hints/solaris_2.sh
50975              From: Nicholas Gianniotis (via RT) <perlbug-followup@perl.org>
50976              Date: 25 Jun 2004 09:39:51 -0000
50977              Message-ID: <rt-3.0.9-30450-91340.10.3279898804255@perl.org>
50978              and
50979              From: Andy Dougherty <doughera@lafayette.edu>
50980              Date: Fri, 25 Jun 2004 11:30:11 -0400 (EDT)
50981              Message-ID: <Pine.SOL.4.58.0406251113420.15961@maxwell.phys.lafayette.edu>
50982      Branch: perl
50983            ! hints/solaris_2.sh
50984 ____________________________________________________________________________
50985 [ 22995] By: rgs                                   on 2004/06/25  15:07:51
50986         Log: Subject: [PATCH] regcomp.c, t/op/regmesg.t -- False range with \p and \P
50987              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
50988              Date: Thu, 24 Jun 2004 16:42:54 -0400 (EDT)
50989              Message-ID: <Pine.LNX.4.44.0406241636340.8774-200000@perlmonk.org>
50990      Branch: perl
50991            ! regcomp.c t/op/regmesg.t
50992 ____________________________________________________________________________
50993 [ 22994] By: rgs                                   on 2004/06/25  08:36:33
50994         Log: More @INC test fixes
50995      Branch: perl
50996            ! t/op/threads.t t/run/switch_A.t t/uni/chomp.t t/uni/tr_7jis.t
50997            ! t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t
50998 ____________________________________________________________________________
50999 [ 22993] By: rgs                                   on 2004/06/25  08:28:34
51000         Log: Fix the Cwd tests for the core.
51001      Branch: perl
51002            ! ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
51003 ____________________________________________________________________________
51004 [ 22992] By: mhx                                   on 2004/06/24  19:51:06
51005         Log: Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline inside quoted text
51006              Use the suggested regex fix, plus some tests.
51007      Branch: perl
51008            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
51009 ____________________________________________________________________________
51010 [ 22991] By: rgs                                   on 2004/06/24  16:47:24
51011         Log: Upgrade to Cwd 2.18
51012              (with local changes to cwd.t, to adapt it to the core)
51013      Branch: perl
51014            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
51015 ____________________________________________________________________________
51016 [ 22990] By: mhx                                   on 2004/06/24  16:22:05
51017         Log: Fix for: [perl #2738] perl segfautls on input
51018              The parser was incorrectly accepting <> as a subroutine prototype and
51019              newATTRSUB didn't validate the proto argument before accessing op_sv.
51020      Branch: perl
51021            ! op.c pod/perldiag.pod t/comp/parser.t toke.c
51022 ____________________________________________________________________________
51023 [ 22988] By: rgs                                   on 2004/06/24  12:58:35
51024         Log: Upgrade to Cwd 2.17_03
51025      Branch: perl
51026            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm
51027 ____________________________________________________________________________
51028 [ 22977] By: nicholas                              on 2004/06/23  08:38:47
51029         Log: Test that [] // 0 is []
51030      Branch: perl
51031            ! t/op/dor.t
51032 ____________________________________________________________________________
51033 [ 22976] By: rgs                                   on 2004/06/23  08:28:15
51034         Log: Add a regression test for bug #23765 (by Jarkko)
51035      Branch: perl
51036            ! t/op/substr.t
51037 ____________________________________________________________________________
51038 [ 22975] By: merijn                                on 2004/06/23  06:56:15
51039         Log: Backward compatibility issues for HP-UX 10.01 and older
51040              Yes, it is still actively used in production environment
51041              One more patch expected for toke.c optimization level
51042      Branch: perl
51043            ! hints/hpux.sh
51044 ____________________________________________________________________________
51045 [ 22972] By: mhx                                   on 2004/06/22  21:23:59
51046         Log: Proposed patch + test case.
51047
51048              Subject: [perl #30409] charnames.pm clobbers default variable
51049              From: Marcel "Grünauer" (via RT) <perlbug-followup@perl.org>
51050              Date: 22 Jun 2004 16:43:50 -0000
51051              Message-ID: <rt-3.0.9-30409-91174.12.8617678524438@perl.org>
51052      Branch: perl
51053            ! lib/charnames.pm lib/charnames.t
51054 ____________________________________________________________________________
51055 [ 22971] By: mhx                                   on 2004/06/22  21:00:10
51056         Log: Adjust array index in FileCache.pm.
51057
51058              Subject: [perl #30291] Use of uninitialized value (array index reference) in FileCache.pm module at line 140
51059              From: bbucklan@jpl-devvax.jpl.nasa.gov (via RT) <perlbug-followup@perl.org>
51060              Date: 15 Jun 2004 16:55:22 -0000
51061              Message-ID: <rt-3.0.9-30291-90552.18.5392299690759@perl.org>
51062      Branch: perl
51063            ! lib/FileCache.pm
51064 ____________________________________________________________________________
51065 [ 22970] By: mhx                                   on 2004/06/22  20:26:11
51066         Log: Subject: [PATCH] DB_File 1.809  was RE: [perl #30237] DB_File methods and substr don't mix
51067              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
51068              Date: Tue, 22 Jun 2004 21:29:12 +0100
51069              Message-Id: <20040622202910.WBSU21846.mta08-svc.ntlworld.com@MARQUESSPT21>
51070      Branch: perl
51071            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
51072            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
51073            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
51074            ! ext/DB_File/typemap
51075 ____________________________________________________________________________
51076 [ 22969] By: nicholas                              on 2004/06/22  13:25:11
51077         Log: Abolish the "Tied variable freed while still in use" error - I have
51078              a way to cleanly avoid the coredump.
51079      Branch: perl
51080            ! mg.c pod/perldiag.pod t/op/tie.t
51081 ____________________________________________________________________________
51082 [ 22968] By: nicholas                              on 2004/06/22  12:28:58
51083         Log: Subject: [PATCH] Storable signedness nit
51084              From: "Craig A. Berry" <craigberry@mac.com>
51085              Message-ID: <40D3AAC7.6030407@mac.com>
51086              Date: Fri, 18 Jun 2004 21:53:59 -0500
51087      Branch: perl
51088            ! ext/Storable/Storable.xs
51089 ____________________________________________________________________________
51090 [ 22967] By: nicholas                              on 2004/06/22  09:57:23
51091         Log: Skip tests if List::Util not built
51092      Branch: perl
51093            ! lib/DB.t lib/Dumpvalue.t lib/autouse.t lib/dumpvar.t
51094            ! lib/overload.t
51095 ____________________________________________________________________________
51096 [ 22966] By: nicholas                              on 2004/06/22  09:56:59
51097         Log: Skip test if Data::Dumper not built
51098      Branch: perl
51099            ! lib/Tie/RefHash.t
51100 ____________________________________________________________________________
51101 [ 22965] By: nicholas                              on 2004/06/22  09:56:34
51102         Log: Skip test if Devel::PPPort is not built.
51103              Probably should fix h2xs to work without it.
51104      Branch: perl
51105            ! lib/h2xs.t
51106 ____________________________________________________________________________
51107 [ 22964] By: rgs                                   on 2004/06/22  07:34:40
51108         Log: Upgrade to I18N::LangTags 0.32
51109      Branch: perl
51110            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
51111            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/80_all_env.t
51112 ____________________________________________________________________________
51113 [ 22963] By: davem                                 on 2004/06/20  12:00:56
51114         Log: make mktables always update modifed time to play better with make
51115      Branch: perl
51116            ! Makefile.SH lib/unicore/mktables
51117 ____________________________________________________________________________
51118 [ 22962] By: davem                                 on 2004/06/20  11:50:19
51119         Log: fix typo in gp_free
51120      Branch: perl
51121            ! gv.c
51122 ____________________________________________________________________________
51123 [ 22961] By: davem                                 on 2004/06/19  12:36:58
51124         Log: 'make test' without preceeding 'make' fails.
51125              Change #22872 added a target to run mktables, but this was
51126              skipped if 'make test' was run first, causing the build of
51127              Unicode::Normalize to fail.
51128      Branch: perl
51129            ! Makefile.SH
51130 ____________________________________________________________________________
51131 [ 22960] By: nicholas                              on 2004/06/18  20:18:02
51132         Log: When expecting an error, it's best to check the text you got, rather
51133              than blindly assuming that it's correct.
51134      Branch: perl
51135            ! t/op/write.t
51136 ____________________________________________________________________________
51137 [ 22959] By: nicholas                              on 2004/06/18  18:57:30
51138         Log: Case insensitive file systems are bad, m'kay
51139      Branch: perl
51140            ! ext/IO/t/IO.t
51141 ____________________________________________________________________________
51142 [ 22958] By: nicholas                              on 2004/06/18  13:45:51
51143         Log: This needs POSIX, so skip if no POSIX
51144      Branch: perl
51145            ! lib/Pod/t/basic.t
51146 ____________________________________________________________________________
51147 [ 22957] By: nicholas                              on 2004/06/18  13:44:27
51148         Log: Also needs skipping if PerlIO::via not built
51149      Branch: perl
51150            ! lib/PerlIO/via/t/QuotedPrint.t
51151 ____________________________________________________________________________
51152 [ 22956] By: nicholas                              on 2004/06/18  13:24:13
51153         Log: Skip tests when PerlIO::scalar and PerlIO::via aren't built
51154      Branch: perl
51155            ! ext/PerlIO/t/scalar.t ext/PerlIO/t/via.t
51156 ____________________________________________________________________________
51157 [ 22955] By: nicholas                              on 2004/06/18  13:19:16
51158         Log: Not ideal, but skip all of IO's tests if Socket is not built.
51159      Branch: perl
51160            ! ext/IO/t/IO.t
51161 ____________________________________________________________________________
51162 [ 22954] By: nicholas                              on 2004/06/18  13:11:31
51163         Log: Skip test if perl configured without threads::shared
51164      Branch: perl
51165            ! ext/threads/shared/t/disabled.t
51166 ____________________________________________________________________________
51167 [ 22953] By: nicholas                              on 2004/06/18  13:09:24
51168         Log: Skip test if Devel::PPPort not built
51169      Branch: perl
51170            ! ext/Devel/PPPort/t/test.t
51171 ____________________________________________________________________________
51172 [ 22952] By: nicholas                              on 2004/06/18  13:07:40
51173         Log: Skip re tests if re not built.
51174      Branch: perl
51175            ! ext/re/t/re.t
51176 ____________________________________________________________________________
51177 [ 22951] By: nicholas                              on 2004/06/18  11:38:24
51178         Log: If we don't build B, we should skip all its tests.
51179      Branch: perl
51180            ! ext/B/t/asmdata.t ext/B/t/b.t ext/B/t/bblock.t
51181            ! ext/B/t/bytecode.t ext/B/t/concise.t ext/B/t/debug.t
51182            ! ext/B/t/deparse.t ext/B/t/f_map.t ext/B/t/f_sort.t
51183            ! ext/B/t/lint.t ext/B/t/o.t ext/B/t/optree_check.t
51184            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
51185            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
51186            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t ext/B/t/stash.t
51187            ! ext/B/t/terse.t ext/B/t/xref.t
51188 ____________________________________________________________________________
51189 [ 22950] By: nicholas                              on 2004/06/18  11:27:51
51190         Log: D'oh. Don't turn on warnings on the #! line without actually testing
51191              the full code in case it warns.
51192      Branch: perl
51193            ! lib/Unicode/UCD.t
51194 ____________________________________________________________________________
51195 [ 22949] By: nicholas                              on 2004/06/18  09:43:12
51196         Log: Unicode::UCD uses Storable, so we can't test if Storable isn't built.
51197      Branch: perl
51198            ! lib/Unicode/UCD.t
51199 ____________________________________________________________________________
51200 [ 22948] By: nicholas                              on 2004/06/18  09:23:20
51201         Log: Can't test the B modules if we didn't build 'em
51202      Branch: perl
51203            ! t/lib/1_compile.t
51204 ____________________________________________________________________________
51205 [ 22947] By: nicholas                              on 2004/06/18  08:59:01
51206         Log: Need to skip test 7 if perl built without the PerlIO::scalar extension
51207      Branch: perl
51208            ! t/io/crlf.t
51209 ____________________________________________________________________________
51210 [ 22946] By: rgs                                   on 2004/06/18  07:44:34
51211         Log: Upgrade to I18N::LangTags 0.31.
51212      Branch: perl
51213            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
51214            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/10_http.t
51215            ! lib/I18N/LangTags/t/80_all_env.t
51216 ____________________________________________________________________________
51217 [ 22945] By: nicholas                              on 2004/06/17  19:27:05
51218         Log: As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't
51219              seem that memzero() of everything is the most efficient idea.
51220      Branch: perl
51221            ! sv.c
51222 ____________________________________________________________________________
51223 [ 22944] By: nicholas                              on 2004/06/17  14:57:14
51224         Log: Change 22516 forgot to add make_overload.pl to generate test data
51225              (submitted from the pub via wireless, bluetooth and then GPRS out
51226              to the Internet)
51227      Branch: perl
51228            + ext/Storable/t/make_overload.pl
51229            ! MANIFEST
51230 ____________________________________________________________________________
51231 [ 22943] By: nicholas                              on 2004/06/17  12:03:48
51232         Log: Storable should cope if the string to thaw happens to be utf8 encoded
51233              And anything with bytes >=256 is corrupt
51234      Branch: perl
51235            ! ext/Storable/ChangeLog ext/Storable/README
51236            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
51237            ! ext/Storable/t/utf8.t
51238 ____________________________________________________________________________
51239 [ 22942] By: rgs                                   on 2004/06/17  09:57:14
51240         Log: Upgrade to Locale::Maketext 1.09
51241      Branch: perl
51242            + lib/Locale/Maketext/t/01_about_verbose.t
51243            + lib/Locale/Maketext/t/10_make.t lib/Locale/Maketext/t/20_get.t
51244            + lib/Locale/Maketext/t/40_super.t
51245            + lib/Locale/Maketext/t/50_super.t
51246            + lib/Locale/Maketext/t/60_super.t
51247            + lib/Locale/Maketext/t/90_utf8.t
51248            - lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
51249            - lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
51250            - lib/Locale/Maketext/t/04super.t
51251            - lib/Locale/Maketext/t/05super.t
51252            - lib/Locale/Maketext/t/06super.t lib/Locale/Maketext/t/90utf8.t
51253            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
51254            ! lib/Locale/Maketext/README
51255 ____________________________________________________________________________
51256 [ 22941] By: rgs                                   on 2004/06/17  09:43:48
51257         Log: Upgrade to I18N::LangTags 0.30.
51258      Branch: perl
51259            + lib/I18N/LangTags/Detect.pm
51260            + lib/I18N/LangTags/t/01_about_verbose.t
51261            + lib/I18N/LangTags/t/05_main.t lib/I18N/LangTags/t/07_listy.t
51262            + lib/I18N/LangTags/t/10_http.t lib/I18N/LangTags/t/50_super.t
51263            + lib/I18N/LangTags/t/55_supers_strict.t
51264            + lib/I18N/LangTags/t/80_all_env.t
51265            - lib/I18N/LangTags/t/01test.t lib/I18N/LangTags/t/02decency.t
51266            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
51267            ! lib/I18N/LangTags/List.pm
51268 ____________________________________________________________________________
51269 [ 22940] By: rgs                                   on 2004/06/17  08:54:41
51270         Log: More forgiving version comparison in perlivp.
51271      Branch: perl
51272            ! utils/perlivp.PL
51273 ____________________________________________________________________________
51274 [ 22939] By: nicholas                              on 2004/06/16  09:05:57
51275         Log: Improve the substitution to cc_r for threading so that compilers
51276              specified with a full path or as a parameter to ccache are changed
51277      Branch: perl
51278            ! hints/aix.sh
51279 ____________________________________________________________________________
51280 [ 22938] By: rgs                                   on 2004/06/15  14:35:00
51281         Log: Subject: [PATCH] File::Basename docs
51282              From: Boris Zentner <bzm@2bz.de>
51283              Date: Sat, 12 Jun 2004 16:29:42 +0200
51284              Message-Id: <200406121629.42595.bzm@2bz.de>
51285      Branch: perl
51286            ! lib/File/Basename.pm
51287 ____________________________________________________________________________
51288 [ 22937] By: nicholas                              on 2004/06/15  09:21:22
51289         Log: It seems that our assert() macro wasn't good enough.
51290              Changed to one that that is an expression, rather than a statement.
51291              Fix new macros definitions in sv.h to be clean enough C to keep the
51292              AIX compiler happy.
51293      Branch: perl
51294            ! perl.h sv.h
51295 ____________________________________________________________________________
51296 [ 22936] By: rgs                                   on 2004/06/15  08:22:32
51297         Log: Subject: [PATCH] perlop.pod: add an example to the .. and ... operators
51298              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
51299              Date: Tue, 15 Jun 2004 10:15:15 +0300 (IDT)
51300              Message-ID: <Pine.LNX.4.56.0406151013140.14618@vipe.technion.ac.il>
51301      Branch: perl
51302            ! pod/perlop.pod
51303 ____________________________________________________________________________
51304 [ 22935] By: nicholas                              on 2004/06/15  07:17:17
51305         Log: Assert SvTYPE is at least PGMV whenever accessing SvSTASH
51306      Branch: perl
51307            ! ext/Storable/Storable.xs sv.h
51308 ____________________________________________________________________________
51309 [ 22934] By: nicholas                              on 2004/06/14  15:26:38
51310         Log: Assert that SV type has magic member when reading/writing.
51311              Will catch buggy code.
51312      Branch: perl
51313            ! sv.c sv.h
51314 ____________________________________________________________________________
51315 [ 22933] By: rgs                                   on 2004/06/13  17:54:47
51316         Log: More h2ph voodoo.
51317      Branch: perl
51318            ! utils/h2ph.PL
51319 ____________________________________________________________________________
51320 [ 22932] By: rgs                                   on 2004/06/13  15:35:00
51321         Log: Subject: [PATCH] t/TEST
51322              From: Abe Timmerman <abe@ztreet.demon.nl>
51323              Date: Sun, 13 Jun 2004 11:41:49 +0200
51324              Message-Id: <200406131141.50361.abe@ztreet.demon.nl>
51325      Branch: perl
51326            ! t/TEST
51327 ____________________________________________________________________________
51328 [ 22931] By: rgs                                   on 2004/06/11  16:54:00
51329         Log: Reapply change #20983, rolled back by change #22920,
51330              as noticed by Craig Berry.
51331      Branch: perl
51332            ! pod/pod2usage.PL pod/podselect.PL
51333 ____________________________________________________________________________
51334 [ 22930] By: rgs                                   on 2004/06/11  14:22:55
51335         Log: More h2ph tweaks: recognition of C types
51336      Branch: perl
51337            ! utils/h2ph.PL
51338 ____________________________________________________________________________
51339 [ 22929] By: rgs                                   on 2004/06/11  13:46:53
51340         Log: More h2ph tweaking for gcc __inline functions
51341      Branch: perl
51342            ! utils/h2ph.PL
51343 ____________________________________________________________________________
51344 [ 22928] By: mhx                                   on 2004/06/11  09:37:42
51345         Log: t/comp/utf.t failed when configuring with -Dnoextensions=Encode
51346      Branch: perl
51347            ! t/comp/utf.t
51348 ____________________________________________________________________________
51349 [ 22927] By: rgs                                   on 2004/06/11  08:28:19
51350         Log: Remove a warning against unsafe signals in perlipc.pod,
51351              now that we have "safe signals".
51352      Branch: perl
51353            ! pod/perlipc.pod
51354 ____________________________________________________________________________
51355 [ 22926] By: rgs                                   on 2004/06/10  19:03:51
51356         Log: Subject: Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparsed code properly
51357              From: Mathieu Arnold <m@absolight.fr>
51358              Date: Thu, 10 Jun 2004 16:43:58 +0200
51359              Message-ID: <34D483170C7F84E0DFBE442B@andromede.in.reaumur.net>
51360              (with a test adjustment)
51361      Branch: perl
51362            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
51363 ____________________________________________________________________________
51364 [ 22925] By: rgs                                   on 2004/06/10  17:26:15
51365         Log: Make h2ph able to understand a limited set of inline functions.
51366              The glibc apparently now ships headers that use inline functions
51367              instead of plain old macros.
51368      Branch: perl
51369            ! utils/h2ph.PL
51370 ____________________________________________________________________________
51371 [ 22924] By: rgs                                   on 2004/06/10  07:55:41
51372         Log: Subject: Change 22872 breaks shared miniperl invocation
51373              From: Alexey Tourbin <at@altlinux.ru>
51374              Date: Fri, 4 Jun 2004 13:24:17 +0400
51375              Message-ID: <20040604092417.GA13447@solemn.turbinal.org>
51376      Branch: perl
51377            ! Makefile.SH
51378 ____________________________________________________________________________
51379 [ 22923] By: rgs                                   on 2004/06/09  19:47:47
51380         Log: Subject: Re: [perl #30045] Transliteration replacement not terminated message obscure
51381              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
51382              Date: Mon, 7 Jun 2004 00:28:55 -0700
51383              Message-ID: <20040607072854.GB1028@efn.org>
51384      Branch: perl
51385            ! pod/perldiag.pod
51386 ____________________________________________________________________________
51387 [ 22922] By: rgs                                   on 2004/06/09  18:40:45
51388         Log: Remove the "malloc wrappage" tests, due to their unportability
51389              (as suggested by Jarkko.)
51390      Branch: perl
51391            ! t/op/array.t t/op/repeat.t
51392 ____________________________________________________________________________
51393 [ 22921] By: rgs                                   on 2004/06/09  15:57:58
51394         Log: Subject: [PATCH] Re: [perl #24081] invalid regexp in perl -V
51395              From: Robin Barker <Robin.Barker@npl.co.uk>
51396              Date: Wed, 9 Jun 2004 12:02:01 +0100
51397              Message-ID: <533D273D4014D411AB1D00062938C4D9040468F1@hotel.npl.co.uk>
51398              with further adjustements for bleadperl
51399      Branch: perl
51400            ! configpm lib/Config.t
51401 ____________________________________________________________________________
51402 [ 22920] By: rgs                                   on 2004/06/09  13:13:29
51403         Log: Upgrade to Pod::Parser 1.28
51404              (except Pod::Find, which has local patches not yet on CPAN)
51405      Branch: perl
51406            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Parser.pm
51407            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
51408            ! t/pod/find.t
51409 ____________________________________________________________________________
51410 [ 22919] By: mhx                                   on 2004/06/09  12:50:12
51411         Log: s/64bit/64-bit/g for consistency in the READMEs.
51412      Branch: perl
51413            ! README.aix README.hpux
51414 ____________________________________________________________________________
51415 [ 22918] By: rgs                                   on 2004/06/09  12:43:59
51416         Log: Subject: [patch] Windows/Win32 thread handle leak with threads join
51417              From: "Kevin Chase" <kevincha99@hotmail.com>
51418              Date: Sun, 06 Jun 2004 09:44:44 -0700
51419              Message-ID: <BAY2-F172Ih5h5xf4rJ0001a3a6@hotmail.com>
51420      Branch: perl
51421            ! ext/threads/threads.xs
51422 ____________________________________________________________________________
51423 [ 22917] By: merijn                                on 2004/06/09  11:46:23
51424         Log: Several updates, major, and minor corrections, model updates,
51425              explained the model numbering of HP-UX servers.
51426      Branch: perl
51427            ! README.hpux
51428 ____________________________________________________________________________
51429 [ 22916] By: rgs                                   on 2004/06/09  09:53:58
51430         Log: Upgrade to Pod::Perldoc 3.13
51431      Branch: perl
51432            + lib/Pod/Perldoc/t/01_about_verbose.t
51433            ! MANIFEST lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
51434 ____________________________________________________________________________
51435 [ 22915] By: rgs                                   on 2004/06/09  09:08:46
51436         Log: Upgrade to Digest 1.08.
51437      Branch: perl
51438            ! lib/Digest.pm
51439 ____________________________________________________________________________
51440 [ 22914] By: rgs                                   on 2004/06/09  08:08:55
51441         Log: Upgrade to CGI.pm 3.05
51442      Branch: perl
51443            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Util.pm lib/CGI/t/html.t
51444 ____________________________________________________________________________
51445 [ 22913] By: davem                                 on 2004/06/08  22:20:40
51446         Log: double DESTROY in for loop
51447              pp_iter decremented the ref count of the previous iterant before
51448              unaliasing it. This could lead to DESTROY being called with the
51449              loop variable still aliased to the freed value. If the DESTROY
51450              also contained a for loop with the same iterator variable, the
51451              freed value would get resurrected then freed for a second time.
51452      Branch: perl
51453            ! pp_hot.c t/cmd/for.t
51454 ____________________________________________________________________________
51455 [ 22912] By: rgs                                   on 2004/06/08  18:51:03
51456         Log: Upgrade to Pod::LaTeX 0.57
51457      Branch: perl
51458            + lib/Pod/t/user.t
51459            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
51460 ____________________________________________________________________________
51461 [ 22911] By: rgs                                   on 2004/06/08  18:42:29
51462         Log: Upgrade to Unicode::Normalize 0.30.
51463      Branch: perl
51464            ! ext/Unicode/Normalize/Changes
51465            ! ext/Unicode/Normalize/Normalize.pm
51466            ! ext/Unicode/Normalize/Normalize.xs
51467            ! ext/Unicode/Normalize/t/illegal.t
51468            ! ext/Unicode/Normalize/t/short.t
51469            ! ext/Unicode/Normalize/t/split.t
51470 ____________________________________________________________________________
51471 [ 22910] By: rgs                                   on 2004/06/08  18:40:38
51472         Log: Remove a spurious \n in a perltie example,
51473              noticed by Geoffrey Young.
51474      Branch: perl
51475            ! pod/perltie.pod
51476 ____________________________________________________________________________
51477 [ 22909] By: rgs                                   on 2004/06/08  18:34:23
51478         Log: Upgrade to Unicode::Collate 0.40
51479      Branch: perl
51480            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/hangul.t
51481 ____________________________________________________________________________
51482 [ 22908] By: rgs                                   on 2004/06/08  18:23:54
51483         Log: Upgrade to Time::Local 1.10.
51484      Branch: perl
51485            ! lib/Time/Local.pm lib/Time/Local.t
51486 ____________________________________________________________________________
51487 [ 22907] By: rgs                                   on 2004/06/08  18:02:59
51488         Log: Upgrade to Test::Harness 2.42
51489      Branch: perl
51490            ! lib/Test/Harness.pm lib/Test/Harness/Changes
51491            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/prove-switches.t
51492 ____________________________________________________________________________
51493 [ 22906] By: nicholas                              on 2004/06/08  14:59:20
51494         Log: Patch 22835 Failed to upgrade all the new files in Encode 2.01
51495              As spotted by Jerry D. Hedden
51496      Branch: perl
51497            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
51498 ____________________________________________________________________________
51499 [ 22905] By: rgs                                   on 2004/06/08  13:53:40
51500         Log: Subject: Re: newSVpvn(NULL, 0); doesn't work as advertised
51501              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
51502              Date: Fri, 4 Jun 2004 16:29:44 +0200
51503              Message-Id: <20040604162944.4011f1c6@r2d2>
51504      Branch: perl
51505            ! pod/perlapi.pod sv.c
51506 ____________________________________________________________________________
51507 [ 22904] By: rgs                                   on 2004/06/08  13:44:27
51508         Log: Subject: Re: [PATCH] Re: Lack of error for large string on Solaris
51509              From: Jarkko Hietaniemi <jhi@iki.fi>
51510              Date: Mon, 07 Jun 2004 20:09:42 +0300
51511              Message-ID: <40C4A156.5030205@iki.fi>
51512      Branch: perl
51513            ! av.c pod/perldiag.pod pp.c pp_hot.c t/op/array.t t/op/repeat.t
51514 ____________________________________________________________________________
51515 [ 22903] By: rgs                                   on 2004/06/08  10:19:27
51516         Log: Subject: [perl #30073] Misleading docs of Text::Wrap
51517              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
51518              Date: 6 Jun 2004 21:50:19 -0000
51519              Message-ID: <rt-3.0.9-30073-89834.19.0927626986204@perl.org>
51520      Branch: perl
51521            ! lib/Text/Wrap.pm
51522 ____________________________________________________________________________
51523 [ 22902] By: rgs                                   on 2004/06/06  07:49:27
51524         Log: Subject: Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T
51525              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
51526              Date: Sun, 06 Jun 2004 00:37:21 +0900
51527              Message-Id: <20040606003344.57B2.BQW10602@nifty.com>
51528      Branch: perl
51529            ! lib/utf8.pm pod/perlapi.pod sv.c t/op/utftaint.t
51530 ____________________________________________________________________________
51531 [ 22901] By: rgs                                   on 2004/06/03  15:19:52
51532         Log: Subject: [PATCH] Have win32/makefile.mk default to gcc, and update docs
51533              From: Steve Hay <steve.hay@uk.radan.com>
51534              Date: Thu, 03 Jun 2004 15:46:17 +0100
51535              Message-ID: <40BF39B9.3060207@uk.radan.com>
51536      Branch: perl
51537            ! README.win32 win32/makefile.mk
51538 ____________________________________________________________________________
51539 [ 22900] By: rgs                                   on 2004/06/03  13:20:37
51540         Log: perlpodspec uses 'nonbreaking' and 'non-breaking'.
51541              Normalize on the hyphenated spelling.
51542      Branch: perl
51543            ! pod/perlpodspec.pod
51544 ____________________________________________________________________________
51545 [ 22899] By: rgs                                   on 2004/06/03  13:03:20
51546         Log: Workaround a dmake oddity.
51547              Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
51548              From: Steve Hay <steve.hay@uk.radan.com>
51549              Date: Thu, 03 Jun 2004 12:16:13 +0100
51550              Message-ID: <40BF087D.8030005@uk.radan.com>
51551      Branch: perl
51552            ! win32/makefile.mk
51553 ____________________________________________________________________________
51554 [ 22898] By: rgs                                   on 2004/06/03  09:02:31
51555         Log: Carp was mostly unusable with Safe because it may require
51556              Carp::Heavy at run-time (while require() is forbidden.)
51557              Have Safe load Carp::Heavy.
51558      Branch: perl
51559            ! ext/Opcode/Safe.pm lib/Carp.pm
51560 ____________________________________________________________________________
51561 [ 22897] By: mhx                                   on 2004/06/02  18:03:40
51562         Log: Make change #22889 work for threaded builds, Part 2.
51563      Branch: perl
51564            ! XSUB.h
51565 ____________________________________________________________________________
51566 [ 22896] By: mhx                                   on 2004/06/02  17:18:44
51567         Log: Make change #22889 work for threaded builds.
51568      Branch: perl
51569            ! pad.c pp.c
51570 ____________________________________________________________________________
51571 [ 22895] By: mhx                                   on 2004/06/02  16:48:41
51572         Log: Fix apidoc entries for PUSHMARK and newXSproto.
51573      Branch: perl
51574            ! XSUB.h pod/perlapi.pod pp.h
51575 ____________________________________________________________________________
51576 [ 22894] By: mhx                                   on 2004/06/02  16:42:24
51577         Log: Document embed.fnc 'U' and 's' flags.
51578      Branch: perl
51579            ! embed.fnc
51580 ____________________________________________________________________________
51581 [ 22893] By: rgs                                   on 2004/06/02  08:21:30
51582         Log: Subject: [PATCH] on VMS, always exit with failure in my_failure_exit
51583              From: "Craig A. Berry" <craigberry@mac.com>
51584              Date: Tue, 01 Jun 2004 23:16:58 -0500
51585              Message-ID: <40BD54BA.9040708@mac.com>
51586      Branch: perl
51587            ! perl.c
51588 ____________________________________________________________________________
51589 [ 22892] By: rgs                                   on 2004/06/02  08:19:30
51590         Log: Subject: Re: [PATCH] [perl #29612] ndbm failure in make test
51591              From: Alexey Tourbin <at@altlinux.ru>
51592              Date: Sat, 22 May 2004 02:22:22 +0400
51593              Message-ID: <20040521222222.GJ2030@solemn.turbinal.org>
51594      Branch: perl
51595            ! ext/NDBM_File/hints/linux.pl
51596 ____________________________________________________________________________
51597 [ 22891] By: rgs                                   on 2004/06/02  06:47:58
51598         Log: Detypo.
51599      Branch: perl
51600            ! pod/perlintern.pod pp_ctl.c
51601 ____________________________________________________________________________
51602 [ 22890] By: rgs                                   on 2004/06/02  06:43:30
51603         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
51604              From: Andrew Dougherty <doughera@lafayette.edu>
51605              Date: Tue, 1 Jun 2004 16:25:48 -0400 (EDT)
51606              Message-ID: <Pine.SOL.4.58.0406011619090.4066@maxwell.phys.lafayette.edu>
51607      Branch: perl
51608            ! INSTALL README
51609 ____________________________________________________________________________
51610 [ 22889] By: rgs                                   on 2004/06/02  06:07:53
51611         Log: Make the dUNDERBAR/UNDERBAR macros work as advertised.
51612              While we're at it, use the same trick to make reverse()
51613              work correctly with lexical $_.
51614      Branch: perl
51615            ! XSUB.h embed.fnc embed.h global.sym pad.c pp.c proto.h
51616            ! t/op/mydef.t
51617 ____________________________________________________________________________
51618 [ 22888] By: rgs                                   on 2004/06/01  15:26:59
51619         Log: Subject: [PATCH] Remove redundant %SIG assignments from FileCache
51620              From: Alan Burlison <Alan.Burlison@Sun.COM>
51621              Date: Fri, 28 May 2004 12:27:06 +0100
51622              Message-ID: <40B7220A.4040305@sun.com>
51623      Branch: perl
51624            ! lib/FileCache.pm
51625 ____________________________________________________________________________
51626 [ 22887] By: merijn                                on 2004/06/01  14:30:48
51627         Log: Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
51628              From: Steve Hay <steve.hay@uk.radan.com>
51629              Date: Tue, 01 Jun 2004 15:30:37 +0100
51630              Message-ID: <40BC930D.90701@uk.radan.com>
51631      Branch: perl
51632            ! win32/Makefile win32/makefile.mk
51633 ____________________________________________________________________________
51634 [ 22886] By: rgs                                   on 2004/06/01  12:24:30
51635         Log: Subject: [Fwd: [PATCH] Pod::Find should ignore SCM files and dirs]
51636              From: Alan Burlison <Alan.Burlison@sun.com>
51637              Date: Fri, 28 May 2004 23:28:44 +0100
51638              Message-ID: <40B7BD1C.40309@sun.com>
51639      Branch: perl
51640            ! lib/Pod/Find.pm
51641 ____________________________________________________________________________
51642 [ 22885] By: rgs                                   on 2004/06/01  12:17:18
51643         Log: Subject: Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (sysopen)
51644              From: Paul Fenwick <pjf@perltraining.com.au>
51645              Date: Tue, 1 Jun 2004 11:31:34 +1000
51646              Message-ID: <20040601013134.GA11005@perltraining.com.au>
51647      Branch: perl
51648            ! pod/perlfunc.pod
51649 ____________________________________________________________________________
51650 [ 22884] By: merijn                                on 2004/06/01  10:51:33
51651         Log: Subject: [PATCH] configure.com and PERL_API_REVISION
51652              From: "Craig A. Berry" <craigberry@mac.com>
51653              Date: Mon, 31 May 2004 21:04:07 -0500
51654              Message-ID: <40BBE417.2090001@mac.com>
51655      Branch: perl
51656            ! configure.com
51657 ____________________________________________________________________________
51658 [ 22883] By: rgs                                   on 2004/06/01  09:25:32
51659         Log: Subject: [PATCH] Shell.pm: pod rewrite and new mini-feature $Shell::raw
51660              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
51661              Date: Tue, 1 Jun 2004 07:52:58 +0200
51662              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C744@attmsx1.aut.alcatel.at>
51663      Branch: perl
51664            ! lib/Shell.pm
51665 ____________________________________________________________________________
51666 [ 22882] By: rgs                                   on 2004/06/01  08:44:01
51667         Log: Subject: [PATCH] perlhack.pod - working with the Perl source
51668              From: Dave Rolsky <autarch@urth.org>
51669              Date: Mon, 31 May 2004 12:52:43 -0500 (CDT)
51670              Message-ID: <Pine.LNX.4.58.0405311250520.7714@urth.org>
51671      Branch: perl
51672            ! pod/perlhack.pod
51673 ____________________________________________________________________________
51674 [ 22881] By: nicholas                              on 2004/05/31  19:06:21
51675         Log: replace the run time code in lib/utf8_pva.pl with data generated
51676              at build by mktables, stored in lib/unicore/PVA.pl
51677      Branch: perl
51678            - lib/utf8_pva.pl
51679            ! MANIFEST Makefile.SH lib/unicore/mktables lib/utf8_heavy.pl
51680            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
51681 ____________________________________________________________________________
51682 [ 22880] By: nicholas                              on 2004/05/31  17:26:56
51683         Log: Don't need to require utf8_pva.pl at top of file
51684      Branch: perl
51685            ! lib/utf8_heavy.pl
51686 ____________________________________________________________________________
51687 [ 22879] By: nicholas                              on 2004/05/31  14:24:56
51688         Log: Run mktables as part of the build process.
51689              Don't ship any of the files that it generates in lib/unicore
51690      Branch: perl
51691            - (delete 419 files)
51692            ! MANIFEST Makefile.SH lib/unicore/mktables
51693            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
51694 ____________________________________________________________________________
51695 [ 22878] By: rgs                                   on 2004/05/31  14:20:53
51696         Log: Subject: [perl #29937] Entries missing from .packlist
51697              From: jdhedden@1979.usna.com (via RT) <perlbug-followup@perl.org>
51698              Date: 28 May 2004 19:23:48 -0000
51699              Message-ID: <rt-3.0.9-29937-88315.2.18472609678159@perl.org>
51700      Branch: perl
51701            ! installman installperl
51702 ____________________________________________________________________________
51703 [ 22877] By: rgs                                   on 2004/05/31  12:50:57
51704         Log: Subject: [PATCH] Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph
51705              From: <wolfgang.laun@chello.at>
51706              Date: Sun, 30 May 2004 17:27:07 +0200
51707              Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost>
51708      Branch: perl
51709            ! utils/h2ph.PL
51710 ____________________________________________________________________________
51711 [ 22876] By: rgs                                   on 2004/05/31  09:52:05
51712         Log: Subject: [PATCH] Fix anomalies in Carp functions
51713              From: Steve Hay <steve.hay@uk.radan.com>
51714              Date: Tue, 25 May 2004 16:05:02 +0100
51715              Message-ID: <40B3609E.5060502@uk.radan.com>
51716      Branch: perl
51717            ! lib/Carp.t lib/Carp/Heavy.pm lib/autouse.t
51718 ____________________________________________________________________________
51719 [ 22875] By: rgs                                   on 2004/05/31  09:25:37
51720         Log: Subject: [PATCH] Fix generation of perlapi.pod
51721              From: Steve Hay <steve.hay@uk.radan.com>
51722              Date: Fri, 28 May 2004 11:46:41 +0100
51723              Message-ID: <40B71891.6090806@uk.radan.com>
51724      Branch: perl
51725            ! autodoc.pl pod/perlapi.pod
51726 ____________________________________________________________________________
51727 [ 22874] By: davem                                 on 2004/05/30  22:31:03
51728         Log: Subject:  Re: my $x->{foo} doesn't work
51729              From:  Shinya Hayakawa <hayakawa@livedoor.jp>
51730              Date:  Tue, 25 May 2004 00:06:06 +0900
51731              Message-Id:  <200405250006.06387.hayakawa@livedoor.jp>
51732
51733              Allow autovivification of (my $x)->{foo}
51734      Branch: perl
51735            ! pp_hot.c t/op/my.t
51736 ____________________________________________________________________________
51737 [ 22873] By: nicholas                              on 2004/05/30  21:58:36
51738         Log: Convert to using File::Spec, so that we can build Unicode files
51739              on all platforms
51740      Branch: perl
51741            ! lib/unicore/mktables
51742 ____________________________________________________________________________
51743 [ 22872] By: nicholas                              on 2004/05/30  20:34:07
51744         Log: First step to generating Unicode files for the regexp engine at build
51745              time - targets in the Makefile
51746      Branch: perl
51747            ! Makefile.SH
51748 ____________________________________________________________________________
51749 [ 22870] By: davem                                 on 2004/05/30  14:30:45
51750         Log: Problem with autouse (causing Perl to crash)
51751              @_ sometimes wasn't getting created right
51752      Branch: perl
51753            ! pad.c pp_ctl.c t/op/goto.t
51754 ____________________________________________________________________________
51755 [ 22868] By: nicholas                              on 2004/05/30  13:57:05
51756         Log: Upgrade to Encode 2.01.
51757      Branch: perl
51758            ! ext/Encode/lib/Encode/CN/HZ.pm
51759            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
51760 ____________________________________________________________________________
51761 [ 22866] By: nicholas                              on 2004/05/30  13:11:41
51762         Log: Skip in minitest
51763      Branch: perl
51764            ! t/comp/utf.t
51765 ____________________________________________________________________________
51766 [ 22853] By: rgs                                   on 2004/05/28  06:29:28
51767         Log: Subject: [PATCH doc] Re: undef loses it magicness when assigned to a variable?
51768              From: Stas Bekman <stas@stason.org>
51769              Date: Thu, 27 May 2004 11:25:08 -0700
51770              Message-ID: <40B63284.5040203@stason.org>
51771      Branch: perl
51772            ! pod/perlapi.pod pod/perlguts.pod sv.h
51773 ____________________________________________________________________________
51774 [ 22852] By: merijn                                on 2004/05/28  05:31:25
51775         Log: Subject: TEST needs to ignore SCM files
51776              From: Alan Burlison <Alan.Burlison@sun.com>
51777              Date: Thu, 27 May 2004 23:32:28 +0100
51778              Message-ID: <40B66C7C.8030303@sun.com>
51779      Branch: perl
51780            ! t/TEST
51781 ____________________________________________________________________________
51782 [ 22850] By: rgs                                   on 2004/05/26  16:17:24
51783         Log: Subject: [PATCH] 'perl -v' fails if local_patches contains code snippets
51784              From: Alan Burlison <Alan.Burlison@sun.com>
51785              Date: Wed, 26 May 2004 16:24:03 +0100
51786              Message-ID: <40B4B693.9090905@sun.com>
51787              (using \0 as a separator for q//)
51788      Branch: perl
51789            ! perl.c
51790 ____________________________________________________________________________
51791 [ 22848] By: rgs                                   on 2004/05/26  08:15:29
51792         Log: Subject: [PATCH] correctly handle C<< >> and C<<< >>> in diagnostics
51793              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
51794              Date: Tue, 25 May 2004 02:29:37 -0700
51795              Message-ID: <20040525092937.GA2332@efn.org>
51796      Branch: perl
51797            ! lib/diagnostics.pm
51798 ____________________________________________________________________________
51799 [ 22843] By: rgs                                   on 2004/05/24  16:12:41
51800         Log: Tests for change #22842, by SADAHIRO Tomoyuki
51801              (adapted to the core)
51802      Branch: perl
51803            + t/op/utftaint.t
51804            ! MANIFEST
51805 ____________________________________________________________________________
51806 [ 22842] By: rgs                                   on 2004/05/24  15:55:23
51807         Log: Subject: Re: utf-8 and taint don't work together
51808              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
51809              Date: Sat, 22 May 2004 21:38:33 +0900
51810              Message-Id: <20040522212704.C068.BQW10602@nifty.com>
51811
51812              Date: Sun, 23 May 2004 09:56:15 +0900
51813              Message-Id: <20040523095609.E404.BQW10602@nifty.com>
51814      Branch: perl
51815            ! ext/Encode/lib/Encode/CN/HZ.pm
51816            ! ext/Encode/lib/Encode/Unicode/UTF7.pm sv.c
51817 ____________________________________________________________________________
51818 [ 22841] By: rgs                                   on 2004/05/24  11:43:32
51819         Log: Subject: [PATCH] win32_chsize is not exported on Win32
51820              From: Steve Hay <steve.hay@uk.radan.com>
51821              Date: Mon, 24 May 2004 12:52:48 +0100
51822              Message-ID: <40B1E210.4050202@uk.radan.com>
51823      Branch: perl
51824            ! makedef.pl
51825 ____________________________________________________________________________
51826 [ 22840] By: rgs                                   on 2004/05/24  11:23:31
51827         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
51828              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
51829              Date: Fri, 21 May 2004 11:35:34 -0700
51830              Message-ID: <20040521183533.GA5108@efn.org>
51831              (plus whitespace removal)
51832      Branch: perl
51833            ! INSTALL
51834 ____________________________________________________________________________
51835 [ 22839] By: davem                                 on 2004/05/22  11:15:34
51836         Log: Optimization busted: '@a = "b", sort @a' drops "b"
51837              Fix the sort-in-place optimization of change #22349.
51838      Branch: perl
51839            ! op.c t/op/sort.t
51840 ____________________________________________________________________________
51841 [ 22838] By: gbarr                                 on 2004/05/22  07:41:21
51842         Log: Update to Scalar-List-Utils-1.14
51843      Branch: perl
51844            + ext/List/Util/Changes
51845            - ext/List/Util/ChangeLog
51846            ! MANIFEST ext/List/Util/README ext/List/Util/Util.xs
51847            ! ext/List/Util/lib/List/Util.pm
51848            ! ext/List/Util/lib/Scalar/Util.pm
51849 ____________________________________________________________________________
51850 [ 22837] By: rgs                                   on 2004/05/21  15:40:49
51851         Log: Subject: Proposed doc patch for getsockopt
51852              From: perl5-porters@ton.iguana.be (Ton Hospel)
51853              Date: Sun, 16 May 2004 13:35:20 +0000 (UTC)
51854              Message-Id: <c87qmo$u9b$1@post.home.lunix>
51855      Branch: perl
51856            ! pod/perlfunc.pod
51857 ____________________________________________________________________________
51858 [ 22836] By: rgs                                   on 2004/05/21  08:45:28
51859         Log: Subject: [PATCH] h2xs doesn't recognize indented enums
51860              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
51861              Date: Fri, 21 May 2004 10:51:58 +0200
51862              Message-id: <20040521085158.GA10660@ethan>
51863              (modified regexp)
51864      Branch: perl
51865            ! utils/h2xs.PL
51866 ____________________________________________________________________________
51867 [ 22835] By: rgs                                   on 2004/05/20  13:30:25
51868         Log: Upgrade to Encode 2.00.
51869      Branch: perl
51870            ! (edit 147 files)
51871 ____________________________________________________________________________
51872 [ 22833] By: rgs                                   on 2004/05/20  11:48:29
51873         Log: Test portability nit.
51874              Subject: [PATCH] Re: Smoke [5.9.2] 22821 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
51875              From: Steve Hay <steve.hay@uk.radan.com>
51876              Date: Tue, 18 May 2004 11:31:04 +0100
51877              Message-ID: <40A9E5E8.7030800@uk.radan.com>
51878      Branch: perl
51879            ! ext/B/t/optree_specials.t
51880 ____________________________________________________________________________
51881 [ 22831] By: davem                                 on 2004/05/19  21:02:04
51882         Log: improve hashing algorithm for ptr tables in perl_clone:
51883              the bottom few bits of a pointer are usually zero
51884      Branch: perl
51885            ! sv.c
51886 ____________________________________________________________________________
51887 [ 22830] By: davem                                 on 2004/05/19  20:17:55
51888         Log: Thread creation time is hypersensitive
51889
51890              Due to a logic error, the dup ptr table sometimes wans't being
51891              grown, leading to extremely slow cloning.
51892      Branch: perl
51893            ! sv.c
51894 ____________________________________________________________________________
51895 [ 22829] By: rgs                                   on 2004/05/18  13:05:48
51896         Log: perlrun.pod minor fixes :
51897              - the parameter to -x is optional
51898              - pod nit
51899      Branch: perl
51900            ! pod/perlrun.pod
51901 ____________________________________________________________________________
51902 [ 22828] By: rgs                                   on 2004/05/18  12:54:47
51903         Log: Subject: [perl #29623] Patch for h2xs.t in Perl 5.8.4
51904              From: mats@sm5sxl.net (via RT) <perlbug-followup@perl.org>
51905              Date: 16 May 2004 13:33:32 -0000
51906              Message-ID: <rt-3.0.9-29623-87522.10.1965589695082@perl.org>
51907      Branch: perl
51908            ! lib/h2xs.t
51909 ____________________________________________________________________________
51910 [ 22827] By: rgs                                   on 2004/05/18  12:16:42
51911         Log: Subject: [PATCH] Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
51912              From: Steve Hay <steve.hay@uk.radan.com>
51913              Date: Fri, 14 May 2004 17:33:17 +0100
51914              Message-ID: <40A4F4CD.2000003@uk.radan.com>
51915      Branch: perl
51916            ! t/comp/utf.t
51917 ____________________________________________________________________________
51918 [ 22826] By: rgs                                   on 2004/05/18  08:15:27
51919         Log: Error message too wide.
51920      Branch: perl
51921            ! perl.c
51922 ____________________________________________________________________________
51923 [ 22825] By: rgs                                   on 2004/05/17  15:12:03
51924         Log: Remove a TODO test that is no longer to do.
51925      Branch: perl
51926            ! ext/B/t/f_sort.t
51927 ____________________________________________________________________________
51928 [ 22824] By: rgs                                   on 2004/05/17  15:08:40
51929         Log: Fix new B::Concise test output
51930              Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu)
51931              From: Jim Cromie <jcromie@divsol.com>
51932              Date: Mon, 17 May 2004 09:19:00 -0600
51933              Message-ID: <40A8D7E4.1020007@divsol.com>
51934      Branch: perl
51935            ! ext/B/t/f_sort.t t/TEST
51936 ____________________________________________________________________________
51937 [ 22823] By: rgs                                   on 2004/05/17  08:54:15
51938         Log: Subject: [PATCH] Re: [perl #29581] glob() misses a lot of matches
51939              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
51940              Date: Mon, 17 May 2004 07:38:19 +0200
51941              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C71E@attmsx1.aut.alcatel.at>
51942      Branch: perl
51943            ! ext/File/Glob/Glob.xs
51944 ____________________________________________________________________________
51945 [ 22822] By: rgs                                   on 2004/05/17  08:49:53
51946         Log: David Manura is the new maintainer of Text::Balanced.
51947      Branch: perl
51948            ! Porting/Maintainers.pl
51949 ____________________________________________________________________________
51950 [ 22821] By: davem                                 on 2004/05/16  15:31:42
51951         Log: make Text::Balanced skip "case /..../" correctly for Switch.pm
51952      Branch: perl
51953            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extcbk.t
51954 ____________________________________________________________________________
51955 [ 22820] By: rgs                                   on 2004/05/14  16:30:07
51956         Log: Subject: Re: more B::Concise stuff (PATCH - updated)
51957              From: Jim Cromie <jcromie@divsol.com>
51958              Date: Mon, 10 May 2004 05:28:11 -0600
51959              Message-ID: <409F674B.2000506@divsol.com>
51960      Branch: perl
51961            + ext/B/t/f_map ext/B/t/f_map.t ext/B/t/f_sort ext/B/t/f_sort.t
51962            + ext/B/t/optree_specials.t
51963            ! MANIFEST ext/B/B/Concise.pm ext/B/B/Showlex.pm
51964            ! ext/B/B/Terse.pm ext/B/t/OptreeCheck.pm ext/B/t/concise.t
51965            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
51966            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
51967            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t
51968 ____________________________________________________________________________
51969 [ 22819] By: rgs                                   on 2004/05/14  09:38:43
51970         Log: Add new dUNDERBAR and UNDERBAR macros, to help XS writers to
51971              access the $_ variable, even when there is a lexical one in scope.
51972      Branch: perl
51973            ! XSUB.h pod/perlapi.pod
51974 ____________________________________________________________________________
51975 [ 22818] By: nicholas                              on 2004/05/13  12:15:17
51976         Log: Subject: BOM-marked and (BOMless) UTF-16 scripts not working
51977              From: Jarkko Hietaniemi <jhi@iki.fi>
51978              Message-ID: <40A26D75.8080406@iki.fi>
51979              Date: Wed, 12 May 2004 21:31:17 +0300
51980      Branch: perl
51981            + t/comp/utf.t
51982            ! MANIFEST pod/perldiag.pod pod/perlunicode.pod toke.c
51983 ____________________________________________________________________________
51984 [ 22817] By: rgs                                   on 2004/05/12  16:29:07
51985         Log: Subject: [perl #29527] Perl 5.8.4 build problems on LynxOS
51986              From: Olli Savia (via RT) <perlbug-followup@perl.org>
51987              Date: 12 May 2004 13:02:41 -0000
51988              Message-ID: <rt-3.0.9-29527-87290.17.3367022021997@perl.org>
51989      Branch: perl
51990            ! sv.c
51991 ____________________________________________________________________________
51992 [ 22816] By: rgs                                   on 2004/05/12  16:16:50
51993         Log: Make XSLoader update @DynaLoader::dl_shared_objects.
51994      Branch: perl
51995            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
51996 ____________________________________________________________________________
51997 [ 22815] By: merijn                                on 2004/05/12  10:43:42
51998         Log: Subject: [PATCH] Configure shouldn't unconditionally add in -pipe
51999              From: Andy Dougherty <doughera@lafayette.edu>
52000              Date: Tue, 11 May 2004 13:14:42 -0400 (EDT)
52001              Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu>
52002      Branch: perl
52003            ! Configure hints/darwin.sh hints/rhapsody.sh
52004 ____________________________________________________________________________
52005 [ 22812] By: mhx                                   on 2004/05/11  17:42:13
52006         Log: Add the byte-order modifiers '<' and '>' to the pack tutorial.
52007              This completes the series: #22734, #22745, #22754, #22780
52008      Branch: perl
52009            ! pod/perlpacktut.pod
52010 ____________________________________________________________________________
52011 [ 22811] By: mhx                                   on 2004/05/11  17:21:35
52012         Log: 'v' unpacks unsigned shorts.
52013      Branch: perl
52014            ! pod/perlpacktut.pod
52015 ____________________________________________________________________________
52016 [ 22810] By: rgs                                   on 2004/05/11  16:35:49
52017         Log: Subject: various -V: searches [PATCH]
52018              From: Jim Cromie <jcromie@divsol.com>
52019              Date: Tue, 11 May 2004 00:15:46 -0600
52020              Message-ID: <40A06F92.1070607@divsol.com>
52021      Branch: perl
52022            ! configpm lib/Config.t pod/perlrun.pod
52023 ____________________________________________________________________________
52024 [ 22809] By: rgs                                   on 2004/05/11  11:00:31
52025         Log: More pod names in the debugger for the runman command
52026      Branch: perl
52027            ! lib/perl5db.pl
52028 ____________________________________________________________________________
52029 [ 22808] By: rgs                                   on 2004/05/11  10:52:27
52030         Log: Subject: [PATCH] debugger (step backwards)
52031              From: Richard.Foley@t-online.de (Richard Foley)
52032              Date: Tue, 11 May 2004 11:04:11 +0200
52033              Message-Id: <200405111104.11484.richard.foley@rfi.net>
52034      Branch: perl
52035            ! lib/perl5db.pl
52036 ____________________________________________________________________________
52037 [ 22807] By: rgs                                   on 2004/05/11  09:16:56
52038         Log: Subject: void context !~ generates "Useless use of not at line..." warning
52039              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
52040              Date: Sun, 9 May 2004 00:59:19 -0700
52041              Message-ID: <20040509075919.GA3752@efn.org>
52042      Branch: perl
52043            ! op.c
52044 ____________________________________________________________________________
52045 [ 22806] By: ams                                   on 2004/05/10  22:12:31
52046         Log: Subject: Re: a little extra cmdline help. [PATCH]
52047              From: Jim Cromie <jcromie@divsol.com>
52048              Date: Mon, 10 May 2004 15:25:07 -0600
52049              Message-Id: <409FF333.4020104@divsol.com>
52050      Branch: perl
52051            ! perl.c
52052 ____________________________________________________________________________
52053 [ 22804] By: ams                                   on 2004/05/10  11:10:34
52054         Log: Remove stray '.
52055      Branch: perl
52056            ! lib/File/Copy.pm
52057 ____________________________________________________________________________
52058 [ 22803] By: ams                                   on 2004/05/10  10:14:40
52059         Log: Subject: [PATCH] File::Copy Pod
52060              From: slaven@rezic.de
52061              Date: Mon, 10 May 2004 09:57:37 +0000
52062              Message-Id: <1084183057.10822@devpc01.iconmobile.de>
52063      Branch: perl
52064            ! lib/File/Copy.pm
52065 ____________________________________________________________________________
52066 [ 22802] By: davem                                 on 2004/05/07  19:12:29
52067         Log: symbolic references like ${"foo$index"}*3 would incorrectly warn
52068              that $index was the uninitialized value, when in fact it was $foo1
52069      Branch: perl
52070            ! sv.c t/lib/warnings/9uninit
52071 ____________________________________________________________________________
52072 [ 22801] By: davem                                 on 2004/05/07  18:21:22
52073         Log: Subject:  Re: stdio still supported?
52074              From:  Jim Cromie <jcromie@divsol.com>
52075              Date:  Thu, 06 May 2004 16:37:56 -0600
52076              Message-Id:  <409ABE44.8060307@divsol.com>
52077
52078              Update B::Concise tests to skip stuff requiring the
52079              "open to a scalar" feature of Perlio is it isn't available.
52080              Also note this caveat in perlfunc.pod
52081      Branch: perl
52082            ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_check.t
52083            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
52084            ! ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
52085            ! pod/perlfunc.pod
52086 ____________________________________________________________________________
52087 [ 22800] By: mhx                                   on 2004/05/07  16:58:57
52088         Log: Windows issues with select() are already documented in perlport.
52089      Branch: perl
52090            ! pod/perlfunc.pod
52091 ____________________________________________________________________________
52092 [ 22799] By: ams                                   on 2004/05/07  13:38:16
52093         Log: Subject: [perl #29397] Change in pod2man arguments
52094              From: Thorsten Glaser (via RT) <perlbug-followup@perl.org>
52095              Date: 6 May 2004 22:08:10 -0000
52096              Message-Id: <rt-3.0.9-29397-86929.5.37563386041974@perl.org>
52097      Branch: perl
52098            ! pod/pod2man.PL
52099 ____________________________________________________________________________
52100 [ 22798] By: mhx                                   on 2004/05/07  11:42:37
52101         Log: Scalar::Util::refaddr falsely returns false
52102              Add mg_get() to refaddr() when SV is magical.
52103              Fix the non-xs version of looks_like_number().
52104      Branch: perl
52105            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
52106            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/refaddr.t
52107 ____________________________________________________________________________
52108 [ 22797] By: mhx                                   on 2004/05/07  10:57:23
52109         Log: Document that select() on Windows doesn't work on non-socket filehandles.
52110      Branch: perl
52111            ! pod/perlfunc.pod
52112 ____________________________________________________________________________
52113 [ 22796] By: mhx                                   on 2004/05/06  17:19:17
52114         Log: Double warning for int(undef) and abs(undef)
52115              Remove the duplicate warnings and update tests.
52116      Branch: perl
52117            ! pp.c t/lib/warnings/9uninit
52118 ____________________________________________________________________________
52119 [ 22793] By: rgs                                   on 2004/05/06  14:43:08
52120         Log: Add a small script to check whether a perl source tree
52121              (with or without generated files) is friendly with
52122              case-insensitive filesystems.
52123              Adapted from :
52124              Subject: Re: STerm.pl vs Sterm.pl
52125              From: James Mastros <james@mastros.biz>
52126              Date: Thu, 06 May 2004 14:45:53 +0200
52127              Message-ID: <20040506124556.2402.qmail@onion.perl.org>
52128      Branch: perl
52129            + Porting/checkcase.pl
52130            ! MANIFEST
52131 ____________________________________________________________________________
52132 [ 22789] By: rgs                                   on 2004/05/06  12:33:14
52133         Log: Subject: Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x)
52134              From: bilbo@ua.fm
52135              Date: Wed, 28 Apr 2004 00:19:55 +0300
52136              Message-ID: <611491036.20040428001955@ua.fm>
52137      Branch: perl
52138            ! win32/win32.c
52139 ____________________________________________________________________________
52140 [ 22788] By: merijn                                on 2004/05/06  11:35:21
52141         Log: add -pipe to gcc's default flags
52142              it has shown a compile time speed increase of about 40% on
52143              Linux and HP-UX, and also works on cygwin-1.5.9. On failing
52144              OS/gcc combo's remove it in the hints
52145      Branch: perl
52146            ! Configure
52147 ____________________________________________________________________________
52148 [ 22783] By: mhx                                   on 2004/05/05  19:02:28
52149         Log: Add tests for mX?PUSH[inup] macros.
52150
52151              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
52152              From: Steve Hay <steve.hay@uk.radan.com>
52153              Date: Wed, 05 May 2004 15:34:45 +0100
52154              Message-ID: <4098FB85.1060602@uk.radan.com>
52155      Branch: perl
52156            + ext/XS/APItest/t/push.t
52157            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
52158            ! ext/XS/APItest/MANIFEST
52159 ____________________________________________________________________________
52160 [ 22782] By: rgs                                   on 2004/05/05  16:14:25
52161         Log: Subject: Problem with h2xs
52162              From: David Cannings <lists@edeca.net>
52163              Date: Mon, 3 May 2004 13:44:33 +0100
52164              Message-Id: <200405031344.33723.lists@edeca.net>
52165              (Second patch only)
52166      Branch: perl
52167            ! utils/h2xs.PL
52168 ____________________________________________________________________________
52169 [ 22781] By: davem                                 on 2004/05/04  19:20:36
52170         Log: Bizarre copy of ARRAY
52171              make sure a pad op's flags are updated after optimising away
52172              the assignment in my @a = () (see change 22520).
52173      Branch: perl
52174            ! op.c t/op/my.t
52175 ____________________________________________________________________________
52176 [ 22780] By: mhx                                   on 2004/05/04  14:46:05
52177         Log: Add byte-order group modifiers to (un)pack templates.
52178              Follow-up on: #22734, #22745, #22753, #22754.
52179
52180              Subject: Group modifiers in (un)pack templates
52181              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
52182              Date: Mon, 3 May 2004 20:14:41 +0200
52183              Message-Id: <20040503201441.1b058e0d@r2d2>
52184      Branch: perl
52185            ! perl.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
52186 ____________________________________________________________________________
52187 [ 22779] By: mhx                                   on 2004/05/04  14:30:39
52188         Log: Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757)
52189
52190              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
52191              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
52192              Date: Mon, 3 May 2004 20:03:28 +0200
52193              Message-Id: <20040503200328.24efcda5@r2d2>
52194      Branch: perl
52195            ! pp.h
52196 ____________________________________________________________________________
52197 [ 22778] By: davem                                 on 2004/05/03  21:07:44
52198         Log: add test for change #22746 ([perl #29102] Crash on assign to lex fh)
52199      Branch: perl
52200            ! t/io/open.t
52201 ____________________________________________________________________________
52202 [ 22777] By: davem                                 on 2004/05/03  20:48:53
52203         Log: add test for change #22776 ("open m" crashes Perl)
52204      Branch: perl
52205            ! t/io/open.t
52206 ____________________________________________________________________________
52207 [ 22776] By: davem                                 on 2004/05/03  20:26:22
52208         Log: perl -e "open m" crashes Perl
52209      Branch: perl
52210            ! toke.c
52211 ____________________________________________________________________________
52212 [ 22775] By: davem                                 on 2004/05/03  18:52:39
52213         Log: scalar delete of empty slice returned garbage
52214      Branch: perl
52215            ! pp.c t/op/delete.t
52216 ____________________________________________________________________________
52217 [ 22774] By: davem                                 on 2004/05/03  17:44:44
52218         Log: split could leave an array without &PL_sv_undef
52219              in the unused elements
52220      Branch: perl
52221            ! pp.c t/op/split.t
52222 ____________________________________________________________________________
52223 [ 22773] By: nicholas                              on 2004/05/03  13:59:08
52224         Log: Subject: Re: "fuzzy" in mktables
52225              From: Jarkko Hietaniemi <jhi@iki.fi>
52226              Message-ID: <4093A82B.6040609@iki.fi>
52227              Date: Sat, 01 May 2004 16:37:47 +0300
52228      Branch: perl
52229            ! lib/unicore/mktables
52230 ____________________________________________________________________________
52231 [ 22772] By: davem                                 on 2004/05/03  13:33:21
52232         Log: remove spurious intentation in utf8_pva.pl
52233      Branch: perl
52234            ! lib/utf8_pva.pl
52235 ____________________________________________________________________________
52236 [ 22771] By: davem                                 on 2004/05/03  13:28:24
52237         Log: ensure that utf8 Perl code magically called from a regex localizes $.
52238      Branch: perl
52239            ! lib/utf8_pva.pl
52240 ____________________________________________________________________________
52241 [ 22770] By: nicholas                              on 2004/05/03  11:19:10
52242         Log: Integrate:
52243              [ 22694]
52244              For maint, I don't think that we can have sperl go sulky if invoked
52245              from a #! line. So keep .../sperl functional, and have the /dev/fd/...
52246              only set ID exectuable reside under a different name (suidperl)
52247
52248              [ 22700]
52249              The set uid perl is now called setuidperl. Not suidperl.
52250              Which I discover is hardlinked from sperl by ./installperl
52251              elsewhere. Helpfully confusing installperl script.
52252
52253              [ 22718]
52254              Revert 22700 (as part of changes suggested by Brendan O'Dea)
52255
52256              [ 22719]
52257              Revert 22694
52258
52259              [ 22720]
52260              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
52261              binary must have fd script conundrum, as suggested by Brendan O'Dea
52262              Plus restore the more helpful error message from 22694 and the gist
52263              of the perl584delta changes from 22700
52264      Branch: perl
52265           !> INSTALL installperl perl.c pod/perldiag.pod pod/perlsec.pod
52266 ____________________________________________________________________________
52267 [ 22769] By: nicholas                              on 2004/05/03  10:37:45
52268         Log: Subject: [perl #29073] Reference to incorrect method in documentation of
52269              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
52270              Message-ID: <rt-3.0.8-29073-85903.18.1381766820328@perl.org>
52271              Date: 22 Apr 2004 10:49:22 -0000
52272      Branch: perl
52273            ! lib/Text/ParseWords.pm
52274 ____________________________________________________________________________
52275 [ 22768] By: nicholas                              on 2004/05/02  22:40:18
52276         Log: It seems daft to me that we have a synopis example that will fail if
52277              gcc happened to be invoked via the name cc, and completely ignores
52278              the far more reliable 'gccversion' variable
52279              So here's one using 'usethreads' that ought to work everywhere.
52280      Branch: perl
52281            ! configpm
52282 ____________________________________________________________________________
52283 [ 22765] By: nicholas                              on 2004/05/02  18:18:25
52284         Log: Make t/uni/class.t pass on case insensitive file systems
52285      Branch: perl
52286            ! t/uni/class.t
52287 ____________________________________________________________________________
52288 [ 22764] By: nicholas                              on 2004/05/02  17:57:12
52289         Log: Save some repeated strlen()s in Perl_swash_init
52290      Branch: perl
52291            ! utf8.c
52292 ____________________________________________________________________________
52293 [ 22763] By: nicholas                              on 2004/05/01  14:07:45
52294         Log: And that same fool forgot to add the not-really-needed "fuzzy" versions
52295              of some binary property files
52296      Branch: perl
52297            + lib/unicore/lib/gc_sc/Dash2.pl
52298            + lib/unicore/lib/gc_sc/Hyphen2.pl
52299            + lib/unicore/lib/gc_sc/Radical2.pl
52300 ____________________________________________________________________________
52301 [ 22762] By: nicholas                              on 2004/05/01  14:06:05
52302         Log: Some fool removed lib/unicore/ArabicShaping.txt    in change 22760
52303      Branch: perl
52304            ! MANIFEST
52305 ____________________________________________________________________________
52306 [ 22761] By: nicholas                              on 2004/05/01  14:02:59
52307         Log: Avoid mktables generating Sterm.pl and Sterm.pl in the same directory
52308              by making the %BaseName check global
52309      Branch: perl
52310            + lib/unicore/lib/gc_sc/Sterm2.pl
52311            - lib/unicore/lib/gc_sc/Sterm.pl
52312            ! MANIFEST lib/unicore/Canonical.pl
52313            ! lib/unicore/lib/gc_sc/Dash.pl lib/unicore/lib/gc_sc/Hyphen.pl
52314            ! lib/unicore/lib/gc_sc/Radical.pl lib/unicore/mktables
52315 ____________________________________________________________________________
52316 [ 22760] By: nicholas                              on 2004/05/01  13:17:09
52317         Log: Remove the no-longer autogenerated Unicode files
52318      Branch: perl
52319            - (delete 322 files)
52320            ! MANIFEST
52321 ____________________________________________________________________________
52322 [ 22759] By: nicholas                              on 2004/05/01  11:16:35
52323         Log: mktables requires post 5.005
52324      Branch: perl
52325            ! lib/unicore/mktables
52326 ____________________________________________________________________________
52327 [ 22758] By: davem                                 on 2004/04/30  11:48:55
52328         Log: disable problematical 'uninitialized value' warning tests
52329      Branch: perl
52330            ! t/lib/warnings/9uninit
52331 ____________________________________________________________________________
52332 [ 22757] By: rgs                                   on 2004/04/30  11:32:03
52333         Log: Follow-up to previous patch: the mX?PUSH[inup] macros
52334              should handle 'set' magic, just like the X?PUSH[inup]
52335              counterparts.
52336      Branch: perl
52337            ! pod/perlapi.pod pp.h
52338 ____________________________________________________________________________
52339 [ 22756] By: rgs                                   on 2004/04/30  10:15:00
52340         Log: Subject: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
52341              From: Steve Hay <steve.hay@uk.radan.com>
52342              Date: Fri, 30 Apr 2004 10:07:21 +0100
52343              Message-ID: <40921749.3050600@uk.radan.com>
52344      Branch: perl
52345            ! pod/perlapi.pod pod/perlguts.pod pp.h
52346 ____________________________________________________________________________
52347 [ 22755] By: nicholas                              on 2004/04/29  18:30:18
52348         Log: Fix 29149 - another UTF8 cache bug hit by substr.
52349              Regression test from:
52350
52351              Subject: Re: [perl #29149] substr/UTF8 related problem with perl 5.8.3 on linux
52352              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
52353              Message-Id: <20040429103926.5BA6.BQW10602@nifty.com>
52354              Date: Thu, 29 Apr 2004 10:53:17 +0900
52355      Branch: perl
52356            ! sv.c t/op/substr.t
52357 ____________________________________________________________________________
52358 [ 22754] By: mhx                                   on 2004/04/29  18:29:28
52359         Log: More unpack cleanups.
52360      Branch: perl
52361            ! pp_pack.c
52362 ____________________________________________________________________________
52363 [ 22753] By: mhx                                   on 2004/04/29  17:50:40
52364         Log: CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
52365              Remove all associated code.
52366      Branch: perl
52367            ! hints/cxux.sh pp_pack.c
52368 ____________________________________________________________________________
52369 [ 22752] By: mhx                                   on 2004/04/29  17:38:32
52370         Log: The openbsd 64-bit test should use $uquadtype rather
52371              than hardcoding unsigned long long.
52372      Branch: perl
52373            ! hints/openbsd.sh
52374 ____________________________________________________________________________
52375 [ 22751] By: ams                                   on 2004/04/29  08:24:31
52376         Log: Update to Test.pm 1.25 (from SBURKE).
52377      Branch: perl
52378            + lib/Test/t/05_about_verbose.t lib/Test/t/multiline.t
52379            ! MANIFEST lib/Test.pm
52380 ____________________________________________________________________________
52381 [ 22750] By: mhx                                   on 2004/04/28  20:53:29
52382         Log: When configuring for 64-bit support, check that the
52383              C library functions for casting floating point values
52384              to 64-bit integer values are not broken.
52385      Branch: perl
52386            ! hints/openbsd.sh
52387 ____________________________________________________________________________
52388 [ 22749] By: rgs                                   on 2004/04/28  18:28:07
52389         Log: Fix for [perl #28963]: find2perl was sometimes generating
52390              invalid code.
52391      Branch: perl
52392            ! x2p/find2perl.PL
52393 ____________________________________________________________________________
52394 [ 22748] By: rgs                                   on 2004/04/28  13:01:13
52395         Log: Subject: [PATCH] Add diagnostics section to base.pm
52396              From: "Jos I. Boumans" <kane@dwim.org>
52397              Date: Wed, 28 Apr 2004 13:04:47 +0200
52398              Message-Id: <DC9B4A9C-9903-11D8-BA95-000A956B0E06@dwim.org>
52399      Branch: perl
52400            ! lib/base.pm
52401 ____________________________________________________________________________
52402 [ 22747] By: merijn                                on 2004/04/28  12:42:50
52403         Log: Subject: [perl #29033] typo in description of sleep in documentation of POSIX module
52404              Date: 21 Apr 2004 11:07:22 -0000
52405              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
52406              Message-ID: <rt-3.0.8-29033-85811.17.0452776199501@perl.org>
52407      Branch: perl
52408            ! ext/POSIX/POSIX.pod
52409 ____________________________________________________________________________
52410 [ 22746] By: davem                                 on 2004/04/27  22:21:35
52411         Log: fix a coredump caused by rv2gv not fully converting a PV to an RV
52412      Branch: perl
52413            ! pp.c
52414 ____________________________________________________________________________
52415 [ 22745] By: mhx                                   on 2004/04/27  20:38:00
52416         Log: Cleanup variables in S_(un)pack_rec().
52417              This also works around a gcc optimizer bug on dec_osf/alpha.
52418      Branch: perl
52419            ! pp_pack.c
52420 ____________________________________________________________________________
52421 [ 22744] By: rgs                                   on 2004/04/27  08:43:38
52422         Log: Subject: [PATCH utf8_heavy.pl, mktables, et. al.] candidate for TR18 compliance
52423              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
52424              Date: Thu, 22 Apr 2004 14:31:30 -0400 (EDT)
52425              Message-ID: <Pine.LNX.4.44.0404221429040.10466-101000@perlmonk.org>
52426
52427              Date: Mon, 26 Apr 2004 12:37:21 -0400 (EDT)
52428              Message-ID: <Pine.LNX.4.44.0404261222320.7154-400000@perlmonk.org>
52429      Branch: perl
52430            + (add 406 files)
52431            ! MANIFEST lib/unicore/Canonical.pl
52432            ! lib/unicore/CombiningClass.pl lib/unicore/Decomposition.pl
52433            ! lib/unicore/Exact.pl lib/unicore/Name.pl
52434            ! lib/unicore/Properties lib/unicore/To/Digit.pl
52435            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
52436            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
52437            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perlunicode.pod
52438            ! t/op/pat.t t/uni/class.t
52439 ____________________________________________________________________________
52440 [ 22743] By: merijn                                on 2004/04/26  22:20:30
52441         Log: usemallocwrap works on AIX, but not with vac-5
52442              Date: Mon, 26 Apr 2004 15:35:23 +0200
52443              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52444              Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1
52445              Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl>
52446      Branch: perl
52447            ! hints/aix.sh hints/aix_4.sh
52448 ____________________________________________________________________________
52449 [ 22742] By: davem                                 on 2004/04/24  12:53:07
52450         Log: fix 64-bit casting error in change 22741 (uninit var warnings)
52451      Branch: perl
52452            ! sv.c
52453 ____________________________________________________________________________
52454 [ 22741] By: davem                                 on 2004/04/23  20:43:02
52455         Log: Include variable names in "Use of uninitialized value" warnings
52456      Branch: perl
52457            + t/lib/warnings/9uninit
52458            ! MANIFEST doio.c embed.fnc embed.h ext/DB_File/DB_File.pm
52459            ! ext/DB_File/t/db-recno.t lib/Math/BigInt.pm
52460            ! lib/Math/BigInt/t/mbimbf.inc lib/Tie/RefHash.t lib/charnames.t
52461            ! mg.c perl.h pod/perldiag.pod pod/perlintern.pod pp.c pp_hot.c
52462            ! proto.h sv.c t/lib/warnings/1global t/lib/warnings/2use
52463            ! t/lib/warnings/3both t/lib/warnings/4lint
52464            ! t/lib/warnings/7fatal t/lib/warnings/doio t/lib/warnings/mg
52465            ! t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
52466            ! t/lib/warnings/pp_pack t/lib/warnings/sv t/lib/warnings/util
52467            ! t/run/fresh_perl.t t/run/runenv.t
52468 ____________________________________________________________________________
52469 [ 22739] By: rgs                                   on 2004/04/23  13:32:31
52470         Log: Subject: [PATCH] unfork the debugger (patch for 5.9.x)
52471              From: Richard.Foley@t-online.de (Richard Foley)
52472              Date: Fri, 23 Apr 2004 06:33:34 +0200
52473              Message-Id: <200404230633.34402.richard.foley@rfi.net>
52474      Branch: perl
52475            ! lib/perl5db.pl
52476 ____________________________________________________________________________
52477 [ 22737] By: nicholas                              on 2004/04/23  10:31:20
52478         Log: Ooops. Forgot to update pod.lst, and all that ensues with that
52479      Branch: perl
52480            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
52481            ! vms/descrip_mms.template win32/pod.mak
52482 ____________________________________________________________________________
52483 [ 22736] By: nicholas                              on 2004/04/23  10:11:26
52484         Log: Integrate:
52485              [ 22165]
52486              Create perl584delta.pod
52487              (Not that I'm really proposing to start work on 5.8.4 today)
52488
52489              [ 22650]
52490              Updates from Stas Bekman, Brendan O'Dea and Hugo
52491
52492              [ 22655]
52493              Tweaks from Hugo and Liz
52494
52495              [ 22677]
52496              Improvements from Jarkko
52497
52498              [ 22684]
52499              Integrate:
52500              [ 22665]
52501              AIX-4 with xlc does not like malloc wrap
52502
52503              [ 22666]
52504              Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
52505
52506              [ 22698]
52507              Clarify AIX and win32's malloc wrapping
52508
52509              [ 22700]
52510              The set uid perl is now called setuidperl. Not suidperl.
52511              Which I discover is hardlinked from sperl by ./installperl
52512              elsewhere. Helpfully confusing installperl script.
52513
52514              [ 22703]
52515              More perldelta updates
52516
52517              [ 22710]
52518              Subject:  spelling
52519              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
52520              Date:  Fri, 16 Apr 2004 21:18:18 +0300 (EEST)
52521              Message-Id:  <200404161818.i3GIIILh391648@kosh.hut.fi>
52522
52523              [ 22718]
52524              Revert 22700 (as part of changes suggested by Brendan O'Dea)
52525
52526              [ 22720]
52527              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
52528              binary must have fd script conundrum, as suggested by Brendan O'Dea
52529              Plus restore the more helpful error message from 22694 and the gist
52530              of the perl584delta changes from 22700
52531
52532              [ 22731]
52533              Oink, oink, flap, flap!
52534      Branch: perl
52535           +> pod/perl584delta.pod
52536            ! MANIFEST
52537           !> pod/perlhist.pod
52538 ____________________________________________________________________________
52539 [ 22735] By: merijn                                on 2004/04/23  10:11:23
52540         Log: Subject: [PATCH] Where to find nmake for windows
52541              From: Abe Timmerman <abe@ztreet.demon.nl>
52542              Date: Thu, 22 Apr 2004 23:57:40 +0200
52543              Message-Id: <200404222357.40508.abe@ztreet.demon.nl>
52544              Changed download URL references for nmake
52545      Branch: perl
52546            ! README.win32 pod/perlmodinstall.pod
52547 ____________________________________________________________________________
52548 [ 22734] By: mhx                                   on 2004/04/23  04:07:25
52549         Log: Subject: [PATCH for testing/review] byte-order modifiers for (un)pack templates
52550              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
52551              Date: Wed, 21 Apr 2004 21:09:20 +0200
52552              Message-Id: <20040421210920.3c467772@r2d2>
52553      Branch: perl
52554            ! embed.fnc embed.h perl.h pod/perldiag.pod pod/perlfunc.pod
52555            ! pod/perlport.pod pp_pack.c proto.h t/op/pack.t util.c
52556 ____________________________________________________________________________
52557 [ 22733] By: rgs                                   on 2004/04/22  12:08:35
52558         Log: Missing copyright in the README.
52559      Branch: perl
52560            ! README
52561 ____________________________________________________________________________
52562 [ 22727] By: nicholas                              on 2004/04/21  15:22:29
52563         Log: Subject: [perl #28456] Typo in perlipc man page, and suggestions for same
52564              From: Axel Boldt (via RT) <perlbug-followup@perl.org>
52565              Message-ID: <rt-3.0.8-28456-84424.10.5222745276547@perl.org>
52566              Date: 11 Apr 2004 13:08:17 -0000
52567      Branch: perl
52568            ! pod/perlipc.pod
52569 ____________________________________________________________________________
52570 [ 22725] By: nicholas                              on 2004/04/21  14:21:57
52571         Log: Punt the "reporting bugs" section to the top.
52572              Reorder the description of what to do, to start with the most common
52573              case.
52574              Clarify "how to report bugs effectively" (and why it benefits you)
52575      Branch: perl
52576            ! INSTALL
52577 ____________________________________________________________________________
52578 [ 22724] By: nicholas                              on 2004/04/21  12:51:43
52579         Log: This should be L<>
52580      Branch: perl
52581            ! INSTALL
52582 ____________________________________________________________________________
52583 [ 22723] By: nicholas                              on 2004/04/21  09:42:35
52584         Log: INSTALL didn't mention the 5.8.2 hash changes. Fixed
52585      Branch: perl
52586            ! INSTALL
52587 ____________________________________________________________________________
52588 [ 22722] By: nicholas                              on 2004/04/21  09:25:34
52589         Log: We should be telling people about ..exp, else they use the unexpanded
52590              forms and shaft anyone who installs a private perl within ~
52591      Branch: perl
52592            ! INSTALL
52593 ____________________________________________________________________________
52594 [ 22721] By: rgs                                   on 2004/04/21  08:36:38
52595         Log: Subject: [patch] log the interpreter id in warnings
52596              From: Stas Bekman <stas@stason.org>
52597              Date: Mon, 19 Apr 2004 18:10:01 -0700
52598              Message-ID: <40847869.1000906@stason.org>
52599      Branch: perl
52600            ! gv.c handy.h hv.c perl.c sv.c
52601 ____________________________________________________________________________
52602 [ 22717] By: rgs                                   on 2004/04/20  12:27:18
52603         Log: Subject: [PATCH] Sync Term::Cap with CPAN version
52604              From: Jonathan Stowe <jns@gellyfish.com>
52605              Date: Tue, 20 Apr 2004 12:37:28 +0100
52606              Message-Id: <1082461047.2736.96.camel@localhost>
52607      Branch: perl
52608            ! lib/Term/Cap.pm
52609 ____________________________________________________________________________
52610 [ 22716] By: rgs                                   on 2004/04/19  12:26:35
52611         Log: Fix for [perl #28919] : sometimes the function ck_ftst was trying
52612              to read an op that was just freed, which was obviously illegal.
52613      Branch: perl
52614            ! op.c
52615 ____________________________________________________________________________
52616 [ 22715] By: rgs                                   on 2004/04/19  09:34:01
52617         Log: Upgrade to FileCache 1.04.
52618      Branch: perl
52619            ! lib/FileCache.pm
52620 ____________________________________________________________________________
52621 [ 22714] By: rgs                                   on 2004/04/19  08:57:17
52622         Log: New file left out of the last commit.
52623      Branch: perl
52624            + t/uni/class.t
52625 ____________________________________________________________________________
52626 [ 22713] By: rgs                                   on 2004/04/19  08:56:28
52627         Log: Subject: Re: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
52628              From: "Jeff 'japhy' Pinyan" <japhy@perlmonk.org>
52629              Date: Wed, 14 Apr 2004 17:01:38 -0400 (EDT)
52630              Message-ID: <Pine.LNX.4.44.0404141659480.11423-301000@perlmonk.org>
52631      Branch: perl
52632            ! MANIFEST pod/perlunicode.pod
52633 ____________________________________________________________________________
52634 [ 22712] By: rgs                                   on 2004/04/19  08:30:20
52635         Log: Subject: Re: [perl #28532] optional match of an anchor gets ignored
52636              From: hv@crypt.org
52637              Date: Wed, 14 Apr 2004 19:30:46 +0100
52638              Message-Id: <200404141830.i3EIUko03728@zen.crypt.org>
52639      Branch: perl
52640            ! regcomp.c regexec.c t/op/pat.t
52641 ____________________________________________________________________________
52642 [ 22708] By: nicholas                              on 2004/04/17  13:25:41
52643         Log: Integrate:
52644              [ 22661]
52645              This is RC1
52646
52647              [ 22705]
52648              This is RC2
52649      Branch: perl
52650           !> pod/perlhist.pod
52651 ____________________________________________________________________________
52652 [ 22706] By: rgs                                   on 2004/04/16  15:53:37
52653         Log: On Linux-PPC, using gcc, downgrade to the -O1 optimisation
52654              level (with -O2 miniperl behaves really badly.)
52655      Branch: perl
52656            ! hints/linux.sh
52657 ____________________________________________________________________________
52658 [ 22697] By: merijn                                on 2004/04/15  11:56:32
52659         Log: d_getservbyname_r undef up to at least OpenBSD 3.5
52660              Thanks to Campo Weijerman and Gerard Gerritsen off-list
52661      Branch: perl
52662            ! hints/openbsd.sh
52663 ____________________________________________________________________________
52664 [ 22696] By: merijn                                on 2004/04/14  16:04:40
52665         Log: #24121: Configure under turkish locale fails
52666              toupper (i) != I  in turkish, but U+0130
52667              \N{LATIN CAPITAL LETTER I WITH DOT ABOVE}
52668              Patch supplied by Rafael
52669      Branch: perl
52670            ! Configure
52671 ____________________________________________________________________________
52672 [ 22693] By: rgs                                   on 2004/04/14  08:28:15
52673         Log: Subject: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
52674              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
52675              Date: Mon, 12 Apr 2004 20:24:48 -0400 (EDT)
52676              Message-ID: <Pine.LNX.4.44.0404122011160.3038-200000@perlmonk.org>
52677      Branch: perl
52678            ! lib/utf8_heavy.pl
52679 ____________________________________________________________________________
52680 [ 22692] By: rgs                                   on 2004/04/14  07:26:04
52681         Log: Subject: [PATCH]'s to bring bleadperl up to version-0.39
52682              From: John Peacock <jpeacock@rowman.com>
52683              Date: Tue, 13 Apr 2004 20:51:31 -0400
52684              Message-ID: <407C8B13.9020104@rowman.com>
52685      Branch: perl
52686            ! lib/version.pm lib/version.t t/comp/use.t universal.c util.c
52687 ____________________________________________________________________________
52688 [ 22691] By: rgs                                   on 2004/04/14  07:08:52
52689         Log: Subject: re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3
52690              From: Jan Dubois <jand@ActiveState.com>
52691              Date: Tue, 13 Apr 2004 19:49:32 -0700
52692              Message-ID: <vm7p70h7au8unrnq4jp85oich7n71ar5ab@4ax.com
52693      Branch: perl
52694            ! win32/win32.c
52695 ____________________________________________________________________________
52696 [ 22689] By: mhx                                   on 2004/04/12  06:53:24
52697         Log: Borland C doesn't like PERL_MALLOC_WRAP.
52698              Until I know why, the fix is to disable it.
52699      Branch: perl
52700            ! win32/config_H.bc
52701 ____________________________________________________________________________
52702 [ 22688] By: davem                                 on 2004/04/11  14:27:26
52703         Log: Stop PL_comppad pointing to a freed pad during global destruction
52704      Branch: perl
52705            ! sv.c
52706 ____________________________________________________________________________
52707 [ 22687] By: davem                                 on 2004/04/11  13:13:35
52708         Log: Make global cleanup fractionally faster by giving S_visit()
52709              flags/mask to compare SVs against.
52710      Branch: perl
52711            ! embed.fnc embed.h proto.h sv.c
52712 ____________________________________________________________________________
52713 [ 22686] By: gbarr                                 on 2004/04/10  08:08:42
52714         Log: Sync with libnet 1.18
52715      Branch: perl
52716            + lib/Net/Changes.libnet lib/Net/t/datasend.t
52717            - lib/Net/ChangeLog.libnet
52718            ! MANIFEST lib/Net/Cmd.pm lib/Net/FTP.pm lib/Net/NNTP.pm
52719            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
52720            ! lib/Net/Time.pm lib/Net/t/hostname.t
52721 ____________________________________________________________________________
52722 [ 22685] By: mhx                                   on 2004/04/10  06:37:30
52723         Log: Remove two unused variables that gcc used to warn about.
52724      Branch: perl
52725            ! util.c
52726 ____________________________________________________________________________
52727 [ 22682] By: rgs                                   on 2004/04/09  11:44:34
52728         Log: Subject: Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to fix universal.c)
52729              From: David Dyck <david.dyck@fluke.com>
52730              Date: Thu, 8 Apr 2004 19:02:26 -0700 (PDT)
52731              Message-ID: <Pine.LNX.4.51.0404081843290.29618@dd.tc.fluke.com>
52732      Branch: perl
52733            ! universal.c
52734 ____________________________________________________________________________
52735 [ 22681] By: rgs                                   on 2004/04/09  07:04:48
52736         Log: find2perl should not default to -print when -eval is specified.
52737              Noticed by David Dyck.
52738      Branch: perl
52739            ! x2p/find2perl.PL
52740 ____________________________________________________________________________
52741 [ 22680] By: rgs                                   on 2004/04/09  06:58:51
52742         Log: Upgrade to Time::HiRes 1.59.
52743      Branch: perl
52744            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
52745            ! ext/Time/HiRes/HiRes.xs
52746 ____________________________________________________________________________
52747 [ 22675] By: rgs                                   on 2004/04/08  13:00:59
52748         Log: Upgrade to Digest 1.06.
52749      Branch: perl
52750            ! lib/Digest.pm
52751 ____________________________________________________________________________
52752 [ 22674] By: rgs                                   on 2004/04/08  12:57:48
52753         Log: Upgrade to Digest 1.06.
52754      Branch: perl
52755            ! lib/Digest.pm
52756 ____________________________________________________________________________
52757 [ 22673] By: rgs                                   on 2004/04/08  09:59:22
52758         Log: Upgrade to Time::HiRes 1.57.
52759      Branch: perl
52760            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
52761            ! ext/Time/HiRes/HiRes.xs
52762 ____________________________________________________________________________
52763 [ 22672] By: nicholas                              on 2004/04/07  20:48:04
52764         Log: Make gmtime and localtime cross reference each other.
52765              Suggested by Dan Jacobson
52766      Branch: perl
52767            ! pod/perlfunc.pod
52768 ____________________________________________________________________________
52769 [ 22671] By: merijn                                on 2004/04/07  17:54:10
52770         Log: Integrated Time-Local-1.09 from Dave Rolsky
52771              Corrected a wrap error from the CPAN version to match #22670
52772              Tested on AIX to make sure the skip is still needed
52773      Branch: perl
52774            ! lib/Time/Local.pm lib/Time/Local.t
52775 ____________________________________________________________________________
52776 [ 22670] By: merijn                                on 2004/04/07  12:03:11
52777         Log: Disable the edge case tests for timegm and timelocal on
52778              AIX-4.3 since the OS is obsoleted, and fixes are not to
52779              be expected
52780      Branch: perl
52781            ! lib/Time/Local.t
52782 ____________________________________________________________________________
52783 [ 22669] By: rgs                                   on 2004/04/07  08:26:48
52784         Log: Fix command-line quoting under Windows for the new optree tests
52785              Subject: Re: Smoke [5.9.2] 22666 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
52786              From: Steve Hay <steve.hay@uk.radan.com>
52787              Date: Wed, 07 Apr 2004 09:46:01 +0100
52788              Message-ID: <4073BFC9.10707@uk.radan.com>
52789      Branch: perl
52790            ! ext/B/t/optree_samples.t
52791 ____________________________________________________________________________
52792 [ 22668] By: rgs                                   on 2004/04/07  08:00:07
52793         Log: Subject: [PATCH] Bleadperl to version 0.37
52794              From: John Peacock <jpeacock@rowman.com>
52795              Date: Tue, 06 Apr 2004 21:56:19 -0400
52796              Message-ID: <40735FC3.5010305@rowman.com>
52797      Branch: perl
52798            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
52799            ! pod/perlapi.pod proto.h t/comp/use.t t/op/universal.t
52800            ! universal.c util.c
52801 ____________________________________________________________________________
52802 [ 22667] By: rgs                                   on 2004/04/07  07:37:59
52803         Log: The optree builder was looping when constructing the ops
52804              for a map/grep block containing a while(1).
52805              (Bug reported by Pixel.)
52806      Branch: perl
52807            ! op.c t/op/grep.t
52808 ____________________________________________________________________________
52809 [ 22666] By: merijn                                on 2004/04/06  14:44:29
52810         Log: Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
52811      Branch: perl
52812            ! hints/hpux.sh
52813 ____________________________________________________________________________
52814 [ 22665] By: merijn                                on 2004/04/06  13:34:14
52815         Log: AIX-4 with xlc does not like malloc wrap
52816      Branch: perl
52817            ! hints/aix_4.sh
52818 ____________________________________________________________________________
52819 [ 22664] By: rgs                                   on 2004/04/06  07:29:30
52820         Log: Subject: Re: tests for change #22539
52821              From: Jim Cromie <jcromie@divsol.com>
52822              Date: Tue, 30 Mar 2004 14:39:31 -0700
52823              Message-ID: <4069E913.5040906@divsol.com>
52824              (with some spelling tweaks)
52825      Branch: perl
52826            + ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
52827            + ext/B/t/optree_concise.t ext/B/t/optree_samples.t
52828            + ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
52829            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t t/test.pl
52830 ____________________________________________________________________________
52831 [ 22663] By: mhx                                   on 2004/04/06  03:40:10
52832         Log: Make the ! suffix handle n/N/v/V as signed integers
52833              within pack templates.
52834      Branch: perl
52835            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
52836 ____________________________________________________________________________
52837 [ 22662] By: mhx                                   on 2004/04/05  20:03:03
52838         Log: C<undef> doesn't look like a number. See also:
52839
52840              Subject: Re: [perl #27606] undef "looks like" a number
52841              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
52842              Date: Mon, 15 Mar 2004 22:16:26 +0100
52843              Message-Id: <20040315221626.48061c67@r2d2>
52844      Branch: perl
52845            ! ext/List/Util/lib/List/Util.pm
52846            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
52847            ! pp_ctl.c sv.c
52848 ____________________________________________________________________________
52849 [ 22656] By: nicholas                              on 2004/04/05  15:55:18
52850         Log: Subject: Re: perldelta584
52851              From: Craig Berry <craigberry@mac.com>
52852              Message-ID: <12587569.1081180932766.JavaMail.craigberry@mac.com>
52853              Date: Mon, 05 Apr 2004 11:02:12 -0500
52854
52855              (makes malloc wrap the default on VMS)
52856      Branch: perl
52857            ! configure.com
52858 ____________________________________________________________________________
52859 [ 22654] By: rgs                                   on 2004/04/05  15:24:49
52860         Log: Subject: ref ($proto) || $proto patch
52861              From: Ovid <publiustemp-p5p@yahoo.com>
52862              Date: Sat, 03 Apr 2004 18:59:22 -0800
52863              Message-ID: <406F7A0A.50702@yahoo.com>
52864              (with minor reformatting)
52865      Branch: perl
52866            ! pod/perlobj.pod pod/perltoot.pod
52867 ____________________________________________________________________________
52868 [ 22652] By: rgs                                   on 2004/04/05  12:51:10
52869         Log: Subject: sv_pvutf8n_force and sv_pvbyten_force
52870              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
52871              Date: Wed, 24 Mar 2004 00:16:52 +0900
52872              Message-Id: <20040324001126.098F.BQW10602@nifty.com>
52873      Branch: perl
52874            ! sv.c
52875 ____________________________________________________________________________
52876 [ 22651] By: rgs                                   on 2004/04/05  11:50:10
52877         Log: wantarray docs should mention effect of eval { wantarray }
52878              as reported by Tim Bunce. Add a note to this effect in perlfunc,
52879              and regression tests for it.
52880      Branch: perl
52881            ! pod/perlfunc.pod t/op/wantarray.t
52882 ____________________________________________________________________________
52883 [ 22649] By: nicholas                              on 2004/04/05  08:57:18
52884         Log: More AUTHORS who deserve credit for patches
52885      Branch: perl
52886            ! AUTHORS
52887 ____________________________________________________________________________
52888 [ 22646] By: nicholas                              on 2004/04/04  16:32:54
52889         Log: Hand merge patch from maint back to blead.
52890      Branch: perl
52891            ! ext/threads/threads.pm
52892 ____________________________________________________________________________
52893 [ 22642] By: nicholas                              on 2004/04/04  13:07:50
52894         Log: Bump version numbers for modules that have changed since 5.8.3
52895      Branch: perl
52896            ! ext/B/B/Assembler.pm ext/B/B/Deparse.pm
52897            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/Handle.pm
52898            ! ext/IO/lib/IO/Pipe.pm ext/ODBM_File/ODBM_File.pm
52899            ! ext/threads/threads.pm lib/ExtUtils/Liblist/Kid.pm
52900            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
52901            ! lib/IPC/Open3.pm lib/Unicode/UCD.pm lib/base.pm lib/utf8.pm
52902 ____________________________________________________________________________
52903 [ 22641] By: rgs                                   on 2004/04/02  15:40:15
52904         Log: Fix bug #27940 : \cX escapes weren't working correctly in regular
52905              expression ranges.
52906      Branch: perl
52907            ! t/op/pat.t toke.c
52908 ____________________________________________________________________________
52909 [ 22637] By: davem                                 on 2004/04/02  10:02:06
52910         Log: Subject:  [PATCH] fix utils install problems on VMS
52911              From:  "Craig A. Berry" <craigberry@mac.com>
52912              Date:  Thu, 01 Apr 2004 20:19:53 -0600
52913              Message-Id:  <406CCDC9.7000500@mac.com>
52914
52915              We were not running utils/instmodsh.PL or utils/xsubpp.PL during
52916              the build, so installperl would not find the generated programs at
52917              install time.
52918              Also fixed several problems with the command definitions for the
52919              utilities
52920      Branch: perl
52921            ! configure.com vms/descrip_mms.template
52922 ____________________________________________________________________________
52923 [ 22636] By: davem                                 on 2004/04/01  22:00:40
52924         Log: Subject:  [PATCH] archname salad on VMS
52925              From:  "Craig A. Berry" <craigberry@mac.com>
52926              Date:  Thu, 01 Apr 2004 14:16:32 -0600
52927              Message-Id:  <406C78A0.2070009@mac.com>
52928
52929              sort out architecture-specific directory names for OpenVMS
52930              Itanium port
52931      Branch: perl
52932            ! configure.com vms/descrip_mms.template
52933 ____________________________________________________________________________
52934 [ 22635] By: davem                                 on 2004/04/01  20:27:14
52935         Log: Fix change #22376. Only mark a const as short-circuited
52936              if it's actually a const!
52937      Branch: perl
52938            ! op.c
52939 ____________________________________________________________________________
52940 [ 22630] By: nicholas                              on 2004/04/01  15:15:10
52941         Log: debug the instructions on upgrading Unicode
52942      Branch: perl
52943            ! lib/unicore/README.perl
52944 ____________________________________________________________________________
52945 [ 22625] By: mhx                                   on 2004/04/01  06:01:25
52946         Log: Fix and tests for [perl #28123] Perl optimizes // away incorrectly
52947      Branch: perl
52948            ! op.c t/op/dor.t
52949 ____________________________________________________________________________
52950 [ 22624] By: davem                                 on 2004/03/31  20:33:52
52951         Log: + (\$) prototype = bad free
52952              av_delete() didn't reify. I also updated its description
52953      Branch: perl
52954            ! av.c t/op/args.t
52955 ____________________________________________________________________________
52956 [ 22621] By: nicholas                              on 2004/03/31  15:05:40
52957         Log: Upgrade to Unicode 4.0.1
52958      Branch: perl
52959            + lib/unicore/lib/Katakan2.pl lib/unicore/lib/Sterm.pl
52960            + lib/unicore/lib/Variatio.pl
52961            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabLink.pl
52962            ! lib/unicore/ArabLnkGrp.pl lib/unicore/ArabicShaping.txt
52963            ! lib/unicore/Bidirectional.pl lib/unicore/Blocks.pl
52964            ! lib/unicore/Blocks.txt lib/unicore/Canonical.pl
52965            ! lib/unicore/CaseFolding.txt lib/unicore/Category.pl
52966            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
52967            ! lib/unicore/Jamo.txt lib/unicore/Lbrk.pl
52968            ! lib/unicore/LineBreak.txt lib/unicore/PropList.txt
52969            ! lib/unicore/PropValueAliases.txt lib/unicore/Properties
52970            ! lib/unicore/PropertyAliases.txt lib/unicore/ReadMe.txt
52971            ! lib/unicore/Scripts.pl lib/unicore/Scripts.txt
52972            ! lib/unicore/SpecialCasing.txt lib/unicore/To/Digit.pl
52973            ! lib/unicore/UnicodeData.txt lib/unicore/lib/Arabic.pl
52974            ! lib/unicore/lib/Armenian.pl lib/unicore/lib/Bengali.pl
52975            ! lib/unicore/lib/BidiBN.pl lib/unicore/lib/BidiCS.pl
52976            ! lib/unicore/lib/BidiEN.pl lib/unicore/lib/BidiES.pl
52977            ! lib/unicore/lib/BidiET.pl lib/unicore/lib/BidiL.pl
52978            ! lib/unicore/lib/BidiON.pl lib/unicore/lib/Bopomofo.pl
52979            ! lib/unicore/lib/Braille.pl lib/unicore/lib/Buhid.pl
52980            ! lib/unicore/lib/C.pl lib/unicore/lib/Canadian.pl
52981            ! lib/unicore/lib/Cf.pl lib/unicore/lib/Cherokee.pl
52982            ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Common.pl
52983            ! lib/unicore/lib/Cypriot.pl lib/unicore/lib/Cyrillic.pl
52984            ! lib/unicore/lib/Deseret.pl lib/unicore/lib/Devanaga.pl
52985            ! lib/unicore/lib/Ethiopic.pl lib/unicore/lib/Georgian.pl
52986            ! lib/unicore/lib/Gothic.pl lib/unicore/lib/Greek.pl
52987            ! lib/unicore/lib/Gujarati.pl lib/unicore/lib/Gurmukhi.pl
52988            ! lib/unicore/lib/Han.pl lib/unicore/lib/Hangul.pl
52989            ! lib/unicore/lib/Hanunoo.pl lib/unicore/lib/Hebrew.pl
52990            ! lib/unicore/lib/Hiragana.pl lib/unicore/lib/InCyril2.pl
52991            ! lib/unicore/lib/Inherite.pl lib/unicore/lib/Kannada.pl
52992            ! lib/unicore/lib/Katakana.pl lib/unicore/lib/Khmer.pl
52993            ! lib/unicore/lib/Lao.pl lib/unicore/lib/Latin.pl
52994            ! lib/unicore/lib/Limbu.pl lib/unicore/lib/LinearB.pl
52995            ! lib/unicore/lib/Malayala.pl lib/unicore/lib/Math.pl
52996            ! lib/unicore/lib/Mongolia.pl lib/unicore/lib/Myanmar.pl
52997            ! lib/unicore/lib/Ogham.pl lib/unicore/lib/OldItali.pl
52998            ! lib/unicore/lib/Oriya.pl lib/unicore/lib/Osmanya.pl
52999            ! lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
53000            ! lib/unicore/lib/OtherMat.pl lib/unicore/lib/Runic.pl
53001            ! lib/unicore/lib/Shavian.pl lib/unicore/lib/Sinhala.pl
53002            ! lib/unicore/lib/SoftDott.pl lib/unicore/lib/Syriac.pl
53003            ! lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
53004            ! lib/unicore/lib/TaiLe.pl lib/unicore/lib/Tamil.pl
53005            ! lib/unicore/lib/Telugu.pl lib/unicore/lib/Terminal.pl
53006            ! lib/unicore/lib/Thaana.pl lib/unicore/lib/Thai.pl
53007            ! lib/unicore/lib/Tibetan.pl lib/unicore/lib/Ugaritic.pl
53008            ! lib/unicore/lib/Yi.pl lib/unicore/lib/Z.pl
53009            ! lib/unicore/lib/Zs.pl lib/unicore/version t/op/pat.t
53010 ____________________________________________________________________________
53011 [ 22619] By: merijn                                on 2004/03/31  13:02:32
53012         Log: Regenerated Configure after backported #22571
53013              Some indent leftovers from earlier patches
53014              We don't like double negatives, not even in comment
53015      Branch: perl
53016            ! Configure
53017 ____________________________________________________________________________
53018 [ 22617] By: merijn                                on 2004/03/31  11:33:09
53019         Log: Subject: Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXT
53020              From: Gisle Aas <gisle@ActiveState.com>
53021              Date: 30 Mar 2004 04:29:18 -0800
53022              Message-ID: <lrk712bjs1.fsf@caliper.activestate.com>
53023      Branch: perl
53024            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
53025            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
53026 ____________________________________________________________________________
53027 [ 22615] By: nicholas                              on 2004/03/31  08:24:29
53028         Log: Unknowingly for years we've had a test that has assumed the order
53029              of results from readdir. Fixed.
53030      Branch: perl
53031            ! lib/File/Find/t/find.t
53032 ____________________________________________________________________________
53033 [ 22614] By: nicholas                              on 2004/03/30  21:50:15
53034         Log: Subject: Zaurus SL-[78]60 native compile patch
53035              Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp>
53036              From: Dan Kogai <dankogai@dan.co.jp>
53037              Date: Tue, 30 Mar 2004 00:53:52 +0900
53038      Branch: perl
53039            ! ext/Errno/Errno_pm.PL
53040 ____________________________________________________________________________
53041 [ 22610] By: davem                                 on 2004/03/29  21:20:35
53042         Log: various win32 build fixes
53043
53044              Subject: Re: [PATCH] Re: MinGW/GCC vs MSVC++ on Win32
53045              From: Steve Hay <steve.hay@uk.radan.com>
53046              Date: Tue, 23 Mar 2004 10:42:12 +0000
53047              Message-ID: <40601484.7040905@uk.radan.com>
53048
53049              Subject: [PATCH] distclean on Win32 should delete perl.base
53050              From: Steve Hay <steve.hay@uk.radan.com>
53051              Date: Tue, 23 Mar 2004 11:35:56 +0000
53052              Message-ID: <4060211C.8020704@uk.radan.com>
53053
53054              Subject: Re: [PATCH] Create debug symbols files on Windows even for release
53055              From: Steve Hay <steve.hay@uk.radan.com>
53056              Date: Fri, 26 Mar 2004 10:46:07 +0000
53057              Message-ID: <406409EF.9020404@uk.radan.com>
53058      Branch: perl
53059            ! win32/Makefile win32/makefile.mk
53060 ____________________________________________________________________________
53061 [ 22609] By: davem                                 on 2004/03/29  20:46:36
53062         Log: Subject: [perl #27986] IPC::Open3 fails in mod_perl (tie bug)
53063              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
53064              Date: 26 Mar 2004 21:02:19 -0000
53065              Message-ID: <rt-3.0.8-27986-82842.3.55447645581215@perl.org>
53066
53067              The forked child should make sure STDIN and STDOUT aren't tied
53068              before messing with them
53069      Branch: perl
53070            ! lib/IPC/Open3.pm
53071 ____________________________________________________________________________
53072 [ 22608] By: davem                                 on 2004/03/29  20:10:05
53073         Log: backout change 22606 (make gv_fullname() include a literal '^')
53074              it breaks select.
53075      Branch: perl
53076            ! gv.c t/op/gv.t
53077 ____________________________________________________________________________
53078 [ 22607] By: davem                                 on 2004/03/28  15:10:48
53079         Log: update -Dx to cope with lexical version of OP_AELEMFAST
53080      Branch: perl
53081            ! dump.c
53082 ____________________________________________________________________________
53083 [ 22606] By: davem                                 on 2004/03/28  15:08:23
53084         Log: make gv_fullname() etc include a literal '^' for *^FOO style names
53085      Branch: perl
53086            ! gv.c t/op/gv.t
53087 ____________________________________________________________________________
53088 [ 22605] By: davem                                 on 2004/03/28  13:11:30
53089         Log: pv_display() had code to display \n etc as escapes but it didn't
53090              actually work.
53091      Branch: perl
53092            ! dump.c
53093 ____________________________________________________________________________
53094 [ 22604] By: davem                                 on 2004/03/28  10:55:30
53095         Log: fix typo in change 22597
53096      Branch: perl
53097            ! op.h
53098 ____________________________________________________________________________
53099 [ 22601] By: davem                                 on 2004/03/27  10:22:52
53100         Log: Subject:  [PATCH] -Dusemallocwrap for VMS)
53101              From:  "Craig A. Berry" <craigberry@mac.com>
53102              Date:  Fri, 26 Mar 2004 22:46:50 -0600
53103              Message-Id:  <4065073A.30007@mac.com>
53104
53105              Mimic in configure.com what Configure does to enable or disable
53106              the new feature -Dusemallocwrap
53107      Branch: perl
53108            ! configure.com
53109 ____________________________________________________________________________
53110 [ 22600] By: davem                                 on 2004/03/27  02:04:03
53111         Log: Subject:  [PATCH] don't clean-up perly.* on VMS
53112              From:  "Craig A. Berry" <craigberry@mac.com>
53113              Date:  Fri, 26 Mar 2004 16:54:44 -0600
53114              Message-Id:  <4064B4B4.2030203@mac.com>
53115
53116              refrain from getting rid of perly.c and perly.h now that there are
53117              no longer VMS-specific overrides for these files
53118      Branch: perl
53119            ! vms/descrip_mms.template
53120 ____________________________________________________________________________
53121 [ 22599] By: davem                                 on 2004/03/27  01:54:09
53122         Log: string corruption with lvalue sub
53123              Depending on the context, the same substr OP may want to return
53124              a PVLV or an LV on subsequent invcations. If TARG is the wrong
53125              type, use a mortal instead.
53126      Branch: perl
53127            ! pp.c t/op/substr.t
53128 ____________________________________________________________________________
53129 [ 22597] By: davem                                 on 2004/03/26  18:56:50
53130         Log: Clarify op.h comments for which ops the OPpDEREF* private flags
53131              are actually used; update Concise.pm to match
53132      Branch: perl
53133            ! ext/B/B/Concise.pm op.h
53134 ____________________________________________________________________________
53135 [ 22596] By: davem                                 on 2004/03/26  18:53:09
53136         Log: fix for change #22594; if using test.pl, must tell perl where to
53137              find it!
53138      Branch: perl
53139            ! t/comp/hints.t
53140 ____________________________________________________________________________
53141 [ 22595] By: davem                                 on 2004/03/26  17:28:48
53142         Log: document the return value of an empty sub
53143      Branch: perl
53144            ! pod/perlsub.pod
53145 ____________________________________________________________________________
53146 [ 22594] By: davem                                 on 2004/03/26  13:05:50
53147         Log: - hints hash was being double freed on scope exit
53148      Branch: perl
53149            ! op.c scope.c scope.h t/comp/hints.t
53150 ____________________________________________________________________________
53151 [ 22593] By: ams                                   on 2004/03/26  08:59:15
53152         Log: Subject: Re: [perl #27906] stat documentation correction
53153              From: Andy Lester <andy@petdance.com>
53154              Date: Wed, 24 Mar 2004 21:48:30 -0600
53155              Message-Id: <20040325034830.GA5865@petdance.com>
53156              (Applied with a correction from Spider Boardman.)
53157      Branch: perl
53158            ! pod/perlfunc.pod t/op/stat.t
53159 ____________________________________________________________________________
53160 [ 22592] By: davem                                 on 2004/03/26  01:24:24
53161         Log: fix some comments in perly.y
53162      Branch: perl
53163            ! perly.y
53164 ____________________________________________________________________________
53165 [ 22591] By: davem                                 on 2004/03/26  01:16:55
53166         Log: Blessed reference to anonymous glob
53167              Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning
53168      Branch: perl
53169            ! sv.c t/op/ref.t
53170 ____________________________________________________________________________
53171 [ 22586] By: davem                                 on 2004/03/24  22:16:30
53172         Log: Subject: [perl #27748] 'find2perl' bug: -exec causes chdir error
53173              From: "jdhedden@1979.usna.com (via RT)" <perlbug-followup@perl.org>
53174              Date: 18 Mar 2004 20:25:50 -0000
53175              Message-ID: <rt-3.0.8-27748-82270.2.99482909739062@perl.org>
53176
53177              Cwd code was planted in the output executable after the exit, so
53178              was never run.
53179      Branch: perl
53180            ! x2p/find2perl.PL
53181 ____________________________________________________________________________
53182 [ 22585] By: nicholas                              on 2004/03/24  21:42:25
53183         Log: Remaining smoked platforms where malloc wrap is known to work.
53184              Data for Irix and NetBSD would be useful - they probably will work too.
53185              Will Unicos work? Place bets now...
53186      Branch: perl
53187            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/freebsd.sh
53188            ! hints/hpux.sh hints/linux.sh hints/openbsd.sh
53189            ! hints/solaris_2.sh
53190 ____________________________________________________________________________
53191 [ 22584] By: davem                                 on 2004/03/24  21:14:08
53192         Log: Subject: [perl #27790] split docs: say the string is EXPR
53193              From: Dan Jacobson (via RT) <perlbug-followup@perl.org>
53194              Date: 20 Mar 2004 05:21:07 -0000
53195              Message-ID: <rt-3.0.8-27790-82358.14.5476352902536@perl.org>
53196
53197              Minor documentation nit in split
53198      Branch: perl
53199            ! pod/perlfunc.pod
53200 ____________________________________________________________________________
53201 [ 22582] By: nicholas                              on 2004/03/24  19:15:29
53202         Log: mintest will pass if I skip the correct number of tests. D'oh!
53203      Branch: perl
53204            ! t/op/magic.t
53205 ____________________________________________________________________________
53206 [ 22579] By: nicholas                              on 2004/03/24  14:59:16
53207         Log: Subject: Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
53208              From: Steve Hay <steve.hay@uk.radan.com>
53209              Message-ID: <40618D1C.7000601@uk.radan.com>
53210              Date: Wed, 24 Mar 2004 13:29:00 +0000
53211      Branch: perl
53212            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53213            ! win32/config_H.vc64
53214 ____________________________________________________________________________
53215 [ 22578] By: rgs                                   on 2004/03/24  13:54:31
53216         Log: Good catch from Dave Mitchell; plus a null pointer protection.
53217      Branch: perl
53218            ! scope.c
53219 ____________________________________________________________________________
53220 [ 22577] By: nicholas                              on 2004/03/24  11:51:46
53221         Log: Unlike perl, 0 in void context isn't special cased in C :-)
53222              (So it warns). Tweak the no-action malloc wrap checkers to avoid
53223              warnings.
53224      Branch: perl
53225            ! handy.h
53226 ____________________________________________________________________________
53227 [ 22576] By: nicholas                              on 2004/03/24  10:29:16
53228         Log: Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
53229              NO_MALLOC_WRAP following Configure changes. Identical patch to
53230              mine supplied by Steve Hay while I was working on this.
53231              IP shootout at dawn :-)
53232      Branch: perl
53233            ! makedef.pl
53234 ____________________________________________________________________________
53235 [ 22572] By: nicholas                              on 2004/03/24  09:14:21
53236         Log: Tidy up function prototypes in the light of suidpatch
53237      Branch: perl
53238            ! embed.fnc embed.h perl.c proto.h
53239 ____________________________________________________________________________
53240 [ 22571] By: nicholas                              on 2004/03/23  22:35:09
53241         Log: Make usemallocwrap a Configure-time question. Default is yes for
53242              usedevel, no otherwise, but I'm expecting hints files on known
53243              good platforms to override this. (and known bad)
53244              Demonstration hints file for darwin.
53245      Branch: perl
53246            ! Configure config_h.SH hints/darwin.sh perl.h
53247 ____________________________________________________________________________
53248 [ 22569] By: nicholas                              on 2004/03/23  17:47:44
53249         Log: hv_delete_common was freeing the key, then passing the freed pointer
53250              to S_hv_notallowed. D'oh!
53251      Branch: perl
53252            ! hv.c
53253 ____________________________________________________________________________
53254 [ 22566] By: nicholas                              on 2004/03/23  16:23:58
53255         Log: Unify 5.008 and 5.009's B::Concise 0.58
53256      Branch: perl
53257            ! ext/B/B/Concise.pm
53258 ____________________________________________________________________________
53259 [ 22565] By: nicholas                              on 2004/03/23  16:05:28
53260         Log: Unify 5.008 and 5.009's B::Concise 0.56
53261      Branch: perl
53262            ! ext/B/B/Concise.pm
53263 ____________________________________________________________________________
53264 [ 22564] By: rgs                                   on 2004/03/23  13:43:49
53265         Log: Fix bug [perl #27839] returning @+ out of scope loses its value :
53266
53267              Subject: Re: Wondering about returned regex special arrays on going out of scope
53268              From: hv@crypt.org
53269              Date: Fri, 05 Mar 2004 17:42:25 +0000
53270              Message-Id: <200403051742.i25HgPd11240@zen.crypt.org>
53271
53272              plus a test case.
53273      Branch: perl
53274            ! pp_hot.c t/op/magic.t
53275 ____________________________________________________________________________
53276 [ 22563] By: nicholas                              on 2004/03/23  13:38:11
53277         Log: Subject: [PATCH] 5.9.1 suidperl
53278              From: psz@maths.usyd.edu.au (Paul Szabo)
53279              Message-Id: <200403182117.i2ILHug513080@milan.maths.usyd.edu.au>
53280              Date: Fri, 19 Mar 2004 08:17:56 +1100 (EST)
53281
53282              (which variables renamed as requested, plus tweaks to work on platforms
53283              with no ST_NOEXEC)
53284      Branch: perl
53285            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h
53286 ____________________________________________________________________________
53287 [ 22560] By: rgs                                   on 2004/03/22  21:29:51
53288         Log: Update the -v copyright notice.
53289      Branch: perl
53290            ! perl.c
53291 ____________________________________________________________________________
53292 [ 22559] By: nicholas                              on 2004/03/22  21:05:09
53293         Log: Don't assume that the chmod will always work.
53294              (It won't for files on *BSD where chflags has set uchg, which is
53295              what the OS X perforce client does)
53296      Branch: perl
53297            ! t/op/filetest.t
53298 ____________________________________________________________________________
53299 [ 22557] By: rgs                                   on 2004/03/22  20:46:52
53300         Log: Clarifications on constants subroutines, based on:
53301
53302              Subject: [perl #27768] [patch] wrong examples in perlsub/"Constant Functions"
53303              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
53304              Date: 19 Mar 2004 14:56:09 -0000
53305              Message-ID: <rt-3.0.8-27768-82310.5.12766475665209@perl.org>
53306      Branch: perl
53307            ! pod/perlsub.pod
53308 ____________________________________________________________________________
53309 [ 22556] By: rgs                                   on 2004/03/22  20:30:41
53310         Log: Subject: [PATCH] Re: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC
53311              From: Steve Hay <steve.hay@uk.radan.com>
53312              Date: Mon, 22 Mar 2004 14:44:46 +0000
53313              Message-ID: <405EFBDE.4090209@uk.radan.com>
53314      Branch: perl
53315            ! README.win32
53316 ____________________________________________________________________________
53317 [ 22553] By: rgs                                   on 2004/03/22  19:25:59
53318         Log: Subject: Re: [PATCH] warn on !=~
53319              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
53320              Date: Mon, 22 Mar 2004 10:32:05 -0800
53321              Message-ID: <20040322183106.GA1284@efn.org>
53322
53323              More warnings for this case.
53324      Branch: perl
53325            ! t/lib/warnings/toke toke.c
53326 ____________________________________________________________________________
53327 [ 22549] By: rgs                                   on 2004/03/21  17:22:42
53328         Log: Finally, this "Negative repeat count" warning wasn't such a great
53329              idea. Disable it. But add tests for this :
53330
53331              Subject: Re: [perl #27811] (@x) x -1 is a panic
53332              From: Andy Lester <andy@petdance.com>
53333              Date: Sun, 21 Mar 2004 09:27:04 -0600
53334              Message-ID: <20040321152704.GA9041@petdance.com>
53335      Branch: perl
53336            ! pp.c t/lib/warnings/pp t/op/repeat.t
53337 ____________________________________________________________________________
53338 [ 22548] By: rgs                                   on 2004/03/21  16:40:27
53339         Log: Subject: [PATCH sv.h] Nobody has used SvPVbyte_force?
53340              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
53341              Date: Sun, 21 Mar 2004 21:49:53 +0900
53342              Message-Id: <20040321213628.2461.BQW10602@nifty.com>
53343      Branch: perl
53344            ! sv.h
53345 ____________________________________________________________________________
53346 [ 22547] By: rgs                                   on 2004/03/21  13:36:27
53347         Log: I must be tired today.
53348      Branch: perl
53349            ! lib/utf8.t
53350 ____________________________________________________________________________
53351 [ 22546] By: rgs                                   on 2004/03/21  13:26:33
53352         Log: Silence a gcc warning.
53353      Branch: perl
53354            ! sv.c
53355 ____________________________________________________________________________
53356 [ 22545] By: rgs                                   on 2004/03/21  13:18:01
53357         Log: Subject: Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar)
53358              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
53359              Date: Sun, 21 Mar 2004 15:19:22 +0900
53360              Message-Id: <20040321151828.DAC6.BQW10602@nifty.com>
53361      Branch: perl
53362            ! lib/utf8.t sv.c
53363 ____________________________________________________________________________
53364 [ 22544] By: rgs                                   on 2004/03/21  13:12:53
53365         Log: Subject: [PATCH] fix memory bug in vms.c:mp_do_tounixspec
53366              From: "Craig A. Berry" <craigberry@mac.com>
53367              Date: Sat, 20 Mar 2004 21:51:45 -0600
53368              Message-ID: <405D1151.3040308@mac.com>
53369      Branch: perl
53370            ! vms/vms.c
53371 ____________________________________________________________________________
53372 [ 22543] By: rgs                                   on 2004/03/21  13:06:20
53373         Log: Add a new warning "Negative repeat count"
53374              for the cases $x x -1.
53375      Branch: perl
53376            ! pod/perlop.pod pp.c t/lib/warnings/pp
53377 ____________________________________________________________________________
53378 [ 22542] By: rgs                                   on 2004/03/20  11:49:21
53379         Log: Subject: [PATCH] warn on !=~
53380              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
53381              Date: Thu, 18 Mar 2004 22:24:09 -0800
53382              Message-ID: <20040319062035.GA3768@efn.org>
53383
53384              with an improvement suggested by Ton Hospel.
53385      Branch: perl
53386            ! pod/perldiag.pod t/lib/warnings/toke toke.c
53387 ____________________________________________________________________________
53388 [ 22541] By: rgs                                   on 2004/03/20  10:19:59
53389         Log: Subject: makefile.95 tweak
53390              From: Greg Matheson <lang@ms.chinmin.edu.tw>
53391              Date: Fri, 19 Mar 2004 18:15:25 +0800
53392              Message-ID: <20040319181525.A6347@ms.chinmin.edu.tw>
53393      Branch: perl
53394            ! win32/makefile.mk
53395 ____________________________________________________________________________
53396 [ 22540] By: rgs                                   on 2004/03/20  10:15:36
53397         Log: \x80\xFF is not valid UTF-8.
53398      Branch: perl
53399            ! pod/perluniintro.pod
53400 ____________________________________________________________________________
53401 [ 22539] By: rgs                                   on 2004/03/19  23:09:13
53402         Log: Subject: [perl #24821] enhancement patch for B::Concise
53403              From: jim cromie <jcromie@divsol.com>
53404              Date: Wed, 17 Mar 2004 14:12:43 -0700
53405              Message-ID: <4058BF4B.1000004@divsol.com>
53406              (Only the Concise.pm part, with documentation nits)
53407      Branch: perl
53408            ! ext/B/B/Concise.pm
53409 ____________________________________________________________________________
53410 [ 22538] By: nicholas                              on 2004/03/19  12:15:23
53411         Log: Subject:  [PATCH] open.pm: allow upper-cased EUC
53412              From:  Autrijus Tang <autrijus@autrijus.org>
53413              Date:  Fri, 19 Mar 2004 18:27:10 +0800
53414              Message-Id:  <20040319102710.GA91216@aut.dyndns.org>
53415      Branch: perl
53416            ! lib/open.pm
53417 ____________________________________________________________________________
53418 [ 22537] By: nicholas                              on 2004/03/19  11:59:01
53419         Log: Subject: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
53420              From: Jan Dubois <jand@activestate.com>
53421              Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com>
53422              Date: Thu, 18 Mar 2004 13:13:49 -0800
53423
53424              Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
53425              From: Steve Hay <steve.hay@uk.radan.com>
53426              Message-ID: <405ACC6D.1040804@uk.radan.com>
53427              Date: Fri, 19 Mar 2004 10:33:17 +0000
53428      Branch: perl
53429            + win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
53430            + win32/ext/Win32/Win32.xs
53431            - lib/Win32.pod
53432            ! MANIFEST win32/Makefile win32/makefile.mk
53433 ____________________________________________________________________________
53434 [ 22536] By: nicholas                              on 2004/03/19  11:43:35
53435         Log: Change Storable.xs to conditionally include ppport.h for pre 5.8.0
53436              This allows the ppport.h to be deleted from ext/Storable, which will
53437              reduce the potential for confusion.
53438              Bump Storable's version to 2.12; update the ChangeLog
53439      Branch: perl
53440            - ext/Storable/ppport.h
53441            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
53442            ! ext/Storable/README ext/Storable/Storable.pm
53443            ! ext/Storable/Storable.xs
53444 ____________________________________________________________________________
53445 [ 22535] By: nicholas                              on 2004/03/19  11:03:18
53446         Log: Move Beau Cox's ppport.h fixes into PPPort.pm
53447      Branch: perl
53448            ! ext/Devel/PPPort/PPPort.pm
53449 ____________________________________________________________________________
53450 [ 22534] By: rgs                                   on 2004/03/19  10:13:14
53451         Log: Nit in perluniintro about the U0 and C0 templates,
53452              noticed by Steve Hay.
53453      Branch: perl
53454            ! pod/perluniintro.pod
53455 ____________________________________________________________________________
53456 [ 22533] By: ams                                   on 2004/03/19  02:57:40
53457         Log: Subject: [PATCH] Storable PERL_NO_GET_CONTEXT
53458              From: beau@beaucox.com
53459              Date: Thu, 18 Mar 2004 12:45:45 -1000
53460              Message-Id: <20040318_224545_009145.beau@beaucox.com>
53461      Branch: perl
53462            + ext/Storable/ppport.h
53463            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.xs
53464 ____________________________________________________________________________
53465 [ 22532] By: rgs                                   on 2004/03/18  20:33:02
53466         Log: Subject: [PATCH] range operator warnings / 64-bit fix
53467              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
53468              Date: Wed, 10 Mar 2004 21:45:48 +0100
53469              Message-Id: <20040310214548.4f5e3ab1@r2d2>
53470      Branch: perl
53471            ! pp_ctl.c pp_hot.c t/op/range.t
53472 ____________________________________________________________________________
53473 [ 22531] By: davem                                 on 2004/03/18  19:02:32
53474         Log: add code comment for change 22525
53475      Branch: perl
53476            ! pp.c
53477 ____________________________________________________________________________
53478 [ 22530] By: rgs                                   on 2004/03/18  18:21:32
53479         Log: Add a perl592delta.pod man page.
53480      Branch: perl
53481            + pod/perl592delta.pod
53482            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
53483            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
53484            ! win32/pod.mak
53485 ____________________________________________________________________________
53486 [ 22528] By: nicholas                              on 2004/03/18  16:58:06
53487         Log: Corrections and explanations in comments
53488      Branch: perl
53489            ! ext/Storable/Storable.xs
53490 ____________________________________________________________________________
53491 [ 22527] By: nicholas                              on 2004/03/18  16:50:25
53492         Log: Subject:  pumpkin fodder
53493              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
53494              Date:  Fri, 12 Mar 2004 15:16:57 +0200 (EET)
53495              Message-Id:  <200403121316.i2CDGv1Y254951@kosh.hut.fi>
53496      Branch: perl
53497            ! lib/unicore/README.perl
53498 ____________________________________________________________________________
53499 [ 22526] By: rgs                                   on 2004/03/18  14:33:14
53500         Log: Detypo.
53501      Branch: perl
53502            ! makedef.pl
53503 ____________________________________________________________________________
53504 [ 22525] By: davem                                 on 2004/03/18  14:13:16
53505         Log: make ~$x give warning is $x isn't initialised.
53506              Also add test for uninitialised warning in & op.
53507      Branch: perl
53508            ! pp.c t/lib/warnings/sv
53509 ____________________________________________________________________________
53510 [ 22524] By: rgs                                   on 2004/03/18  13:20:07
53511         Log: Try to fix the AIX and Windows builds regarding the
53512              definedness of the PL_memory_wrap symbol.
53513      Branch: perl
53514            ! makedef.pl
53515 ____________________________________________________________________________
53516 [ 22523] By: rgs                                   on 2004/03/18  08:27:34
53517         Log: Bump bleadperl's version number to 5.9.2.
53518      Branch: perl
53519            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
53520            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
53521            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
53522            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
53523            ! win32/makefile.mk wince/Makefile.ce
53524 ____________________________________________________________________________
53525 [ 22521] By: rgs                                   on 2004/03/17  19:13:03
53526         Log: Subject: [PATCH] format/casting/warning RE: perl 5.9.1
53527              From: Robin Barker <Robin.Barker@npl.co.uk>
53528              Date: Wed, 17 Mar 2004 18:37:10 -0000
53529              Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk>
53530      Branch: perl
53531            ! dump.c ext/Socket/Socket.xs pad.c util.c
53532 ____________________________________________________________________________
53533 [ 22520] By: rgs                                   on 2004/03/17  18:20:54
53534         Log: Optimize away the assignment in the constructs C<my $s = undef>,
53535              C<my @a = ()>, C<my %h = ()>.
53536      Branch: perl
53537            ! op.c
53538 ____________________________________________________________________________
53539 [ 22517] By: nicholas                              on 2004/03/17  17:58:44
53540         Log: Subject: malloc wrappage
53541              From: Jarkko Hietaniemi <jhi@iki.fi>
53542              Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi>
53543              Date: Tue, 10 Feb 2004 23:15:14 +0200
53544
53545              plus change croak to Perl_croak_nocontext to make ithread safe
53546              plus make it conditional on PERL_MALLOC_WRAP (default for blead is on)
53547      Branch: perl
53548            ! av.c handy.h perl.h pod/perldiag.pod pp.c
53549 ____________________________________________________________________________
53550 [ 22516] By: nicholas                              on 2004/03/17  16:10:57
53551         Log: Add auto-require of modules to restore overloading (and tests)
53552      Branch: perl
53553            + ext/Storable/t/HAS_OVERLOAD.pm
53554            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
53555            ! ext/Storable/Storable.xs ext/Storable/t/overload.t
53556 ____________________________________________________________________________
53557 [ 22515] By: nicholas                              on 2004/03/17  15:48:03
53558         Log: Add regression tests for the auto-require of STORABLE_thaw
53559      Branch: perl
53560            + ext/Storable/t/HAS_HOOK.pm
53561            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
53562            ! ext/Storable/t/blessed.t
53563 ____________________________________________________________________________
53564 [ 22514] By: nicholas                              on 2004/03/16  22:36:49
53565         Log: Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
53566              block. This allows the re-entrant API to be used with ithreads,
53567              which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads
53568              (Which may seem inane, but makes perl threaded at the C level
53569              without enabling ithreads)
53570      Branch: perl
53571            ! intrpvar.h
53572 ____________________________________________________________________________
53573 [ 22513] By: rgs                                   on 2004/03/16  21:55:10
53574         Log: Add a lchown() call to the POSIX module. [perl #27547]
53575      Branch: perl
53576            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
53577 ____________________________________________________________________________
53578 [ 22512] By: rgs                                   on 2004/03/16  21:29:41
53579         Log: Subject: [PATCH] Re: Perl and Parrot disagree about sched_yield on Solaris
53580              From: Andrew Dougherty <doughera@lafayette.edu>
53581              Date: Tue, 16 Mar 2004 16:38:58 -0500 (EST)
53582              Message-ID: <Pine.SOL.4.58.0403161635590.27628@maxwell.phys.lafayette.edu>
53583      Branch: perl
53584            ! hints/solaris_2.sh
53585 ____________________________________________________________________________
53586 [ 22511] By: rgs                                   on 2004/03/16  21:27:02
53587         Log: Restore the "DEVEL" locally-applied-patches version tag in blead.
53588      Branch: perl
53589            ! patchlevel.h
53590 ____________________________________________________________________________
53591 [ 22510] By: rgs                                   on 2004/03/16  18:29:39
53592         Log: Update Changes. (again)
53593      Branch: perl
53594            ! Changes
53595 ____________________________________________________________________________
53596 [ 22509] By: rgs                                   on 2004/03/16  18:19:52
53597         Log: Update copyright notices
53598      Branch: perl
53599            ! cop.h cv.h doio.c doop.c dump.c embed.h embed.pl embedvar.h
53600            ! form.h global.sym gv.c handy.h hv.c mg.c op.c op.h opcode.h
53601            ! opcode.pl opnames.h pad.c patchlevel.h perl.c perl.h perlapi.h
53602            ! perlio.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
53603            ! proto.h regexec.c scope.c scope.h sv.c sv.h thread.h
53604            ! universal.c utf8.c util.c
53605 ____________________________________________________________________________
53606 [ 22508] By: rgs                                   on 2004/03/16  16:31:03
53607         Log: Regenerate META.yml
53608      Branch: perl
53609            ! META.yml
53610 ____________________________________________________________________________
53611 [ 22507] By: rgs                                   on 2004/03/16  15:36:32
53612         Log: Update Changes.
53613      Branch: perl
53614            ! Changes
53615 ____________________________________________________________________________
53616 [ 22506] By: rgs                                   on 2004/03/16  15:32:42
53617         Log: This is 5.9.1.
53618      Branch: perl
53619            ! patchlevel.h
53620 ____________________________________________________________________________
53621 [ 22505] By: rgs                                   on 2004/03/16  15:28:55
53622         Log: We'll ship 5.9.1 today.
53623      Branch: perl
53624            ! pod/perlhist.pod
53625 ____________________________________________________________________________
53626 [ 22504] By: rgs                                   on 2004/03/16  15:25:22
53627         Log: More perldelta updates.
53628      Branch: perl
53629            ! pod/perl591delta.pod
53630 ____________________________________________________________________________
53631 [ 22503] By: rgs                                   on 2004/03/16  13:23:34
53632         Log: Since the signature.t test of CPAN relies on a non-core module,
53633              it's not relevant to the perl core distribution.
53634      Branch: perl
53635            - lib/CPAN/t/signature.t
53636            ! MANIFEST
53637 ____________________________________________________________________________
53638 [ 22502] By: rgs                                   on 2004/03/15  21:54:56
53639         Log: Fix the order of arguments in the usage message of
53640              POSIX::chown(). It's different from the POSIX order but
53641              it's the same than CORE::chown(). Damn.
53642      Branch: perl
53643            ! ext/POSIX/POSIX.pm
53644 ____________________________________________________________________________
53645 [ 22501] By: rgs                                   on 2004/03/15  17:09:26
53646         Log: Subject: Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
53647              From: Steve Hay <steve.hay@uk.radan.com>
53648              Date: Mon, 15 Mar 2004 10:28:02 +0000
53649              Message-ID: <40558532.30002@uk.radan.com>
53650
53651              Plus, restore patch #22489
53652      Branch: perl
53653            ! win32/Makefile win32/makefile.mk
53654 ____________________________________________________________________________
53655 [ 22500] By: davem                                 on 2004/03/14  20:13:47
53656         Log: scope exit could expose freed local() value
53657      Branch: perl
53658            ! scope.c t/op/localref.t
53659 ____________________________________________________________________________
53660 [ 22499] By: davem                                 on 2004/03/14  17:01:34
53661         Log: strict 'subs' didn't warn on bareword array index
53662      Branch: perl
53663            ! op.c t/lib/strict/subs
53664 ____________________________________________________________________________
53665 [ 22498] By: rgs                                   on 2004/03/14  12:52:17
53666         Log: Four Storable patches towards Storable 2.11 :
53667
53668              Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order
53669              From: Nicholas Clark <nick@ccl4.org>
53670              Date: Sat, 13 Mar 2004 15:13:28 +0000
53671              Message-ID: <20040313151327.GS701@plum.flirble.org>
53672
53673              Date: Sat, 13 Mar 2004 20:23:45 +0000
53674              Message-ID: <20040313202345.GX701@plum.flirble.org>
53675
53676              Date: Sat, 13 Mar 2004 22:20:07 +0000
53677              Message-ID: <20040313222007.GZ701@plum.flirble.org>
53678
53679              Date: Sat, 13 Mar 2004 23:03:46 +0000
53680              Message-ID: <20040313230345.GB701@plum.flirble.org>
53681      Branch: perl
53682            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
53683            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
53684            ! ext/Storable/t/restrict.t
53685 ____________________________________________________________________________
53686 [ 22497] By: rgs                                   on 2004/03/13  21:27:57
53687         Log: Subject: [perl #27567] [patch] a typo and a mistake in perltoot.pod
53688              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
53689              Date: 10 Mar 2004 17:05:09 -0000
53690              Message-ID: <rt-3.0.8-27567-81174.13.282806825515@perl.org>
53691      Branch: perl
53692            ! pod/perltoot.pod
53693 ____________________________________________________________________________
53694 [ 22496] By: rgs                                   on 2004/03/13  21:16:59
53695         Log: More small perldelta updates.
53696      Branch: perl
53697            ! pod/perl591delta.pod
53698 ____________________________________________________________________________
53699 [ 22495] By: rgs                                   on 2004/03/13  20:05:20
53700         Log: Revert change #22489, that seems to cause build failures on Windows.
53701      Branch: perl
53702            ! win32/Makefile win32/makefile.mk
53703 ____________________________________________________________________________
53704 [ 22494] By: rgs                                   on 2004/03/13  19:55:43
53705         Log: Subject: Re: [PATCH] Stop splitpod truncating sprintf manpage
53706              From: Steve Hay <steve.hay@uk.radan.com>
53707              Date: Fri, 12 Mar 2004 08:38:41 +0000
53708              Message-ID: <40517711.9030204@uk.radan.com>
53709      Branch: perl
53710            ! pod/splitpod
53711 ____________________________________________________________________________
53712 [ 22493] By: rgs                                   on 2004/03/12  23:39:16
53713         Log: perl591delta nits. Regenerate the tables of contents.
53714      Branch: perl
53715            ! pod/perl591delta.pod pod/perlmodlib.pod pod/perltoc.pod
53716 ____________________________________________________________________________
53717 [ 22492] By: rgs                                   on 2004/03/12  21:35:49
53718         Log: Update perl591delta. Include a small to-do list in it.
53719      Branch: perl
53720            ! pod/perl591delta.pod
53721 ____________________________________________________________________________
53722 [ 22491] By: rgs                                   on 2004/03/12  20:08:31
53723         Log: Subject: [PATCH] Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12
53724              From: Tels <perl_dummy@bloodgate.com>
53725              Date: Fri, 12 Mar 2004 18:02:30 +0100
53726              Message-Id: <200403121802.31679@bloodgate.com>
53727      Branch: perl
53728            + lib/Math/BigInt/t/_e_math.t
53729            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt/t/bare_mbf.t
53730            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
53731            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
53732            ! lib/bigint.pm lib/bignum.pm
53733 ____________________________________________________________________________
53734 [ 22490] By: rgs                                   on 2004/03/12  18:31:12
53735         Log: Fix a bug in the cloning of regexps
53736
53737              Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
53738              From: hv@crypt.org
53739              Date: Thu, 11 Mar 2004 16:21:50 +0000
53740              Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org>
53741              (plus another similar fix)
53742      Branch: perl
53743            ! sv.c
53744 ____________________________________________________________________________
53745 [ 22489] By: rgs                                   on 2004/03/12  18:26:34
53746         Log: Subject: [PATCH] Fix minitest target in Win32 makefiles
53747              From: Steve Hay <steve.hay@uk.radan.com>
53748              Date: Fri, 12 Mar 2004 15:52:23 +0000
53749              Message-ID: <4051DCB7.107@uk.radan.com>
53750      Branch: perl
53751            ! win32/Makefile win32/makefile.mk
53752 ____________________________________________________________________________
53753 [ 22488] By: rgs                                   on 2004/03/11  22:57:29
53754         Log: Document the new behaviour of the substr lvalue :
53755              Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue window
53756              From: Dave Mitchell <davem@fdisolutions.com>
53757              Date: Mon, 1 Mar 2004 23:59:21 +0000
53758              Message-ID: <20040301235921.GC6469@fdisolutions.com>
53759      Branch: perl
53760            ! pod/perlfunc.pod
53761 ____________________________________________________________________________
53762 [ 22485] By: davem                                 on 2004/03/11  14:52:58
53763         Log: make op/write.t work better under stdio by running the subtests
53764              in the child process rather than the parent.
53765      Branch: perl
53766            ! t/op/write.t
53767 ____________________________________________________________________________
53768 [ 22484] By: merijn                                on 2004/03/11  10:08:17
53769         Log: Subject: Re: [PATCH] Re: Proposal to remove support for MachTen
53770              From: Dominic Dunlop <shouldbedomo@mac.com>
53771              Date: Thu, 11 Mar 2004 10:34:01 +0100
53772              Message-Id: <3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com>
53773      Branch: perl
53774            ! README.machten hints/machten.sh
53775 ____________________________________________________________________________
53776 [ 22483] By: nicholas                              on 2004/03/10  20:38:49
53777         Log: croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake
53778              back this out until we have a tangible policy
53779      Branch: perl
53780            ! sv.c
53781 ____________________________________________________________________________
53782 [ 22482] By: rgs                                   on 2004/03/10  16:16:00
53783         Log: Upgrade to Cwd 2.17.
53784      Branch: perl
53785            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
53786 ____________________________________________________________________________
53787 [ 22481] By: rgs                                   on 2004/03/10  10:55:12
53788         Log: Subject: Re: [PATCH] More "distclean" tidy ups on Win32
53789              From: Steve Hay <steve.hay@uk.radan.com>
53790              Date: Wed, 10 Mar 2004 10:58:15 +0000
53791              Message-ID: <404EF4C7.9090107@uk.radan.com>
53792      Branch: perl
53793            ! win32/Makefile win32/makefile.mk
53794 ____________________________________________________________________________
53795 [ 22480] By: rgs                                   on 2004/03/10  09:25:36
53796         Log: Change 22476 left out a similar fix for ExtUtils::MM_Win32
53797              (noticed by Steve Hay.)
53798              Also, update MANIFEST.SKIP to be in line with the renaming
53799              "blibdirs" to "blibdirs.exists".
53800      Branch: perl
53801            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Win32.pm
53802 ____________________________________________________________________________
53803 [ 22479] By: rgs                                   on 2004/03/10  09:07:03
53804         Log: A patch by Richard Foley to reduce the amount of
53805              forkage between the 5.8 and 5.9 debuggers.
53806      Branch: perl
53807            ! lib/perl5db.pl
53808 ____________________________________________________________________________
53809 [ 22478] By: chip                                  on 2004/03/09  23:51:41
53810         Log: In line-buffered mode, flush on the *last* newline,
53811              not on every newline.
53812      Branch: perl
53813            ! perlio.c
53814 ____________________________________________________________________________
53815 [ 22477] By: rgs                                   on 2004/03/09  22:27:22
53816         Log: Subject: [PATCH] More "distclean" tidy ups on Win32
53817              From: Steve Hay <steve.hay@uk.radan.com>
53818              Date: Fri, 05 Mar 2004 09:56:36 +0000
53819              Message-ID: <40484ED4.1050001@uk.radan.com>
53820              (only the win32 makefiles part)
53821      Branch: perl
53822            ! win32/Makefile win32/makefile.mk
53823 ____________________________________________________________________________
53824 [ 22476] By: rgs                                   on 2004/03/09  21:45:49
53825         Log: Subject: [PATCH] bleadperl/MM/VMS (was Re: perl@22413)
53826              From: "Craig A. Berry" <craigberry@mac.com>
53827              Date: Mon, 08 Mar 2004 08:18:43 -0600
53828              Message-ID: <404C80C3.6090009@mac.com>
53829
53830              Avoid to build everything twice on VMS.
53831              This is done by renaming the blibdirs target to blibdirs.exists.
53832              No, I don't understand why.
53833      Branch: perl
53834            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
53835            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
53836            ! lib/ExtUtils/t/INST_PREFIX.t
53837 ____________________________________________________________________________
53838 [ 22474] By: rgs                                   on 2004/03/09  20:29:02
53839         Log: Improve the "Prototype mismatch" error message when
53840              the redefined subroutine didn't have any prototype.
53841      Branch: perl
53842            ! op.c t/comp/redef.t
53843 ____________________________________________________________________________
53844 [ 22473] By: mhx                                   on 2004/03/09  19:09:20
53845         Log: Revert change #22472, but keep the new tests.
53846      Branch: perl
53847            ! pp_ctl.c t/op/range.t
53848 ____________________________________________________________________________
53849 [ 22472] By: mhx                                   on 2004/03/09  18:41:15
53850         Log: Subject: Re: undef and the range operator
53851              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
53852              Date: Mon, 8 Mar 2004 21:49:55 +0100
53853              Message-Id: <20040308214955.3d8be3a6@r2d2>
53854      Branch: perl
53855            ! pp_ctl.c t/op/range.t
53856 ____________________________________________________________________________
53857 [ 22471] By: nicholas                              on 2004/03/09  16:11:37
53858         Log: Make a temporary copy of the input buffer in pp_send, so that send
53859              and syswrite don't gratuitously upgrade their input to UTF8
53860      Branch: perl
53861            ! pp_sys.c t/op/sysio.t
53862 ____________________________________________________________________________
53863 [ 22470] By: rgs                                   on 2004/03/09  15:27:38
53864         Log: Upgrade to Cwd 2.16
53865      Branch: perl
53866            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
53867 ____________________________________________________________________________
53868 [ 22469] By: rgs                                   on 2004/03/09  14:56:10
53869         Log: Upgrade to CGI.pm 3.04.
53870      Branch: perl
53871            ! lib/CGI.pm lib/CGI/Cookie.pm
53872 ____________________________________________________________________________
53873 [ 22468] By: rgs                                   on 2004/03/08  15:35:59
53874         Log: perl591delta.pod update.
53875      Branch: perl
53876            ! pod/perl591delta.pod
53877 ____________________________________________________________________________
53878 [ 22467] By: rgs                                   on 2004/03/08  10:43:23
53879         Log: Another makefile portability fix for Win32 by Steve Hay.
53880      Branch: perl
53881            ! win32/Makefile win32/makefile.mk
53882 ____________________________________________________________________________
53883 [ 22466] By: rgs                                   on 2004/03/08  08:06:33
53884         Log: Subject: [PATCH] win32_fstat has a potential buffer overrun problem
53885              From: Jan Dubois <jand@ActiveState.com>
53886              Date: Sun, 07 Mar 2004 17:04:35 -0800
53887              Message-ID: <8lgn409p4k2kpde8d428d7a4r7fsgjc8b4@4ax.com>
53888      Branch: perl
53889            ! win32/win32.c
53890 ____________________________________________________________________________
53891 [ 22465] By: nicholas                              on 2004/03/07  23:31:49
53892         Log: Fix Dave's original shared hash key corruption bug
53893      Branch: perl
53894            ! sv.c
53895 ____________________________________________________________________________
53896 [ 22463] By: nicholas                              on 2004/03/07  21:34:01
53897         Log: Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test
53898              in utf8.t, and fix 3 bugs it exposed in utfhash.t
53899      Branch: perl
53900            ! lib/utf8.t sv.c t/op/utfhash.t
53901 ____________________________________________________________________________
53902 [ 22462] By: rgs                                   on 2004/03/07  20:34:05
53903         Log: Subject: undef and the range operator
53904              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
53905              Date: Sun, 7 Mar 2004 21:11:20 +0100
53906              Message-Id: <20040307211120.10e46933@r2d2>
53907      Branch: perl
53908            ! pp_ctl.c t/op/range.t
53909 ____________________________________________________________________________
53910 [ 22459] By: rgs                                   on 2004/03/07  18:41:36
53911         Log: Subject: Re: [PATCH Cwd 2.15] test tweak for VMS
53912              From: "Ken Williams" <ken@mathforum.org>
53913              Date: Sun, 7 Mar 2004 09:37:19 -0600
53914              Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org>
53915      Branch: perl
53916            ! ext/Cwd/t/cwd.t
53917 ____________________________________________________________________________
53918 [ 22456] By: rgs                                   on 2004/03/07  14:08:43
53919         Log: Subject: [PATCH t/op/closure.t] line-end tweak for VMS
53920              From: "Craig A. Berry" <craigberry@mac.com>
53921              Date: Sat, 06 Mar 2004 22:50:25 -0600
53922              Message-ID: <404AAA11.8050001@mac.com>
53923      Branch: perl
53924            ! t/op/closure.t
53925 ____________________________________________________________________________
53926 [ 22452] By: rgs                                   on 2004/03/06  21:24:45
53927         Log: Subject: [PATCH Cwd 2.15] test tweak for VMS
53928              From: "Craig A. Berry" <craigberry@mac.com>
53929              Date: Sat, 06 Mar 2004 13:51:55 -0600
53930              Message-ID: <404A2BDB.8030401@mac.com>
53931      Branch: perl
53932            ! ext/Cwd/t/cwd.t
53933 ____________________________________________________________________________
53934 [ 22451] By: rgs                                   on 2004/03/06  21:09:10
53935         Log: Allow syslog() to use numeric constants in addition to strings for
53936              facility names and priorities.
53937
53938              Subject: Patch for Sys::Syslog
53939              From: Jim Schneider <jschneid@netilla.com>
53940              Date: Fri, 5 Mar 2004 14:03:10 -0500
53941              Message-Id: <200403051403.10674.jschneid@netilla.com>
53942      Branch: perl
53943            ! ext/Sys/Syslog/Syslog.pm
53944 ____________________________________________________________________________
53945 [ 22446] By: nicholas                              on 2004/03/06  16:13:48
53946         Log: Make threads tests pass make minitest (by skipping)
53947      Branch: perl
53948            ! t/op/getpid.t t/op/threads.t
53949 ____________________________________________________________________________
53950 [ 22445] By: davem                                 on 2004/03/06  15:25:32
53951         Log: fix coredump in /(?{sub{}})/
53952      Branch: perl
53953            ! pad.c
53954 ____________________________________________________________________________
53955 [ 22444] By: rgs                                   on 2004/03/05  21:19:06
53956         Log: A small perluniintro clarification by Jarkko.
53957      Branch: perl
53958            ! pod/perluniintro.pod
53959 ____________________________________________________________________________
53960 [ 22443] By: rgs                                   on 2004/03/05  14:13:50
53961         Log: Subject: [PATCH] Re: Strange segfault
53962              From: mhx-perl@gmx.net (Marcus Holland-Moritz)
53963              Date: Fri, 5 Mar 2004 15:13:53 +0100
53964              Message-ID: <20040305151353.5f3e913c@r2d2>
53965      Branch: perl
53966            ! pp_ctl.c t/op/range.t
53967 ____________________________________________________________________________
53968 [ 22442] By: rgs                                   on 2004/03/05  09:31:22
53969         Log: Subject: [PATCH] Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32
53970              From: steve.hay@uk.radan.com (Steve Hay)
53971              Date: Fri, 05 Mar 2004 09:42:32 +0000
53972              Message-ID: <40484B88.7070608@uk.radan.com>
53973      Branch: perl
53974            ! win32/makefile.mk
53975 ____________________________________________________________________________
53976 [ 22441] By: rgs                                   on 2004/03/05  08:53:08
53977         Log: Change 22436 broke the Windows build.
53978              Fix by Steve Hay.
53979      Branch: perl
53980            ! ext/POSIX/POSIX.xs
53981 ____________________________________________________________________________
53982 [ 22440] By: davem                                 on 2004/03/05  00:09:23
53983         Log: silence some compiler warnings
53984      Branch: perl
53985            ! pp_ctl.c sv.c
53986 ____________________________________________________________________________
53987 [ 22439] By: davem                                 on 2004/03/04  23:56:42
53988         Log: ensure utf8::encode() normalises its arg
53989      Branch: perl
53990            ! sv.c
53991 ____________________________________________________________________________
53992 [ 22438] By: davem                                 on 2004/03/04  23:32:38
53993         Log: Memory leak in continue loop
53994              make sure redo always frees temps
53995      Branch: perl
53996            ! pp_ctl.c t/op/loopctl.t
53997 ____________________________________________________________________________
53998 [ 22437] By: davem                                 on 2004/03/04  22:03:17
53999         Log: Add perldiag entry for change #22435 (deprecate my $x if 0)
54000      Branch: perl
54001            ! pod/perldiag.pod
54002 ____________________________________________________________________________
54003 [ 22436] By: rgs                                   on 2004/03/04  21:52:18
54004         Log: Subject: [PATCH] Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
54005              From: Andrew Dougherty <doughera@lafayette.edu>
54006              Date: Thu, 4 Mar 2004 14:41:07 -0500 (EST)
54007              Message-ID: <Pine.SOL.4.58.0403041438350.5863@maxwell.phys.lafayette.edu>
54008      Branch: perl
54009            ! ext/POSIX/POSIX.xs
54010 ____________________________________________________________________________
54011 [ 22435] By: davem                                 on 2004/03/04  21:39:47
54012         Log: add deprecation warning for my $x if 0
54013      Branch: perl
54014            ! op.c t/lib/warnings/op
54015 ____________________________________________________________________________
54016 [ 22434] By: davem                                 on 2004/03/04  21:38:57
54017         Log: remove an 'if $a if 0' from AutoSplit.t
54018      Branch: perl
54019            ! lib/AutoSplit.t
54020 ____________________________________________________________________________
54021 [ 22433] By: davem                                 on 2004/03/04  20:33:44
54022         Log: retract 22328 and 22332: deprecation warning for my $x if foo
54023      Branch: perl
54024            ! embed.h op.c opcode.h opcode.pl pod/perldiag.pod pp.sym
54025            ! pp_proto.h t/lib/warnings/op
54026 ____________________________________________________________________________
54027 [ 22432] By: rgs                                   on 2004/03/04  12:18:11
54028         Log: Maintainers.pl update by MJD.
54029      Branch: perl
54030            ! Porting/Maintainers.pl
54031 ____________________________________________________________________________
54032 [ 22431] By: rgs                                   on 2004/03/04  10:35:59
54033         Log: Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3
54034              (by Steve Hay)
54035      Branch: perl
54036            + t/win32/getosversion.t
54037            ! MANIFEST win32/win32.c
54038 ____________________________________________________________________________
54039 [ 22430] By: rgs                                   on 2004/03/04  08:03:54
54040         Log: Clarify the difference between utf8::downgrade/upgrade
54041              and utf8::encode/decode (patch by Jarkko).
54042      Branch: perl
54043            ! lib/utf8.pm pod/perluniintro.pod
54044 ____________________________________________________________________________
54045 [ 22429] By: rgs                                   on 2004/03/03  23:01:56
54046         Log: A couple of notes in perl591delta
54047              (about Benchmark and the debugger.)
54048      Branch: perl
54049            ! pod/perl591delta.pod
54050 ____________________________________________________________________________
54051 [ 22428] By: rgs                                   on 2004/03/03  22:15:42
54052         Log: Subject: [PATCH] simplify sv.h
54053              From: Arthur Bergman <sky@nanisky.com>
54054              Date: Sun, 29 Feb 2004 22:04:53 +0000
54055              Message-Id: <4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com>
54056      Branch: perl
54057            ! sv.h
54058 ____________________________________________________________________________
54059 [ 22427] By: rgs                                   on 2004/03/03  21:55:03
54060         Log: Speed up the unicode case mappings (for /i, lc, uc, etc).
54061              Subject: [PATCH] [perl #24826]
54062              From: Jarkko Hietaniemi <jhi@iki.fi>
54063              Date: Wed, 3 Mar 2004 09:37:21 +0200
54064              Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi>
54065      Branch: perl
54066            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
54067            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
54068            ! lib/unicore/mktables t/uni/case.pl utf8.c
54069 ____________________________________________________________________________
54070 [ 22426] By: rgs                                   on 2004/03/03  21:04:48
54071         Log: Subject: [PATCH] debugger (5.8.x and 5.9.x)
54072              From: Richard.Foley@t-online.de (Richard Foley)
54073              Date: Wed, 3 Mar 2004 16:10:25 +0100
54074              Message-Id: <200403031610.25080.richard.foley@rfi.net>
54075      Branch: perl
54076            ! lib/perl5db.pl
54077 ____________________________________________________________________________
54078 [ 22425] By: davem                                 on 2004/03/03  00:02:51
54079         Log: stop t/op/write.t failures under stdio by always closing files
54080              before reading them back; also replace `cat file` with a function
54081              to read in the file
54082      Branch: perl
54083            ! t/op/write.t
54084 ____________________________________________________________________________
54085 [ 22424] By: nicholas                              on 2004/03/02  22:22:49
54086         Log: Change the skip logic on the unicode tests so that they don't rely on
54087              miniperl's "dynamic loading unavailable" message
54088      Branch: perl
54089            ! t/uni/chomp.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
54090            ! t/uni/tr_utf8.t
54091 ____________________________________________________________________________
54092 [ 22423] By: nicholas                              on 2004/03/02  22:02:36
54093         Log: Work on eliminating systematic failures on make minitest:
54094              make minitest passes a -minitest flag to t/TEST
54095              t/TEST sees this and sets $ENV{PERL_CORE_MINITEST}
54096              Tests can choose to skip based on this.
54097              (Other tactic is to make loading of Errno by %! happen at run time.)
54098      Branch: perl
54099            ! Makefile.SH t/TEST t/io/binmode.t t/io/crlf.t t/io/layers.t
54100            ! t/io/open.t t/io/print.t t/io/read.t t/op/magic.t
54101 ____________________________________________________________________________
54102 [ 22422] By: davem                                 on 2004/03/02  21:33:22
54103         Log: Remove machine-dependent rounding dependency from write overflow
54104              tests
54105      Branch: perl
54106            ! t/op/write.t
54107 ____________________________________________________________________________
54108 [ 22421] By: rgs                                   on 2004/03/02  21:25:12
54109         Log: Subject: [PATCH] nmake distclean cleans too much from lib/Digest on Win32
54110              From: Steve Hay <steve.hay@uk.radan.com>
54111              Date: Fri, 27 Feb 2004 17:42:26 +0000
54112              Message-ID: <403F8182.5090607@uk.radan.com>
54113      Branch: perl
54114            ! win32/Makefile win32/makefile.mk
54115 ____________________________________________________________________________
54116 [ 22419] By: davem                                 on 2004/03/01  22:17:52
54117         Log: add tests for change 22414 (lvalue substr jollity)
54118              courtesy of Graham Barr.
54119      Branch: perl
54120            ! t/op/substr.t
54121 ____________________________________________________________________________
54122 [ 22418] By: davem                                 on 2004/03/01  22:00:11
54123         Log: integrate Time::HiRes 1.56 from CPAN
54124              (which is itself mostly derived from the bleedperl version)
54125      Branch: perl
54126            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
54127            ! ext/Time/HiRes/Makefile.PL
54128 ____________________________________________________________________________
54129 [ 22417] By: mhx                                   on 2004/02/29  21:46:19
54130         Log: Make panics a bit more verbose to ease debugging.
54131      Branch: perl
54132            ! thread.h
54133 ____________________________________________________________________________
54134 [ 22415] By: davem                                 on 2004/02/29  18:06:45
54135         Log: make test breaks permissions on /dev/tty
54136              perl -i could fchmod(stdin) by mistake
54137      Branch: perl
54138            ! doio.c
54139 ____________________________________________________________________________
54140 [ 22414] By: davem                                 on 2004/02/29  16:21:34
54141         Log: Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue
54142              From: Graham Barr <gbarr@pobox.com>
54143              Date: Wed, 29 Oct 2003 09:56:53 +0000
54144              Message-Id: <3993BF6C-09F6-11D8-B6DD-0003938857CC@pobox.com>
54145
54146              make a variable aliased to an lvalue substr value work as expected
54147      Branch: perl
54148            ! mg.c
54149 ____________________________________________________________________________
54150 [ 22411] By: nicholas                              on 2004/02/29  13:08:28
54151         Log: Bump Socket's version to a real floating point value
54152      Branch: perl
54153            ! ext/Socket/Socket.pm
54154 ____________________________________________________________________________
54155 [ 22410] By: ams                                   on 2004/02/29  04:29:24
54156         Log: Back out _01 version suffix.
54157      Branch: perl
54158            ! ext/Storable/Storable.pm
54159 ____________________________________________________________________________
54160 [ 22409] By: davem                                 on 2004/02/28  23:29:10
54161         Log: Bump version numbers of moules affected by change #22258
54162              (removing /tmp and other insecurities)
54163      Branch: perl
54164            ! ext/DB_File/DB_File.pm ext/Devel/PPPort/PPPort.pm
54165            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
54166            ! ext/Time/HiRes/HiRes.pm lib/CGI/Cookie.pm
54167            ! lib/ExtUtils/MakeMaker.pm lib/Memoize.pm lib/Shell.pm
54168            ! lib/perl5db.pl
54169 ____________________________________________________________________________
54170 [ 22408] By: davem                                 on 2004/02/28  22:37:08
54171         Log: make the bison-based parser threadsafe and capable of deep
54172              recursion by eradicating Perl_yylex_r()
54173      Branch: perl
54174            ! embed.fnc embed.h embedvar.h intrpvar.h mg.c perl.h perlapi.h
54175            ! perly.c proto.h toke.c
54176 ____________________________________________________________________________
54177 [ 22407] By: nicholas                              on 2004/02/28  16:10:20
54178         Log: Use File::Temp for tempfiles if it is available.
54179              (Based on a patch from Solar Designer <solar@openwall.com> in
54180              Message-ID: <20040125222218.GA13499@openwall.com>, the bulk of which
54181              was applied as change 22258)
54182      Branch: perl
54183            ! utils/perlbug.PL
54184 ____________________________________________________________________________
54185 [ 22406] By: mhx                                   on 2004/02/28  15:04:41
54186         Log: Fix segfaults when running under -Dx.
54187      Branch: perl
54188            ! dump.c
54189 ____________________________________________________________________________
54190 [ 22403] By: nicholas                              on 2004/02/27  17:56:30
54191         Log: Assimilate Cwd 2.15 from CPAN
54192      Branch: perl
54193            ! ext/Cwd/Changes lib/Cwd.pm
54194 ____________________________________________________________________________
54195 [ 22401] By: nicholas                              on 2004/02/27  16:27:19
54196         Log: Create a new local $_ without triggering tie by using local *_ = \my $a
54197              (an idea from Ton Hospel, Message-Id: <c1igq3$n84$1@post.home.lunix>)
54198      Branch: perl
54199            ! lib/File/Find.pm lib/File/Find/t/find.t
54200 ____________________________________________________________________________
54201 [ 22400] By: merijn                                on 2004/02/27  15:25:27
54202         Log: When threads are active we need -lpthread, but previous `fix' of
54203              now linked libraries invalidated the regex for sed (AIX 5 has no
54204              seperate libc.a and libc_r.a the latter links to the first)
54205      Branch: perl
54206            ! hints/aix.sh
54207 ____________________________________________________________________________
54208 [ 22397] By: nicholas                              on 2004/02/27  13:13:43
54209         Log: Correct thinko in comment.
54210      Branch: perl
54211            ! op.c
54212 ____________________________________________________________________________
54213 [ 22393] By: nicholas                              on 2004/02/27  10:41:39
54214         Log: In hsplit, if a normal hash has placeholders then clear them before
54215              splitting. We can do this safely because Storable ensures hsplit is
54216              not called while it builds restricted hashes (actually any hashes)
54217              This change may not make things faster, but now we have the choice.
54218      Branch: perl
54219            ! ext/Storable/t/restrict.t hv.c
54220 ____________________________________________________________________________
54221 [ 22391] By: nicholas                              on 2004/02/27  10:27:38
54222         Log: My re-implementation of hv_clear_placeholders was buggy - not sure why
54223              the tests still passed. Fixed.
54224      Branch: perl
54225            ! hv.c
54226 ____________________________________________________________________________
54227 [ 22383] By: nicholas                              on 2004/02/26  14:59:40
54228         Log: Moving all the e-mail addresses over by 1 column makes them start on
54229              an 8 column tabstop, which makes editing this file easier.
54230              So then I replaced spaces with tabs and made it smaller too.
54231      Branch: perl
54232            ! AUTHORS
54233 ____________________________________________________________________________
54234 [ 22382] By: nicholas                              on 2004/02/26  14:49:13
54235         Log: Add Mark Fowler
54236      Branch: perl
54237            ! AUTHORS
54238 ____________________________________________________________________________
54239 [ 22381] By: nicholas                              on 2004/02/26  13:11:07
54240         Log: Integrate:
54241              [ 22339]
54242              Mention 5.005_04 RC2
54243
54244              [ 22360]
54245              Update for 5.005_04 release
54246      Branch: perl
54247           !> pod/perlhist.pod
54248 ____________________________________________________________________________
54249 [ 22380] By: rgs                                   on 2004/02/26  13:03:43
54250         Log: Subject: [PATCH] Improved perlapi documentation for croak
54251              From: Mark Fowler <mark@twoshortplanks.com>
54252              Date: Wed, 25 Feb 2004 22:47:21 +0000 (GMT)
54253              Message-ID: <Pine.LNX.4.55.0402252242510.32152@gan.twoshortplanks.com>
54254
54255              (and regenerate perlapi.pod.)
54256      Branch: perl
54257            ! pod/perlapi.pod util.c
54258 ____________________________________________________________________________
54259 [ 22379] By: merijn                                on 2004/02/26  08:44:53
54260         Log: From: Art Haas <ahaas@airmail.net>
54261              Subject: Replacing '-rdynamic' in Configure script
54262              Date: Fri, 20 Feb 2004 13:53:56 -0600
54263              Message-ID: <20040220195400.31177.qmail@onion.perl.org>
54264      Branch: perl
54265            ! Configure
54266 ____________________________________________________________________________
54267 [ 22377] By: davem                                 on 2004/02/25  21:07:44
54268         Log: remove my work address
54269      Branch: perl
54270            ! AUTHORS
54271 ____________________________________________________________________________
54272 [ 22376] By: davem                                 on 2004/02/25  17:10:56
54273         Log: stop "const in void context" warning for a const in an
54274              optimised-away boolean expresssion, eg 5 || print;
54275      Branch: perl
54276            ! op.c op.h t/lib/warnings/op
54277 ____________________________________________________________________________
54278 [ 22375] By: merijn                                on 2004/02/25  11:13:12
54279         Log: Skip the Net/Ping/450_service failures on HP-UX for the time being
54280      Branch: perl
54281            ! lib/Net/Ping/t/450_service.t
54282 ____________________________________________________________________________
54283 [ 22374] By: merijn                                on 2004/02/25  09:32:12
54284         Log: AIX hints stage 3: remove AIX 3 and AIX 4 after split off
54285              One open issue left: promoting to cc_r for threaded builds
54286              need a review to permit users using -Dcc=xlc_r for non
54287              threaded builds
54288      Branch: perl
54289            ! hints/aix.sh
54290 ____________________________________________________________________________
54291 [ 22373] By: davem                                 on 2004/02/24  23:25:52
54292         Log: fix memory leak in @_ = ...; goto &sub
54293      Branch: perl
54294            ! pp_ctl.c
54295 ____________________________________________________________________________
54296 [ 22372] By: rgs                                   on 2004/02/24  22:44:34
54297         Log: Enhance test cleanliness by a very small factor.
54298      Branch: perl
54299            ! t/comp/parser.t
54300 ____________________________________________________________________________
54301 [ 22371] By: rgs                                   on 2004/02/24  22:34:06
54302         Log: Fix a segfault during optree construction. (bug #27024)
54303      Branch: perl
54304            ! op.c t/comp/parser.t
54305 ____________________________________________________________________________
54306 [ 22370] By: rgs                                   on 2004/02/24  20:39:26
54307         Log: Update Changes and AUTHORS.
54308      Branch: perl
54309            ! AUTHORS Changes
54310 ____________________________________________________________________________
54311 [ 22369] By: rgs                                   on 2004/02/24  19:53:51
54312         Log: Subject: [PATCH] optimization for map in scalar context
54313              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
54314              Date: Tue, 24 Feb 2004 12:02:57 +0100
54315              Message-id: <20040224110257.GA5510@ethan>
54316      Branch: perl
54317            ! pp_ctl.c
54318 ____________________________________________________________________________
54319 [ 22368] By: rgs                                   on 2004/02/24  19:30:12
54320         Log: Subject: Bugfix for perlrequick and perlretut
54321              From: Mark Kvale <kvale@phy.ucsf.edu>
54322              Date: Tue, 24 Feb 2004 11:32:34 -0800
54323              Message-Id: <200402241132.34656.kvale@phy.ucsf.edu>
54324      Branch: perl
54325            ! pod/perlrequick.pod pod/perlretut.pod
54326 ____________________________________________________________________________
54327 [ 22367] By: rgs                                   on 2004/02/23  22:08:33
54328         Log: Instead of localising *_, use a dummy foreach loop to get
54329              a local value of $_
54330      Branch: perl
54331            ! lib/File/Find.pm
54332 ____________________________________________________________________________
54333 [ 22366] By: rgs                                   on 2004/02/23  21:40:02
54334         Log: Subject: Re: [perl #24338] Attribute::Handlers will trash UNIVERSAL
54335              From: alan <alan@pair.com>
54336              Date: Tue, 17 Feb 2004 14:23:08 -0500 (EST)
54337              Message-ID: <Pine.BSF.4.58.0402171418090.80983@smx.pair.com>
54338      Branch: perl
54339            ! lib/Attribute/Handlers.pm
54340 ____________________________________________________________________________
54341 [ 22365] By: rgs                                   on 2004/02/23  21:30:42
54342         Log: Update perl591delta.
54343      Branch: perl
54344            ! pod/perl591delta.pod
54345 ____________________________________________________________________________
54346 [ 22364] By: rgs                                   on 2004/02/23  20:56:38
54347         Log: Fix bug #26910: hints were not propagated into (?{...})
54348              blocks, except the utf8 pragma.
54349      Branch: perl
54350            ! pp_ctl.c t/lib/strict/refs t/lib/strict/subs t/lib/strict/vars
54351 ____________________________________________________________________________
54352 [ 22363] By: rgs                                   on 2004/02/23  19:15:53
54353         Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation
54354              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
54355              Date: Sun, 22 Feb 2004 16:09:33 +0900
54356              Message-Id: <20040222160505.98E5.BQW10602@nifty.com>
54357
54358              Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation)
54359              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
54360              Date: Sun, 22 Feb 2004 18:41:43 +0900
54361              Message-Id: <20040222182357.6B39.BQW10602@nifty.com>
54362
54363              Plus, add a "_01" to the theoretical version number of Encode::CN::HZ.
54364      Branch: perl
54365            ! ext/Encode/lib/Encode/CN/HZ.pm pp_hot.c t/op/concat.t
54366 ____________________________________________________________________________
54367 [ 22362] By: rgs                                   on 2004/02/23  18:31:31
54368         Log: Subject: [PATCH] Benchmark for child processes
54369              From: Chia-liang Kao <clkao@clkao.org>
54370              Date: Mon, 23 Feb 2004 22:53:51 +0800
54371              Message-ID: <20040223145351.GH94376@portege.clkao.org>
54372      Branch: perl
54373            ! lib/Benchmark.pm
54374 ____________________________________________________________________________
54375 [ 22359] By: merijn                                on 2004/02/23  11:55:08
54376         Log: Subject: Re: Perl 5.8.1 on IRIX 5.3
54377              Date: Thu, 22 Jan 2004 18:35:26 +0100 (CET)
54378              From: Georg Schwarz <geos@epost.de>
54379              Message-Id: <E1Ajijm-0006ya-LE@mikro.physik.TU-Berlin.DE>
54380      Branch: perl
54381            ! hints/irix_5.sh
54382 ____________________________________________________________________________
54383 [ 22358] By: rgs                                   on 2004/02/22  21:49:47
54384         Log: Subject: initial patch for cygwin IPC via cygserver
54385              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
54386              Date: Thu, 19 Feb 2004 09:01:13 -0800
54387              Message-ID: <20040219170113.GA2792@efn.org>
54388      Branch: perl
54389            ! ext/IPC/SysV/hints/cygwin.pl hints/cygwin.sh
54390 ____________________________________________________________________________
54391 [ 22357] By: davem                                 on 2004/02/22  15:43:53
54392         Log: Extend OP_AELEMFAST optimisation to lexical arrays
54393      Branch: perl
54394            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm op.c op.h pp_hot.c
54395 ____________________________________________________________________________
54396 [ 22356] By: rgs                                   on 2004/02/21  16:51:52
54397         Log: We're not binary compatible with 5.8.
54398              Change PERL_API_VERSION to 5.9.1.
54399      Branch: perl
54400            ! patchlevel.h
54401 ____________________________________________________________________________
54402 [ 22355] By: rgs                                   on 2004/02/21  16:30:02
54403         Log: Document change #22353 in perldelta.
54404      Branch: perl
54405            ! pod/perl591delta.pod
54406 ____________________________________________________________________________
54407 [ 22354] By: rgs                                   on 2004/02/21  16:23:54
54408         Log: Increment the version number of B, due to the incompatible
54409              API change introduced by #22353 (no more op_seq method.)
54410      Branch: perl
54411            ! ext/B/B.pm
54412 ____________________________________________________________________________
54413 [ 22353] By: rgs                                   on 2004/02/21  16:18:32
54414         Log: Subject: Re: op_seq (was: Freeing code)
54415              From: Paul Johnson <paul@pjcj.net>
54416              Date: Sat, 21 Feb 2004 02:31:47 +0100
54417              Message-ID: <20040221013147.GB6953@pjcj.net>
54418
54419              Rework the OP structure to use less space.
54420              Remove op_seq (and simulate it in dump.c),
54421              replace it by op_opt and op_static,
54422              shrink op_type, remove PL_op_seqmax.
54423      Branch: perl
54424            ! bytecode.pl dump.c embed.h embedvar.h ext/B/B.xs
54425            ! ext/B/B/Asmdata.pm ext/B/B/C.pm ext/B/B/Concise.pm
54426            ! ext/B/B/Debug.pm ext/ByteLoader/byterun.c
54427            ! ext/ByteLoader/byterun.h intrpvar.h op.c op.h perlapi.h
54428            ! pod/perlintern.pod sv.c
54429 ____________________________________________________________________________
54430 [ 22352] By: rgs                                   on 2004/02/20  17:29:32
54431         Log: When you write C<my $_ ; for (...) {...}>, the lexical $_
54432              is not actually introduced by the for statement.
54433      Branch: perl
54434            ! op.c
54435 ____________________________________________________________________________
54436 [ 22351] By: davem                                 on 2004/02/20  15:38:10
54437         Log: remove a split test's dependence on -Dx output
54438              (needed after change #22343)
54439      Branch: perl
54440            ! t/op/split.t
54441 ____________________________________________________________________________
54442 [ 22350] By: davem                                 on 2004/02/20  15:34:27
54443         Log: add Deparse/Concise support for inplace sort (change 22349)
54444      Branch: perl
54445            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
54446 ____________________________________________________________________________
54447 [ 22349] By: davem                                 on 2004/02/20  14:54:35
54448         Log: optimise the sorting inplace of plain arrays: @a = sort @a
54449      Branch: perl
54450            ! op.c op.h pp_sort.c t/op/sort.t
54451 ____________________________________________________________________________
54452 [ 22348] By: davem                                 on 2004/02/20  14:18:13
54453         Log: Document the SVf_PADSTALE flag
54454      Branch: perl
54455            ! pad.c
54456 ____________________________________________________________________________
54457 [ 22347] By: rgs                                   on 2004/02/20  10:46:51
54458         Log: Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)
54459      Branch: perl
54460            - lib/IPC/SysV.t
54461            ! MANIFEST
54462 ____________________________________________________________________________
54463 [ 22346] By: rgs                                   on 2004/02/20  10:23:51
54464         Log: Subject: [PATCH] genmk95.pl touchup for distclean on Win98
54465              From: Greg Matheson <lang@ms.chinmin.edu.tw>
54466              Date: Fri, 20 Feb 2004 15:34:59 +0800
54467              Message-ID: <20040220153459.A30249@ms.chinmin.edu.tw>
54468      Branch: perl
54469            ! win32/genmk95.pl
54470 ____________________________________________________________________________
54471 [ 22345] By: rgs                                   on 2004/02/20  08:21:47
54472         Log: Upgrade to Term::ANSIColor 1.08.
54473      Branch: perl
54474            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
54475            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
54476 ____________________________________________________________________________
54477 [ 22344] By: rgs                                   on 2004/02/19  21:17:10
54478         Log: Upgrade to prereleases of Math::BigInt 1.70 and
54479              Math::BigRat 0.12, by Tels.
54480      Branch: perl
54481            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
54482            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
54483            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
54484            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/bigfltpm.inc
54485            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
54486            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
54487            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
54488            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
54489            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
54490            ! lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/sub_mbf.t
54491            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
54492            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
54493            ! lib/Math/BigInt/t/use_mbfw.t lib/Math/BigInt/t/with_sub.t
54494            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
54495            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
54496            ! lib/bigint.pm t/lib/Math/BigInt/BareCalc.pm
54497            ! t/lib/Math/BigInt/Scalar.pm t/lib/Math/BigRat/Test.pm
54498 ____________________________________________________________________________
54499 [ 22343] By: davem                                 on 2004/02/19  13:43:18
54500         Log: -Dx could coredump on threaded builds because consts are now
54501              stored in the pad
54502      Branch: perl
54503            ! dump.c
54504 ____________________________________________________________________________
54505 [ 22342] By: rgs                                   on 2004/02/18  21:38:13
54506         Log: Add a tool to report dual-lived core modules that don't
54507              have the same version than the corresponding module on CPAN.
54508      Branch: perl
54509            + Porting/corecpan.pl
54510            ! MANIFEST
54511 ____________________________________________________________________________
54512 [ 22341] By: rgs                                   on 2004/02/18  14:04:11
54513         Log: Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.
54514      Branch: perl
54515            ! pod/perl591delta.pod
54516 ____________________________________________________________________________
54517 [ 22338] By: rgs                                   on 2004/02/18  13:32:17
54518         Log: Add base.pm and fields.pm to the maintainer list.
54519              Remove a duplicate file from this list.
54520      Branch: perl
54521            ! Porting/Maintainers.pl
54522 ____________________________________________________________________________
54523 [ 22337] By: davem                                 on 2004/02/18  13:22:13
54524         Log: fix write test: -small_number may be displayed as 00.00 or -0.00
54525      Branch: perl
54526            ! t/op/write.t
54527 ____________________________________________________________________________
54528 [ 22334] By: merijn                                on 2004/02/18  12:18:52
54529         Log: Removed pm_apiversion and xs_apiversion as requested by
54530              the pumpkin. Chainsaw was still in perfect working order.
54531      Branch: perl
54532            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
54533            ! NetWare/config_H.wc Porting/Glossary Porting/config.sh
54534            ! Porting/config_H config_h.SH configure.com epoc/config.sh
54535            ! plan9/config.plan9 plan9/config_h.sample
54536            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
54537            ! win32/config.gc win32/config.vc win32/config.vc64
54538            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54539            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
54540 ____________________________________________________________________________
54541 [ 22332] By: davem                                 on 2004/02/18  11:14:43
54542         Log: Add tests for the C<my $x if foo> deprecation, and change the
54543              warning text
54544      Branch: perl
54545            ! op.c pod/perldiag.pod t/lib/warnings/op
54546 ____________________________________________________________________________
54547 [ 22330] By: mhx                                   on 2004/02/18  08:53:03
54548         Log: 1. Add section to perlxs.pod describing that the refcount of AVs/HVs
54549              returned from XSUBs through RETVAL isn't decremented as it is for
54550              SVs. This causes those XSUBs to leak memory and cannot be fixed
54551              without breaking existing CPAN modules that work around this bug.
54552
54553              2. Fix a memory leak of that kind in POSIX::localconv.
54554      Branch: perl
54555            ! ext/POSIX/POSIX.xs pod/perlxs.pod
54556 ____________________________________________________________________________
54557 [ 22329] By: rgs                                   on 2004/02/18  08:25:58
54558         Log: Encode has local changes. Up-version it.
54559      Branch: perl
54560            ! ext/Encode/Encode.pm
54561 ____________________________________________________________________________
54562 [ 22328] By: davem                                 on 2004/02/17  23:30:50
54563         Log: add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
54564      Branch: perl
54565            ! op.c opcode.h opcode.pl pod/perldiag.pod pp.sym pp_proto.h
54566 ____________________________________________________________________________
54567 [ 22327] By: rgs                                   on 2004/02/17  23:22:45
54568         Log: It's better to localize *_ than $_, to avoid magic leakage
54569      Branch: perl
54570            ! lib/File/Find.pm
54571 ____________________________________________________________________________
54572 [ 22326] By: rgs                                   on 2004/02/17  23:18:25
54573         Log: One of the new tests of MIME::Base64 relies on a non-core module.
54574      Branch: perl
54575            - ext/MIME/Base64/t/bad-sv.t
54576            ! MANIFEST
54577 ____________________________________________________________________________
54578 [ 22325] By: rgs                                   on 2004/02/17  23:10:22
54579         Log: Upgrade to MIME::Base64 3.00.
54580              Fix t/warn.t so it works in the core.
54581              Reintegrate change #22309 in it. Bump $VERSION to 3.00_01.
54582      Branch: perl
54583            + ext/MIME/Base64/t/bad-sv.t ext/MIME/Base64/t/warn.t
54584            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
54585            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
54586            ! ext/MIME/Base64/t/base64.t
54587 ____________________________________________________________________________
54588 [ 22323] By: rgs                                   on 2004/02/17  22:20:25
54589         Log: Be more clear. Use simple words.
54590      Branch: perl
54591            ! pod/perl591delta.pod
54592 ____________________________________________________________________________
54593 [ 22322] By: davem                                 on 2004/02/17  21:52:08
54594         Log: remove C<my $x if foo> construct from core modules
54595      Branch: perl
54596            ! ext/B/B/Deparse.pm ext/IO/lib/IO/Handle.pm
54597            ! ext/IO/lib/IO/Pipe.pm lib/ExtUtils/Liblist/Kid.pm
54598            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
54599            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/SMTP.pm
54600            ! lib/Pod/Parser.pm lib/Test/Harness.pm utils/h2xs.PL
54601 ____________________________________________________________________________
54602 [ 22321] By: rgs                                   on 2004/02/17  21:22:17
54603         Log: Dave Mitchell suggested this perldelta entry for the SVp_* reordering.
54604      Branch: perl
54605            ! pod/perl591delta.pod
54606 ____________________________________________________________________________
54607 [ 22320] By: rgs                                   on 2004/02/17  21:07:11
54608         Log: Bump $B::VERSION (because of change #22315).
54609      Branch: perl
54610            ! ext/B/B.pm
54611 ____________________________________________________________________________
54612 [ 22319] By: rgs                                   on 2004/02/17  21:03:09
54613         Log: Regenerate table of contents and other related files.
54614      Branch: perl
54615            ! MANIFEST pod/perl.pod pod/perltoc.pod
54616 ____________________________________________________________________________
54617 [ 22318] By: rgs                                   on 2004/02/17  20:06:04
54618         Log: Bump up perl's version number to 5.9.1.
54619              Add perl591delta in perl.pod.
54620              Update the sample config files in Porting/.
54621      Branch: perl
54622            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
54623            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
54624            ! plan9/config.plan9 pod/perl.pod win32/Makefile
54625            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54626            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
54627 ____________________________________________________________________________
54628 [ 22317] By: davem                                 on 2004/02/17  19:28:58
54629         Log: 22316 had stupid precedence thinkos
54630      Branch: perl
54631            ! pp.c pp_hot.c
54632 ____________________________________________________________________________
54633 [ 22316] By: davem                                 on 2004/02/17  18:23:27
54634         Log: Slight update to #22315 ($lval=*FOO); optimise the hot tests,
54635              and fix some incorrect indentation
54636      Branch: perl
54637            ! pp.c pp_hot.c sv.c
54638 ____________________________________________________________________________
54639 [ 22315] By: davem                                 on 2004/02/17  18:01:52
54640         Log: Subject:  Re: [PATCH] GLOB to LVALUE assignment fix
54641              From:  Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
54642              Date:  Tue, 17 Feb 2004 17:32:16 +0100
54643              Message-Id:  <20040217163216.GA6805@ethan>
54644
54645              Make PVLV a superset of PVGV, so that $lvalue = *FOO works
54646      Branch: perl
54647            ! dump.c ext/B/B.pm ext/B/B.xs pp.c pp_hot.c sv.c sv.h t/op/gv.t
54648 ____________________________________________________________________________
54649 [ 22314] By: merijn                                on 2004/02/17  11:22:24
54650         Log: 1. Creating backward compatibility for Configure after patches
54651              #22227 and #22302 to still support 5.8.x and below
54652
54653              2. Small change for building on GNU hurd
54654              Date: Sun, 15 Feb 2004 23:27:17 +1100
54655              From: "Brendan O'Dea" <bod@debian.org>
54656              Message-ID: <20040215122717.GA26812@londo.c47.org>
54657      Branch: perl
54658            ! Configure Makefile.SH hints/gnu.sh
54659 ____________________________________________________________________________
54660 [ 22313] By: mhx                                   on 2004/02/16  20:27:40
54661         Log: Fix for Win32 build failure caused by the byacc to bison switch.
54662      Branch: perl
54663            ! perl.h
54664 ____________________________________________________________________________
54665 [ 22312] By: rgs                                   on 2004/02/16  13:16:43
54666         Log: Revert change 22308 (the patch was against maint, not blead)
54667      Branch: perl
54668            ! lib/ExtUtils/instmodsh
54669 ____________________________________________________________________________
54670 [ 22310] By: merijn                                on 2004/02/16  11:30:29
54671         Log: Fix typo in doc for Encode
54672              From: "Brendan O'Dea" <bod@debian.org>
54673              Date: Sun, 15 Feb 2004 23:27:17 +1100
54674              Message-ID: <20040215122717.GA26812@londo.c47.org>
54675      Branch: perl
54676            ! ext/Encode/Encode.pm
54677 ____________________________________________________________________________
54678 [ 22309] By: merijn                                on 2004/02/16  11:27:34
54679         Log: Missing semi-colon
54680              From: "Brendan O'Dea" <bod@debian.org>
54681              Date: Sun, 15 Feb 2004 23:27:17 +1100
54682              Message-ID: <20040215122717.GA26812@londo.c47.org>
54683      Branch: perl
54684            ! ext/MIME/Base64/Base64.xs
54685 ____________________________________________________________________________
54686 [ 22308] By: merijn                                on 2004/02/16  11:24:59
54687         Log: Add some basic POD to lib/ExtUtils/instmodsh so that
54688              it has a manpage.
54689              From: "Brendan O'Dea" <bod@debian.org>
54690              Date: Sun, 15 Feb 2004 23:27:17 +1100
54691              Message-ID: <20040215122717.GA26812@londo.c47.org>
54692      Branch: perl
54693            ! lib/ExtUtils/instmodsh
54694 ____________________________________________________________________________
54695 [ 22307] By: rgs                                   on 2004/02/15  11:02:49
54696         Log: Subject: [patch perlguts.pod] save_item doesn't handle magic
54697              From: Stas Bekman <stas@stason.org>
54698              Date: Fri, 13 Feb 2004 20:18:59 -0800
54699              Message-ID: <402DA1B3.2010608@stason.org>
54700      Branch: perl
54701            ! pod/perlguts.pod
54702 ____________________________________________________________________________
54703 [ 22306] By: davem                                 on 2004/02/15  00:24:26
54704         Log: Segmentation fault with
54705              sub x { shift; @a = @b; eval +{ use } }
54706      Branch: perl
54707            ! op.c perly.act perly.h perly.tab perly.y t/comp/parser.t
54708 ____________________________________________________________________________
54709 [ 22305] By: davem                                 on 2004/02/14  23:52:09
54710         Log: Enable v (verbose) switch on -Dp to display the top 8 elements
54711              on the parser stack at each reduce.  Also,
54712
54713              Subject: Re: switch from byacc to bison
54714              From: "Craig A. Berry" <craigberry@mac.com>
54715              Date: Sat, 14 Feb 2004 13:26:45 -0600
54716              Message-ID: <craigberry-8058A3.13264414022004@onion.develooper.com>
54717
54718              change #if DEBUGGING to #ifdef ... in perly.c
54719      Branch: perl
54720            ! perly.c pod/perlrun.pod
54721 ____________________________________________________________________________
54722 [ 22304] By: davem                                 on 2004/02/14  13:33:26
54723         Log: Subject:  Re: switch from byacc to bison
54724              From:  Abe Timmerman <abeltje@cpan.org>
54725              Date:  Sat, 14 Feb 2004 11:56:24 +0100
54726              Message-Id:  <200402141156.58185.abeltje@cpan.org>
54727
54728              Fix typos in pumpkin.pod
54729      Branch: perl
54730            ! Porting/pumpkin.pod
54731 ____________________________________________________________________________
54732 [ 22303] By: davem                                 on 2004/02/14  12:28:37
54733         Log: remove binary compatibility stuff from the yacc -> bison switch
54734              of change #22302
54735      Branch: perl
54736            ! embedvar.h intrpvar.h
54737 ____________________________________________________________________________
54738 [ 22302] By: davem                                 on 2004/02/14  02:06:53
54739         Log: Switch from byacc to bison and simplify the perly.* regeneration
54740              process
54741      Branch: perl
54742            + perly.act perly.tab regen_perly.pl
54743            - perly.fixer perly_c.diff perlyline.pl vms/perly_c.vms
54744            - vms/perly_h.vms vms/vms_yfix.pl
54745            ! MANIFEST Makefile.SH Porting/pumpkin.pod embedvar.h intrpvar.h
54746            ! op.c perl.h perlapi.h perly.c perly.h perly.y sv.c toke.c
54747            ! vms/descrip_mms.template
54748 ____________________________________________________________________________
54749 [ 22301] By: rgs                                   on 2004/02/13  21:11:25
54750         Log: Fix an fcntl example in perlopentut, spotted by MJD.
54751      Branch: perl
54752            ! pod/perlopentut.pod
54753 ____________________________________________________________________________
54754 [ 22300] By: davem                                 on 2004/02/12  23:18:20
54755         Log: The new -Dq option didn't actually work!
54756      Branch: perl
54757            ! perl.h
54758 ____________________________________________________________________________
54759 [ 22299] By: merijn                                on 2004/02/12  14:32:15
54760         Log: Subject: [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
54761              From: Stas Bekman <stas@stason.org>
54762              Date: Wed, 11 Feb 2004 16:53:54 -0800
54763              Message-ID: <402ACEA2.4020907@stason.org>
54764      Branch: perl
54765            ! perl.c
54766 ____________________________________________________________________________
54767 [ 22298] By: rgs                                   on 2004/02/10  08:49:12
54768         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
54769              From: Greg Matheson <lang@ms.chinmin.edu.tw>
54770              Date: Tue, 10 Feb 2004 12:36:33 +0800
54771              Message-ID: <20040210043633.GA33671687@momotaro>
54772      Branch: perl
54773            ! win32/makefile.mk
54774 ____________________________________________________________________________
54775 [ 22297] By: rgs                                   on 2004/02/10  08:05:16
54776         Log: Add 5.005_04-RC1 and Leon in perlhist.
54777      Branch: perl
54778            ! pod/perlhist.pod
54779 ____________________________________________________________________________
54780 [ 22295] By: rgs                                   on 2004/02/09  22:48:54
54781         Log: Add a note in Unicode::UCD about the _getcode() function
54782              being copy-n-pasted in charnames.pm. (spotted by Merijn)
54783      Branch: perl
54784            ! lib/Unicode/UCD.pm
54785 ____________________________________________________________________________
54786 [ 22294] By: rgs                                   on 2004/02/09  21:48:15
54787         Log: Implement stacked filetest operators (-f -w -x $file).
54788      Branch: perl
54789            ! doio.c dump.c ext/B/B/Concise.pm op.c op.h
54790            ! pod/perl591delta.pod pod/perlfunc.pod pp_sys.c t/op/filetest.t
54791 ____________________________________________________________________________
54792 [ 22292] By: rgs                                   on 2004/02/09  21:17:40
54793         Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8
54794              From: hv@crypt.org
54795              Date: Mon, 09 Feb 2004 03:21:21 +0000
54796              Message-Id: <200402090321.i193LL907950@zen.crypt.org>
54797      Branch: perl
54798            ! sv.c t/op/sprintf2.t
54799 ____________________________________________________________________________
54800 [ 22291] By: rgs                                   on 2004/02/09  21:09:14
54801         Log: Subject: reduce overhead of charnames.pm, make op/pat.t work under miniperl
54802              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
54803              Date: Mon, 9 Feb 2004 00:51:45 -0800
54804              Message-ID: <20040209085145.GA3204@efn.org>
54805              (plus an etymological notice)
54806      Branch: perl
54807            ! lib/charnames.pm
54808 ____________________________________________________________________________
54809 [ 22290] By: rgs                                   on 2004/02/08  21:34:27
54810         Log: Add the new private flag OPpGREP_LEX in B::Concise.
54811      Branch: perl
54812            ! ext/B/B/Concise.pm
54813 ____________________________________________________________________________
54814 [ 22289] By: rgs                                   on 2004/02/08  21:21:28
54815         Log: map and grep weren't working correctly with lexical $_ in
54816              scalar context, because pp_mapwhile and pp_grepwhile were using
54817              their target as a temporary slot to store the return value.
54818      Branch: perl
54819            ! pp_ctl.c pp_hot.c t/op/mydef.t
54820 ____________________________________________________________________________
54821 [ 22287] By: rgs                                   on 2004/02/08  12:01:35
54822         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
54823              From: Greg Matheson <lang@ms.chinmin.edu.tw>
54824              Date: Mon, 2 Feb 2004 16:52:44 +0800
54825              Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw>
54826      Branch: perl
54827            ! win32/makefile.mk
54828 ____________________________________________________________________________
54829 [ 22286] By: rgs                                   on 2004/02/08  11:48:09
54830         Log: Subject: [PATCH] Correct some prototypes in perlapi.pod
54831              From: Steve Hay <steve.hay@uk.radan.com>
54832              Date: Fri, 06 Feb 2004 12:44:05 +0000
54833              Message-ID: <40238C15.2090200@uk.radan.com>
54834      Branch: perl
54835            ! pod/perlapi.pod sv.h
54836 ____________________________________________________________________________
54837 [ 22285] By: rgs                                   on 2004/02/08  11:44:22
54838         Log: Subject: [PATCH] Fix absolute path handling in installhtml
54839              From: Steve Hay <steve.hay@uk.radan.com>
54840              Date: Fri, 06 Feb 2004 16:14:14 +0000
54841              Message-ID: <4023BD56.6090903@uk.radan.com>
54842      Branch: perl
54843            ! installhtml
54844 ____________________________________________________________________________
54845 [ 22284] By: rgs                                   on 2004/02/08  11:42:08
54846         Log: Subject: [PATCH perlunicode.pod] chomp() cares about Unicode
54847              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
54848              Date: Sat, 07 Feb 2004 00:08:36 +0900
54849              Message-Id: <20040206235116.0E36.BQW10602@nifty.com>
54850      Branch: perl
54851            ! pod/perlunicode.pod
54852 ____________________________________________________________________________
54853 [ 22282] By: nicholas                              on 2004/02/07  22:32:44
54854         Log: Comment to record why we can't clear placeholders in hsplit
54855      Branch: perl
54856            ! hv.c
54857 ____________________________________________________________________________
54858 [ 22281] By: nicholas                              on 2004/02/07  21:46:59
54859         Log: deleting keys in restricted hashes was leaking the entry. Yow!
54860      Branch: perl
54861            ! hv.c lib/Hash/Util.t
54862 ____________________________________________________________________________
54863 [ 22280] By: nicholas                              on 2004/02/07  21:20:16
54864         Log: Now hv_delete is able to ingore placeholders.
54865              (This is an XS visible change in the hash API. But not of documented
54866              behaviour)
54867      Branch: perl
54868            ! hv.c
54869 ____________________________________________________________________________
54870 [ 22279] By: nicholas                              on 2004/02/07  20:56:50
54871         Log: All whitespace is equal, but some whitespace is more equal than others
54872              (lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better)
54873      Branch: perl
54874            ! MANIFEST
54875 ____________________________________________________________________________
54876 [ 22278] By: nicholas                              on 2004/02/07  19:50:10
54877         Log: hv_clear_placeholders now manipulates the linked lists directly, rather
54878              than using the iterator interface and calling hv_delete
54879              This will allow hv_delete to be simplified to remove most of the
54880              special casing related to placeholders.
54881      Branch: perl
54882            ! hv.c
54883 ____________________________________________________________________________
54884 [ 22273] By: merijn                                on 2004/02/06  11:47:14
54885         Log: Added hints_4.sh for specific AIX 4 support
54886              this is the next stage in the general cleanup process
54887              for the AIX hints. More to come
54888      Branch: perl
54889            + hints/aix_4.sh
54890            ! MANIFEST
54891 ____________________________________________________________________________
54892 [ 22272] By: rgs                                   on 2004/02/06  07:32:15
54893         Log: Fix a non-standard NAME pod section
54894              (by Smylers and Casey West)
54895      Branch: perl
54896            ! lib/Carp/Heavy.pm
54897 ____________________________________________________________________________
54898 [ 22268] By: rgs                                   on 2004/02/04  19:50:05
54899         Log: The "my $_" wasn't nice with foreach loops.
54900      Branch: perl
54901            ! op.c t/op/mydef.t
54902 ____________________________________________________________________________
54903 [ 22267] By: merijn                                on 2004/02/04  10:24:33
54904         Log: AIX 3 support removed from default hints after its separation
54905      Branch: perl
54906            ! hints/aix.sh
54907 ____________________________________________________________________________
54908 [ 22266] By: merijn                                on 2004/02/04  10:16:20
54909         Log: AIX 3 hints split off from default hints in preparation
54910              of a hint file cleanup. aix_4.sh will follow soon
54911      Branch: perl
54912            + hints/aix_3.sh
54913            ! MANIFEST
54914 ____________________________________________________________________________
54915 [ 22265] By: rgs                                   on 2004/02/03  21:54:23
54916         Log: More docs and tests for "my $_".
54917      Branch: perl
54918            ! pod/perlfunc.pod pod/perlsub.pod t/op/mydef.t
54919 ____________________________________________________________________________
54920 [ 22264] By: rgs                                   on 2004/02/03  20:33:02
54921         Log: Subject: [PATCH] was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]
54922              From: John Peacock <jpeacock@rowman.com>
54923              Date: Sun, 01 Feb 2004 21:10:07 -0500
54924              Message-ID: <401DB17F.5060808@rowman.com>
54925      Branch: perl
54926            ! embed.fnc embed.h lib/version.pm lib/version.t pod/perlapi.pod
54927            ! proto.h t/comp/use.t t/op/universal.t universal.c util.c
54928 ____________________________________________________________________________
54929 [ 22263] By: rgs                                   on 2004/02/03  19:41:11
54930         Log: Implement "my $_".
54931      Branch: perl
54932            + t/op/mydef.t
54933            ! MANIFEST gv.c op.c op.h opcode.h opcode.pl
54934            ! pod/perl591delta.pod pod/perlapi.pod pod/perlvar.pod pp.c
54935            ! pp_ctl.c pp_hot.c regexec.c toke.c
54936 ____________________________________________________________________________
54937 [ 22262] By: rgs                                   on 2004/02/03  16:38:25
54938         Log: Regenerate perlapi.pod.
54939      Branch: perl
54940            ! pod/perlapi.pod
54941 ____________________________________________________________________________
54942 [ 22261] By: merijn                                on 2004/02/03  12:57:37
54943         Log: If someone chooses xlc as default C compiler, threaded builds
54944              will fail, unless converted to cc_r
54945      Branch: perl
54946            ! hints/aix.sh
54947 ____________________________________________________________________________
54948 [ 22260] By: rgs                                   on 2004/02/01  20:47:35
54949         Log: Subject: patch for IRIX/gcc link issues
54950              From: Martin Pool <mbp@samba.org>
54951              Date: Wed, 28 Jan 2004 10:56:25 +1100
54952              Message-ID: <20040127235624.GA32612@hp.com>
54953      Branch: perl
54954            ! hints/irix_6.sh
54955 ____________________________________________________________________________
54956 [ 22259] By: davem                                 on 2004/02/01  17:42:44
54957         Log: update fix to Shell.pm in change #22254: make /dev/null portable
54958      Branch: perl
54959            ! lib/Shell.pm
54960 ____________________________________________________________________________
54961 [ 22258] By: davem                                 on 2004/02/01  17:40:02
54962         Log: Subject: Re: [perl #15063] /tmp issues
54963              From: Solar Designer <solar@openwall.com>
54964              Date: Mon, 26 Jan 2004 01:22:18 +0300
54965              Message-ID: <20040125222218.GA13499@openwall.com>
54966
54967              Remove insecure usage of /tmp from code and documentation
54968      Branch: perl
54969            ! ext/DB_File/DB_File.pm ext/DB_File/t/db-recno.t
54970            ! ext/Devel/PPPort/PPPort.pm ext/IO/t/io_unix.t
54971            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.pod
54972            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
54973            ! ext/Time/HiRes/Makefile.PL lib/CGI/Cookie.pm
54974            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/instmodsh
54975            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
54976            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
54977            ! lib/Memoize/t/tie_storable.t lib/Shell.pm lib/dotsh.pl
54978            ! lib/perl5db.pl mpeix/nm mpeix/relink perly.fixer
54979            ! pod/perl571delta.pod pod/perl58delta.pod pod/perldbmfilter.pod
54980            ! pod/perldebug.pod pod/perlfaq5.pod pod/perlfaq8.pod
54981            ! pod/perlfunc.pod pod/perlipc.pod pod/perllexwarn.pod
54982            ! pod/perlobj.pod pod/perlop.pod pod/perlopentut.pod
54983            ! utils/c2ph.PL
54984 ____________________________________________________________________________
54985 [ 22257] By: davem                                 on 2004/02/01  15:46:24
54986         Log: threads documentation: fork on UNIX might not copy all threads.
54987      Branch: perl
54988            ! pod/perlthrtut.pod
54989 ____________________________________________________________________________
54990 [ 22256] By: davem                                 on 2004/02/01  15:34:59
54991         Log: add test for Change 22194:
54992              [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks
54993      Branch: perl
54994            ! t/lib/strict/subs
54995 ____________________________________________________________________________
54996 [ 22254] By: davem                                 on 2004/02/01  13:11:00
54997         Log: Subject:  Patch for Shell.pm
54998              From:  Manuel Valente <mvalente@idealx.com>
54999              Date:  Tue, 27 Jan 2004 19:18:26 +0100
55000              Message-Id:  <4016AB72.1080503@idealx.com>
55001
55002              New option for Shell.pm to discard stderr instead of capturing it
55003      Branch: perl
55004            ! lib/Shell.pm
55005 ____________________________________________________________________________
55006 [ 22253] By: davem                                 on 2004/02/01  11:26:47
55007         Log: Make Time/HiRes/t/HiRes.t die more gracefully if its watchdog
55008              timeout triggers
55009      Branch: perl
55010            ! ext/Time/HiRes/t/HiRes.t
55011 ____________________________________________________________________________
55012 [ 22252] By: chip                                  on 2004/01/31  17:29:05
55013         Log: Don't show code closing STD{IN,OUT} before reopening, because
55014              doing so is unnecessary and occasionally harmful.
55015      Branch: perl
55016            ! pod/perlfork.pod pod/perlfunc.pod
55017 ____________________________________________________________________________
55018 [ 22248] By: rgs                                   on 2004/01/30  08:29:55
55019         Log: Another undocumented use of $_ : with reverse().
55020      Branch: perl
55021            ! pod/perlfunc.pod
55022 ____________________________________________________________________________
55023 [ 22247] By: merijn                                on 2004/01/30  08:18:28
55024         Log: Drop optimization for -O3 *and higher*
55025      Branch: perl
55026            ! ext/Storable/hints/linux.pl
55027 ____________________________________________________________________________
55028 [ 22246] By: rgs                                   on 2004/01/29  23:20:01
55029         Log: Regenerate perlapi.pod.
55030      Branch: perl
55031            ! pod/perlapi.pod
55032 ____________________________________________________________________________
55033 [ 22245] By: rgs                                   on 2004/01/29  21:08:28
55034         Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/
55035              From: hv@crypt.org
55036              Date: Thu, 29 Jan 2004 15:12:12 +0000
55037              Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org>
55038      Branch: perl
55039            ! pp_hot.c t/op/pat.t
55040 ____________________________________________________________________________
55041 [ 22244] By: rgs                                   on 2004/01/28  22:00:09
55042         Log: I'm the new maintainer of Switch.
55043              Sync with the CPAN version of Switch 2.10.
55044      Branch: perl
55045            ! Porting/Maintainers.pl lib/Switch.pm lib/Switch/README
55046 ____________________________________________________________________________
55047 [ 22243] By: merijn                                on 2004/01/28  20:30:40
55048         Log: Message-ID: <40113F7B.6050701@davidfavor.com>
55049              Date: Fri, 23 Jan 2004 09:36:27 -0600
55050              From: David Favor <david@davidfavor.com>
55051              Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1
55052              so no compilation stack limits are imposed.
55053      Branch: perl
55054            ! hints/aix.sh
55055 ____________________________________________________________________________
55056 [ 22242] By: rgs                                   on 2004/01/27  22:44:30
55057         Log: Update perl591delta.pod with what we've done so far.
55058      Branch: perl
55059            ! pod/perl591delta.pod
55060 ____________________________________________________________________________
55061 [ 22239] By: rgs                                   on 2004/01/27  21:54:31
55062         Log: Regenerate Changes.
55063              Only include changes from the perl branch.
55064      Branch: perl
55065            ! Changes
55066 ____________________________________________________________________________
55067 [ 22238] By: nicholas                              on 2004/01/27  21:51:27
55068         Log: Storable's hints file shouldn't blanket set optimize to -O2 on Linux
55069              Only *drop* optimize to -O2 if it's -O3 on gcc on Linux
55070      Branch: perl
55071            ! ext/Storable/hints/linux.pl
55072 ____________________________________________________________________________
55073 [ 22235] By: rgs                                   on 2004/01/27  21:19:03
55074         Log: More punctuation, good.
55075      Branch: perl
55076            ! pod/perlfunc.pod
55077 ____________________________________________________________________________
55078 [ 22228] By: rgs                                   on 2004/01/27  10:31:09
55079         Log: Subject: [PATCH] 5.8.3 -- fix signal comments in L<perlfunc/system>
55080              From: Brendan O'Dea <bod@debian.org>
55081              Date: Sun, 25 Jan 2004 11:23:48 +1100
55082              Message-ID: <20040125002348.GA31407@londo.c47.org>
55083      Branch: perl
55084            ! pod/perlfunc.pod
55085 ____________________________________________________________________________
55086 [ 22227] By: davem                                 on 2004/01/26  23:53:06
55087         Log: Subject:  [PATCH] myconfig.SH
55088              From:  "Daniel S. Lewart" <lewart@uiuc.edu>
55089              Date:  Sun, 25 Jan 2004 22:11:25 -0600
55090              Message-Id:  <20040125221125.A5390@staff1.cso.uiuc.edu>
55091
55092              make perl -V show the major release as 5 rather than 5.0
55093      Branch: perl
55094            ! myconfig.SH
55095 ____________________________________________________________________________
55096 [ 22224] By: merijn                                on 2004/01/26  22:10:13
55097         Log: Document change 22192
55098              We still need tests!
55099      Branch: perl
55100            ! lib/Exporter.pm
55101 ____________________________________________________________________________
55102 [ 22223] By: rgs                                   on 2004/01/26  21:58:14
55103         Log: Subject: [PATCH] fix vmsish.t #25
55104              From: "Craig A. Berry" <craigberry@mac.com>
55105              Date: Sat, 24 Jan 2004 18:45:35 -0600
55106              Message-ID: <401311AF.1060706@mac.com>
55107      Branch: perl
55108            ! lib/vmsish.t
55109 ____________________________________________________________________________
55110 [ 22221] By: nicholas                              on 2004/01/26  21:18:31
55111         Log: Merge dynamic perldelta from maint (22081)
55112              So now perldelta.pod is copied at build time from perl591delta.pod
55113              perl590delta.pod is as released to CPAN by Hugo
55114              Regen lots of makefiles, pods and the MANIFEST
55115      Branch: perl
55116            + pod/perl591delta.pod
55117           +> pod/perl590delta.pod
55118            - pod/perldelta.pod
55119            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
55120            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
55121            ! win32/pod.mak
55122 ____________________________________________________________________________
55123 [ 22218] By: rgs                                   on 2004/01/25  23:35:45
55124         Log: Remove the caveat about detached threads crashing on Windows
55125              (fixed by #22201). Bump up the version of threads.pm.
55126      Branch: perl
55127            ! ext/threads/threads.pm
55128 ____________________________________________________________________________
55129 [ 22217] By: nicholas                              on 2004/01/25  22:17:47
55130         Log: Need to skip Storable's threads test on 5.8.2 with ithreads and
55131              -DDEBUGGING, because it tickles a bug. (The same bug that got DBI)
55132      Branch: perl
55133            ! ext/Storable/t/threads.t
55134 ____________________________________________________________________________
55135 [ 22216] By: davem                                 on 2004/01/25  12:06:04
55136         Log: update MANIFEST for 2 new Storable test files introduced by 22205
55137      Branch: perl
55138            ! MANIFEST
55139 ____________________________________________________________________________
55140 [ 22215] By: davem                                 on 2004/01/25  12:00:04
55141         Log: add test for change 22209 (Remove small memory leak in newATTRSUB)
55142      Branch: perl
55143            ! t/op/closure.t
55144 ____________________________________________________________________________
55145 [ 22209] By: davem                                 on 2004/01/25  02:04:23
55146         Log: Remove small memory leak in newATTRSUB that manifested as a
55147              leaking scalar after the interpeter was cloned
55148      Branch: perl
55149            ! op.c
55150 ____________________________________________________________________________
55151 [ 22208] By: davem                                 on 2004/01/24  16:13:17
55152         Log: Subject:  [perl #24942] fields::inherit doesn't bless derived
55153              package's \%FIELDS, results in phash deprecation errors.
55154              From:  "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org>
55155              Date:  18 Jan 2004 15:15:46 -0000
55156              Message-Id:  <rt-3.0.8-24942-70144.16.7177902690315@perl.org>
55157      Branch: perl
55158            ! lib/base.pm lib/base/t/fields-base.t
55159 ____________________________________________________________________________
55160 [ 22207] By: davem                                 on 2004/01/24  15:36:28
55161         Log: Subject:  Re: Doc patches for File::Find
55162              From:  Mark Jason Dominus <mjd@plover.com>
55163              Date:  Thu, 22 Jan 2004 09:30:58 -0500
55164              Message-Id:  <20040122143058.29226.qmail@plover.com>
55165
55166              Better document the fact that neither find() nor finddepth() do a
55167              breath-first search.
55168      Branch: perl
55169            ! lib/File/Find.pm
55170 ____________________________________________________________________________
55171 [ 22206] By: ams                                   on 2004/01/24  11:06:51
55172         Log: Subject: [PATCH] Storable-2.08/t/code.t
55173              From: Slaven Rezic <slaven@rezic.de>
55174              Date: Sat, 8 Nov 2003 16:26:19 +0100 (CET)
55175              Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de>
55176      Branch: perl
55177            ! ext/Storable/t/code.t
55178 ____________________________________________________________________________
55179 [ 22205] By: ams                                   on 2004/01/24  11:03:36
55180         Log: Subject: [patch] make Storable thread-safe
55181              From: Stas Bekman <stas@stason.org>
55182              Date: Mon, 19 Jan 2004 00:20:02 -0800
55183              Message-Id: <400B9332.4070106@stason.org>
55184
55185              Subject: Re: Subroutine reference bug in Storable
55186              From: Slaven Rezic <slaven@rezic.de>
55187              Date: 14 Nov 2003 23:22:55 +0100
55188              Message-Id: <874qx6zj28.fsf@vran.herceg.de>
55189
55190              Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse +
55191              overload + cyclic structures
55192              From: Sam Vilain <sam@vilain.net>
55193              Date: Tue, 20 Jan 2004 22:30:15 +1300
55194              Message-Id: <200401202230.15865.sam@vilain.net>
55195      Branch: perl
55196            + ext/Storable/t/just_plain_nasty.t ext/Storable/t/threads.t
55197            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
55198            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
55199            ! ext/Storable/t/code.t
55200 ____________________________________________________________________________
55201 [ 22204] By: ams                                   on 2004/01/24  08:59:11
55202         Log: Upgrade to Locale::Maketext 1.08.
55203      Branch: perl
55204            + lib/Locale/Maketext/t/06super.t
55205            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
55206            ! lib/Locale/Maketext/TPJ13.pod
55207 ____________________________________________________________________________
55208 [ 22203] By: davem                                 on 2004/01/23  23:06:49
55209         Log: make some t/op/write.t failures more verbose
55210      Branch: perl
55211            ! t/op/write.t
55212 ____________________________________________________________________________
55213 [ 22201] By: davem                                 on 2004/01/23  22:26:47
55214         Log: Subject:  Re: threads::shared::queue;
55215              From:  Jan Dubois <jand@ActiveState.com>
55216              Date:  Thu, 22 Jan 2004 19:18:46 -0800
55217              Message-Id:  <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com>
55218
55219              Avoid threads+win32 crash by freeing Perl interpreter slightly later
55220      Branch: perl
55221            ! ext/threads/threads.xs
55222 ____________________________________________________________________________
55223 [ 22200] By: nicholas                              on 2004/01/23  18:28:43
55224         Log: test that use encoding; doesn't cause references to be stringified
55225      Branch: perl
55226            ! t/uni/chomp.t
55227 ____________________________________________________________________________
55228 [ 22199] By: nicholas                              on 2004/01/23  18:03:41
55229         Log: Document chomp's travels in the wonderful world of use encoding;
55230      Branch: perl
55231            ! pod/perlfunc.pod
55232 ____________________________________________________________________________
55233 [ 22198] By: nicholas                              on 2004/01/23  17:41:01
55234         Log: Check the return values of chomp
55235              (more tricky than it may seem, as the return value is unicode)
55236      Branch: perl
55237            ! t/uni/chomp.t
55238 ____________________________________________________________________________
55239 [ 22197] By: nicholas                              on 2004/01/23  13:57:46
55240         Log: Test return values of all chomps
55241      Branch: perl
55242            ! t/op/chop.t
55243 ____________________________________________________________________________
55244 [ 22196] By: nicholas                              on 2004/01/23  13:24:41
55245         Log: Subject: Re: [perl #24888] chomp ignores utf8
55246              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
55247              Message-Id: <20040116040355.A849.BQW10602@nifty.com>
55248              Date: Fri, 16 Jan 2004 04:13:00 +0900
55249      Branch: perl
55250            + t/uni/chomp.t
55251            ! MANIFEST doop.c t/op/chop.t
55252 ____________________________________________________________________________
55253 [ 22195] By: davem                                 on 2004/01/22  20:48:03
55254         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
55255              From: Steve Hay <steve.hay@uk.radan.com>
55256              Date: Thu, 22 Jan 2004 17:08:29 +0000
55257              Message-ID: <4010038D.4070104@uk.radan.com>
55258      Branch: perl
55259            + win32/makeico.pl win32/perlexe.rc
55260            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
55261 ____________________________________________________________________________
55262 [ 22194] By: davem                                 on 2004/01/22  00:24:51
55263         Log: C<use strict; print if foo> didn't give the
55264              "Bareword not allowed" error unless warnings were enabled
55265      Branch: perl
55266            ! op.c
55267 ____________________________________________________________________________
55268 [ 22193] By: nicholas                              on 2004/01/21  21:58:10
55269         Log: Convert the older parts of op/bop.t over to test.pl
55270      Branch: perl
55271            ! t/op/bop.t
55272 ____________________________________________________________________________
55273 [ 22192] By: merijn                                on 2004/01/21  21:10:10
55274         Log: ':flock' not recognized unless it's first
55275              Exporter::Heavy now will treat :, /, and ! special in
55276              all arguments, not only if the _first_ arg starts with it
55277              Date: Wed, 21 Jan 2004 08:32:47 -0500
55278              Message-ID: <20040121133248.3359.qmail@plover.com>
55279      Branch: perl
55280            ! lib/Exporter/Heavy.pm
55281 ____________________________________________________________________________
55282 [ 22191] By: davem                                 on 2004/01/21  20:45:48
55283         Log: Subject:  PATCH for perl-5.8.4
55284              From:  "Edward S. Peschko" <esp5@pge.com>
55285              Date:  Mon, 19 Jan 2004 17:21:18 -0800
55286              Message-Id:  <20040120012118.GA29151@mdssdev05.comp.pge.com>
55287
55288              Add @DynaLoader::dl_shared_objects feature
55289      Branch: perl
55290            ! ext/DynaLoader/DynaLoader_pm.PL
55291 ____________________________________________________________________________
55292 [ 22190] By: davem                                 on 2004/01/21  20:14:51
55293         Log: remove the platform dependencies of the write.t tests introduced
55294              by change #22161, by hard-coding the expected outputs rather
55295              than using sprintf('%f').
55296      Branch: perl
55297            ! t/op/write.t
55298 ____________________________________________________________________________
55299 [ 22189] By: davem                                 on 2004/01/20  22:41:14
55300         Log: Fix typo in patch #22188
55301      Branch: perl
55302            ! pod/perlfunc.pod
55303 ____________________________________________________________________________
55304 [ 22188] By: davem                                 on 2004/01/20  22:36:10
55305         Log: warn that C<$x : unique> operates on the typeglob, so affects @x
55306              and %x too.
55307      Branch: perl
55308            ! pod/perlfunc.pod
55309 ____________________________________________________________________________
55310 [ 22187] By: davem                                 on 2004/01/20  22:27:50
55311         Log: "sub foo :unique" segfaults
55312
55313              Turn these two into compile-time errors until such time as
55314              someone thinks of a useful meaning for them:
55315              my $x : unique
55316              sub foo : unique
55317      Branch: perl
55318            ! ext/threads/t/problems.t pod/perldiag.pod toke.c xsutils.c
55319 ____________________________________________________________________________
55320 [ 22186] By: rgs                                   on 2004/01/20  21:16:01
55321         Log: Add a new test file for situations where threads may interfere.
55322              Subject: Re: "restricted hashes" hit again !
55323              From: Stas Bekman <stas@stason.org>
55324              Date: Tue, 23 Dec 2003 15:32:26 -0800
55325              Message-ID: <3FE8D08A.4090806@stason.org>
55326      Branch: perl
55327            + t/op/threads.t
55328            ! MANIFEST
55329 ____________________________________________________________________________
55330 [ 22185] By: davem                                 on 2004/01/20  21:01:08
55331         Log: Document CVf_UNIQUE flag better
55332      Branch: perl
55333            ! cv.h
55334 ____________________________________________________________________________
55335 [ 22183] By: rgs                                   on 2004/01/20  20:26:18
55336         Log: Fix precedence errors and add some cleanup in the new
55337              DBM_Filter tests
55338      Branch: perl
55339            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
55340 ____________________________________________________________________________
55341 [ 22182] By: davem                                 on 2004/01/20  00:16:42
55342         Log: second attempt to fix [perl #24914] freeing a CV reference that was
55343              currently being executed caused coredumps. The dounwind called by
55344              die unwinds all the contexts on the context stack before unwinding
55345              the save stack.  To stop premature freeing of the CV, hold
55346              references to it on both stacks.
55347      Branch: perl
55348            ! cop.h pp_ctl.c pp_hot.c pp_sort.c t/op/closure.t
55349 ____________________________________________________________________________
55350 [ 22181] By: davem                                 on 2004/01/19  23:41:37
55351         Log: change #22071 (taint bug in $^0) introduced a potential double
55352              free(), because PL_osname may get freed but not nulled if a taint
55353              test fails in between. Mea cupla and all that...
55354      Branch: perl
55355            ! mg.c
55356 ____________________________________________________________________________
55357 [ 22180] By: rgs                                   on 2004/01/19  22:32:27
55358         Log: Subject: Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
55359              From: Gisle Aas <gisle@ActiveState.com>
55360              Date: 17 Jan 2004 01:29:02 -0800
55361              Message-ID: <lrn08m7wkh.fsf@caliper.activestate.com>
55362              (test rewritten to fit in blead)
55363      Branch: perl
55364            ! pp.c t/op/bop.t
55365 ____________________________________________________________________________
55366 [ 22179] By: merijn                                on 2004/01/19  21:36:48
55367         Log: Subject: [PATCH] dl_unload_file for HP-UX
55368              Date: Mon, 12 Jan 2004 07:49:44 -0800
55369              From: Neil Watkiss <neil.watkiss@sophos.com>
55370              Message-ID: <20040112154944.GA15412@ActiveState.com>
55371      Branch: perl
55372            ! ext/DynaLoader/dl_hpux.xs
55373 ____________________________________________________________________________
55374 [ 22177] By: merijn                                on 2004/01/19  16:11:22
55375         Log: Allow -Uinc_version_list to mean -Dinc_version_list=none
55376              See INSTALL for more details
55377      Branch: perl
55378            ! Configure
55379 ____________________________________________________________________________
55380 [ 22175] By: merijn                                on 2004/01/19  16:05:50
55381         Log: Describe how to limit the perl's default @INC during Configure
55382              to _not_ include older versions
55383      Branch: perl
55384            ! INSTALL
55385 ____________________________________________________________________________
55386 [ 22174] By: merijn                                on 2004/01/19  10:41:24
55387         Log: Subject: [PATCH bleadperl] rescue PerlIO_getname for VMS
55388              Date: Sun, 18 Jan 2004 12:51:23 -0600
55389              From: "Craig A. Berry" <craigberry@mac.com>
55390              Message-ID: <400AD5AB.3080708@mac.com>
55391      Branch: perl
55392            ! perlio.c
55393 ____________________________________________________________________________
55394 [ 22173] By: merijn                                on 2004/01/19  10:27:53
55395         Log: Subject: [PATCH bleadperl] detect nanosleep on VMS
55396              Date: Sun, 18 Jan 2004 17:03:30 -0600
55397              From: "Craig A. Berry" <craigberry@mac.com>
55398              Message-ID: <400B10C2.9060504@mac.com>
55399      Branch: perl
55400            ! configure.com
55401 ____________________________________________________________________________
55402 [ 22172] By: davem                                 on 2004/01/17  23:58:04
55403         Log: back out change #24914 "freeing a CV reference that was currently
55404              being executed caused coredumps".
55405              The new test case sometimes locks up linux's malloc, and with
55406              Perl's malloc the test code still coredumps :-(
55407      Branch: perl
55408            ! perl.c scope.c scope.h sv.c t/op/closure.t
55409 ____________________________________________________________________________
55410 [ 22171] By: rgs                                   on 2004/01/17  22:00:48
55411         Log: Subject: Refactor VOS patches for bleadperl and perl-5.8.x
55412              From: "Green, Paul" <Paul.Green@stratus.com>
55413              Date: Thu, 15 Jan 2004 16:00:15 -0500
55414              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FBB15@exna4.stratus.com>
55415      Branch: perl
55416            ! README.vos hv.c pp_pack.c vos/Changes
55417 ____________________________________________________________________________
55418 [ 22170] By: rgs                                   on 2004/01/17  21:25:08
55419         Log: Subject: Re: open/or inconsistency
55420              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
55421              Date: Sat, 17 Jan 2004 19:59:55 +0900
55422              Message-Id: <20040117195729.623A.BQW10602@nifty.com>
55423              (plus a test.)
55424              Don't produce the warning for constructs like
55425              open my $fh, $file or die;
55426      Branch: perl
55427            ! op.c t/lib/warnings/op
55428 ____________________________________________________________________________
55429 [ 22169] By: davem                                 on 2004/01/17  18:02:31
55430         Log: Subject:  Perl core dumps when running out of memory [PATCH]
55431              From:  Gisle Aas <gisle@ActiveState.com>
55432              Date:  17 Jan 2004 06:18:13 -0800
55433              Message-Id:  <lrsmiebqvu.fsf@caliper.activestate.com>
55434
55435              Display 'out of memeory' errors using low-level I/O to avoid
55436              recursive failure and so coredumps.
55437      Branch: perl
55438            ! util.c
55439 ____________________________________________________________________________
55440 [ 22168] By: davem                                 on 2004/01/17  17:38:21
55441         Log: From: "Paul Marquess" <Paul.Marquess@btinternet.com>
55442              Subject: [PATCH ] Enhanced DBM Filters
55443              Date: Sat, 17 Jan 2004 16:44:53 -0000
55444              Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com>
55445
55446              add DBM_Filter
55447      Branch: perl
55448            + lib/DBM_Filter.pm lib/DBM_Filter/Changes
55449            + lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
55450            + lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
55451            + lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
55452            + lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
55453            + lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
55454            + lib/DBM_Filter/t/utf8.t lib/DBM_Filter/utf8.pm
55455            + lib/dbm_filter_util.pl
55456            ! MANIFEST
55457 ____________________________________________________________________________
55458 [ 22167] By: davem                                 on 2004/01/17  16:12:32
55459         Log: freeing a CV reference that was currently being
55460              executed caused coredumps
55461      Branch: perl
55462            ! perl.c scope.c scope.h sv.c t/op/closure.t
55463 ____________________________________________________________________________
55464 [ 22166] By: nicholas                              on 2004/01/17  15:07:31
55465         Log: Integrate final perl583delta
55466      Branch: perl
55467           !> pod/perl583delta.pod
55468 ____________________________________________________________________________
55469 [ 22163] By: davem                                 on 2004/01/16  19:24:14
55470         Log: Subject:  Re: [perl #24816] Magic vars seem unsure if they are purely numeric
55471              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
55472              Date:  Thu, 15 Jan 2004 14:10:37 -0800
55473              Message-Id:  <20040115221037.GA2392@efn.org>
55474
55475              Add sv_2iv_flags() to allow magic to be optionally processed.
55476      Branch: perl
55477            ! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c
55478            ! proto.h sv.c sv.h t/op/bop.t
55479 ____________________________________________________________________________
55480 [ 22162] By: davem                                 on 2004/01/16  16:39:17
55481         Log: format bug with undefined _TOP
55482              name of format_TOP now derived from the name of the current
55483              filehandle rather then the name of the  format associetd with that
55484              handle
55485      Branch: perl
55486            ! pp_sys.c t/op/write.t
55487 ____________________________________________________________________________
55488 [ 22161] By: davem                                 on 2004/01/16  13:29:26
55489         Log: Subject: [PATCH] format/write (version 2)
55490              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
55491              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1>
55492
55493              Fixes and additions to formats:
55494
55495              Improvement: NULL chars in picture line
55496              Bugfix: C<@*> shown in output if not alone on a line
55497              New feature: C<^*> for variable-width, one-line-at-a-time text
55498              Improvement: Diagnostic on C<@#> and C<~~>
55499              Bugfix: Segmentation fault on big numbers
55500              Improvement (maybe): Truncation of numbers produces misleading output
55501              Bugfix: "}" terminates format
55502              Bugfix: Error when copying non-UTF to UTF (EBCDIC only)
55503      Branch: perl
55504            ! embed.fnc embed.h form.h pod/perldiag.pod pod/perlform.pod
55505            ! pp_ctl.c proto.h t/op/write.t toke.c
55506 ____________________________________________________________________________
55507 [ 22160] By: davem                                 on 2004/01/15  23:49:02
55508         Log: buigid #24905 - the code planted to call glob() retained an
55509              extraneous targ index in a pushmark op, leasing to strangeness
55510              when the op was freed
55511      Branch: perl
55512            ! op.c
55513 ____________________________________________________________________________
55514 [ 22159] By: rgs                                   on 2004/01/15  22:19:25
55515         Log: Upgrade to Time::HiRes 1.55
55516      Branch: perl
55517            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
55518            ! ext/Time/HiRes/HiRes.xs
55519 ____________________________________________________________________________
55520 [ 22155] By: nicholas                              on 2004/01/15  00:03:04
55521         Log: Make chomp heed the utf8 flags on the target string and $/
55522              [Fixes #24888]
55523              More work still needed to make chomp heed the encoding pragma.
55524      Branch: perl
55525            ! doop.c t/op/chop.t
55526 ____________________________________________________________________________
55527 [ 22154] By: nicholas                              on 2004/01/14  21:14:14
55528         Log: Update pod.lst with perl583delta,pod, and rerun pod/buildtoc
55529              [Forgot to do this as part of the integration]
55530      Branch: perl
55531            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
55532            ! vms/descrip_mms.template win32/pod.mak
55533 ____________________________________________________________________________
55534 [ 22153] By: nicholas                              on 2004/01/14  19:28:54
55535         Log: Integrate:
55536              [ 22143]
55537              We're planning on making history today. Mind you, not that much -
55538              only 1 line.
55539
55540              perl583delta.pod
55541      Branch: perl
55542           +> pod/perl583delta.pod
55543            ! MANIFEST
55544           !> pod/perlhist.pod
55545 ____________________________________________________________________________
55546 [ 22150] By: nicholas                              on 2004/01/14  17:48:52
55547         Log: Bump version number as file has changed since 5.8.2
55548      Branch: perl
55549            ! lib/File/Find.pm
55550 ____________________________________________________________________________
55551 [ 22149] By: nicholas                              on 2004/01/14  17:45:54
55552         Log: Subject:  Doc patches for File::Find
55553              From:  Andy Lester <andy@petdance.com>
55554              Date:  Mon, 12 Jan 2004 00:10:50 -0600
55555              Message-Id:  <20040112061050.GB7308@petdance.com>
55556      Branch: perl
55557            ! lib/File/Find.pm
55558 ____________________________________________________________________________
55559 [ 22136] By: nicholas                              on 2004/01/14  13:01:27
55560         Log: Assimilate CGI 3.03
55561      Branch: perl
55562            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm
55563 ____________________________________________________________________________
55564 [ 22133] By: nicholas                              on 2004/01/13  22:53:42
55565         Log: Add VMS to the list of "don't fork" OSes
55566              [In the most simple way possible. Fix this properly post 5.8.3
55567              to use $Config{d_fork} or something more robust]
55568      Branch: perl
55569            ! ext/threads/shared/t/wait.t
55570 ____________________________________________________________________________
55571 [ 22129] By: rgs                                   on 2004/01/13  19:26:24
55572         Log: Subject: [PATCH] [ANNOUNCE] Math::BigInt v1.69
55573              From: Tels <perl_dummy@bloodgate.com>
55574              Date: Tue, 13 Jan 2004 19:28:48 +0100
55575              Message-Id: <200401131928.50247@bloodgate.com>
55576      Branch: perl
55577            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
55578            ! lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/bare_mbi.t
55579            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
55580            ! lib/Math/BigInt/t/sub_mbi.t
55581 ____________________________________________________________________________
55582 [ 22128] By: rgs                                   on 2004/01/13  09:06:11
55583         Log: MANIFEST adjustment.
55584      Branch: perl
55585            ! MANIFEST
55586 ____________________________________________________________________________
55587 [ 22126] By: ams                                   on 2004/01/13  07:16:33
55588         Log: Upgrade to Locale::Maketext 1.07.
55589      Branch: perl
55590            + lib/Locale/Maketext/t/04super.t
55591            + lib/Locale/Maketext/t/05super.t
55592            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
55593            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
55594 ____________________________________________________________________________
55595 [ 22125] By: rgs                                   on 2004/01/12  22:44:53
55596         Log: Document usage of $_ and pos() inside /(?{...})/.
55597              (see change #2367.)
55598      Branch: perl
55599            ! pod/perlre.pod
55600 ____________________________________________________________________________
55601 [ 22124] By: rgs                                   on 2004/01/12  22:10:51
55602         Log: Upgrade to MIME::Base64 2.23.
55603      Branch: perl
55604            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
55605            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
55606 ____________________________________________________________________________
55607 [ 22123] By: rgs                                   on 2004/01/12  21:24:28
55608         Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH]
55609              From: Robin Barker <Robin.Barker@npl.co.uk>
55610              Date: Thu, 8 Jan 2004 16:21:25 -0000
55611              Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk>
55612      Branch: perl
55613            ! handy.h
55614 ____________________________________________________________________________
55615 [ 22122] By: nicholas                              on 2004/01/12  19:52:16
55616         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
55617              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
55618              Message-ID: <Pine.LNX.4.58.0401121127210.15844@benevelle.wi.securepipe.com>
55619              Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST)
55620      Branch: perl
55621            ! ext/threads/shared/t/wait.t
55622 ____________________________________________________________________________
55623 [ 22121] By: nicholas                              on 2004/01/12  17:27:25
55624         Log: use sv_setpvn rather than sv_setpv and save a strlen()
55625      Branch: perl
55626            ! doop.c
55627 ____________________________________________________________________________
55628 [ 22120] By: merijn                                on 2004/01/12  13:04:42
55629         Log: Subject: [PATCH] Make 'Configure -Dcf_by=...' work
55630              From: Gisle Aas <gisle@ActiveState.com>
55631              Date: 12 Jan 2004 02:35:27 -0800
55632              Message-ID: <lrvfnh315c.fsf@caliper.activestate.com>
55633      Branch: perl
55634            ! Configure
55635 ____________________________________________________________________________
55636 [ 22117] By: rgs                                   on 2004/01/12  10:10:43
55637         Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012]
55638              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
55639              Date: Mon, 12 Jan 2004 11:19:37 +0900
55640              Message-Id: <20040112111007.EB69.BQW10602@nifty.com>
55641      Branch: perl
55642            ! doop.c t/op/join.t
55643 ____________________________________________________________________________
55644 [ 22115] By: nicholas                              on 2004/01/11  23:37:09
55645         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
55646              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
55647              Message-ID: <Pine.LNX.4.58.0401111548010.6679@localhost.localdomain>
55648              Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST)
55649      Branch: perl
55650            ! ext/threads/shared/t/wait.t
55651 ____________________________________________________________________________
55652 [ 22113] By: nicholas                              on 2004/01/11  23:14:48
55653         Log: Regenerate win32/Makefile and win32/makefile.mk after
55654
55655              Integrate:
55656              [ 22081]
55657              Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for
55658              a copy to be made at build time.
55659
55660              [ 22111]
55661              Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
55662              From: Abe Timmerman <abe@ztreet.demon.nl>
55663              Message-Id: <200401111813.40829.abe@ztreet.demon.nl>
55664              Date: Sun, 11 Jan 2004 18:13:40 +0100
55665
55666              plus revert 22092 and 22080
55667      Branch: perl
55668            ! pod.lst win32/Makefile win32/makefile.mk
55669           !> pod/buildtoc
55670 ____________________________________________________________________________
55671 [ 22112] By: rgs                                   on 2004/01/11  22:38:08
55672         Log: Upgrade to Cwd 2.14.
55673      Branch: perl
55674            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
55675 ____________________________________________________________________________
55676 [ 22110] By: rgs                                   on 2004/01/11  16:34:43
55677         Log: Upgrade to Math::BigRat 0.11
55678
55679              Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11
55680              From: Tels <perl_dummy@bloodgate.com>
55681              Date: Wed, 7 Jan 2004 18:30:06 +0100
55682              Message-Id: <200401071830.07445@bloodgate.com>
55683      Branch: perl
55684            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
55685            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
55686 ____________________________________________________________________________
55687 [ 22109] By: rgs                                   on 2004/01/10  23:39:38
55688         Log: Subject: [PATCH] Nicer formatting for function arguments in Carp messages
55689              From: Steve Hay <steve.hay@uk.radan.com>
55690              Date: Wed, 07 Jan 2004 13:22:30 +0000
55691              Message-ID: <3FFC0816.9090406@uk.radan.com>
55692
55693              (and increment version number in Carp)
55694      Branch: perl
55695            ! lib/Carp.pm lib/Carp/Heavy.pm
55696 ____________________________________________________________________________
55697 [ 22108] By: adi                                   on 2004/01/10  21:33:59
55698         Log: documentation nit
55699      Branch: perl
55700            ! pod/perlop.pod
55701 ____________________________________________________________________________
55702 [ 22107] By: adi                                   on 2004/01/10  20:19:09
55703         Log: nit to Bytecode - the av_extend opcode wasn't saved when
55704              the array had AvFILL == 0
55705      Branch: perl
55706            ! ext/B/B/Assembler.pm
55707 ____________________________________________________________________________
55708 [ 22106] By: adi                                   on 2004/01/10  20:16:03
55709         Log: still problems with backreferences + reverse cloning
55710              after #21936 - the weak reference may live on the pad.
55711      Branch: perl
55712            ! sv.c
55713 ____________________________________________________________________________
55714 [ 22104] By: nicholas                              on 2004/01/09  19:50:43
55715         Log: Bah. Makefile.PL still tests the sub-MANIFEST
55716      Branch: perl
55717            ! ext/Storable/MANIFEST
55718 ____________________________________________________________________________
55719 [ 22103] By: davem                                 on 2004/01/09  12:20:38
55720         Log: temporarily backout test of thread returning a closure. It crashes
55721              win32.
55722      Branch: perl
55723            ! ext/threads/t/problems.t
55724 ____________________________________________________________________________
55725 [ 22102] By: davem                                 on 2004/01/08  22:32:28
55726         Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)
55727              Message-ID: <20040107121357.GD82921@dansat.data-plan.com>
55728
55729              Returning a closure from a thread (via join) could mess up because
55730              pointers to PL_sv_undef weren't rejigged to point at the joiner's
55731              version of PL_sv_undef. Also, the closure's CvGV got cloned too
55732              but never freed, since CvGV isn't refcounted.
55733      Branch: perl
55734            ! ext/threads/t/problems.t ext/threads/threads.xs sv.c
55735 ____________________________________________________________________________
55736 [ 22101] By: rgs                                   on 2004/01/08  21:00:56
55737         Log: perl582delta.pod was not in the MANIFEST.
55738      Branch: perl
55739            ! MANIFEST
55740 ____________________________________________________________________________
55741 [ 22100] By: nicholas                              on 2004/01/08  17:35:27
55742         Log: Integrate:
55743              [ 22093]
55744              Graham says that the search.cpan.org pod finder hashes on name
55745              The 4 files all thinking they are perldelta.pod confuses it.
55746      Branch: perl
55747           +> pod/perl582delta.pod
55748           !> pod/perl581delta.pod pod/perl58delta.pod
55749 ____________________________________________________________________________
55750 [ 22096] By: nicholas                              on 2004/01/08  13:15:38
55751         Log: Subject: [PATCH pod/perlhist.pod] Mention 5.8.3-RC1
55752              From: Abigail <abigail@abigail.nl>
55753              Message-ID: <20040107230027.GC393@abigail.nl>
55754              Date: Thu, 8 Jan 2004 00:00:27 +0100
55755      Branch: perl
55756            ! pod/perlhist.pod
55757 ____________________________________________________________________________
55758 [ 22091] By: nicholas                              on 2004/01/07  19:09:50
55759         Log: [Integrate]
55760              22088 22089 22090 (datestamp corrections - let's see if this really
55761              works)
55762      Branch: perl
55763           !> (integrate 35 files)
55764 ____________________________________________________________________________
55765 [ 22084] By: rgs                                   on 2004/01/07  09:25:16
55766         Log: Hardcoded numerical flag masks. Bad.
55767      Branch: perl
55768            ! doop.c
55769 ____________________________________________________________________________
55770 [ 22083] By: nicholas                              on 2004/01/06  18:57:29
55771         Log: Seems that sv_setsv_cow needs to be visible to core extensions,
55772              so that re will build properly on Win32. Thanks to Steve Hay for
55773              trying COW and finding the problems.
55774      Branch: perl
55775            ! embed.fnc embed.h
55776 ____________________________________________________________________________
55777 [ 22082] By: rgs                                   on 2004/01/06  18:11:22
55778         Log: Fix bug #24813 : the -0 wasn't recognized on the #! line
55779      Branch: perl
55780            + t/run/switch0.t
55781            ! MANIFEST perl.c
55782 ____________________________________________________________________________
55783 [ 22079] By: nicholas                              on 2004/01/06  12:38:52
55784         Log: Jarkko didn't move the cd ..\pod correctly. Given that it's been
55785              like this pre 5.8.1, I suspect that no-one has used it recently.
55786      Branch: perl
55787            ! win32/makefile.mk
55788 ____________________________________________________________________________
55789 [ 22076] By: rgs                                   on 2004/01/06  08:18:44
55790         Log: The TODO tag should be included also when a TODO test succeeds,
55791              so it's reported by the test harness
55792      Branch: perl
55793            ! t/op/write.t
55794 ____________________________________________________________________________
55795 [ 22075] By: rgs                                   on 2004/01/06  07:56:25
55796         Log: This TODO test seems to pass now.
55797      Branch: perl
55798            ! t/op/write.t
55799 ____________________________________________________________________________
55800 [ 22074] By: rgs                                   on 2004/01/05  23:29:55
55801         Log: Some of the bitwise manipulation PP functions weren't checking
55802              whether their arguments were magical before using them.
55803              (bug [#24816]).
55804      Branch: perl
55805            ! pp.c
55806 ____________________________________________________________________________
55807 [ 22071] By: davem                                 on 2004/01/05  22:17:04
55808         Log: [perl #24674]
55809              stop $^O getting tainted on read access, and disallow tainted
55810              assignment to it
55811      Branch: perl
55812            ! mg.c t/op/taint.t
55813 ____________________________________________________________________________
55814 [ 22068] By: rgs                                   on 2004/01/05  21:48:30
55815         Log: Some mandatory syntax warnings emitted by the lexer weren't
55816              disableable (bug [perl #24815]).
55817      Branch: perl
55818            ! pod/perldiag.pod t/lib/warnings/toke toke.c
55819 ____________________________________________________________________________
55820 [ 22067] By: nicholas                              on 2004/01/05  21:36:07
55821         Log: Change the flag logic in buildtoc
55822      Branch: perl
55823            ! pod.lst pod/buildtoc
55824 ____________________________________________________________________________
55825 [ 22064] By: nicholas                              on 2004/01/05  21:16:09
55826         Log: Fix bug with MANIFEST generation when we also regenerate perltoc.pod
55827      Branch: perl
55828            ! pod/buildtoc
55829 ____________________________________________________________________________
55830 [ 22058] By: rgs                                   on 2004/01/05  06:17:47
55831         Log: Subject: [PATCH] skip num.t #47 on VMS
55832              From: "Craig A. Berry" <craigberry@mac.com>
55833              Date: Sun, 04 Jan 2004 23:16:26 -0600
55834              Message-ID: <3FF8F32A.5000108@mac.com>
55835      Branch: perl
55836            ! t/base/num.t
55837 ____________________________________________________________________________
55838 [ 22057] By: rgs                                   on 2004/01/05  06:17:07
55839         Log: Subject: [PATCH configure.com] future-proof signal check
55840              From: "Craig A. Berry" <craigberry@mac.com>
55841              Date: Sun, 04 Jan 2004 22:53:40 -0600
55842              Message-ID: <3FF8EDD4.3080308@mac.com>
55843      Branch: perl
55844            ! configure.com
55845 ____________________________________________________________________________
55846 [ 22056] By: rgs                                   on 2004/01/04  20:45:31
55847         Log: Upgrade to Cwd 2.13
55848      Branch: perl
55849            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
55850 ____________________________________________________________________________
55851 [ 22055] By: davem                                 on 2004/01/04  19:34:36
55852         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
55853              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
55854              Date: Fri, 2 Jan 2004 11:31:46 +0100
55855              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1>
55856
55857              eval of of a truncated format should fail
55858      Branch: perl
55859            ! t/op/write.t toke.c
55860 ____________________________________________________________________________
55861 [ 22052] By: rgs                                   on 2004/01/03  19:53:53
55862         Log: Upgrade to PerlIO::via::QuotedPrint 0.06
55863      Branch: perl
55864            ! lib/PerlIO/via/QuotedPrint.pm
55865 ____________________________________________________________________________
55866 [ 22051] By: rgs                                   on 2004/01/03  19:51:02
55867         Log: Upgrade to Time::HiRes 1.54
55868      Branch: perl
55869            + ext/Time/HiRes/hints/solaris.pl
55870            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
55871            ! ext/Time/HiRes/HiRes.xs
55872 ____________________________________________________________________________
55873 [ 22050] By: nicholas                              on 2004/01/03  19:24:00
55874         Log: No matter how hard you proof read it, something always slips through.
55875      Branch: perl
55876            ! ext/Storable/ChangeLog
55877 ____________________________________________________________________________
55878 [ 22049] By: nicholas                              on 2004/01/03  19:22:08
55879         Log: Fix minor problems with the CPAN release
55880              1: Make Storable.xs to work on 5.8.2 and later (already in the core)
55881              2: Ship the linux hints file
55882              3: Ship Test::More for the benefit of Perls pre 5.6.2
55883              4: Correct Makefile.PL to install in core for 5.8.0 and later
55884      Branch: perl
55885            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
55886            ! ext/Storable/Makefile.PL ext/Storable/README
55887            ! ext/Storable/Storable.pm
55888 ____________________________________________________________________________
55889 [ 22047] By: rgs                                   on 2004/01/03  00:07:13
55890         Log: Tidy up change #18751, so that the second parameter to unpack()
55891              defaults to $_ at compile-time, instead of run-time (like all
55892              other primitives that default to $_).
55893      Branch: perl
55894            ! embed.h op.c opcode.h opcode.pl pp.sym pp_pack.c pp_proto.h
55895 ____________________________________________________________________________
55896 [ 22044] By: nicholas                              on 2004/01/02  16:17:24
55897         Log: Bump $threads::VERSION as the documentation has changed. Tweak the
55898              documentaiton, update Arthur's e-mail address
55899      Branch: perl
55900            ! ext/threads/threads.pm
55901 ____________________________________________________________________________
55902 [ 22043] By: rgs                                   on 2004/01/02  08:35:22
55903         Log: Use the optimization level -O2 by default on Linux/gcc.
55904              See :
55905              Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?)
55906              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
55907              Date: Thu, 1 Jan 2004 05:32:15 +0100
55908              Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2>
55909      Branch: perl
55910            ! hints/linux.sh
55911 ____________________________________________________________________________
55912 [ 22041] By: nicholas                              on 2004/01/02  00:38:00
55913         Log: Update debugger version number and Changes file
55914      Branch: perl
55915            ! lib/perl5db.pl
55916 ____________________________________________________________________________
55917 [ 22037] By: davem                                 on 2004/01/01  23:22:10
55918         Log: addition to 22036 (document SUPER better): superclass may be plural
55919      Branch: perl
55920            ! pod/perlbot.pod pod/perlobj.pod
55921 ____________________________________________________________________________
55922 [ 22036] By: davem                                 on 2004/01/01  22:23:11
55923         Log: Document the quirks of SUPER, especially the fact that it it
55924              relative to the current package and not to the invoking object.
55925      Branch: perl
55926            ! pod/perlboot.pod pod/perlbot.pod pod/perlobj.pod
55927            ! pod/perltoot.pod
55928 ____________________________________________________________________________
55929 [ 22034] By: davem                                 on 2004/01/01  19:58:08
55930         Log: Fix bug #24383, where hashes with the :unique attribute weren't
55931              getting made readonly on interpreter clone. Also, remove the
55932              :unique attribute from the hashes in warnings.pm, since they may
55933              later be modified by warnings::register.  Finally, adds tests for
55934              the :unique attribute.
55935      Branch: perl
55936            ! ext/threads/t/problems.t lib/warnings.pm sv.c warnings.pl
55937 ____________________________________________________________________________
55938 [ 22033] By: nicholas                              on 2004/01/01  19:22:24
55939         Log: Subject: Perl 5.8.3 patches from the BS2000 port - part 2
55940              From: Dorner Thomas <tdorner@amadeus.net>
55941              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de>
55942              Date: Fri, 19 Dec 2003 07:16:47 +0100
55943      Branch: perl
55944            ! t/io/utf8.t t/op/pat.t
55945 ____________________________________________________________________________
55946 [ 22032] By: rgs                                   on 2004/01/01  17:29:21
55947         Log: Subject: [PATCH 5.8.2 @21574] OS/2 update
55948              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
55949              Date: Thu, 18 Dec 2003 14:10:29 -0800
55950              Message-ID: <20031218221029.GA7898@math.berkeley.edu>
55951      Branch: perl
55952            ! README.os2 hints/os2.sh installperl lib/ExtUtils/MM_Unix.pm
55953            ! makedef.pl os2/Changes os2/OS2/REXX/DLL/Changes
55954            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h os2/perl2cmd.pl
55955 ____________________________________________________________________________
55956 [ 22031] By: rgs                                   on 2004/01/01  16:30:13
55957         Log: Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)
55958      Branch: perl
55959            ! pod/perlunicode.pod
55960 ____________________________________________________________________________
55961 [ 22030] By: rgs                                   on 2004/01/01  13:55:31
55962         Log: Document that detached threads aren't supported on Windows yet.
55963      Branch: perl
55964            ! ext/threads/threads.pm
55965 ____________________________________________________________________________
55966 [ 22029] By: rgs                                   on 2004/01/01  13:30:33
55967         Log: Upgrade to Getopt::Long 2.34_01
55968      Branch: perl
55969            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
55970 ____________________________________________________________________________
55971 [ 22026] By: nicholas                              on 2003/12/31  15:22:31
55972         Log: Tweak 00compile.t to avoid splatting a DIAG over core perl's
55973              beautiful clean run of OKs. You are all getting a clean run of OKs,
55974              aren't you?
55975      Branch: perl
55976            ! lib/Test/Harness/t/00compile.t
55977 ____________________________________________________________________________
55978 [ 22025] By: nicholas                              on 2003/12/31  15:11:51
55979         Log: Subject: [PATCH] "piconv -C 512" badly broken
55980              From: Autrijus Tang <autrijus@autrijus.org>
55981              Message-Id: <1072870210.769.5.camel@localhost>
55982              Date: Wed, 31 Dec 2003 19:30:10 +0800
55983      Branch: perl
55984            ! ext/Encode/bin/piconv
55985 ____________________________________________________________________________
55986 [ 22021] By: rgs                                   on 2003/12/31  08:28:43
55987         Log: Upgrade to Test::Harness 2.40.
55988      Branch: perl
55989            ! lib/Test/Harness.pm lib/Test/Harness/Changes
55990            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
55991            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
55992            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
55993            ! lib/Test/Harness/t/prove-switches.t
55994            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
55995            ! lib/Test/Harness/t/test-harness.t
55996 ____________________________________________________________________________
55997 [ 22020] By: rgs                                   on 2003/12/31  07:59:19
55998         Log: C++ comments, bad.
55999      Branch: perl
56000            ! ext/Cwd/Cwd.xs
56001 ____________________________________________________________________________
56002 [ 22018] By: nicholas                              on 2003/12/30  23:29:59
56003         Log: Bump VERSION numbers
56004      Branch: perl
56005            ! ext/POSIX/POSIX.pm lib/Benchmark.pm lib/File/CheckTree.pm
56006            ! lib/Getopt/Std.pm lib/PerlIO.pm lib/Tie/Hash.pm
56007            ! lib/diagnostics.pm
56008 ____________________________________________________________________________
56009 [ 22016] By: rgs                                   on 2003/12/30  21:10:22
56010         Log: A patch for Test::Harness on VMS by Craig Berry
56011              (see RT CPAN bug #4745)
56012      Branch: perl
56013            ! lib/Test/Harness/Straps.pm
56014 ____________________________________________________________________________
56015 [ 22013] By: nicholas                              on 2003/12/30  18:18:28
56016         Log: Subject: more uni doc tweakage
56017              From: Jarkko Hietaniemi <jhi@iki.fi>
56018              Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
56019              Date: Tue, 30 Dec 2003 15:37:55 +0200
56020
56021              Subject: one more pod fix
56022              From: Jarkko Hietaniemi <jhi@iki.fi>
56023              Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
56024              Date: Tue, 30 Dec 2003 15:56:41 +0200
56025      Branch: perl
56026            ! lib/PerlIO.pm pod/perlunicode.pod
56027 ____________________________________________________________________________
56028 [ 22009] By: davem                                 on 2003/12/30  17:14:44
56029         Log: bug #24757 perlrun.pod's description of find -mtime was ambiguous
56030      Branch: perl
56031            ! pod/perlrun.pod
56032 ____________________________________________________________________________
56033 [ 22007] By: rgs                                   on 2003/12/30  16:04:47
56034         Log: Upgrade to Math::BigInt 1.68.
56035      Branch: perl
56036            + lib/Math/BigInt/t/bigroot.t
56037            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
56038            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
56039            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbi.t
56040            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
56041            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
56042 ____________________________________________________________________________
56043 [ 22005] By: davem                                 on 2003/12/30  15:07:50
56044         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
56045              heuristics for calculating buffer size needed to compile a format
56046              didn't allow for \0
56047      Branch: perl
56048            ! pp_ctl.c t/op/write.t
56049 ____________________________________________________________________________
56050 [ 22003] By: rgs                                   on 2003/12/30  12:54:02
56051         Log: Add a regression test for bug #24762
56052      Branch: perl
56053            ! t/comp/parser.t
56054 ____________________________________________________________________________
56055 [ 22002] By: rgs                                   on 2003/12/30  12:49:09
56056         Log: Updates the notes about byacc in pumpkin.pod.
56057      Branch: perl
56058            ! Porting/pumpkin.pod
56059 ____________________________________________________________________________
56060 [ 22001] By: rgs                                   on 2003/12/30  09:58:08
56061         Log: Bump up UNIVERSAL's version to 1.02
56062              (due to fix #21418)
56063      Branch: perl
56064            ! lib/UNIVERSAL.pm
56065 ____________________________________________________________________________
56066 [ 21999] By: nicholas                              on 2003/12/29  23:53:31
56067         Log: Add Mike Pomraning
56068      Branch: perl
56069            ! AUTHORS
56070 ____________________________________________________________________________
56071 [ 21997] By: rgs                                   on 2003/12/29  20:11:12
56072         Log: Update the README and Changes files for Switch 2.10
56073      Branch: perl
56074            ! lib/Switch/Changes lib/Switch/README
56075 ____________________________________________________________________________
56076 [ 21996] By: rgs                                   on 2003/12/29  20:07:00
56077         Log: Upgrade to Switch 2.10, by integrating some changes by Damian
56078      Branch: perl
56079            ! lib/Switch.pm
56080 ____________________________________________________________________________
56081 [ 21993] By: rgs                                   on 2003/12/29  10:49:29
56082         Log: Windows hasn't getuid/setuid and friends.
56083              Therefore disable the code related to them in POSIX.xs.
56084
56085              Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
56086              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
56087              Date: Mon, 29 Dec 2003 04:51:19 +0100
56088              Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2>
56089      Branch: perl
56090            ! ext/POSIX/POSIX.xs
56091 ____________________________________________________________________________
56092 [ 21992] By: rgs                                   on 2003/12/29  10:31:07
56093         Log: Subject: [PATCH] win32_chsize buglet
56094              From: "Kevin Chase" <kevincha99@hotmail.com>
56095              Date: Sun, 28 Dec 2003 15:48:56 -0800
56096              Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com>
56097      Branch: perl
56098            ! win32/win32.c
56099 ____________________________________________________________________________
56100 [ 21991] By: rgs                                   on 2003/12/29  08:10:51
56101         Log: Upgrade to Encode 1.99.
56102      Branch: perl
56103            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
56104            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
56105            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
56106            ! ext/Encode/t/mime-header.t ext/Encode/ucm/gsm0338.ucm
56107            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
56108            ! ext/Encode/ucm/macHebrew.ucm
56109 ____________________________________________________________________________
56110 [ 21990] By: rgs                                   on 2003/12/28  18:41:35
56111         Log: Fix a little syntax error, reported by Marcus Holland-Moritz
56112      Branch: perl
56113            ! win32/win32.c
56114 ____________________________________________________________________________
56115 [ 21989] By: nicholas                              on 2003/12/28  11:49:20
56116         Log: From: "Nigel Sandever" <njsandever@hotmail.com>
56117              Subject: [PATCH] 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES
56118              Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com>
56119              Date: Thu, 25 Sep 2003 21:49:07 +0000
56120      Branch: perl
56121            ! dosish.h win32/win32.c win32/win32sck.c
56122 ____________________________________________________________________________
56123 [ 21988] By: rgs                                   on 2003/12/27  23:46:40
56124         Log: Regenerate the perly.c patch for byacc output painless fixing
56125      Branch: perl
56126            ! perly_c.diff
56127 ____________________________________________________________________________
56128 [ 21986] By: rgs                                   on 2003/12/27  23:11:59
56129         Log: Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error
56130      Branch: perl
56131            ! perly.c perly.y vms/perly_c.vms
56132 ____________________________________________________________________________
56133 [ 21985] By: nicholas                              on 2003/12/27  22:55:35
56134         Log: Subject: Cross compilation patches for arm.
56135              From: Redvers Davies <red@criticalintegration.com>
56136              Message-Id: <1072098653.4789.6.camel@ragefire>
56137              Date: Mon, 22 Dec 2003 08:11:34 -0500
56138      Branch: perl
56139            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
56140            ! Cross/config.sh-arm-linux Cross/installperl.patch
56141 ____________________________________________________________________________
56142 [ 21983] By: rgs                                   on 2003/12/27  21:29:04
56143         Log: Fix bug [perl #24735] : make sure that the range (..) operator
56144              treats an undefined argument as 0 for numerical ranges and as ""
56145              for magical string ranges.
56146      Branch: perl
56147            ! pp_ctl.c t/op/range.t
56148 ____________________________________________________________________________
56149 [ 21981] By: rgs                                   on 2003/12/27  20:14:09
56150         Log: Subject: PATCH:  *DB*_File
56151              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
56152              Date: Sat, 27 Dec 2003 20:02:30 -0000
56153              Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com>
56154      Branch: perl
56155            ! XSUB.h ext/DB_File/Changes ext/DB_File/DB_File.pm
56156            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
56157            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
56158            ! ext/DB_File/typemap ext/GDBM_File/typemap
56159            ! ext/NDBM_File/typemap ext/ODBM_File/typemap
56160            ! ext/SDBM_File/typemap
56161 ____________________________________________________________________________
56162 [ 21978] By: nicholas                              on 2003/12/27  18:31:27
56163         Log: Straggler from Cwd
56164      Branch: perl
56165            + ext/Cwd/Changes
56166 ____________________________________________________________________________
56167 [ 21977] By: nicholas                              on 2003/12/27  18:29:44
56168         Log: Straggler from Unicode::Collate.
56169              We need to automate this.
56170              For some value of we. (tr/w/m/ I suspect)
56171      Branch: perl
56172            + lib/Unicode/Collate/t/rearrang.t
56173 ____________________________________________________________________________
56174 [ 21976] By: nicholas                              on 2003/12/27  18:28:37
56175         Log: Assimilate Unicode::Collate 0.33
56176      Branch: perl
56177            + lib/Unicode/Collate/t/altern.t lib/Unicode/Collate/t/view.t
56178            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
56179            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
56180            ! lib/Unicode/Collate/t/contract.t
56181            ! lib/Unicode/Collate/t/illegal.t lib/Unicode/Collate/t/test.t
56182            ! lib/Unicode/Collate/t/version.t
56183 ____________________________________________________________________________
56184 [ 21975] By: nicholas                              on 2003/12/27  18:12:33
56185         Log: Assimilate PodParser-1.26
56186      Branch: perl
56187            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
56188            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/PlainText.pm
56189            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/pod2usage.PL
56190            ! pod/podselect.PL t/pod/pod2usage.xr t/pod/podselect.xr
56191 ____________________________________________________________________________
56192 [ 21974] By: nicholas                              on 2003/12/27  17:50:34
56193         Log: Assimilate File::Spec 0.87
56194      Branch: perl
56195            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
56196 ____________________________________________________________________________
56197 [ 21973] By: nicholas                              on 2003/12/27  17:24:27
56198         Log: Assimilate Digest 1.05
56199      Branch: perl
56200            ! lib/Digest.pm lib/Digest/t/digest.t
56201 ____________________________________________________________________________
56202 [ 21972] By: nicholas                              on 2003/12/27  17:20:23
56203         Log: Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change
56204              21646 was only applied to core (must punt this back and thereby unfork)
56205              Need to fix test boilerplate properly for PERL_CORE
56206      Branch: perl
56207            ! MANIFEST Porting/Maintainers.pl ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
56208            ! ext/Cwd/t/taint.t lib/Cwd.pm
56209 ____________________________________________________________________________
56210 [ 21971] By: nicholas                              on 2003/12/27  16:55:54
56211         Log: Subject: [PATCH] Remove Win32 compiler warnings
56212              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
56213              Date: Sat, 27 Dec 2003 17:39:20 +0100
56214              Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2>
56215      Branch: perl
56216            ! ext/XS/APItest/APItest.xs ext/threads/shared/shared.xs sv.c
56217 ____________________________________________________________________________
56218 [ 21970] By: nicholas                              on 2003/12/27  16:39:01
56219         Log: Allow overriding of the p4 settings via environment variables
56220              Make regexp more robust to parse FreeBSD's patch output
56221      Branch: perl
56222            ! Porting/apply
56223 ____________________________________________________________________________
56224 [ 21968] By: rgs                                   on 2003/12/27  14:27:57
56225         Log: Subject: [PATCH] perl 5.8.0, FindBin::again
56226              From: Slaven Rezic <slaven@rezic.de>
56227              Date: 01 May 2003 21:28:10 +0200
56228              Message-ID: <873cjy31rp.fsf@vran.herceg.de>
56229      Branch: perl
56230            ! lib/FindBin.pm lib/FindBin.t
56231 ____________________________________________________________________________
56232 [ 21967] By: nicholas                              on 2003/12/27  13:26:29
56233         Log: Subject: [PATCH: sv.c] Turn Quad_t to Uquad_t in unsigned branch
56234              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
56235              Date: Sat, 27 Dec 2003 02:48:19 +0100
56236              Message-ID: <010001c3cc1b$813763a0$d500a8c0@R2D2>
56237      Branch: perl
56238            ! sv.c
56239 ____________________________________________________________________________
56240 [ 21964] By: nicholas                              on 2003/12/26  20:31:38
56241         Log: Change minimum perl version where the test is run from 5.9.0 to 5.8.3
56242              as I'm going to integrate the core patch
56243      Branch: perl
56244            ! ext/List/Util/t/weak.t
56245 ____________________________________________________________________________
56246 [ 21962] By: nicholas                              on 2003/12/26  19:22:16
56247         Log: Subject: [PATCH: sv.c] Re: GCC bug breaking Perl_sv_catpvfn()?
56248              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
56249              Date: Fri, 26 Dec 2003 02:47:09 +0100
56250              Message-ID: <03ca01c3cb52$2d509b40$5700a8c0@R2D2>
56251      Branch: perl
56252            ! sv.c
56253 ____________________________________________________________________________
56254 [ 21960] By: rgs                                   on 2003/12/26  10:18:24
56255         Log: Refactor the code that checks whether a range is numeric
56256              or string-magical.
56257      Branch: perl
56258            ! pp_ctl.c
56259 ____________________________________________________________________________
56260 [ 21959] By: rgs                                   on 2003/12/26  08:51:06
56261         Log: Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.
56262              This fixes building SDBM_File on AIX.
56263      Branch: perl
56264            ! ext/SDBM_File/sdbm/Makefile.PL
56265 ____________________________________________________________________________
56266 [ 21958] By: rgs                                   on 2003/12/25  21:22:25
56267         Log: Fix bug [perl #24641] : when POSIX::set[ug]id() are called,
56268              update the perl variables PL_uid and PL_euid (resp. PL_gid
56269              and PL_egid) with the new values.
56270      Branch: perl
56271            ! ext/POSIX/POSIX.xs
56272 ____________________________________________________________________________
56273 [ 21957] By: rgs                                   on 2003/12/25  20:14:00
56274         Log: Subject: [PATCH 5.8.2 @21574] INSTALL_PREFIX from C
56275              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
56276              Date: Thu, 18 Dec 2003 12:30:06 -0800
56277              Message-ID: <20031218203006.GA7772@math.berkeley.edu>
56278      Branch: perl
56279            ! config_h.SH
56280 ____________________________________________________________________________
56281 [ 21956] By: rgs                                   on 2003/12/25  19:40:55
56282         Log: Subject: BigInt v1.68 - pre-release
56283              From: Tels <perl_dummy@bloodgate.com>
56284              Date: Tue, 23 Dec 2003 01:09:23 +0100
56285              Message-Id: <200312230106.27661@bloodgate.com>
56286      Branch: perl
56287            + lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/alias.inc
56288            + lib/Math/BigInt/t/mbf_ali.t lib/Math/BigInt/t/mbi_ali.t
56289            + lib/Math/BigInt/t/sub_ali.t
56290            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
56291            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
56292            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
56293            ! lib/Math/BigInt/t/upgrade.inc
56294 ____________________________________________________________________________
56295 [ 21955] By: rgs                                   on 2003/12/25  18:59:54
56296         Log: Subject: [perl #24506] [PATCH] cannot weaken refs to read only values
56297              From: Fergal Daly <fergal@esatclear.ie>
56298              Date: Tue, 2 Dec 2003 23:18:18 +0000
56299              Message-Id: <200312022318.18353.fergal@esatclear.ie>
56300
56301              (tweaked so the test is skipped on perls < 5.9.0)
56302      Branch: perl
56303            ! ext/List/Util/t/weak.t sv.c
56304 ____________________________________________________________________________
56305 [ 21953] By: nicholas                              on 2003/12/23  23:34:48
56306         Log: Subject:  [PATCH: perl@21949] document patch for VMS port on new file systems
56307              From:  PPrymmer@factset.com
56308              Date:  Tue, 23 Dec 2003 17:27:44 -0500
56309              Message-Id:  <OF32243F10.A592C9A9-ON85256E05.007B1741-85256E05.007B63CB@factset.com>
56310      Branch: perl
56311            ! README.vms
56312 ____________________________________________________________________________
56313 [ 21952] By: nicholas                              on 2003/12/23  23:19:19
56314         Log: Subject: [patch t/test.pl] comment fix
56315              From: Stas Bekman <stas@stason.org>
56316              Message-ID: <3FE8C65A.4060708@stason.org>
56317              Date: Tue, 23 Dec 2003 14:48:58 -0800
56318      Branch: perl
56319            ! t/test.pl
56320 ____________________________________________________________________________
56321 [ 21951] By: adi                                   on 2003/12/22  23:22:12
56322         Log: re-fix [perl #24508] without speed regression.
56323              keep an eye on this.
56324      Branch: perl
56325            ! op.c opcode.h opcode.pl
56326 ____________________________________________________________________________
56327 [ 21950] By: adi                                   on 2003/12/22  23:19:25
56328         Log: sanitize some macros - based on Chip Salzenberg suggestions and
56329              on the way GNU people use the gcc-ish 'blocks in parens'
56330      Branch: perl
56331            ! XSUB.h sv.h
56332 ____________________________________________________________________________
56333 [ 21948] By: nicholas                              on 2003/12/22  21:00:30
56334         Log: Subject: Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
56335              Message-ID: <Pine.LNX.4.58.0312220116520.17374@localhost.localdomain>
56336              Date: Mon, 22 Dec 2003 01:52:08 -0600 (CST)
56337              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
56338      Branch: perl
56339            ! ext/threads/shared/shared.xs
56340 ____________________________________________________________________________
56341 [ 21946] By: nicholas                              on 2003/12/22  20:34:06
56342         Log: Subject:  doc nits
56343              From:  Jarkko Hietaniemi <jhi@iki.fi>
56344              Date:  Mon, 22 Dec 2003 21:57:34 +0200
56345              Message-Id:  <20031222195734.GA29441@vipunen.hut.fi>
56346      Branch: perl
56347            ! pod/perltodo.pod pod/perlunicode.pod
56348 ____________________________________________________________________________
56349 [ 21944] By: merijn                                on 2003/12/22  10:13:43
56350         Log: Subject: [PATCH] configure.com archname tweak
56351              From: "Craig A. Berry" <craigberry@mac.com>
56352              Date: Sun, 21 Dec 2003 23:07:13 -0600
56353              Message-ID: <3FE67C01.1000704@mac.com>
56354      Branch: perl
56355            ! configure.com
56356 ____________________________________________________________________________
56357 [ 21942] By: rgs                                   on 2003/12/21  21:29:47
56358         Log: Subject: [perl #24651] Taint bug with multiple backticks in ref consturctors
56359              From: Mike Guy <mjtg@cam.ac.uk>
56360              Date: Fri, 19 Dec 2003 17:17:11 +0000
56361              Message-Id: <E1AXOFT-0007DE-7q@draco.cus.cam.ac.uk>
56362      Branch: perl
56363            ! pod/perlsec.pod
56364 ____________________________________________________________________________
56365 [ 21940] By: rgs                                   on 2003/12/21  15:33:19
56366         Log: Fix a side-effect of bug #24674 in the perl debugger.
56367
56368              Subject: [perl #24674] 5.x odd taint bug
56369              From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org>
56370              Date: 16 Dec 2003 15:03:24 -0000
56371              Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org>
56372      Branch: perl
56373            ! lib/perl5db.pl
56374 ____________________________________________________________________________
56375 [ 21938] By: rgs                                   on 2003/12/20  22:56:24
56376         Log: Subject: Perl 5.8.3 patches from the BS2000 port
56377              From: Dorner Thomas <tdorner@amadeus.net>
56378              Date: Wed, 17 Dec 2003 15:41:17 +0100
56379              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de>
56380      Branch: perl
56381            ! hints/posix-bc.sh t/base/num.t t/comp/parser.t
56382 ____________________________________________________________________________
56383 [ 21937] By: adi                                   on 2003/12/20  21:37:03
56384         Log: after back-references, restricted hashes.
56385              see http://nntp.perl.org/group/perl.perl5.porters/86497
56386              this is hopefully only a temporary solution.
56387      Branch: perl
56388            ! perl.c
56389 ____________________________________________________________________________
56390 [ 21936] By: adi                                   on 2003/12/20  21:32:37
56391         Log: fix [perl #24660], [perl #24663].
56392      Branch: perl
56393            ! mg.c sv.c
56394 ____________________________________________________________________________
56395 [ 21935] By: rgs                                   on 2003/12/20  21:21:50
56396         Log: Upgrade to Time::Local 1.07_94
56397      Branch: perl
56398            ! lib/Time/Local.pm lib/Time/Local.t
56399 ____________________________________________________________________________
56400 [ 21933] By: nicholas                              on 2003/12/20  20:07:44
56401         Log: Subject: [PATCH] OpenVMS I64 support
56402              From: "Craig A. Berry" <craigberry@mac.com>
56403              Message-ID: <3FE2441F.2070603@mac.com>
56404              Date: Thu, 18 Dec 2003 18:19:43 -0600
56405      Branch: perl
56406            ! configure.com vms/gen_shrfls.pl
56407 ____________________________________________________________________________
56408 [ 21932] By: nicholas                              on 2003/12/20  19:57:51
56409         Log: remove duplicate PERL_HASH (as spotted by Enache Adrian in
56410              <20031220124854.GA1265@ratsnest.hole> )
56411      Branch: perl
56412            ! hv.c
56413 ____________________________________________________________________________
56414 [ 21931] By: nicholas                              on 2003/12/20  18:58:06
56415         Log: Solaris gconvert() doesn't like ndigits == 0. Currently we have no
56416              Configure test for troublesome gconvert(), so for now simply avoid
56417              the optimisation that calls gconvert() in this case.
56418      Branch: perl
56419            ! sv.c
56420 ____________________________________________________________________________
56421 [ 21928] By: rgs                                   on 2003/12/19  08:36:11
56422         Log: Upgrade to CGI.pm 3.01
56423      Branch: perl
56424            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
56425            ! lib/CGI/Pretty.pm lib/CGI/Util.pm lib/CGI/t/carp.t
56426            ! lib/CGI/t/request.t
56427 ____________________________________________________________________________
56428 [ 21927] By: rgs                                   on 2003/12/19  08:10:41
56429         Log: Subject: [DOCPATCH] base.pm
56430              From: Elizabeth Mattijsen <liz@dijkmat.nl>
56431              Date: Thu, 18 Dec 2003 22:30:52 +0100
56432              Message-Id: <p05111b12bc07cc596977@[192.168.56.3]>
56433
56434              Plus, remove leftover mentions of pseudo-hashes
56435      Branch: perl
56436            ! lib/base.pm
56437 ____________________________________________________________________________
56438 [ 21924] By: nicholas                              on 2003/12/18  20:24:29
56439         Log: "Richard" - who he? (Add "Richard Clamp" to the list of pumpkings)
56440      Branch: perl
56441            ! pod/perlhist.pod
56442 ____________________________________________________________________________
56443 [ 21923] By: rgs                                   on 2003/12/18  14:58:42
56444         Log: Perl 1.0.16 has been released.
56445      Branch: perl
56446            ! pod/perlhist.pod
56447 ____________________________________________________________________________
56448 [ 21922] By: rgs                                   on 2003/12/17  21:36:36
56449         Log: Subject: [PATCH: embed.fnc] arguments for perl_clone()
56450              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
56451              Date: Wed, 17 Dec 2003 13:26:52 +0100
56452              Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2>
56453      Branch: perl
56454            ! embed.fnc embed.h global.sym
56455 ____________________________________________________________________________
56456 [ 21921] By: rgs                                   on 2003/12/17  17:34:05
56457         Log: Subject: [PATCH] 2-arg cond_wait, cond_timedwait, tests
56458              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
56459              Date: Wed, 17 Dec 2003 00:05:58 -0600 (CST)
56460              Message-ID: <Pine.LNX.4.58.0312092202040.13494@benevelle.wi.securepipe.com>
56461      Branch: perl
56462            + ext/threads/shared/t/wait.t
56463            ! MANIFEST ext/threads/shared/shared.pm
56464            ! ext/threads/shared/shared.xs
56465 ____________________________________________________________________________
56466 [ 21918] By: rgs                                   on 2003/12/16  22:00:39
56467         Log: Sync with the latest MakeMaker snapshot.
56468              But set the $VERSION to 6.21_01.
56469      Branch: perl
56470            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
56471            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
56472            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win95.pm
56473            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
56474            ! lib/ExtUtils/instmodsh
56475 ____________________________________________________________________________
56476 [ 21917] By: alanbur                               on 2003/12/15  09:13:49
56477         Log: Remove incorrect guards around inclusion of <signal.h>
56478              Causes problems with UNIX03/SUSv3
56479              Part 2 of change 21916 - oops!
56480
56481              See:
56482              Message-Id: <3FDD06A5.8010004@sun.com>
56483              Subject: Re: UNIX03 & C99 issue with 5.8.2
56484              From: Alan Burlison <Alan.Burlison@sun.com>
56485              Date: Mon, 15 Dec 2003 00:56:05 +0000
56486      Branch: perl
56487            ! doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h util.c
56488 ____________________________________________________________________________
56489 [ 21916] By: alanbur                               on 2003/12/15  09:02:58
56490         Log: Remove incorrect guards around inclusion of <signal.h>
56491              Causes problems with UNIX03/SUSv3
56492      Branch: perl
56493            ! doio.c
56494 ____________________________________________________________________________
56495 [ 21915] By: rgs                                   on 2003/12/15  07:43:50
56496         Log: Add the macros dAX and dITEMS to PPPort.
56497      Branch: perl
56498            ! ext/Devel/PPPort/PPPort.pm
56499 ____________________________________________________________________________
56500 [ 21914] By: rgs                                   on 2003/12/14  22:53:43
56501         Log: Subject: [patch Porting/pumpkin.pod] trying to ensure that PPPort is up-to-date on each new release
56502              From: Stas Bekman <stas@stason.org>
56503              Date: Sun, 14 Dec 2003 15:12:40 -0800
56504              Message-ID: <3FDCEE68.3080509@stason.org>
56505      Branch: perl
56506            ! Porting/pumpkin.pod
56507 ____________________________________________________________________________
56508 [ 21912] By: rgs                                   on 2003/12/14  22:48:17
56509         Log: Subject: [DOCPATCH] perlfunc delete
56510              From: Elizabeth Mattijsen <liz@dijkmat.nl>
56511              Date: Sun, 14 Dec 2003 20:25:07 +0100
56512              Message-Id: <p05111b07bc0269065a99@[192.168.56.3]>
56513      Branch: perl
56514            ! pod/perlfunc.pod
56515 ____________________________________________________________________________
56516 [ 21910] By: nicholas                              on 2003/12/14  20:06:41
56517         Log: Forgot to remove a comment
56518      Branch: perl
56519            ! pp.c
56520 ____________________________________________________________________________
56521 [ 21907] By: nicholas                              on 2003/12/14  18:35:15
56522         Log: S_save_hek_flags should honour the "free" flag.
56523              Ought to mask the flag bits that shouldn't be stored.
56524      Branch: perl
56525            ! hv.c
56526 ____________________________________________________________________________
56527 [ 21906] By: nicholas                              on 2003/12/14  17:06:13
56528         Log: Some fool missed a letter n.
56529              (and then "optimised" code based on its absense. D'oh)
56530              Restore the correct behaviour - fetch with uppercase key, then if
56531              still not found store with mixed/lowercase key.
56532      Branch: perl
56533            ! hv.c
56534 ____________________________________________________________________________
56535 [ 21905] By: nicholas                              on 2003/12/14  16:34:01
56536         Log: Subject: Re: Change 21862
56537              From: Enache Adrian <enache@rdslink.ro>
56538              Date: Wed, 10 Dec 2003 06:05:58 +0200
56539              Message-ID: <20031210040558.GC1584@ratsnest.hole>
56540
56541              (1st hunk), plus the equivalent for hv_delete_common
56542      Branch: perl
56543            ! hv.c
56544 ____________________________________________________________________________
56545 [ 21904] By: nicholas                              on 2003/12/14  15:32:32
56546         Log: Clean up a bug I introduced into caseless ENV hv_delete
56547              (should be the proper fix for 21870 and 21872's band aid)
56548      Branch: perl
56549            ! hv.c
56550 ____________________________________________________________________________
56551 [ 21902] By: rgs                                   on 2003/12/13  21:56:45
56552         Log: Subject: Re: 5.6.2-RC1 on Cygwin
56553              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
56554              Date: Sat, 6 Dec 2003 22:32:59 -0800
56555              Message-ID: <20031207063259.GA3004@efn.org>
56556              (with tweaks to cleanup code)
56557      Branch: perl
56558            ! t/op/taint.t
56559 ____________________________________________________________________________
56560 [ 21898] By: nicholas                              on 2003/12/13  19:20:41
56561         Log: Add Perl_ceil
56562      Branch: perl
56563            ! perl.h pp.c
56564 ____________________________________________________________________________
56565 [ 21897] By: rgs                                   on 2003/12/13  18:41:51
56566         Log: Reformat a long line in perlembed.pod (bug #24623).
56567      Branch: perl
56568            ! pod/perlembed.pod
56569 ____________________________________________________________________________
56570 [ 21896] By: nicholas                              on 2003/12/13  18:40:59
56571         Log: The binary compatibility notes say that new global functions should
56572              go at the end. Not that I'm anything more than "trainee" when it
56573              comes to this bincompat stuff.
56574      Branch: perl
56575            ! embed.fnc proto.h
56576 ____________________________________________________________________________
56577 [ 21895] By: rgs                                   on 2003/12/13  18:33:38
56578         Log: alarm() is now implemented on Win32.
56579      Branch: perl
56580            ! pod/perlport.pod
56581 ____________________________________________________________________________
56582 [ 21893] By: nicholas                              on 2003/12/13  17:40:32
56583         Log: foreach qw() { # not valid syntax for 5.005. So fix it.
56584      Branch: perl
56585            ! pod/buildtoc
56586 ____________________________________________________________________________
56587 [ 21892] By: rgs                                   on 2003/12/13  17:02:12
56588         Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown
56589              From: David Dyck <david.dyck@fluke.com>
56590              Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST)
56591              Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com>
56592      Branch: perl
56593            ! lib/File/CheckTree.pm
56594 ____________________________________________________________________________
56595 [ 21891] By: rgs                                   on 2003/12/13  16:33:46
56596         Log: Make the XSRETURN macro evaluate its argument only once.
56597      Branch: perl
56598            ! XSUB.h
56599 ____________________________________________________________________________
56600 [ 21886] By: rgs                                   on 2003/12/13  12:30:08
56601         Log: More POD fixes ; regenerate perltoc and perlmodlib.
56602      Branch: perl
56603            ! ext/DynaLoader/DynaLoader_pm.PL pod/perlmodlib.pod
56604            ! pod/perltoc.pod
56605 ____________________________________________________________________________
56606 [ 21885] By: rgs                                   on 2003/12/13  12:21:26
56607         Log: Fix some of the pods to produce more standard manpages,
56608              as reported by Eric S. Raymond.
56609      Branch: perl
56610            ! README.ce README.netware lib/Getopt/Std.pm lib/diagnostics.pm
56611 ____________________________________________________________________________
56612 [ 21884] By: rgs                                   on 2003/12/13  00:09:01
56613         Log: Subject: RE: [perl #24610] Pod::Html infinite recursion
56614              From: Anders Johnson <ajohnson@nvidia.com>
56615              Date: Fri, 12 Dec 2003 14:07:40 -0800
56616              Message-ID: <33171CC36240D94EAF1FE584B1D14E0A06EC6F51@mail-sc-11.nvidia.com>
56617              (with tweaks)
56618      Branch: perl
56619            ! lib/Pod/Html.pm
56620 ____________________________________________________________________________
56621 [ 21883] By: rgs                                   on 2003/12/12  23:54:25
56622         Log: Modify the common guard for the signal.h header, because
56623              C99 compilers don't like it.o
56624
56625              see :
56626              Subject: UNIX03 & C99 issue with 5.8.2
56627              From: Alan Burlison <Alan.Burlison@sun.com>
56628              Date: Fri, 12 Dec 2003 23:04:52 +0000
56629              Message-ID: <3FDA4994.6050209@sun.com>
56630      Branch: perl
56631            ! doio.c doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h
56632            ! util.c
56633 ____________________________________________________________________________
56634 [ 21882] By: rgs                                   on 2003/12/12  22:43:11
56635         Log: Subject: [PATCH] Math::BigInt v1.67 released
56636              From: Tels <perl_dummy@bloodgate.com>
56637              Date: Fri, 12 Dec 2003 18:47:43 +0100
56638              Message-Id: <200312121847.49039@bloodgate.com>
56639      Branch: perl
56640            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
56641            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
56642            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
56643            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/fallback.t
56644            ! lib/Math/BigInt/t/sub_mbi.t
56645 ____________________________________________________________________________
56646 [ 21881] By: merijn                                on 2003/12/12  16:09:14
56647         Log: Subject: [PATCH] d_u32align for win32
56648              From: Gisle Aas <gisle@ActiveState.com>
56649              Date: 11 Dec 2003 01:33:39 -0800
56650              Message-ID: <lrzndzr958.fsf@caliper.activestate.com>
56651      Branch: perl
56652            ! win32/config.bc win32/config.gc win32/config.vc
56653 ____________________________________________________________________________
56654 [ 21879] By: rgs                                   on 2003/12/11  23:53:34
56655         Log: Subject: [PATCH] environ array fix for VMS
56656              From: "Craig A. Berry" <craigberry@mac.com>
56657              Date: Thu, 11 Dec 2003 14:35:29 -0600
56658              Message-ID: <3FD8D511.2030805@mac.com>
56659      Branch: perl
56660            ! vms/vms.c
56661 ____________________________________________________________________________
56662 [ 21878] By: nicholas                              on 2003/12/11  23:49:20
56663         Log: Subject: [PATCH] Perl 5.9.0 AUTHORS
56664              From: Mark Leighton Fisher <mark-fisher@mindspring.com>
56665              Message-ID: <3FD8E74F.7000202@mindspring.com>
56666              Date: Thu, 11 Dec 2003 16:53:19 -0500
56667      Branch: perl
56668            ! AUTHORS
56669 ____________________________________________________________________________
56670 [ 21877] By: rgs                                   on 2003/12/11  23:40:54
56671         Log: Add a mention of the error "DESTROY created new reference
56672              to dead object" in perldiag.
56673      Branch: perl
56674            ! pod/perldiag.pod
56675 ____________________________________________________________________________
56676 [ 21876] By: adi                                   on 2003/12/11  23:04:03
56677         Log: #21866 was wrong. another try to plumb that damn leak.
56678      Branch: perl
56679            ! mg.c sv.c
56680 ____________________________________________________________________________
56681 [ 21875] By: adi                                   on 2003/12/11  20:11:07
56682         Log: fix bug #24605.
56683              substr() wasn't working when used repeatedly on the same utf-8
56684              string.
56685      Branch: perl
56686            ! sv.c t/op/substr.t
56687 ____________________________________________________________________________
56688 [ 21874] By: rgs                                   on 2003/12/09  21:36:58
56689         Log: Suppress a C< $DB::single = 1 > from Switch.pm, as noticed
56690              by Jan Dubois.
56691      Branch: perl
56692            ! lib/Switch.pm
56693 ____________________________________________________________________________
56694 [ 21873] By: rgs                                   on 2003/12/09  21:33:22
56695         Log: Subject: [PATCH perlunicode.pod, encoding.pm] Implicit upgrading docs
56696              From: Autrijus Tang <autrijus@autrijus.org>
56697              Date: Tue, 9 Dec 2003 20:39:16 +0800
56698              Message-ID: <20031209123915.GA1454@not.autrijus.org>
56699      Branch: perl
56700            ! ext/Encode/encoding.pm pod/perlunicode.pod
56701 ____________________________________________________________________________
56702 [ 21872] By: adi                                   on 2003/12/09  03:26:16
56703         Log: temporary fix to avoid t/op/tie.t failures on Win32
56704      Branch: perl
56705            ! hv.c
56706 ____________________________________________________________________________
56707 [ 21871] By: rgs                                   on 2003/12/08  15:22:26
56708         Log: Upgrade to Digest-MD5 2.33.
56709      Branch: perl
56710            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
56711            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
56712            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/typemap
56713 ____________________________________________________________________________
56714 [ 21870] By: rgs                                   on 2003/12/08  08:22:17
56715         Log: Integrate change #21862 from maint-5.8 :
56716
56717              Win32/MinGW tweaks
56718              A. ENV_IS_CASELESS has trys to free(keysave) when
56719              keysave isn't in scope yet.
56720              B. For default makefile.mk which build with perlhost.h
56721              stuff "live" need to link with g++ to find new/delete etc.
56722      Branch: perl
56723           !> hv.c win32/makefile.mk
56724 ____________________________________________________________________________
56725 [ 21869] By: rgs                                   on 2003/12/08  07:37:27
56726         Log: Subject: [PATCH] iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context)
56727              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
56728              Date: Mon, 08 Dec 2003 08:17:46 +0100
56729              Message-id: <20031208071746.GA594@ethan>
56730      Branch: perl
56731            ! hv.c mg.c
56732 ____________________________________________________________________________
56733 [ 21868] By: adi                                   on 2003/12/08  03:38:39
56734         Log: yet another leak. bigger fish still swimming around.
56735              #!perl
56736              eval q{ $_ = "x"; s/x/"in subst"/e } while 1;
56737              __END__
56738      Branch: perl
56739            ! pp_ctl.c
56740 ____________________________________________________________________________
56741 [ 21867] By: adi                                   on 2003/12/08  03:34:37
56742         Log: yet another 2 leaks. example for the second:
56743              #! perl
56744              eval q{ open $p{q}, "foo" } while 1
56745              __END__
56746      Branch: perl
56747            ! op.c
56748 ____________________________________________________________________________
56749 [ 21866] By: adi                                   on 2003/12/08  03:30:16
56750         Log: plumb a leak with pos().
56751
56752              #! perl
56753              while (1) {
56754              my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a);
56755              }
56756              __END__
56757      Branch: perl
56758            ! sv.c
56759 ____________________________________________________________________________
56760 [ 21865] By: rgs                                   on 2003/12/07  21:28:13
56761         Log: Subject: [PATCH] documenting SCALAR gotcha
56762              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
56763              Date: Sun, 07 Dec 2003 16:41:16 +0100
56764              Message-id: <20031207154116.GA825@ethan>
56765      Branch: perl
56766            ! pod/perltie.pod
56767 ____________________________________________________________________________
56768 [ 21864] By: rgs                                   on 2003/12/07  20:13:47
56769         Log: Subject: [PATCH] setenv tweak for VMS
56770              From: "Craig A. Berry" <craigberry@mac.com>
56771              Date: Sat, 06 Dec 2003 18:13:32 -0600
56772              Message-ID: <3FD270AC.3000106@mac.com>
56773      Branch: perl
56774            ! vms/vms.c
56775 ____________________________________________________________________________
56776 [ 21863] By: rgs                                   on 2003/12/06  21:33:22
56777         Log: Missing thingies.
56778      Branch: perl
56779            ! pp.c pp_hot.c
56780 ____________________________________________________________________________
56781 [ 21861] By: rgs                                   on 2003/12/06  20:58:12
56782         Log: Subject: [PATCH] Math::BigInt v1.67 (pre-release)
56783              From: Tels <perl_dummy@bloodgate.com>
56784              Date: Sat, 6 Dec 2003 20:19:44 +0100
56785              Message-Id: <200312062016.50484@bloodgate.com>
56786      Branch: perl
56787            + lib/Math/BigInt/t/const_mbf.t lib/Math/BigInt/t/fallback.t
56788            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
56789            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
56790            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
56791            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
56792            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
56793            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
56794            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
56795            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
56796 ____________________________________________________________________________
56797 [ 21860] By: rgs                                   on 2003/12/06  20:33:09
56798         Log: Forgot to update the MANIFEST.
56799      Branch: perl
56800            ! MANIFEST
56801 ____________________________________________________________________________
56802 [ 21859] By: rgs                                   on 2003/12/06  20:19:16
56803         Log: Math::BigInt::Scalar is only for tests.
56804              Move it under t/lib.
56805      Branch: perl
56806           +> t/lib/Math/BigInt/Scalar.pm
56807            - lib/Math/BigInt/Scalar.pm
56808 ____________________________________________________________________________
56809 [ 21858] By: rgs                                   on 2003/12/06  20:01:24
56810         Log: Subject: [PATCH] casting bug in VMS part of Perl_start_glob
56811              From: "Craig A. Berry" <craigberry@mac.com>
56812              Date: Sat, 06 Dec 2003 12:44:40 -0600
56813              Message-ID: <3FD22398.1060506@mac.com>
56814      Branch: perl
56815            ! doio.c
56816 ____________________________________________________________________________
56817 [ 21857] By: rgs                                   on 2003/12/06  19:58:51
56818         Log: Remove the "Can't provide tied hash usage" error from perldiag.
56819              Mention the new tied hash SCALAR method in perldelta.
56820      Branch: perl
56821            ! pod/perldelta.pod pod/perldiag.pod
56822 ____________________________________________________________________________
56823 [ 21856] By: rgs                                   on 2003/12/06  19:51:49
56824         Log: Clarify the description of SCALAR in perltie
56825      Branch: perl
56826            ! pod/perltie.pod
56827 ____________________________________________________________________________
56828 [ 21855] By: rgs                                   on 2003/12/06  19:50:07
56829         Log: Subject: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context
56830              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
56831              Date: Sat, 06 Dec 2003 11:50:59 +0100
56832              Message-id: <20031206105059.GA13989@ethan>
56833      Branch: perl
56834            ! embed.fnc embed.h global.sym hv.c lib/Tie/Hash.pm mg.c
56835            ! pod/perlapi.pod pod/perlfunc.pod pod/perltie.pod pp.c pp_hot.c
56836            ! proto.h t/op/tie.t
56837 ____________________________________________________________________________
56838 [ 21854] By: nicholas                              on 2003/12/06  16:30:35
56839         Log: Make sv_force_normal_flags cope with shared hash key scalars
56840              (remember the pointer from SvPVX, reset the flags before SvGROW,
56841              avoid crazy loops or read-from-free)
56842      Branch: perl
56843            ! sv.c
56844 ____________________________________________________________________________
56845 [ 21851] By: nicholas                              on 2003/12/05  20:49:10
56846         Log: Back out the Makefile.PL part of 21808 as requested by Gisle Aas
56847      Branch: perl
56848            ! ext/Digest/MD5/Makefile.PL
56849 ____________________________________________________________________________
56850 [ 21846] By: merijn                                on 2003/12/05  10:41:32
56851         Log: Subject: [PATCH] Configure gets d_u32align wrong
56852              From: Gisle Aas <gisle@ActiveState.com>
56853              Date: 05 Dec 2003 03:47:01 -0800
56854              Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>
56855      Branch: perl
56856            ! Configure
56857 ____________________________________________________________________________
56858 [ 21844] By: rgs                                   on 2003/12/05  07:31:18
56859         Log: Subject: [REPATCH lib/AutoLoader.t] Test can() with AutoLoader
56860              From: chromatic <chromatic@wgz.org>
56861              Date: Mon, 01 Dec 2003 09:20:21 -0800
56862              Message-Id: <1070299221.1275.19.camel@localhost>
56863      Branch: perl
56864            ! lib/AutoLoader.t
56865 ____________________________________________________________________________
56866 [ 21843] By: rgs                                   on 2003/12/05  07:13:08
56867         Log: Subject: [PATCH] another ext/SDBM_File/sdbm build fix
56868              From: "Craig A. Berry" <craigberry@mac.com>
56869              Date: Thu, 04 Dec 2003 16:00:03 -0600
56870              Message-ID: <3FCFAE63.1080106@mac.com>
56871      Branch: perl
56872            ! ext/SDBM_File/sdbm/Makefile.PL
56873 ____________________________________________________________________________
56874 [ 21842] By: rgs                                   on 2003/12/05  07:07:30
56875         Log: Subject: [PATCH] $^P, eval and caller
56876              From: Paul Johnson <paul@pjcj.net>
56877              Date: Fri, 5 Dec 2003 00:57:21 +0100
56878              Message-ID: <20031204235721.GJ26355@pjcj.net>
56879      Branch: perl
56880            ! mg.c
56881 ____________________________________________________________________________
56882 [ 21841] By: rgs                                   on 2003/12/04  12:00:28
56883         Log: Fix File::Copy with hard links on Windows.
56884
56885              Subject: [PATCH] Re: perl @ 21830
56886              From: Steve Hay <steve.hay@uk.radan.com>
56887              Date: Wed, 03 Dec 2003 10:53:02 +0000
56888              Message-ID: <3FCDC08E.7080800@uk.radan.com>
56889
56890              and
56891              Date: Thu, 04 Dec 2003 11:02:22 +0000
56892              Message-ID: <3FCF143E.1040905@uk.radan.com>
56893      Branch: perl
56894            ! lib/File/Copy.pm lib/File/Copy.t
56895 ____________________________________________________________________________
56896 [ 21840] By: rgs                                   on 2003/12/04  11:54:28
56897         Log: Subject: Re: a2p.pod not being installed in 5.8.2?
56898              From: Alan Burlison <Alan.Burlison@sun.com>
56899              Date: Thu, 04 Dec 2003 12:14:30 +0000
56900              Message-ID: <3FCF2526.3030905@sun.com>
56901      Branch: perl
56902            ! installperl
56903 ____________________________________________________________________________
56904 [ 21837] By: rgs                                   on 2003/12/03  08:27:33
56905         Log: Subject: Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CONTEXT is defined
56906              From: Stas Bekman <stas@stason.org>
56907              Date: Wed, 03 Dec 2003 01:41:42 -0800
56908              Message-ID: <3FCDAFD6.9050106@stason.org>
56909      Branch: perl
56910            ! sv.c
56911 ____________________________________________________________________________
56912 [ 21836] By: rgs                                   on 2003/12/02  23:31:06
56913         Log: The prove utility should also be installed on VMS and on Windows.
56914              Haven't we regression tests for installations yet ?
56915      Branch: perl
56916            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
56917 ____________________________________________________________________________
56918 [ 21835] By: rgs                                   on 2003/12/02  22:18:05
56919         Log: FAQ sync.
56920      Branch: perl
56921            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
56922            ! pod/perlfaq4.pod pod/perlfaq5.pod
56923 ____________________________________________________________________________
56924 [ 21834] By: rgs                                   on 2003/12/02  21:45:12
56925         Log: Subject: Re: [perl #24574] find2perl provides different results to find
56926              From: Slaven Rezic <slaven@rezic.de>
56927              Date: 30 Nov 2003 22:16:59 +0100
56928              Message-ID: <8765h1pnec.fsf@vran.herceg.de>
56929
56930              (plus a note about find2perl now defaulting to -print in perldelta)
56931      Branch: perl
56932            ! pod/perldelta.pod x2p/find2perl.PL
56933 ____________________________________________________________________________
56934 [ 21833] By: rgs                                   on 2003/12/02  21:34:57
56935         Log: Subject: [PATCH] setting $0 still broken
56936              From: Jan Dubois <jand@ActiveState.com>
56937              Date: Thu, 27 Nov 2003 21:09:51 -0800
56938              Message-ID: <f3mdsv8dcv4asle0kbhiijk0adu1l25sr3@4ax.com>
56939      Branch: perl
56940            ! mg.c
56941 ____________________________________________________________________________
56942 [ 21832] By: rgs                                   on 2003/12/02  21:05:58
56943         Log: Better docs for the special code blocks, based on :
56944              Subject: [DOCPATCH] BEGIN, CHECK, INIT, END explained more
56945              From: Elizabeth Mattijsen <liz@dijkmat.nl>
56946              Date: Sat, 29 Nov 2003 23:15:56 +0100
56947              Message-Id: <p05111b01bbeec2e8bf30@[192.168.56.3]>
56948      Branch: perl
56949            ! pod/perlmod.pod pod/perlsub.pod
56950 ____________________________________________________________________________
56951 [ 21828] By: rgs                                   on 2003/11/30  20:56:00
56952         Log: Fix the test boilerplate in lib/if.t, so it can be run
56953              from the t/ directory.
56954      Branch: perl
56955            ! lib/if.t
56956 ____________________________________________________________________________
56957 [ 21827] By: rgs                                   on 2003/11/30  20:34:39
56958         Log: Keep installing xsubpp in lib/ExtUtils,
56959              so MakeMaker can find it.
56960      Branch: perl
56961            ! installperl
56962 ____________________________________________________________________________
56963 [ 21826] By: rgs                                   on 2003/11/30  20:31:59
56964         Log: Upgrade to Test::Harness 2.38.
56965              Introduce the prove(1) utility.
56966              (The prove-switches test is disabled for now.)
56967      Branch: perl
56968            + lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
56969            + lib/Test/Harness/t/prove-switches.t t/lib/Dev/Null.pm
56970            + t/lib/sample-tests/inc_taint t/lib/sample-tests/taint_warn
56971            + utils/prove.PL
56972            ! MANIFEST installperl lib/Test/Harness.pm
56973            ! lib/Test/Harness/Assert.pm lib/Test/Harness/Changes
56974            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
56975            ! lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
56976            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/pod.t
56977            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
56978            ! lib/Test/Harness/t/test-harness.t utils.lst utils/Makefile
56979 ____________________________________________________________________________
56980 [ 21823] By: rgs                                   on 2003/11/30  18:22:54
56981         Log: Subject: Re: [perl #24554] Segfault in POSIX module
56982              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
56983              Date: Sat, 29 Nov 2003 23:32:38 +0900
56984              Message-Id: <20031129233010.8E2F.BQW10602@nifty.com>
56985
56986              (plus a test for the stringification of references
56987              passed to POSIX::isXXX())
56988      Branch: perl
56989            ! ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t
56990 ____________________________________________________________________________
56991 [ 21814] By: nicholas                              on 2003/11/29  20:53:23
56992         Log: Integrate if.pm 0.0401
56993              Needed to edit the test file as t/TEST can't cope with extra output
56994              lines as produced by 0.0401's if.t
56995      Branch: perl
56996            ! lib/if.pm lib/if.t
56997 ____________________________________________________________________________
56998 [ 21813] By: nicholas                              on 2003/11/29  19:54:52
56999         Log: Remove whitespace from ends of lines (simply because it irritates me)
57000      Branch: perl
57001            ! utils/h2xs.PL
57002 ____________________________________________________________________________
57003 [ 21812] By: nicholas                              on 2003/11/29  17:55:32
57004         Log: Update Unicode::Normalize to 0.28
57005      Branch: perl
57006            + ext/Unicode/Normalize/t/illegal.t
57007            + ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t
57008            ! MANIFEST ext/Unicode/Normalize/Changes
57009            ! ext/Unicode/Normalize/Normalize.pm
57010            ! ext/Unicode/Normalize/Normalize.xs
57011            ! ext/Unicode/Normalize/README
57012 ____________________________________________________________________________
57013 [ 21811] By: nicholas                              on 2003/11/29  17:30:18
57014         Log: D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.
57015      Branch: perl
57016            - lib/Digest.t
57017 ____________________________________________________________________________
57018 [ 21810] By: nicholas                              on 2003/11/29  17:29:15
57019         Log: Update Unicode::Collate to 0.31 (Only the .pm version for now)
57020      Branch: perl
57021            + lib/Unicode/Collate/t/illegal.t
57022            + lib/Unicode/Collate/t/illegalp.t
57023            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
57024            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/version.t
57025 ____________________________________________________________________________
57026 [ 21809] By: nicholas                              on 2003/11/29  17:09:25
57027         Log: D'oh! Forgot to lib/Digest/base.pm
57028      Branch: perl
57029            + lib/Digest/base.pm
57030            ! MANIFEST
57031 ____________________________________________________________________________
57032 [ 21808] By: nicholas                              on 2003/11/29  17:04:39
57033         Log: Update to Digest::MD5 2.31
57034      Branch: perl
57035            + ext/Digest/MD5/t/bits.t
57036            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
57037            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/badfile.t
57038            ! ext/Digest/MD5/t/files.t
57039 ____________________________________________________________________________
57040 [ 21807] By: nicholas                              on 2003/11/29  16:45:19
57041         Log: Update Digest to 1.03
57042      Branch: perl
57043            + lib/Digest/t/base.t
57044           +> lib/Digest/t/digest.t
57045            ! MANIFEST Porting/Maintainers.pl lib/Digest.pm
57046 ____________________________________________________________________________
57047 [ 21806] By: nicholas                              on 2003/11/29  15:41:19
57048         Log: When Gconvert is a macro around sprintf with a .* format we need
57049              to cast to int (in case STRLEN isn't the same size as int)
57050              gcc issues a warning even when it is the same size
57051      Branch: perl
57052            ! sv.c
57053 ____________________________________________________________________________
57054 [ 21805] By: nicholas                              on 2003/11/29  14:44:56
57055         Log: Silence gcc 2.95 warning
57056              (Its trace flow isn't good enough to realise that there is no problem)
57057      Branch: perl
57058            ! pp_hot.c
57059 ____________________________________________________________________________
57060 [ 21804] By: nicholas                              on 2003/11/29  14:44:22
57061         Log: Gconvert actually takes type NV, while nv may be either double
57062              or long double (depending on some conditional code)
57063              Rafael and I think that this cast should work.
57064      Branch: perl
57065            ! sv.c
57066 ____________________________________________________________________________
57067 [ 21802] By: rgs                                   on 2003/11/29  11:38:58
57068         Log: POSIX::isXXX(undef) segfaulted. (bug #24554.)
57069      Branch: perl
57070            ! ext/POSIX/POSIX.xs ext/POSIX/t/posix.t
57071 ____________________________________________________________________________
57072 [ 21800] By: rgs                                   on 2003/11/28  22:38:40
57073         Log: Fix a regression introduced by change #21694 on sprintf()
57074              with long doubles, by disabling the specific optimisation
57075              path in this case ; remove a unnecessary cast ; add a new
57076              test file for miscellaneous sprintf() test that don't fit
57077              in the t/op/sprintf.t framework.
57078      Branch: perl
57079            + t/op/sprintf2.t
57080            ! MANIFEST sv.c
57081 ____________________________________________________________________________
57082 [ 21799] By: rgs                                   on 2003/11/28  21:41:29
57083         Log: Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)
57084              From: Stas Bekman <stas@stason.org>
57085              Date: Fri, 28 Nov 2003 14:42:25 -0800
57086              Message-ID: <3FC7CF51.7060804@stason.org>
57087      Branch: perl
57088            ! pod/perlsec.pod
57089 ____________________________________________________________________________
57090 [ 21798] By: rgs                                   on 2003/11/28  20:42:45
57091         Log: Implement C<use Exporter 'import'> :
57092
57093              Subject: Re: [PATCH] Exporter-related PODs
57094              From: Fergal Daly <fergal@esatclear.ie>
57095              Date: Mon, 10 Nov 2003 00:08:52 +0000
57096              Message-Id: <200311100008.52639.fergal@esatclear.ie>
57097
57098              (tweaked, so the imported import() doesn't spit out warnings)
57099      Branch: perl
57100            ! lib/Exporter.pm lib/Exporter.t
57101 ____________________________________________________________________________
57102 [ 21797] By: rgs                                   on 2003/11/28  20:11:47
57103         Log: Subject: Re: [perl #24245] File::Copy::copy damages hard linked files
57104              From: Slaven Rezic <slaven@rezic.de>
57105              Date: 19 Oct 2003 19:11:31 +0200
57106              Message-ID: <87smlprw3g.fsf@vran.herceg.de>
57107              (with further tweaks)
57108      Branch: perl
57109            ! lib/File/Copy.pm lib/File/Copy.t
57110 ____________________________________________________________________________
57111 [ 21795] By: rgs                                   on 2003/11/28  19:16:33
57112         Log: Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS
57113              From: "Green, Paul" <Paul.Green@stratus.com>
57114              Date: Thu, 27 Nov 2003 21:51:26 -0500
57115              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com>
57116      Branch: perl
57117            ! hints/vos.sh
57118 ____________________________________________________________________________
57119 [ 21794] By: nicholas                              on 2003/11/28  19:14:58
57120         Log: Arguments to skip were the wrong way round, hence why all the *BSDs
57121              were failing
57122      Branch: perl
57123            ! t/op/readline.t
57124 ____________________________________________________________________________
57125 [ 21789] By: rgs                                   on 2003/11/27  22:18:29
57126         Log: Marcus Holland-Moritz is now the maintainer of Devel::PPPort.
57127              PerlIO and threads are not on CPAN.
57128      Branch: perl
57129            ! Porting/Maintainers.pl
57130 ____________________________________________________________________________
57131 [ 21788] By: nicholas                              on 2003/11/25  21:27:11
57132         Log: Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)
57133      Branch: perl
57134            ! AUTHORS
57135 ____________________________________________________________________________
57136 [ 21787] By: rgs                                   on 2003/11/25  21:12:19
57137         Log: Subject: [PATCH] Re: bug or a feature?
57138              From: Torsten Foertsch <torsten.foertsch@gmx.net>
57139              Date: Sat, 22 Nov 2003 13:15:53 +0100
57140              Message-Id: <200311221315.58539.torsten.foertsch@gmx.net>
57141
57142              and
57143              Date: Sat, 22 Nov 2003 14:21:45 +0100
57144              Message-Id: <200311221421.48940.torsten.foertsch@gmx.net>
57145              (test moved to t/op/readline.t)
57146      Branch: perl
57147            ! pp_hot.c t/op/readline.t
57148 ____________________________________________________________________________
57149 [ 21783] By: merijn                                on 2003/11/24  21:24:46
57150         Log: Subject: remove hardcoded version number from cygwin/perlld.in
57151              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
57152              Date: Mon, 24 Nov 2003 08:11:36 -0800
57153              Message-ID: <20031124161136.GC2656@efn.org>
57154      Branch: perl
57155            ! cygwin/Makefile.SHs cygwin/perlld.in
57156 ____________________________________________________________________________
57157 [ 21782] By: nicholas                              on 2003/11/24  20:07:29
57158         Log: Should fix the infinite loop on a dynamic %ENV fetch
57159      Branch: perl
57160            ! hv.c
57161 ____________________________________________________________________________
57162 [ 21781] By: nicholas                              on 2003/11/24  19:47:57
57163         Log: Tweak the order of initialisation of oentry in hv_fetch_common -
57164              C source now cleaner, but optimised object file still the same size.
57165      Branch: perl
57166            ! hv.c
57167 ____________________________________________________________________________
57168 [ 21780] By: rgs                                   on 2003/11/23  21:59:06
57169         Log: Subject: Re: [perl #24439] 64 bit build failure on Solaris 9
57170              From: Andy Dougherty <doughera@lafayette.edu>
57171              Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST)
57172              Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu>
57173
57174              and :
57175              Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST)
57176              Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu>
57177      Branch: perl
57178            ! hints/solaris_2.sh
57179 ____________________________________________________________________________
57180 [ 21779] By: nicholas                              on 2003/11/22  23:37:24
57181         Log: D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional code
57182              reported by Craig Berry
57183      Branch: perl
57184            ! hv.c
57185 ____________________________________________________________________________
57186 [ 21774] By: nicholas                              on 2003/11/22  21:21:22
57187         Log: restore_magic needs to undo COW
57188              (while magic was off, sv_setsv is likely to have seen this SV as a
57189              good source for COW)
57190              Should fix the smoke failures on lib/locale.t
57191      Branch: perl
57192            ! mg.c
57193 ____________________________________________________________________________
57194 [ 21773] By: nicholas                              on 2003/11/22  19:12:32
57195         Log: Don't COW if the destination has magic.
57196      Branch: perl
57197            ! sv.c
57198 ____________________________________________________________________________
57199 [ 21772] By: nicholas                              on 2003/11/22  17:05:32
57200         Log: Reorder functions in hv.c so that callers of hv_fetch_common are all
57201              close to it.
57202      Branch: perl
57203            ! hv.c
57204 ____________________________________________________________________________
57205 [ 21771] By: nicholas                              on 2003/11/22  16:43:09
57206         Log: "Space Is a Province of Brazil"
57207              Farewell, hv_store_common. Store is now part of Fetch.
57208              All tests pass. hv.c 15% smaller than when I started all this
57209      Branch: perl
57210            ! embed.fnc embed.h hv.c proto.h
57211 ____________________________________________________________________________
57212 [ 21770] By: nicholas                              on 2003/11/22  13:16:43
57213         Log: Farewell hv_exists_common - exists is now a call to fetch
57214              (with the exists magic handling moved into fetch)
57215      Branch: perl
57216            ! embed.fnc embed.h hv.c proto.h
57217 ____________________________________________________________________________
57218 [ 21769] By: nicholas                              on 2003/11/22  11:02:23
57219         Log: Shift negative klen/flags games from hv_store_common out to hv_store
57220      Branch: perl
57221            ! embed.fnc embed.h hv.c proto.h
57222 ____________________________________________________________________________
57223 [ 21768] By: nicholas                              on 2003/11/22  10:37:24
57224         Log: Shift negative klen/flags games from hv_exists_common out to hv_exists
57225      Branch: perl
57226            ! embed.fnc embed.h hv.c proto.h
57227 ____________________________________________________________________________
57228 [ 21767] By: nicholas                              on 2003/11/21  23:15:47
57229         Log: Check that the key is present before a delete, and absent afterwards
57230      Branch: perl
57231            ! ext/XS/APItest/t/hash.t
57232 ____________________________________________________________________________
57233 [ 21766] By: nicholas                              on 2003/11/21  23:12:33
57234         Log: Move the negative key -> utf8 flag conversion out to hv_delete
57235      Branch: perl
57236            ! embed.fnc embed.h hv.c proto.h
57237 ____________________________________________________________________________
57238 [ 21765] By: nicholas                              on 2003/11/21  22:41:23
57239         Log: Tweaks to S_hv_delete_common:
57240              make the magic call hv_fetch_common rather than ent-or-not
57241              grab the hash from a shared hash key scalar if possible
57242              use masked flags rather than flags for the comparison
57243      Branch: perl
57244            ! hv.c
57245 ____________________________________________________________________________
57246 [ 21764] By: nicholas                              on 2003/11/21  21:54:58
57247         Log: Integrate:
57248              [ 21762]
57249              Refactor hash API tests (prior to some additions)
57250
57251              [ 21763]
57252              Test all permuations of utf8 flags on hashes and keys
57253      Branch: perl
57254           !> ext/XS/APItest/t/hash.t
57255 ____________________________________________________________________________
57256 [ 21760] By: nicholas                              on 2003/11/20  22:34:00
57257         Log: Shift negative klen/flags games from hv_fetch_common out to hv_fetch
57258      Branch: perl
57259            ! embed.fnc hv.c proto.h
57260 ____________________________________________________________________________
57261 [ 21758] By: nicholas                              on 2003/11/20  20:14:17
57262         Log: Merge sv_store_flags and sv_store_ent into sv_store_common
57263      Branch: perl
57264            ! embed.fnc embed.h hv.c proto.h
57265 ____________________________________________________________________________
57266 [ 21756] By: rgs                                   on 2003/11/20  12:04:46
57267         Log: Subject: [PATCH] promote hv_clear_placeholders to perl API
57268              From: Alan Burlison <Alan.Burlison@sun.com>
57269              Date: Thu, 20 Nov 2003 10:34:30 +0000
57270              Message-ID: <3FBC98B6.6090909@sun.com>
57271      Branch: perl
57272            ! embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h
57273            ! universal.c
57274 ____________________________________________________________________________
57275 [ 21755] By: rgs                                   on 2003/11/19  22:46:20
57276         Log: Regenerate perlapi and perltoc.
57277      Branch: perl
57278            ! pod/perlapi.pod pod/perltoc.pod
57279 ____________________________________________________________________________
57280 [ 21754] By: rgs                                   on 2003/11/19  22:39:51
57281         Log: Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
57282              From: Iain Truskett <spoon@cpan.org>
57283              Date: Thu, 20 Nov 2003 00:41:33 +1100
57284              Message-ID: <20031119134132.GG21314@gytha.anu.edu.au>
57285      Branch: perl
57286            ! lib/PerlIO.pm pod/perlrun.pod
57287 ____________________________________________________________________________
57288 [ 21753] By: nicholas                              on 2003/11/19  22:28:25
57289         Log: merge hv_fetch and hv_fetch_ent into hv_fetch_common
57290              remove S_hv_fetch_flags
57291              hv.c now 13% smaller than when I started. hv_store TODO
57292      Branch: perl
57293            ! embed.fnc embed.h hv.c proto.h
57294 ____________________________________________________________________________
57295 [ 21752] By: rgs                                   on 2003/11/19  21:06:01
57296         Log: Fix bug [perl #24508] Wrong assignment in nested assignment
57297              together with subroutine call
57298              Apparently concat still doesn't deal correctly with lexicals
57299              in all cases. Disable the whole TARGET_MY optimisation for it.
57300              (and remove the corresponding code from the peephole optimiser.)
57301      Branch: perl
57302            ! op.c opcode.h opcode.pl t/op/concat.t
57303 ____________________________________________________________________________
57304 [ 21751] By: rgs                                   on 2003/11/19  21:03:20
57305         Log: Update the runops stuff in perlguts
57306      Branch: perl
57307            ! pod/perlguts.pod
57308 ____________________________________________________________________________
57309 [ 21750] By: nicholas                              on 2003/11/19  20:37:27
57310         Log: integrate hv_delete and hv_delete_ent into hv_delete_common
57311      Branch: perl
57312            ! embed.fnc embed.h hv.c proto.h
57313 ____________________________________________________________________________
57314 [ 21748] By: rgs                                   on 2003/11/19  19:56:20
57315         Log: Subject: [PATCH] clear of empty locked hash SEGVs
57316              From: Alan Burlison <Alan.Burlison@sun.com>
57317              Date: Wed, 19 Nov 2003 14:39:03 +0000
57318              Message-ID: <3FBB8087.20206@sun.com>
57319      Branch: perl
57320            ! hv.c lib/Hash/Util.t
57321 ____________________________________________________________________________
57322 [ 21747] By: nicholas                              on 2003/11/19  19:51:41
57323         Log: merge hv_exists and hv_exists_ent into S_hv_exists_common
57324      Branch: perl
57325            ! embed.fnc embed.h hv.c proto.h
57326 ____________________________________________________________________________
57327 [ 21746] By: nicholas                              on 2003/11/19  18:46:07
57328         Log: Run regen.pl (for hv_assert)
57329      Branch: perl
57330            ! global.sym
57331 ____________________________________________________________________________
57332 [ 21744] By: nicholas                              on 2003/11/19  17:44:58
57333         Log: Integrate:
57334              [ 21642]
57335              space should be tab for lib/I18N/LangTags/t/02decency.t
57336      Branch: perl
57337           !> MANIFEST
57338 ____________________________________________________________________________
57339 [ 21743] By: rgs                                   on 2003/11/19  17:21:50
57340         Log: Restore errno after having read $^E (like for $!)
57341              to preserve errno from unfortunate side-effects.
57342      Branch: perl
57343            ! mg.c
57344 ____________________________________________________________________________
57345 [ 21742] By: nicholas                              on 2003/11/18  21:04:40
57346         Log: Whoops. We weren't actually testing hv_store_ent
57347              We are now. Plus test hv_store for an initially empty hash.
57348      Branch: perl
57349            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
57350 ____________________________________________________________________________
57351 [ 21741] By: rgs                                   on 2003/11/17  23:06:07
57352         Log: Complement of change #21740 for Windows.
57353              (I have the feeling that it's already subtly broken on VMS)
57354      Branch: perl
57355            ! win32/Makefile win32/makefile.mk
57356 ____________________________________________________________________________
57357 [ 21740] By: rgs                                   on 2003/11/17  19:02:21
57358         Log: Install instmodsh and xsubpp in bin/ along the other utilities.
57359      Branch: perl
57360            + utils/instmodsh.PL utils/xsubpp.PL
57361            ! MANIFEST installperl utils.lst utils/Makefile
57362 ____________________________________________________________________________
57363 [ 21739] By: rgs                                   on 2003/11/17  08:52:52
57364         Log: Subject: Re: [perl #24493] install.html not working
57365              From: Slaven Rezic <slaven@rezic.de>
57366              Date: 16 Nov 2003 20:52:29 +0100
57367              Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
57368      Branch: perl
57369            ! installhtml
57370 ____________________________________________________________________________
57371 [ 21737] By: nicholas                              on 2003/11/16  21:32:09
57372         Log: Ooops. left an XXX comment in, and worse still it's a // comment
57373      Branch: perl
57374            ! hv.c
57375 ____________________________________________________________________________
57376 [ 21735] By: nicholas                              on 2003/11/16  20:20:58
57377         Log: utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
57378              (pp functions use the _ent variants, and as the implementation is
57379              duplicated, these bugs aren't tested, and aren't noticed)
57380      Branch: perl
57381            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
57382 ____________________________________________________________________________
57383 [ 21734] By: nicholas                              on 2003/11/16  17:11:22
57384         Log: Accessing unicode keys in tie hashes via hv_exists was broken.
57385              (pp_exists uses hv_exists_ent, which isn't broken)
57386              I expect an equivalent bug in hv_delete
57387      Branch: perl
57388            + ext/XS/APItest/t/hash.t
57389            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
57390            ! ext/XS/APItest/MANIFEST hv.c
57391 ____________________________________________________________________________
57392 [ 21733] By: rgs                                   on 2003/11/16  16:50:04
57393         Log: Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
57394              From: Elizabeth Mattijsen <liz@dijkmat.nl>
57395              Date: Sat, 15 Nov 2003 23:22:16 +0100
57396              Message-Id: <p05111b04bbdc49076950@[192.168.56.3]>
57397      Branch: perl
57398            ! ext/threads/t/problems.t
57399 ____________________________________________________________________________
57400 [ 21732] By: rgs                                   on 2003/11/16  16:09:34
57401         Log: Subject: [PATCH] configpm, our $summary : unique
57402              From: Elizabeth Mattijsen <liz@dijkmat.nl>
57403              Date: Sat, 15 Nov 2003 22:18:32 +0100
57404              Message-Id: <p05111b03bbdc478d10cb@[192.168.56.3]>
57405              (plus comments)
57406      Branch: perl
57407            ! configpm
57408 ____________________________________________________________________________
57409 [ 21729] By: nicholas                              on 2003/11/15  14:39:00
57410         Log: Subject: [PATCH] Re: Storable Error
57411              From: Nicholas Clark <nick@ccl4.org>
57412              Date: Sat, 9 Aug 2003 00:35:36 +0100
57413              Message-ID: <20030809003535.C20130@plum.flirble.org>
57414      Branch: perl
57415            ! embed.fnc hv.c perl.c perl.h pod/perlapi.pod pod/perlrun.pod
57416            ! proto.h
57417 ____________________________________________________________________________
57418 [ 21728] By: rgs                                   on 2003/11/15  11:43:43
57419         Log: Update perlhist with 5.6.2.
57420      Branch: perl
57421            ! pod/perlhist.pod
57422 ____________________________________________________________________________
57423 [ 21725] By: rgs                                   on 2003/11/14  22:35:20
57424         Log: Add more complete tests for the "variable masks earlier
57425              declaration" warning, including a TODO test
57426      Branch: perl
57427            ! t/lib/warnings/pad
57428 ____________________________________________________________________________
57429 [ 21723] By: rgs                                   on 2003/11/14  07:43:17
57430         Log: Include "SCCS" in the list of directory names that should
57431              be ignored by installperl.
57432      Branch: perl
57433            ! installperl
57434 ____________________________________________________________________________
57435 [ 21718] By: nicholas                              on 2003/11/13  20:46:36
57436         Log: Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
57437              From: Enache Adrian <enache@rdslink.ro>
57438              Date: Tue, 11 Nov 2003 15:25:29 +0200
57439              Message-ID: <20031111132529.GB1271@ratsnest.hole>
57440      Branch: perl
57441            ! op.c
57442 ____________________________________________________________________________
57443 [ 21714] By: rgs                                   on 2003/11/13  18:55:37
57444         Log: Fix bug [perl #24380] : assigning to a hash in list
57445              or scalar context yielded a wrong value if the list
57446              contained duplicated keys for the hash. This is fixed
57447              by counting the number of duplicate keys and trimming
57448              the stack by the corresponding number of items.
57449      Branch: perl
57450            ! pp_hot.c t/op/hashassign.t
57451 ____________________________________________________________________________
57452 [ 21713] By: merijn                                on 2003/11/13  09:25:15
57453         Log: Simplified the reading
57454      Branch: perl
57455            ! hints/solaris_2.sh
57456 ____________________________________________________________________________
57457 [ 21712] By: merijn                                on 2003/11/13  09:22:21
57458         Log: Enable hints to create call-back units that can act when
57459              a specific variable is *not* set (like -Uuselargefiles)
57460      Branch: perl
57461            ! Configure hints/README.hints
57462 ____________________________________________________________________________
57463 [ 21710] By: nicholas                              on 2003/11/12  21:35:35
57464         Log: Subject: [PATCH] Last stab at sdbm/Makefile.PL
57465              From: Michael G Schwern <schwern@pobox.com>
57466              Date: Tue, 11 Nov 2003 21:02:30 -0800
57467              Message-ID: <20031112050230.GO6874@localhost.comcast.net>
57468      Branch: perl
57469            ! ext/SDBM_File/sdbm/Makefile.PL
57470 ____________________________________________________________________________
57471 [ 21708] By: rgs                                   on 2003/11/12  09:46:51
57472         Log: Subject: [PATCH 5.8.2 @21574] make install not installing fully
57473              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
57474              Date: Tue, 4 Nov 2003 20:07:25 -0800
57475              Message-ID: <20031105040725.GA2629@math.berkeley.edu>
57476      Branch: perl
57477            ! installperl
57478 ____________________________________________________________________________
57479 [ 21706] By: ams                                   on 2003/11/11  23:46:19
57480         Log: Subject: Re: [perl #24460] [DOC PATCH] the begincheck program
57481              From: Tom Phoenix <rootbeer@redcat.com>
57482              Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST)
57483              Message-Id: <Pine.BSO.4.53.0311111547500.9242@blue.stonehenge.com>
57484      Branch: perl
57485            ! pod/perlmod.pod
57486 ____________________________________________________________________________
57487 [ 21702] By: rgs                                   on 2003/11/11  20:13:56
57488         Log: Upgrade to MakeMaker 6.21.
57489      Branch: perl
57490            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
57491            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
57492            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
57493 ____________________________________________________________________________
57494 [ 21697] By: rgs                                   on 2003/11/10  20:55:25
57495         Log: Subject: [PATCH 5.8.2 @21574] make install: line noise
57496              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
57497              Date: Tue, 4 Nov 2003 20:10:16 -0800
57498              Message-ID: <20031105041016.GA2639@math.berkeley.edu>
57499
57500              and part of
57501              Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR
57502              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
57503              Date: Tue, 4 Nov 2003 20:18:37 -0800
57504              Message-ID: <20031105041836.GA2649@math.berkeley.edu>
57505
57506              (I've left out the PREFIX part for now)
57507      Branch: perl
57508            ! Makefile.SH installperl os2/Makefile.SHs
57509 ____________________________________________________________________________
57510 [ 21694] By: rgs                                   on 2003/11/09  17:20:35
57511         Log: Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow
57512              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
57513              Date: Mon, 3 Nov 2003 20:27:39 -0800
57514              Message-ID: <20031104042739.GA1697@math.berkeley.edu>
57515
57516              Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow
57517              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
57518              Date: Mon, 3 Nov 2003 20:57:48 -0800
57519              Message-ID: <20031104045748.GA1826@math.berkeley.edu>
57520      Branch: perl
57521            ! sv.c
57522 ____________________________________________________________________________
57523 [ 21693] By: rgs                                   on 2003/11/09  11:37:29
57524         Log: Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce
57525              From: Vadim Konovalov <konovalo@mail.wplus.net>
57526              Date: Sun, 9 Nov 2003 13:31:59 +0300
57527              Message-ID: <93187393948.20031109133159@mail.wplus.net>
57528      Branch: perl
57529            ! wince/Makefile.ce
57530 ____________________________________________________________________________
57531 [ 21691] By: rgs                                   on 2003/11/09  11:13:40
57532         Log: Update the list of pumpkings in perlhist.pod.
57533      Branch: perl
57534            ! pod/perlhist.pod
57535 ____________________________________________________________________________
57536 [ 21687] By: ams                                   on 2003/11/08  17:09:56
57537         Log: Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod]  Updated.
57538              From: Abigail <abigail@abigail.nl>
57539              Date: Sat, 8 Nov 2003 18:51:30 +0100
57540              Message-Id: <20031108175130.GA22273@abigail.nl>
57541      Branch: perl
57542            ! pod/perlhist.pod
57543 ____________________________________________________________________________
57544 [ 21677] By: rgs                                   on 2003/11/07  07:49:17
57545         Log: Subject: [PATCH 5.8.2 @21574] OS/2 docu
57546              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
57547              Date: Thu, 6 Nov 2003 23:26:18 -0800
57548              Message-ID: <20031107072618.GA4370@math.berkeley.edu>
57549      Branch: perl
57550            ! os2/Changes
57551 ____________________________________________________________________________
57552 [ 21676] By: davem                                 on 2003/11/06  22:11:23
57553         Log: bugid #24407: numeric key for shared hash got stringified using
57554              wrong interpreter, and thus got malloced into the wrong thread
57555              memory pool
57556      Branch: perl
57557            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
57558 ____________________________________________________________________________
57559 [ 21675] By: rgs                                   on 2003/11/06  10:27:22
57560         Log: Upgrade to MakeMaker 6.20.
57561      Branch: perl
57562            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
57563            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MANIFEST.SKIP
57564            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
57565            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Tutorial.pod
57566            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/postamble.t
57567 ____________________________________________________________________________
57568 [ 21674] By: ams                                   on 2003/11/06  09:32:26
57569         Log: Subject: [PATCH blead] Re: [perl #24248] taint propagation regression,
57570              tests fail to spot this
57571              From: Rick Delaney <rick@bort.ca>
57572              Date: Wed, 5 Nov 2003 23:02:41 -0500
57573              Message-Id: <20031105230241.D13585@biff.bort.ca>
57574      Branch: perl
57575            ! pp_ctl.c t/op/taint.t
57576 ____________________________________________________________________________
57577 [ 21673] By: rgs                                   on 2003/11/05  21:47:07
57578         Log: Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC
57579              From: Andy Dougherty <doughera@lafayette.edu>
57580              Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST)
57581              Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu>
57582      Branch: perl
57583            ! hints/linux.sh
57584 ____________________________________________________________________________
57585 [ 21672] By: rgs                                   on 2003/11/05  20:42:47
57586         Log: Subject: [patch t/op/hash.t] extending the hash attack test
57587              From: Stas Bekman <stas@stason.org>
57588              Date: Tue, 04 Nov 2003 14:33:09 -0800
57589              Message-ID: <3FA82925.7020703@stason.org>
57590      Branch: perl
57591            ! t/op/hash.t
57592 ____________________________________________________________________________
57593 [ 21671] By: rgs                                   on 2003/11/05  20:38:09
57594         Log: Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
57595              From: Stas Bekman <stas@stason.org>
57596              Date: Wed, 05 Nov 2003 00:50:25 -0800
57597              Message-ID: <3FA8B9D1.2020806@stason.org>
57598      Branch: perl
57599            ! lib/Benchmark.pm
57600 ____________________________________________________________________________
57601 [ 21667] By: nicholas                              on 2003/11/05  19:13:56
57602         Log: From: Craig Berry <craigberry@mac.com>
57603              Subject: Opcode.xs/RC2 compile nit on VMS
57604              Date: Wed, 05 Nov 2003 12:16:34 -0600
57605              Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com>
57606      Branch: perl
57607            ! ext/Opcode/Opcode.xs
57608 ____________________________________________________________________________
57609 [ 21664] By: ams                                   on 2003/11/05  18:34:28
57610         Log: Orphaned submission from #21546.
57611      Branch: perl
57612            ! perl.c
57613 ____________________________________________________________________________
57614 [ 21663] By: ams                                   on 2003/11/05  17:01:29
57615         Log: Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
57616              From: Slaven Rezic <slaven@rezic.de>
57617              Date: 20 Oct 2003 22:39:28 +0200
57618              Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
57619      Branch: perl
57620            ! lib/filetest.t
57621 ____________________________________________________________________________
57622 [ 21662] By: ams                                   on 2003/11/05  16:51:08
57623         Log: Subject: Re: 'make minitest' fails for op/cproto and op/pat
57624              From: Michael G Schwern <schwern@pobox.com>
57625              Date: Wed, 5 Nov 2003 06:26:36 -0800
57626              Message-Id: <20031105142635.GA22761@localhost.comcast.net>
57627      Branch: perl
57628            ! t/op/cproto.t
57629 ____________________________________________________________________________
57630 [ 21661] By: ams                                   on 2003/11/05  16:50:05
57631         Log: Subject: [PATCH] Modernise INSTALL
57632              From: Gisle Aas <gisle@ActiveState.com>
57633              Date: 05 Nov 2003 05:16:25 -0800
57634              Message-Id: <lrd6c7ez12.fsf@caliper.activestate.com>
57635
57636              Subject: [PATCH pod/perlhist.pod]  Mention 5.8.2-RC2
57637              From: Abigail <abigail@abigail.nl>
57638              Date: Tue, 4 Nov 2003 10:40:57 +0100
57639              Message-Id: <20031104094057.GA22508@abigail.nl>
57640      Branch: perl
57641            ! INSTALL pod/perlhist.pod
57642 ____________________________________________________________________________
57643 [ 21660] By: ams                                   on 2003/11/05  16:46:12
57644         Log: Subject: [PATCH blead]  reentr.pl is not defining _srandom_struct
57645              From: Jan Dubois <jand@ActiveState.com>
57646              Date: Tue, 04 Nov 2003 16:52:14 -0800
57647              Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
57648      Branch: perl
57649            ! reentr.c reentr.h reentr.pl
57650 ____________________________________________________________________________
57651 [ 21657] By: rgs                                   on 2003/11/05  08:07:14
57652         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
57653              From: Michael G Schwern <schwern@pobox.com>
57654              Date: Tue, 4 Nov 2003 17:59:13 -0800
57655              Message-ID: <20031105015913.GL15406@localhost.comcast.net>
57656
57657              Replaces the temporary kludge (#21655).
57658      Branch: perl
57659            ! ext/SDBM_File/sdbm/Makefile.PL
57660 ____________________________________________________________________________
57661 [ 21656] By: rgs                                   on 2003/11/05  07:41:41
57662         Log: Subject: Re: [gherteg@csc.com: your CPAN page on EBCDIC]
57663              From: PPrymmer@factset.com
57664              Date: Tue, 4 Nov 2003 10:00:07 -0500
57665              Message-ID: <OF9A22A404.A32A5C26-ON85256DD4.00522E92-85256DD4.005268A4@factset.com>
57666      Branch: perl
57667            ! pod/perlebcdic.pod
57668 ____________________________________________________________________________
57669 [ 21655] By: rgs                                   on 2003/11/04  22:32:28
57670         Log: Temporary kludge to allow SDBM_File being built
57671              with MakeMaker 6.19.
57672      Branch: perl
57673            ! ext/SDBM_File/sdbm/Makefile.PL
57674 ____________________________________________________________________________
57675 [ 21652] By: rgs                                   on 2003/11/04  21:43:10
57676         Log: Upgrade to ExtUtils::MakeMaker 6.19
57677      Branch: perl
57678            + lib/ExtUtils/t/parse_version.t
57679            + t/lib/MakeMaker/Test/Setup/BFD.pm
57680            + t/lib/MakeMaker/Test/Setup/Problem.pm
57681            - lib/ExtUtils/t/00setup_dummy.t
57682            - lib/ExtUtils/t/zz_cleanup_dummy.t
57683            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
57684            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
57685            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
57686            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
57687            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
57688            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
57689            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
57690            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/bytes.pm
57691            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Manifest.pm
57692            ! lib/ExtUtils/README lib/ExtUtils/TODO lib/ExtUtils/instmodsh
57693            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
57694            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/Install.t
57695            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
57696            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
57697            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/postamble.t
57698            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
57699            ! lib/ExtUtils/t/problems.t lib/ExtUtils/t/writemakefile_args.t
57700            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
57701 ____________________________________________________________________________
57702 [ 21651] By: rgs                                   on 2003/11/04  05:43:56
57703         Log: Subject: Re: [PATCH 5.8.2 @21574] OS/2 build
57704              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
57705              Date: Mon, 3 Nov 2003 20:20:44 -0800
57706              Message-ID: <20031104042044.GA1682@math.berkeley.edu>
57707      Branch: perl
57708            ! os2/Makefile.SHs
57709 ____________________________________________________________________________
57710 [ 21650] By: rgs                                   on 2003/11/03  21:55:42
57711         Log: Subject: [PATCH] Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
57712              From: Michael G Schwern <schwern@pobox.com>
57713              Date: Sat, 1 Nov 2003 22:57:45 -0800
57714              Message-ID: <20031102065745.GN3659@localhost.comcast.net>
57715              (goes with change #21418)
57716      Branch: perl
57717            ! lib/autouse.pm lib/autouse.t
57718 ____________________________________________________________________________
57719 [ 21647] By: rgs                                   on 2003/11/03  20:08:18
57720         Log: Subject: [PATCH] Re: PERL_VERSION, SUBVERSION, PATCHLEVEL
57721              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
57722              Date: Mon, 3 Nov 2003 20:53:33 +0100
57723              Message-ID: <023a01c3a244$2a1dd5a0$0c2f1fac@R2D2>
57724      Branch: perl
57725            ! ext/Devel/PPPort/PPPort.pm
57726 ____________________________________________________________________________
57727 [ 21646] By: rgs                                   on 2003/11/03  20:00:07
57728         Log: Subject: Cwd.xs: off-by-one buffer overflow in realpath()
57729              From: Casey West <casey@geeknest.com>
57730              Date: Mon, 3 Nov 2003 10:11:43 -0500
57731              Message-ID: <20031103151143.GB430@geeknest.com>
57732      Branch: perl
57733            ! ext/Cwd/Cwd.xs
57734 ____________________________________________________________________________
57735 [ 21645] By: rgs                                   on 2003/11/03  19:18:42
57736         Log: Subject: Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
57737              From: Jan Dubois <jand@ActiveState.com>
57738              Date: Sun, 02 Nov 2003 21:43:44 -0800
57739              Message-ID: <8dqbqvg16ln2r807l1l2c905lh7hte303v@4ax.com>
57740      Branch: perl
57741            ! reentr.h reentr.pl
57742 ____________________________________________________________________________
57743 [ 21644] By: rgs                                   on 2003/11/03  15:33:55
57744         Log: Document the fact that keys() and values() are optimized
57745              for void context (as suggested by Liz.)
57746      Branch: perl
57747            ! pod/perlfunc.pod
57748 ____________________________________________________________________________
57749 [ 21639] By: nicholas                              on 2003/11/03  07:04:36
57750         Log: Stas would prefer not to have MOD_PERL defines in perl.
57751      Branch: perl
57752            ! hv.c hv.h
57753 ____________________________________________________________________________
57754 [ 21638] By: nicholas                              on 2003/11/03  06:46:48
57755         Log: s/new_hash/rehash/g (Stas suggested a better name)
57756      Branch: perl
57757            ! embedvar.h hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h
57758            ! sv.c universal.c util.c
57759 ____________________________________________________________________________
57760 [ 21634] By: nicholas                              on 2003/11/02  22:32:21
57761         Log: Provide Internals::new_hash_seed to return PL_new_hash_seed, and
57762              make Hash::Util::hash_seed use this.
57763      Branch: perl
57764            ! lib/Hash/Util.pm universal.c
57765 ____________________________________________________________________________
57766 [ 21628] By: rgs                                   on 2003/11/02  21:05:59
57767         Log: Fix for [perl #24347] segfault with Safe
57768              The empty %INC created for safe compartements was freed
57769              too early.
57770      Branch: perl
57771            ! ext/Opcode/Opcode.xs
57772 ____________________________________________________________________________
57773 [ 21627] By: rgs                                   on 2003/11/02  20:40:47
57774         Log: Subject: [PATCH pod/perlguts.pod] update embed.pl description
57775              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
57776              Date: Sun, 2 Nov 2003 22:24:28 +0100
57777              Message-ID: <007b01c3a187$b34c6110$0c2f1fac@R2D2>
57778      Branch: perl
57779            ! pod/perlguts.pod
57780 ____________________________________________________________________________
57781 [ 21625] By: rgs                                   on 2003/11/02  20:24:21
57782         Log: Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
57783      Branch: perl
57784            ! pod/perlhist.pod
57785 ____________________________________________________________________________
57786 [ 21620] By: nicholas                              on 2003/11/02  18:22:16
57787         Log: Subject: [PATCH 5.8.2 @21574] OS/2 build
57788              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
57789              Date: Wed, 29 Oct 2003 14:00:18 -0800
57790              Message-ID: <20031029220017.GA26384@math.berkeley.edu>
57791      Branch: perl
57792            ! ext/DynaLoader/DynaLoader_pm.PL makedef.pl os2/Makefile.SHs
57793            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2_base.t os2/os2ish.h
57794            ! os2/perl2cmd.pl perlio.c
57795 ____________________________________________________________________________
57796 [ 21619] By: rgs                                   on 2003/11/02  18:07:30
57797         Log: Quoted-printable is evil.
57798      Branch: perl
57799            ! win32/win32.h
57800 ____________________________________________________________________________
57801 [ 21618] By: nicholas                              on 2003/11/02  18:01:21
57802         Log: Stas spotted a missed s//new_/ for the hash seed renaming games
57803      Branch: perl
57804            ! perl.c
57805 ____________________________________________________________________________
57806 [ 21617] By: rgs                                   on 2003/11/02  17:25:50
57807         Log: Portability nit for MinGW 3.
57808
57809              Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
57810              From: Greg Matheson <lang@ms.chinmin.edu.tw>
57811              Date: Thu, 30 Oct 2003 14:11:58 +0800
57812              Message-ID: <20031030141158.A11772@ms>
57813              (actual patch by Abe Timmerman)
57814      Branch: perl
57815            ! win32/win32.h
57816 ____________________________________________________________________________
57817 [ 21616] By: rgs                                   on 2003/11/02  12:37:54
57818         Log: Subject: DOCPATCH: does STORE need to return anything and if so what?
57819              From: david nicol <whatever@davidnicol.com>
57820              Date: 26 Oct 2003 22:34:04 -0600
57821              Message-Id: <1067229244.1071.51.camel@plaza.davidnicol.com>
57822      Branch: perl
57823            ! pod/perltie.pod
57824 ____________________________________________________________________________
57825 [ 21615] By: rgs                                   on 2003/11/01  20:01:54
57826         Log: Subject: [PATCH] DB_File 1.807
57827              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
57828              Date: Sat, 1 Nov 2003 13:50:12 -0000
57829              Message-ID: <AIEAJICLCBDNAAOLLOKLOENMPAAA.Paul.Marquess@btinternet.com>
57830      Branch: perl
57831            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
57832            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
57833            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
57834 ____________________________________________________________________________
57835 [ 21614] By: rgs                                   on 2003/11/01  19:40:28
57836         Log: Subject: Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)
57837              From: Rick Delaney <rick@bort.ca>
57838              Date: Mon, 27 Oct 2003 16:24:16 -0500
57839              Message-ID: <20031027162416.H2233@biff.bort.ca>
57840      Branch: perl
57841            ! pp_hot.c
57842 ____________________________________________________________________________
57843 [ 21611] By: nicholas                              on 2003/11/01  16:32:00
57844         Log: D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this
57845      Branch: perl
57846            ! MANIFEST
57847 ____________________________________________________________________________
57848 [ 21607] By: nicholas                              on 2003/11/01  15:21:23
57849         Log: mod_perl2 will require access to the Plan C hashing function.
57850      Branch: perl
57851            ! hv.h
57852 ____________________________________________________________________________
57853 [ 21604] By: nicholas                              on 2003/11/01  14:21:38
57854         Log: Add Internals::HvREHASH to expose the rehashing flag
57855              t/op/hash.t tests that pathological data triggers rehashing
57856      Branch: perl
57857            + t/op/hash.t
57858            ! universal.c
57859 ____________________________________________________________________________
57860 [ 21599] By: davem                                 on 2003/11/01  00:09:22
57861         Log: whoops, typo
57862      Branch: perl
57863            ! ext/threads/shared/shared.xs
57864 ____________________________________________________________________________
57865 [ 21598] By: davem                                 on 2003/11/01  00:03:38
57866         Log: seg faults when deleting keys of shared hash refs
57867              Ensure that the shared_sv get magic of the element being deleted
57868              is called. Also, avoid posible memory leaks by wrapping all shared
57869              context sections with ENTER/SAVETMPS
57870      Branch: perl
57871            ! ext/threads/shared/shared.xs
57872 ____________________________________________________________________________
57873 [ 21596] By: rgs                                   on 2003/10/31  20:46:44
57874         Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
57875              From: Andy Dougherty <doughera@lafayette.edu>
57876              Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
57877              Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
57878              (plus POD link fixes)
57879      Branch: perl
57880            ! INSTALL
57881 ____________________________________________________________________________
57882 [ 21595] By: rgs                                   on 2003/10/31  20:35:23
57883         Log: Prevent the installation of makefiles that can be found
57884              under lib/.
57885      Branch: perl
57886            ! installperl
57887 ____________________________________________________________________________
57888 [ 21593] By: rgs                                   on 2003/10/31  20:19:01
57889         Log: Test nit ; goes with change 21591
57890      Branch: perl
57891            ! t/lib/warnings/regcomp
57892 ____________________________________________________________________________
57893 [ 21592] By: rgs                                   on 2003/10/31  20:03:58
57894         Log: Subject: [PATCH] Document PERL_DL_NONLAZY
57895              From: Gisle Aas <gisle@ActiveState.com>
57896              Date: 31 Oct 2003 03:13:03 -0800
57897              Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>
57898      Branch: perl
57899            ! pod/perlrun.pod
57900 ____________________________________________________________________________
57901 [ 21591] By: rgs                                   on 2003/10/31  19:54:23
57902         Log: Subject: [PATCH] Off-by-one error in regcomp.c
57903              From: Slaven Rezic <slaven@rezic.de>
57904              Date: Fri, 31 Oct 2003 12:16:11 +0000
57905              Message-Id: <1067602571.12768@devpc01.iconmobile.de>
57906      Branch: perl
57907            ! regcomp.c t/op/regmesg.t
57908 ____________________________________________________________________________
57909 [ 21590] By: rgs                                   on 2003/10/31  19:36:32
57910         Log: Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require
57911              From: Stas Bekman <stas@stason.org>
57912              Date: Wed, 29 Oct 2003 16:47:24 -0800
57913              Message-ID: <3FA05F9C.2080304@stason.org>
57914      Branch: perl
57915            ! pod/perlfunc.pod
57916 ____________________________________________________________________________
57917 [ 21589] By: rgs                                   on 2003/10/31  19:31:48
57918         Log: Subject: [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
57919              From: Stas Bekman <stas@stason.org>
57920              Date: Wed, 29 Oct 2003 15:15:15 -0800
57921              Message-ID: <3FA04A03.5010603@stason.org>
57922              (enclosed in a #ifdef DEBUGGING)
57923      Branch: perl
57924            ! sv.c
57925 ____________________________________________________________________________
57926 [ 21588] By: rgs                                   on 2003/10/31  19:25:38
57927         Log: Subject: [PATCH] Devel::PPPort and scan_bin
57928              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
57929              Date: Wed, 29 Oct 2003 22:53:43 +0100
57930              Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2>
57931      Branch: perl
57932            ! ext/Devel/PPPort/PPPort.pm
57933 ____________________________________________________________________________
57934 [ 21587] By: rgs                                   on 2003/10/31  19:19:00
57935         Log: Subject: [PATCH] change p4d2p to deal with new style diff2 output
57936              From: Jan Dubois <jand@ActiveState.com>
57937              Date: Thu, 30 Oct 2003 18:43:08 -0800
57938              Message-ID: <dpi3qvgf1uke7pj1gcpgmoh622lqcvl6uc@4ax.com>
57939      Branch: perl
57940            ! Porting/p4d2p
57941 ____________________________________________________________________________
57942 [ 21586] By: nicholas                              on 2003/10/31  18:54:26
57943         Log: Comment that this "optimisation" is actually a necessary fixup.
57944              When the split occurs (to make the opti{miser,onal}) this isn't
57945              (Richard Clamp reminded me that I forgot to do this)
57946      Branch: perl
57947            ! op.c
57948 ____________________________________________________________________________
57949 [ 21583] By: nicholas                              on 2003/10/30  22:37:26
57950         Log: Rewrite to correctly use test.pl
57951
57952              Date: Thu, 30 Oct 2003 15:51:03 -0800
57953              From: Michael G Schwern <schwern@pobox.com>
57954              Subject: Re: Fix for the orange lion bug - aka empty sub bug
57955              Message-ID: <20031030235103.GC27017@localhost.comcast.net>
57956      Branch: perl
57957            ! t/op/sub.t
57958 ____________________________________________________________________________
57959 [ 21582] By: nicholas                              on 2003/10/30  22:18:53
57960         Log: Date: Thu, 30 Oct 2003 22:01:35 +0000
57961              Subject: Fix for the orange lion bug - aka empty sub bug
57962              From: Arthur Bergman <sky@nanisky.com>
57963              Message-Id: <A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>
57964      Branch: perl
57965            + t/op/sub.t
57966            ! MANIFEST op.c
57967 ____________________________________________________________________________
57968 [ 21580] By: nicholas                              on 2003/10/30  19:42:28
57969         Log: 14 is the chain length for attack. From
57970
57971              Message-ID: <20031030204117.16008.qmail@plover.com>
57972              Subject: Re: 5.8.2-RC1 and mp2
57973              Date: Thu, 30 Oct 2003 15:41:17 -0500
57974              From: Mark Jason Dominus <mjd@plover.com>
57975
57976              and
57977
57978              From: Scott A Crosby <scrosby@cs.rice.edu>
57979              Subject: Re: 5.8.2-RC1 and mp2
57980              Date: 30 Oct 2003 14:08:06 -0600
57981              Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>
57982      Branch: perl
57983            ! hv.c
57984 ____________________________________________________________________________
57985 [ 21575] By: rgs                                   on 2003/10/29  06:51:19
57986         Log: Move a fcntl() example in perlfunc at a more proper place,
57987              as suggested by :
57988              Subject: [perl #24334] ioctl/fcntl doc confusion
57989              From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
57990              Date: 28 Oct 2003 13:37:49 -0000
57991              Message-ID: <rt-24334-66603.12.4990768314782@rt.perl.org>
57992      Branch: perl
57993            ! pod/perlfunc.pod
57994 ____________________________________________________________________________
57995 [ 21567] By: rgs                                   on 2003/10/28  08:48:06
57996         Log: Upgrade to Time::HiRes 1.52.
57997      Branch: perl
57998            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
57999            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
58000 ____________________________________________________________________________
58001 [ 21566] By: rgs                                   on 2003/10/28  08:34:26
58002         Log: Subject: [PATCH lib/overload.t] TODO tests for bug #24313.
58003              From: Abigail <abigail@abigail.nl>
58004              Date: Mon, 27 Oct 2003 13:05:37 +0100
58005              Message-ID: <20031027120536.GA24608@abigail.nl>
58006
58007              Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.)
58008              From: Rick Delaney <rick@bort.ca>
58009              Date: Mon, 27 Oct 2003 12:17:49 -0500
58010              Message-ID: <20031027121749.E2233@biff.bort.ca>
58011      Branch: perl
58012            ! lib/overload.t toke.c
58013 ____________________________________________________________________________
58014 [ 21565] By: rgs                                   on 2003/10/28  07:42:52
58015         Log: Subject: [PATCH t/comp/proto.t]  Test (5.9.x)
58016              From: Abigail <abigail@abigail.nl>
58017              Date: Mon, 27 Oct 2003 14:50:24 +0100
58018              Message-ID: <20031027135024.GA12666@abigail.nl>
58019      Branch: perl
58020            ! t/comp/proto.t
58021 ____________________________________________________________________________
58022 [ 21564] By: davem                                 on 2003/10/27  22:01:12
58023         Log: Fix more shared threads leaks: add SAVETMPS to the second branch
58024              of sharedsv_scalar_store().
58025      Branch: perl
58026            ! ext/threads/shared/shared.xs
58027 ____________________________________________________________________________
58028 [ 21563] By: rgs                                   on 2003/10/27  19:33:29
58029         Log: Add a new taint error, "%ENV is aliased to %s".
58030              This error is thrown when taint checks are enabled and
58031              when *ENV has been aliased, so that %ENV has no env-magic
58032              anymore. (see bug [perl #24291].)
58033      Branch: perl
58034            ! pod/perldiag.pod t/op/taint.t taint.c
58035 ____________________________________________________________________________
58036 [ 21560] By: nicholas                              on 2003/10/27  18:01:02
58037         Log: Record the escape^Wrelease of 5.9.0
58038      Branch: perl
58039            ! pod/perlhist.pod
58040 ____________________________________________________________________________
58041 [ 21554] By: nicholas                              on 2003/10/27  16:09:37
58042         Log: Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
58043              From: Alan Burlison <Alan.Burlison@sun.com>
58044              Date: Tue, 21 Oct 2003 15:00:58 +0100
58045              Message-ID: <3F953C1A.3060800@sun.com>
58046      Branch: perl
58047            ! hints/solaris_2.sh
58048 ____________________________________________________________________________
58049 [ 21550] By: nicholas                              on 2003/10/27  13:45:27
58050         Log: Sync with Unicode::Normalize 0.25
58051      Branch: perl
58052            + ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t
58053            + ext/Unicode/Normalize/t/proto.t
58054            + ext/Unicode/Normalize/t/split.t
58055            ! MANIFEST ext/Unicode/Normalize/Changes
58056            ! ext/Unicode/Normalize/Makefile.PL
58057            ! ext/Unicode/Normalize/Normalize.pm
58058            ! ext/Unicode/Normalize/Normalize.xs
58059            ! ext/Unicode/Normalize/README
58060 ____________________________________________________________________________
58061 [ 21549] By: nicholas                              on 2003/10/27  13:11:48
58062         Log: Sync with Unicode::Collate 0.30
58063      Branch: perl
58064            + lib/Unicode/Collate/t/hangtype.t
58065            + lib/Unicode/Collate/t/normal.t lib/Unicode/Collate/t/trailwt.t
58066            + lib/Unicode/Collate/t/variable.t
58067            + lib/Unicode/Collate/t/version.t
58068            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
58069            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/contract.t
58070            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/index.t
58071            ! lib/Unicode/Collate/t/test.t
58072 ____________________________________________________________________________
58073 [ 21548] By: nicholas                              on 2003/10/27  12:39:39
58074         Log: Sync with Pod::Perldoc 3.12
58075      Branch: perl
58076            ! lib/Pod/Perldoc.pm
58077 ____________________________________________________________________________
58078 [ 21546] By: ams                                   on 2003/10/27  09:00:08
58079         Log: Will the real off by one please stand up?
58080      Branch: perl
58081            ! mg.c
58082 ____________________________________________________________________________
58083 [ 21545] By: hv                                    on 2003/10/27  02:52:16
58084         Log: fixup separators
58085      Branch: perl
58086            ! Changes
58087 ____________________________________________________________________________
58088 [ 21544] By: hv                                    on 2003/10/27  02:51:26
58089         Log: don't complain of podless .pm files that have a separate .pod file
58090      Branch: perl
58091            ! pod/buildtoc
58092 ____________________________________________________________________________
58093 [ 21543] By: hv                                    on 2003/10/27  02:50:04
58094         Log: regen pods and toc
58095      Branch: perl
58096            ! pod/perlmodlib.pod pod/perltoc.pod
58097 ____________________________________________________________________________
58098 [ 21542] By: rgs                                   on 2003/10/26  21:36:17
58099         Log: When %ENV has been turned into a non-magical hash after a
58100              glob assignment, TAINT_ENV() may dump core because it
58101              assumes $ENV{PATH} is magical. Fix this ; add a test to
58102              verify that the PATH is still checked for taintedness.
58103      Branch: perl
58104            ! t/op/taint.t taint.c
58105 ____________________________________________________________________________
58106 [ 21540] By: rgs                                   on 2003/10/26  14:59:53
58107         Log: Fix backward-compatibility issues in if.pm.
58108      Branch: perl
58109            ! lib/if.pm
58110 ____________________________________________________________________________
58111 [ 21539] By: hv                                    on 2003/10/26  12:22:54
58112         Log: Update Changes.
58113      Branch: perl
58114            ! Changes patchlevel.h
58115 ____________________________________________________________________________
58116 [ 21538] By: ams                                   on 2003/10/26  08:08:02
58117         Log: Fix off-by-one in $0 set magic. (From Autrijus.)
58118              The whole PL_origalen thing in perl.c looks very hokey.
58119      Branch: perl
58120            ! mg.c
58121 ____________________________________________________________________________
58122 [ 21536] By: nicholas                              on 2003/10/25  22:33:18
58123         Log: show the rehash flags in dumps
58124      Branch: perl
58125            ! dump.c
58126 ____________________________________________________________________________
58127 [ 21535] By: nicholas                              on 2003/10/25  22:32:40
58128         Log: Return 21533 (with modifications) having found the problem
58129      Branch: perl
58130            ! hv.c hv.h
58131 ____________________________________________________________________________
58132 [ 21534] By: nicholas                              on 2003/10/25  20:46:36
58133         Log: Back out 21533 because it broke Encode's build in really weird ways
58134      Branch: perl
58135            ! hv.c hv.h
58136 ____________________________________________________________________________
58137 [ 21533] By: nicholas                              on 2003/10/25  13:10:21
58138         Log: Plan C rough edge smoothing. Criteria for a hash split is now
58139              the earlier of "more keys than buckets" (the old test) or
58140              linked list too long. Rehash is triggered after a split if the
58141              longest linked list is too long.
58142      Branch: perl
58143            ! hv.c hv.h
58144 ____________________________________________________________________________
58145 [ 21532] By: rgs                                   on 2003/10/25  10:03:18
58146         Log: Subject: Re: [perl #948] $, untieable?
58147              From: Richard Clamp <richardc@unixbeard.net>
58148              Date: Tue, 21 Oct 2003 00:02:49 +0100
58149              Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
58150
58151              Plus a small fix to t/TEST to recognize the added TODO test
58152              as a TODO test.
58153      Branch: perl
58154            ! t/TEST t/op/tie.t
58155 ____________________________________________________________________________
58156 [ 21528] By: nicholas                              on 2003/10/23  19:21:00
58157         Log: When it says "add", then, like, you have to p4 add it. D'oh!
58158              (missed the new file in "Update I18N::LangTags from 0.28 to 0.29")
58159      Branch: perl
58160            + lib/I18N/LangTags/t/02decency.t
58161 ____________________________________________________________________________
58162 [ 21527] By: davem                                 on 2003/10/23  19:13:20
58163         Log: Fix two threads::shared leaks
58164              #24061 - AV in shared interpreter wasn't set to AvREAL
58165              #24255 - mortals were added to the shared interpreter's tmpstack
58166              and never freed.
58167      Branch: perl
58168            ! ext/threads/shared/shared.xs
58169 ____________________________________________________________________________
58170 [ 21526] By: nicholas                              on 2003/10/23  19:11:24
58171         Log: From: Jan Dubois <jand@ActiveState.com>
58172              Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11
58173              Date: Wed, 22 Oct 2003 20:17:07 -0700
58174              Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>
58175
58176              From: Jan Dubois <jand@ActiveState.com>
58177              Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
58178              Date: Wed, 22 Oct 2003 20:26:56 -0700
58179              Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com>
58180      Branch: perl
58181            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
58182            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
58183            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm pod/perldoc.pod
58184            ! utils/perldoc.PL
58185 ____________________________________________________________________________
58186 [ 21523] By: ams                                   on 2003/10/23  12:53:03
58187         Log: Subject: [PATCH] utime documentation
58188              From: Gisle Aas <gisle@ActiveState.com>
58189              Date: 23 Oct 2003 05:33:43 -0700
58190              Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
58191      Branch: perl
58192            ! pod/perlfunc.pod
58193 ____________________________________________________________________________
58194 [ 21522] By: ams                                   on 2003/10/23  08:07:18
58195         Log: Subject: [PATCH]  dup2() not going through PerlLIO abstraction layer
58196              From: Jan Dubois <jand@ActiveState.com>
58197              Date: Wed, 22 Oct 2003 20:33:54 -0700
58198              Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
58199      Branch: perl
58200            ! doio.c
58201 ____________________________________________________________________________
58202 [ 21520] By: nicholas                              on 2003/10/22  19:50:15
58203         Log: patch created by Casey West from:
58204
58205              Subject: CPAN module problems
58206              From: Edward Moy <emoy@apple.com>
58207              Date: Fri, 10 Oct 2003 17:42:06 -0700
58208              Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>
58209
58210              (change ld value in hints file)
58211      Branch: perl
58212            ! hints/darwin.sh
58213 ____________________________________________________________________________
58214 [ 21516] By: rgs                                   on 2003/10/22  15:06:13
58215         Log: Small email update in AUTHORS.
58216      Branch: perl
58217            ! AUTHORS
58218 ____________________________________________________________________________
58219 [ 21515] By: rgs                                   on 2003/10/22  06:39:29
58220         Log: Add a test.taintwarn makefile target,
58221              to run the whole test suite with the -t switch.
58222      Branch: perl
58223            ! Makefile.SH pod/perlhack.pod t/TEST
58224 ____________________________________________________________________________
58225 [ 21514] By: rgs                                   on 2003/10/21  21:21:56
58226         Log: Subject: [PATCH @20458] embedding perl
58227              From: Radu Greab <rgreab@fx.ro>
58228              Date: Tue, 05 Aug 2003 20:57:15 +0300 (EEST)
58229              Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
58230      Branch: perl
58231            ! hv.c intrpvar.h perl.c pod/perlembed.pod pod/perlintern.pod
58232            ! sv.c
58233 ____________________________________________________________________________
58234 [ 21513] By: rgs                                   on 2003/10/21  20:45:12
58235         Log: Fix doc bug #23890, as suggested by Himanshu Garg :
58236              in perltoot, $him->fullname should be $him->fullname->as_string
58237              when passed to printf.
58238      Branch: perl
58239            ! pod/perltoot.pod
58240 ____________________________________________________________________________
58241 [ 21509] By: rgs                                   on 2003/10/21  05:42:50
58242         Log: Two OS/2 portability patches from Ilya.
58243
58244              Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
58245              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
58246              Date: Thu, 25 Sep 2003 12:09:11 -0700
58247              Message-ID: <20030925190911.GA27028@math.berkeley.edu>
58248
58249              Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
58250              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
58251              Date: Thu, 25 Sep 2003 19:50:45 -0700
58252              Message-ID: <20030926025045.GA27507@math.berkeley.edu>
58253      Branch: perl
58254            ! doio.c os2/os2ish.h perl.h perlio.c pp_sys.c
58255 ____________________________________________________________________________
58256 [ 21506] By: rgs                                   on 2003/10/20  19:28:27
58257         Log: Subject: [PATCH] add some missing defines to Devel::PPPort
58258              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
58259              Date: Mon, 20 Oct 2003 20:14:19 +0200
58260              Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
58261      Branch: perl
58262            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
58263 ____________________________________________________________________________
58264 [ 21505] By: rgs                                   on 2003/10/20  19:22:38
58265         Log: Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
58266              From: Slaven Rezic <slaven@rezic.de>
58267              Date: 19 Oct 2003 17:54:59 +0200
58268              Message-ID: <871xt9te7g.fsf@vran.herceg.de>
58269      Branch: perl
58270            ! perlio.c
58271 ____________________________________________________________________________
58272 [ 21503] By: rgs                                   on 2003/10/20  06:04:04
58273         Log: Skip the chflags tests in filetest.t on Darwin.
58274      Branch: perl
58275            ! lib/filetest.t
58276 ____________________________________________________________________________
58277 [ 21474] By: nicholas                              on 2003/10/17  18:44:28
58278         Log: Plan C rough edge smoothing - forgot to turn on the "has key flags"
58279              flag on the hash when rehashing. Can turn off the "rehasing" flag
58280              if the hash is cleared
58281      Branch: perl
58282            ! hv.c
58283 ____________________________________________________________________________
58284 [ 21473] By: rgs                                   on 2003/10/17  08:53:48
58285         Log: -u is deprecated.
58286              Subject: Re: why PERL5LIB is ignored when -T is in effect
58287              From: Slaven Rezic <slaven@rezic.de>
58288              Date: Fri, 17 Oct 2003 10:02:31 +0000
58289              Message-Id: <1066384951.4964@devpc01.iconmobile.de>
58290      Branch: perl
58291            ! perl.c
58292 ____________________________________________________________________________
58293 [ 21472] By: rgs                                   on 2003/10/17  07:29:10
58294         Log: The compilation of PerlIO::via may hang on AIX when
58295              compiling with vac at -O3 optimization level. Disable
58296              optimization for this module.
58297      Branch: perl
58298            + ext/PerlIO/via/hints/aix.pl
58299            ! MANIFEST
58300 ____________________________________________________________________________
58301 [ 21471] By: nicholas                              on 2003/10/16  21:10:27
58302         Log: Plan C for foiling the algorithmic complexity attack
58303              (based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
58304              Chip's plan B (do something new inside the hv functions)
58305              and introspective sort)
58306              Provides infrastructure for hashes to change their hash function
58307              if necessary, and code in hsplit to detect pathalogical data and
58308              instigate a random rehashing.
58309              Needs refinement. Let's see how much smoke it creates.
58310      Branch: perl
58311            ! embedvar.h hv.c hv.h intrpvar.h perl.c perlapi.h sv.c sv.h
58312            ! util.c
58313 ____________________________________________________________________________
58314 [ 21470] By: davem                                 on 2003/10/16  20:03:44
58315         Log: Ensure PL_comppad/curpad point to PL_main_cv's padlist when
58316              PL_main_root is freed; this may not have been be the case if a
58317              thread other than the main one is the last to be destroyed
58318      Branch: perl
58319            ! ext/threads/t/thread.t pad.h perl.c
58320 ____________________________________________________________________________
58321 [ 21469] By: nicholas                              on 2003/10/16  19:31:19
58322         Log: Duplicate 19423 (pathological hashes too easy) into share_hek_flags
58323              (as suggested by Jan Dubois)
58324      Branch: perl
58325            ! hv.c
58326 ____________________________________________________________________________
58327 [ 21468] By: ams                                   on 2003/10/16  19:00:14
58328         Log: Subject: Re: assert.h breaks perl.h
58329              From: Alexey Tourbin <at@altlinux.ru>
58330              Date: Thu, 16 Oct 2003 22:24:35 +0400
58331              Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
58332      Branch: perl
58333            ! sv.h
58334 ____________________________________________________________________________
58335 [ 21467] By: ams                                   on 2003/10/16  18:57:57
58336         Log: Subject: [PATCH] Tie::Hash documentation
58337              From: Slaven Rezic <slaven@rezic.de>
58338              Date: Thu, 16 Oct 2003 17:57:35 +0000
58339              Message-Id: <1066327055.1428@devpc01.iconmobile.de>
58340      Branch: perl
58341            ! lib/Tie/Hash.pm
58342 ____________________________________________________________________________
58343 [ 21466] By: rgs                                   on 2003/10/16  08:52:50
58344         Log: Further tweak on change #21464.
58345      Branch: perl
58346            ! perl.c
58347 ____________________________________________________________________________
58348 [ 21464] By: ams                                   on 2003/10/16  08:42:50
58349         Log: Subject: perl -h tweak [PATCH]
58350              From: Gisle Aas <gisle@ActiveState.com>
58351              Date: 16 Oct 2003 02:49:39 -0700
58352              Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>
58353      Branch: perl
58354            ! perl.c
58355 ____________________________________________________________________________
58356 [ 21456] By: rgs                                   on 2003/10/15  19:19:05
58357         Log: Perlfaq1 : take notice that 5.8.1 is now released.
58358      Branch: perl
58359            ! pod/perlfaq1.pod
58360 ____________________________________________________________________________
58361 [ 21454] By: rgs                                   on 2003/10/15  19:06:05
58362         Log: PerlFAQ sync. (only actual changes)
58363      Branch: perl
58364            ! pod/perlfaq4.pod
58365 ____________________________________________________________________________
58366 [ 21453] By: rgs                                   on 2003/10/15  19:02:35
58367         Log: Typos.
58368      Branch: perl
58369            ! hints/aix.sh
58370 ____________________________________________________________________________
58371 [ 21452] By: rgs                                   on 2003/10/15  11:12:31
58372         Log: Fix bug [perl #24212] : improper error recovery in the
58373              tokenizer after an unknown filetest operator.
58374      Branch: perl
58375            ! t/comp/parser.t toke.c
58376 ____________________________________________________________________________
58377 [ 21451] By: rgs                                   on 2003/10/15  09:19:02
58378         Log: Update MIME::Base64 and Digest::MD5 from the CPAN version.
58379      Branch: perl
58380            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
58381            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
58382            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/utf8.t
58383            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
58384            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
58385            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/unicode.t
58386 ____________________________________________________________________________
58387 [ 21450] By: rgs                                   on 2003/10/15  06:47:11
58388         Log: Add support for Linux abstract unix domain sockets to Socket.pm.
58389              Based on a idea by Alex Hudson. (Basically those are unix domain
58390              sockets whose name has a '\0' as first character.)
58391      Branch: perl
58392            ! ext/Socket/Socket.xs ext/Socket/t/Socket.t
58393 ____________________________________________________________________________
58394 [ 21449] By: ams                                   on 2003/10/15  06:32:44
58395         Log: Subject: [PATCH] SIGN => 1 support for MakeMaker
58396              From: Autrijus Tang <autrijus@autrijus.org>
58397              Date: Tue, 14 Oct 2003 18:32:28 +0800
58398              Message-Id: <1066127547.65845.35.camel@localhost>
58399      Branch: perl
58400            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
58401            ! lib/ExtUtils/MakeMaker.pm
58402 ____________________________________________________________________________
58403 [ 21448] By: ams                                   on 2003/10/15  05:56:12
58404         Log: Rewrite #21447.
58405      Branch: perl
58406            ! pod/perliol.pod
58407 ____________________________________________________________________________
58408 [ 21447] By: ams                                   on 2003/10/15  05:36:48
58409         Log: Subject: [patch pod/perliol.pod]
58410              From: Stas Bekman <stas@stason.org>
58411              Date: Tue, 14 Oct 2003 18:05:29 -0700
58412              Message-Id: <3F8C9D59.3040403@stason.org>
58413      Branch: perl
58414            ! pod/perliol.pod
58415 ____________________________________________________________________________
58416 [ 21446] By: nicholas                              on 2003/10/14  18:45:39
58417         Log: Duplicate 19423 (pathological hashes too easy) into hv_store_ent
58418              (the routine used by perl level HV operations)
58419      Branch: perl
58420            ! hv.c
58421 ____________________________________________________________________________
58422 [ 21445] By: rgs                                   on 2003/10/13  21:03:05
58423         Log: Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0
58424              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
58425              Date: Tue, 30 Sep 2003 19:23:34 +0200
58426              Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>
58427      Branch: perl
58428            ! ext/Devel/PPPort/PPPort.pm
58429 ____________________________________________________________________________
58430 [ 21442] By: ams                                   on 2003/10/13  08:41:17
58431         Log: Subject: [perl #24189] Incorrect comment in perldoc strict
58432              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
58433              Date: 12 Oct 2003 09:01:25 -0000
58434              Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org>
58435      Branch: perl
58436            ! lib/strict.pm
58437 ____________________________________________________________________________
58438 [ 21441] By: rgs                                   on 2003/10/13  08:02:21
58439         Log: Subject: [PATCH] Internals::hash_seed() returns wrong value
58440              From: Jan Dubois <jand@ActiveState.com>
58441              Date: Sun, 12 Oct 2003 22:09:39 -0700
58442              Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
58443      Branch: perl
58444            ! universal.c
58445 ____________________________________________________________________________
58446 [ 21440] By: rgs                                   on 2003/10/12  19:58:05
58447         Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx
58448              From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
58449              Date: 5 Oct 2003 20:55:56 -0000
58450              Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
58451      Branch: perl
58452            ! mg.c
58453 ____________________________________________________________________________
58454 [ 21439] By: rgs                                   on 2003/10/12  16:28:06
58455         Log: Subject: [PATCH] Tie::Hash documentation
58456              From: Slaven Rezic <slaven@rezic.de>
58457              Date: Sun, 12 Oct 2003 18:55:54 +0200 (CEST)
58458              Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>
58459      Branch: perl
58460            ! lib/Tie/Hash.pm
58461 ____________________________________________________________________________
58462 [ 21438] By: rgs                                   on 2003/10/12  15:48:13
58463         Log: Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx
58464              From: Slaven Rezic <slaven@rezic.de>
58465              Date: 07 Oct 2003 00:04:34 +0200
58466              Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>
58467      Branch: perl
58468            ! hints/darwin.sh
58469 ____________________________________________________________________________
58470 [ 21437] By: rgs                                   on 2003/10/12  15:25:17
58471         Log: Minor nit in perlrun, spotted by Art Haas.
58472      Branch: perl
58473            ! pod/perlrun.pod
58474 ____________________________________________________________________________
58475 [ 21436] By: ams                                   on 2003/10/10  19:05:55
58476         Log: Subject: [PATCH] threads::async + some cleanup
58477              From: Elizabeth Mattijsen <liz@dijkmat.nl>
58478              Date: Fri, 10 Oct 2003 16:37:55 +0200
58479              Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
58480      Branch: perl
58481            ! ext/threads/threads.pm
58482 ____________________________________________________________________________
58483 [ 21435] By: ams                                   on 2003/10/10  19:02:34
58484         Log: Make everyone stop posting to p5p about 0e0.
58485      Branch: perl
58486            ! pod/perlsyn.pod
58487 ____________________________________________________________________________
58488 [ 21433] By: nicholas                              on 2003/10/09  20:57:26
58489         Log: Put all pre-processor #s on the first column (some compilers are picky)
58490              [perl #24167] `#' comment signs not at the very beginning of a line
58491      Branch: perl
58492            ! cop.h dosish.h ext/SDBM_File/sdbm/sdbm.h iperlsys.h op.c
58493            ! perl.h regcomp.c
58494 ____________________________________________________________________________
58495 [ 21432] By: rgs                                   on 2003/10/09  11:09:24
58496         Log: Suppress the test file t/op/nothr5005.t and integrate its tests into
58497              t/op/args.t, now that 5005threads have been removed. Port t/op/args.t
58498              to t/test.pl.
58499      Branch: perl
58500            - t/op/nothr5005.t
58501            ! MANIFEST t/op/args.t
58502 ____________________________________________________________________________
58503 [ 21431] By: rgs                                   on 2003/10/09  11:06:15
58504         Log: Document the behaviour of filetest operators regarding parentheses.
58505              This fixes bug #24127 (by documenting it as a feature.)
58506      Branch: perl
58507            ! pod/perlop.pod
58508 ____________________________________________________________________________
58509 [ 21430] By: ams                                   on 2003/10/09  07:55:34
58510         Log: Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate
58511              calculations in regcomp.c
58512              From: Eric Promislow <ericp@ActiveState.com>
58513              Date: Wed, 8 Oct 2003 17:42:42 -0700
58514              Message-Id: <20031008174242.A17544@ActiveState.com>
58515      Branch: perl
58516            ! regcomp.c
58517 ____________________________________________________________________________
58518 [ 21429] By: ams                                   on 2003/10/09  07:43:56
58519         Log: Patch based on:
58520
58521              Subject: [perl #24157] -MModule=} is broken
58522              From: "Lukas Mai" (via RT) <perlbug-followup@perl.org>
58523              Date: 7 Oct 2003 21:47:43 -0000
58524              Message-Id: <rt-24157-65809.10.9980909617566@rt.perl.org>
58525
58526              (Includes a fix for a similar problem in -A, but not -d.)
58527      Branch: perl
58528            ! perl.c
58529 ____________________________________________________________________________
58530 [ 21428] By: ams                                   on 2003/10/09  02:32:07
58531         Log: Subject: [PATCH] Devel::PPPort is missing an aTHX when calling
58532              grok_numeric_radix()
58533              From: Jan Dubois <jand@ActiveState.com>
58534              Date: Wed, 08 Oct 2003 20:37:42 -0700
58535              Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>
58536      Branch: perl
58537            ! ext/Devel/PPPort/PPPort.pm
58538 ____________________________________________________________________________
58539 [ 21427] By: ams                                   on 2003/10/09  01:36:18
58540         Log: Subject: Re: require patch breaks locale
58541              From: Rick Delaney <rick@bort.ca>
58542              Date: Wed, 8 Oct 2003 22:41:55 -0400
58543              Message-Id: <20031008224155.A14638@biff.bort.ca>
58544      Branch: perl
58545            ! t/comp/require.t
58546 ____________________________________________________________________________
58547 [ 21426] By: ams                                   on 2003/10/09  01:26:57
58548         Log: Subject: Re: Simple @INC hook core dump [PATCH]
58549              From: Gisle Aas <gisle@ActiveState.com>
58550              Date: 08 Oct 2003 13:35:28 -0700
58551              Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>
58552      Branch: perl
58553            ! t/op/inccode.t
58554 ____________________________________________________________________________
58555 [ 21425] By: rgs                                   on 2003/10/08  11:34:17
58556         Log: Fix bug #24108: Goto +foo broken
58557              the fix having been suggested by xmath via Juerd.
58558      Branch: perl
58559            ! op.c t/op/goto.t
58560 ____________________________________________________________________________
58561 [ 21424] By: rgs                                   on 2003/10/08  11:16:58
58562         Log: Subject: Re: Simple @INC hook core dump [PATCH]
58563              From: Gisle Aas <gisle@ActiveState.com>
58564              Date: 08 Oct 2003 04:47:33 -0700
58565              Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>
58566      Branch: perl
58567            ! pp_ctl.c
58568 ____________________________________________________________________________
58569 [ 21423] By: ams                                   on 2003/10/08  10:09:41
58570         Log: Subject: [PATCH pod/perlrun.pod] Layout & POD nit.
58571              From: Abigail <abigail@abigail.nl>
58572              Date: Wed, 8 Oct 2003 03:50:49 -0700
58573              Message-Id: <20031008105049.GA15770@ucan.foad.org>
58574      Branch: perl
58575            ! pod/perlrun.pod
58576 ____________________________________________________________________________
58577 [ 21422] By: ams                                   on 2003/10/08  06:13:07
58578         Log: "Are implicit undefs true?" asks Gisle.
58579      Branch: perl
58580            ! pod/perlsyn.pod
58581 ____________________________________________________________________________
58582 [ 21421] By: ams                                   on 2003/10/08  03:20:00
58583         Log: Subject: Re: [PATCH] perlop.pod Revamp - revision 4
58584              From: schwern@pobox.com
58585              Date: Tue, 7 Oct 2003 20:39:36 -0700
58586              Message-Id: <20031007203936.X4301@ttul.org>
58587
58588              (Originally from Shlomi Fish. Applied with tweaks.)
58589      Branch: perl
58590            ! pod/perlop.pod
58591 ____________________________________________________________________________
58592 [ 21420] By: ams                                   on 2003/10/07  19:51:35
58593         Log: Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),
58594              sv.c (Tim Bunce), t/op/pow.t (John P. Linderman).
58595      Branch: perl
58596            ! pod/perlsyn.pod sv.c t/op/pow.t
58597 ____________________________________________________________________________
58598 [ 21419] By: ams                                   on 2003/10/07  04:03:34
58599         Log: Why should -3**$x be more precisely determined than 3**$x?
58600      Branch: perl
58601            ! t/op/pow.t
58602 ____________________________________________________________________________
58603 [ 21418] By: ams                                   on 2003/10/07  03:59:38
58604         Log: Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness
58605              From: schwern@pobox.com
58606              Date: Mon, 6 Oct 2003 13:14:36 -0700
58607              Message-Id: <20031006131436.G20960@ttul.org>
58608      Branch: perl
58609            ! lib/UNIVERSAL.pm t/op/universal.t
58610 ____________________________________________________________________________
58611 [ 21417] By: ams                                   on 2003/10/07  03:55:18
58612         Log: Update perlfunc/require to describe NXDOMAIN caching... er, you
58613              know what I mean.
58614      Branch: perl
58615            ! pod/perlfunc.pod
58616 ____________________________________________________________________________
58617 [ 21416] By: ams                                   on 2003/10/07  03:37:01
58618         Log: Subject: [patch sv.c] improve "...free unref scalar" warning
58619              From: Stas Bekman <stas@stason.org>
58620              Date: Mon, 06 Oct 2003 21:19:53 -0700
58621              Message-Id: <3F823EE9.4030103@stason.org>
58622      Branch: perl
58623            ! sv.c
58624 ____________________________________________________________________________
58625 [ 21415] By: ams                                   on 2003/10/06  17:30:31
58626         Log: Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented)
58627              From: Rick Delaney <rick@bort.ca>
58628              Date: Tue, 23 Sep 2003 12:14:52 -0400
58629              Message-ID: <20030923121452.G18845@biff.bort.ca>
58630      Branch: perl
58631            ! pp_ctl.c t/comp/require.t
58632 ____________________________________________________________________________
58633 [ 21414] By: rgs                                   on 2003/10/06  15:23:01
58634         Log: Subject: Re: [PATCH lib/warnings.t]  Adding TODO functionality to lib/warnings.
58635              From: Abigail <abigail@abigail.nl>
58636              Date: Wed, 1 Oct 2003 14:19:43 +0200
58637              Message-ID: <20031001121943.GA29419@abigail.nl>
58638      Branch: perl
58639            ! lib/warnings.t
58640 ____________________________________________________________________________
58641 [ 21413] By: rgs                                   on 2003/10/06  15:05:32
58642         Log: Fixes in the modules maintainers list.
58643      Branch: perl
58644            ! Porting/Maintainers.pl
58645 ____________________________________________________________________________
58646 [ 21412] By: rgs                                   on 2003/10/06  15:02:42
58647         Log: Fix broken link in perltodo.pod.
58648      Branch: perl
58649            ! pod/perltodo.pod
58650 ____________________________________________________________________________
58651 [ 21411] By: rgs                                   on 2003/10/06  12:11:10
58652         Log: Typos in perldiag.
58653      Branch: perl
58654            ! pod/perldiag.pod
58655 ____________________________________________________________________________
58656 [ 21410] By: rgs                                   on 2003/10/06  11:55:52
58657         Log: Subject: Re: [doc-PATCH] for unpack_str() and question
58658              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
58659              Date: Mon, 6 Oct 2003 08:45:29 +0200
58660              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
58661      Branch: perl
58662            ! pod/perlapi.pod pp_pack.c
58663 ____________________________________________________________________________
58664 [ 21409] By: rgs                                   on 2003/10/06  11:49:55
58665         Log: Subject: [PATCH pod/perlfunc.pod]  ref can return false on references
58666              From: Abigail <abigail@abigail.nl>
58667              Date: Mon, 6 Oct 2003 05:55:21 -0700
58668              Message-ID: <20031006125521.GA26446@ucan.foad.org>
58669      Branch: perl
58670            ! pod/perlfunc.pod
58671 ____________________________________________________________________________
58672 [ 21408] By: rgs                                   on 2003/10/06  11:46:14
58673         Log: Add a new option --check to Porting/Maintainers,
58674              to check for files who are listed for several maintainers.
58675      Branch: perl
58676            ! Porting/Maintainers.pm
58677 ____________________________________________________________________________
58678 [ 21407] By: rgs                                   on 2003/10/06  11:44:33
58679         Log: Subject: [PATCH]Re: The META.yml file in bleadperl
58680              From: Fergal Daly <fergal@esatclear.ie>
58681              Date: Mon, 6 Oct 2003 00:25:29 +0100
58682              Message-Id: <200310060025.29122.fergal@esatclear.ie>
58683
58684              Plus regeneration of META.yml
58685      Branch: perl
58686            ! META.yml Porting/makemeta
58687 ____________________________________________________________________________
58688 [ 21406] By: ams                                   on 2003/10/06  04:22:11
58689         Log: Subject: Re: [perl #24076] "<> err EXPR" and warnings.
58690              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
58691              Date: Sun, 5 Oct 2003 21:27:54 +0200
58692              Message-Id: <20031005212754.5ef54472.rgarciasuarez@free.fr>
58693              (Applied with tweaks to op.c and a comment.)
58694      Branch: perl
58695            ! op.c t/lib/warnings/op
58696 ____________________________________________________________________________
58697 [ 21405] By: ams                                   on 2003/10/06  03:56:54
58698         Log: Subject: Re: [PATCH] perlsyn.pod Revision - Resend
58699              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
58700              Date: Fri, 3 Oct 2003 12:34:46 +0200 (IST)
58701              Message-Id: <Pine.LNX.4.56.0310031233580.28640@vipe.technion.ac.il>
58702              (Applied with minor tweaks.)
58703      Branch: perl
58704            ! pod/perlsyn.pod
58705 ____________________________________________________________________________
58706 [ 21404] By: ams                                   on 2003/10/06  03:32:50
58707         Log: Subject: [perl #24120] Tie::Hash documentation has broken code
58708              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
58709              Date: 5 Oct 2003 18:40:36 -0000
58710              Message-Id: <rt-24120-65664.15.9776865968429@rt.perl.org>
58711              (Applied without $VERSION update.)
58712      Branch: perl
58713            ! lib/Tie/Hash.pm
58714 ____________________________________________________________________________
58715 [ 21403] By: ams                                   on 2003/10/06  03:26:39
58716         Log: Subject: Re: [PATCH] [perl #24113] mistake in perlretut
58717              From: Robert Spier <rspier@pobox.com>
58718              Date: Sun, 05 Oct 2003 21:34:30 -0700
58719              Message-Id: <m3vfr39e7d.wl_rspier@pobox.com>
58720      Branch: perl
58721            ! pod/perlretut.pod
58722 ____________________________________________________________________________
58723 [ 21402] By: ams                                   on 2003/10/05  03:08:53
58724         Log: Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR
58725              From: Steve Grazzini <grazz@pobox.com>
58726              Date: Sat, 4 Oct 2003 18:15:23 -0400
58727              Message-Id: <20031004221523.GA29324@grazzini.net>
58728      Branch: perl
58729            ! pp_sys.c
58730 ____________________________________________________________________________
58731 [ 21401] By: ams                                   on 2003/10/02  17:25:34
58732         Log: Subject: Re: 5.8.1 and srand
58733              From: Slaven Rezic <slaven@rezic.de>
58734              Date: Thu, 2 Oct 2003 15:51:11 +0000
58735              Message-Id: <1065109871.3115@devpc01.iconmobile.de>
58736      Branch: perl
58737            ! t/op/fork.t
58738 ____________________________________________________________________________
58739 [ 21400] By: hv                                    on 2003/10/02  09:34:36
58740         Log: minor cleanup for Changes
58741      Branch: perl
58742            ! Changes
58743 ____________________________________________________________________________
58744 [ 21399] By: hv                                    on 2003/10/02  09:18:27
58745         Log: Update changes
58746      Branch: perl
58747            ! Changes patchlevel.h
58748 ____________________________________________________________________________
58749 [ 21398] By: hv                                    on 2003/10/02  09:15:42
58750         Log: build perlapi.pod in deterministic order even when functions differ
58751              only in case; regen perlapi.pod
58752      Branch: perl
58753            ! autodoc.pl pod/perlapi.pod
58754 ____________________________________________________________________________
58755 [ 21397] By: ams                                   on 2003/10/02  07:48:51
58756         Log: Subject: Re: 5.8.1 and srand
58757              From: Brendan O'Dea <bod@debian.org>
58758              Date: Thu, 2 Oct 2003 10:30:36 +1000
58759              Message-Id: <20031002003036.GA9198@londo.c47.org>
58760      Branch: perl
58761            ! util.c
58762 ____________________________________________________________________________
58763 [ 21396] By: ams                                   on 2003/10/01  22:18:13
58764         Log: Update Changes.
58765      Branch: perl
58766            ! Changes patchlevel.h
58767 ____________________________________________________________________________
58768 [ 21394] By: ams                                   on 2003/10/01  20:28:20
58769         Log: Subject: misapplied patch 19452
58770              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
58771              Date: Tue, 30 Sep 2003 06:01:50 -0700
58772              Message-Id: <20030930130150.GA1436@efn.org>
58773      Branch: perl
58774            ! pp_hot.c
58775 ____________________________________________________________________________
58776 [ 21392] By: rgs                                   on 2003/09/30  20:22:02
58777         Log: Revamp the section on local() in perlsub.
58778              - avoid using the word "declare" in conjunction with local()
58779              - less archaelogical references
58780              - more about localization of lvalues
58781              - removes examples of localization of tied hashes that don't work
58782              - give titles to subsections
58783              - explain localization of magic values
58784              - explain localization of globs
58785              - fix link to perldelta
58786      Branch: perl
58787            ! pod/perlsub.pod
58788 ____________________________________________________________________________
58789 [ 21391] By: rgs                                   on 2003/09/30  12:47:13
58790         Log: Useless "local $_" in a perlfaq3 example
58791      Branch: perl
58792            ! pod/perlfaq3.pod
58793 ____________________________________________________________________________
58794 [ 21390] By: rgs                                   on 2003/09/30  11:29:17
58795         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
58796              From: grommel@sears.com
58797              Date: Mon, 29 Sep 2003 14:45:16 -0500
58798              Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
58799      Branch: perl
58800            ! hints/svr4.sh t/op/pack.t
58801 ____________________________________________________________________________
58802 [ 21389] By: rgs                                   on 2003/09/30  11:06:53
58803         Log: Add a TODO test for bug #23790, by Abigail
58804      Branch: perl
58805            ! t/op/sub_lval.t
58806 ____________________________________________________________________________
58807 [ 21388] By: rgs                                   on 2003/09/30  10:52:50
58808         Log: Subject: [PATCH] Re: [perl #24071] Typo in description of binmode
58809              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
58810              Date: Tue, 30 Sep 2003 04:53:02 -0700
58811              Message-ID: <20030930115302.GA3200@efn.org>
58812      Branch: perl
58813            ! pod/perlfunc.pod
58814 ____________________________________________________________________________
58815 [ 21387] By: rgs                                   on 2003/09/29  12:47:37
58816         Log: Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
58817              From: Tom Horsley <Tom.Horsley@ccur.com>
58818              Date: Mon, 29 Sep 2003 13:00:09 GMT
58819              Message-Id: <200309291300.NAA23856@amber2.ccur.com>
58820      Branch: perl
58821            ! ext/Sys/Syslog/t/syslog.t hints/powerux.sh
58822 ____________________________________________________________________________
58823 [ 21386] By: rgs                                   on 2003/09/29  11:14:27
58824         Log: Subject: [PATCH 5.8.1] Fix broken splitpod program
58825              From: Steve Hay <steve.hay@uk.radan.com>
58826              Date: Mon, 29 Sep 2003 11:50:23 +0100
58827              Message-ID: <3F780E6F.3020704@uk.radan.com>
58828      Branch: perl
58829            ! pod/splitpod
58830 ____________________________________________________________________________
58831 [ 21385] By: rgs                                   on 2003/09/29  11:09:32
58832         Log: Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed
58833              From: Brendan O'Dea <bod@debian.org>
58834              Date: Sun, 28 Sep 2003 23:23:34 +1000
58835              Message-ID: <20030928132334.GA29499@londo.c47.org>
58836      Branch: perl
58837            ! pod/perlrun.pod
58838 ____________________________________________________________________________
58839 [ 21384] By: rgs                                   on 2003/09/26  20:39:19
58840         Log: Nit to the maintainers list by SADAHIRO Tomoyuki
58841      Branch: perl
58842            ! Porting/Maintainers.pl
58843 ____________________________________________________________________________
58844 [ 21383] By: jhi                                   on 2003/09/26  04:41:17
58845         Log: Missing +x bits.
58846      Branch: perl
58847            ! Porting/makerel
58848 ____________________________________________________________________________
58849 [ 21382] By: rgs                                   on 2003/09/25  19:40:50
58850         Log: Update the perldelta for 5.9.0.
58851      Branch: perl
58852            ! pod/perldelta.pod
58853 ____________________________________________________________________________
58854 [ 21381] By: rgs                                   on 2003/09/25  19:02:12
58855         Log: Add the perl581delta manpage.
58856              Regenerate the table of contents.
58857      Branch: perl
58858            + pod/perl581delta.pod
58859            ! MANIFEST pod.lst pod/perl.pod pod/perlhist.pod pod/perltoc.pod
58860            ! vms/descrip_mms.template win32/pod.mak
58861 ____________________________________________________________________________
58862 [ 21380] By: rgs                                   on 2003/09/25  18:36:45
58863         Log: Update perlhist.pod
58864      Branch: perl
58865            ! pod/perlhist.pod
58866 ____________________________________________________________________________
58867 [ 21372] By: gbarr                                 on 2003/09/25  07:35:24
58868         Log: Sync with libnet 1.17
58869      Branch: perl
58870            ! lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm
58871 ____________________________________________________________________________
58872 [ 21371] By: gbarr                                 on 2003/09/25  06:57:35
58873         Log: Update to Scalar-List-Utils 1.13
58874      Branch: perl
58875            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
58876            ! ext/List/Util/lib/List/Util.pm
58877            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t
58878 ____________________________________________________________________________
58879 [ 21370] By: jhi                                   on 2003/09/25  06:45:42
58880         Log: CPAN sites update.
58881      Branch: perl
58882            ! pod/perlmodlib.PL
58883 ____________________________________________________________________________
58884 [ 21369] By: jhi                                   on 2003/09/25  05:22:48
58885         Log: Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
58886              From: Greg Matheson <lang@ms.chinmin.edu.tw>
58887              Date: Wed, 24 Sep 2003 22:51:09 +0800
58888              Message-ID: <20030924225109.A17126@ms>
58889
58890              (Win98 + MinGW, a missing Win95.pm hunk)
58891      Branch: perl
58892            ! lib/ExtUtils/MM_Win95.pm
58893 ____________________________________________________________________________
58894 [ 21365] By: jhi                                   on 2003/09/25  04:44:05
58895         Log: AUTHORS tweak.
58896      Branch: perl
58897            ! AUTHORS
58898 ____________________________________________________________________________
58899 [ 21361] By: jhi                                   on 2003/09/24  17:40:42
58900         Log: Even though undefing SPACE and FORMAT should be safe,
58901              at this point I'm choosing to be paranoid and using
58902              #ifdef __Lynx__.
58903      Branch: perl
58904            ! perl.h
58905 ____________________________________________________________________________
58906 [ 21360] By: jhi                                   on 2003/09/24  17:30:07
58907         Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
58908              From: Olli Savia (via RT) <perlbug-followup@perl.org>
58909              Date: 24 Sep 2003 15:42:41 -0000
58910              Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
58911      Branch: perl
58912            ! mg.c perl.h perlio.c pp_sys.c
58913 ____________________________________________________________________________
58914 [ 21356] By: jhi                                   on 2003/09/24  08:27:52
58915         Log: Subject: [DOCPATCH] attributes.pm
58916              From: Elizabeth Mattijsen <liz@dijkmat.nl>
58917              Date: Wed, 24 Sep 2003 11:00:42 +0200
58918              Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
58919
58920              (reformatted a bit)
58921      Branch: perl
58922            ! lib/attributes.pm
58923 ____________________________________________________________________________
58924 [ 21354] By: jhi                                   on 2003/09/24  07:25:48
58925         Log: A fix from Graham for
58926              [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
58927              (seemingly a NV casting issue)
58928      Branch: perl
58929            ! ext/List/Util/Util.xs
58930 ____________________________________________________________________________
58931 [ 21353] By: jhi                                   on 2003/09/24  05:05:39
58932         Log: Someone actually reads the Makefile.PL messages, it seems.
58933              (from Jonathan Leffler)
58934      Branch: perl
58935            ! ext/Time/HiRes/Makefile.PL
58936 ____________________________________________________________________________
58937 [ 21351] By: jhi                                   on 2003/09/24  04:54:33
58938         Log: perliol tweaks.
58939      Branch: perl
58940            ! pod/perliol.pod
58941 ____________________________________________________________________________
58942 [ 21349] By: rgs                                   on 2003/09/23  22:09:57
58943         Log: The FAQ answer about POD comments was incorrect. [perl #23893]
58944              (plus a few typos.)
58945      Branch: perl
58946            ! pod/perlfaq7.pod pod/perlpodspec.pod
58947 ____________________________________________________________________________
58948 [ 21348] By: rgs                                   on 2003/09/23  21:56:50
58949         Log: Subject: [PATCH] perlvar
58950              From: Juerd <juerd@convolution.nl>
58951              Date: Sun, 21 Sep 2003 21:40:54 +0200
58952              Message-ID: <20030921194054.GD14702@c3.convolution.nl>
58953      Branch: perl
58954            ! pod/perlvar.pod
58955 ____________________________________________________________________________
58956 [ 21344] By: jhi                                   on 2003/09/23  19:33:45
58957         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
58958              From: grommel@sears.com
58959              Date: Tue, 23 Sep 2003 13:40:33 -0500
58960              Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
58961      Branch: perl
58962            ! hints/svr4.sh t/op/stat.t
58963 ____________________________________________________________________________
58964 [ 21343] By: jhi                                   on 2003/09/23  19:26:06
58965         Log: Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
58966              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
58967              Date: Tue, 23 Sep 2003 09:13:55 -0700
58968              Message-ID: <20030923161354.GA2432@efn.org>
58969      Branch: perl
58970            ! INSTALL
58971 ____________________________________________________________________________
58972 [ 21342] By: rgs                                   on 2003/09/23  19:12:58
58973         Log: Minor nit in a debug message of the tokenizer.
58974      Branch: perl
58975            ! toke.c
58976 ____________________________________________________________________________
58977 [ 21340] By: jhi                                   on 2003/09/23  12:33:53
58978         Log: Let's call it 2.34, already (from Johan).
58979      Branch: perl
58980            ! lib/Getopt/Long.pm
58981 ____________________________________________________________________________
58982 [ 21339] By: jhi                                   on 2003/09/23  12:31:08
58983         Log: Subject: Re: [PATCH] RC5 and Intel's ICC
58984              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
58985              Date: Tue, 23 Sep 2003 15:04:35 +0200
58986              Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
58987
58988              (add -we147 to ccflags if cc = ICC so that prototype
58989              detection works right)
58990      Branch: perl
58991            ! hints/linux.sh
58992 ____________________________________________________________________________
58993 [ 21338] By: jhi                                   on 2003/09/23  12:02:28
58994         Log: Bump the Encode version to 1.9801 since we are no more identical
58995              to the CPAN version.
58996      Branch: perl
58997            ! ext/Encode/Encode.pm
58998 ____________________________________________________________________________
58999 [ 21332] By: jhi                                   on 2003/09/23  09:17:32
59000         Log: ucmlintage.
59001      Branch: perl
59002            ! ext/Encode/ucm/gsm0338.ucm
59003 ____________________________________________________________________________
59004 [ 21331] By: jhi                                   on 2003/09/23  09:11:23
59005         Log: GSM 03.38 mapping in Encoding::Byte is incorrect
59006
59007              Fix as much as possible - the specification is still
59008              a bit unclear.
59009      Branch: perl
59010            + ext/Encode/t/gsm0338.t
59011            ! MANIFEST ext/Encode/MANIFEST
59012            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm
59013 ____________________________________________________________________________
59014 [ 21329] By: jhi                                   on 2003/09/23  06:10:28
59015         Log: Subject: [PATCH] Re: B::Deparse fails in pure_string()
59016              From: Stephen McCamant <smcc@MIT.EDU>
59017              Date: Mon, 22 Sep 2003 20:53:57 -0700
59018              Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU>
59019      Branch: perl
59020            ! ext/B/B/Deparse.pm
59021 ____________________________________________________________________________
59022 [ 21327] By: jhi                                   on 2003/09/23  04:51:15
59023         Log: Subject: [PATCH] RC5 and Intel's ICC
59024              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
59025              Date: Mon, 22 Sep 2003 22:52:40 +0200
59026              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
59027
59028              (the missing void return type)
59029      Branch: perl
59030            ! ext/threads/shared/shared.xs
59031 ____________________________________________________________________________
59032 [ 21326] By: jhi                                   on 2003/09/23  04:46:48
59033         Log: Subject: [PATCH] RC5 and Intel's ICC
59034              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
59035              Date: Mon, 22 Sep 2003 22:52:40 +0200
59036              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
59037
59038              (the attribute part)
59039      Branch: perl
59040            ! ext/Devel/PPPort/PPPort.pm perl.h
59041 ____________________________________________________________________________
59042 [ 21325] By: jhi                                   on 2003/09/23  04:43:29
59043         Log: Stray CRs noticed by Jan Dubois.
59044      Branch: perl
59045            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/t/MM_Win32.t
59046 ____________________________________________________________________________
59047 [ 21324] By: jhi                                   on 2003/09/23  04:40:19
59048         Log: The RCs have been missing CRs from certain files because
59049              not all shells can handle multiline arguments right.
59050      Branch: perl
59051            ! Porting/makerel
59052 ____________________________________________________________________________
59053 [ 21323] By: rgs                                   on 2003/09/22  20:31:19
59054         Log: When localising a magic value, propagate the readonly flag
59055              only if this scalar has \0 magic or has magic without a
59056              'set' method. (follows change #20479 for bug #23141.)
59057      Branch: perl
59058            ! scope.c t/op/local.t
59059 ____________________________________________________________________________
59060 [ 21319] By: jhi                                   on 2003/09/22  18:16:40
59061         Log: An error message need not be a novel.
59062      Branch: perl
59063            ! pod/perldiag.pod pp_hot.c
59064 ____________________________________________________________________________
59065 [ 21318] By: jhi                                   on 2003/09/22  17:45:23
59066         Log: Upgrade to Math::BigInt 1.66.
59067      Branch: perl
59068            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
59069            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
59070            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
59071            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
59072            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
59073 ____________________________________________________________________________
59074 [ 21311] By: jhi                                   on 2003/09/22  08:49:24
59075         Log: Some more perlio doc tweaks based on NI-S.
59076      Branch: perl
59077            ! pod/perliol.pod
59078 ____________________________________________________________________________
59079 [ 21305] By: jhi                                   on 2003/09/22  05:59:54
59080         Log: Upgrade to Time::HiRes 1.51.
59081      Branch: perl
59082            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
59083 ____________________________________________________________________________
59084 [ 21303] By: jhi                                   on 2003/09/22  04:37:21
59085         Log: Upgrade to Getopt::Long 2.33_03.
59086      Branch: perl
59087            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
59088 ____________________________________________________________________________
59089 [ 21302] By: jhi                                   on 2003/09/22  04:28:57
59090         Log: CPAN.pm 1.76_01 from Andreas.
59091      Branch: perl
59092            ! lib/CPAN.pm
59093 ____________________________________________________________________________
59094 [ 21299] By: jhi                                   on 2003/09/21  09:23:17
59095         Log: Regen toc.
59096      Branch: perl
59097            ! pod/perltoc.pod
59098 ____________________________________________________________________________
59099 [ 21298] By: jhi                                   on 2003/09/21  09:22:57
59100         Log: Handle also the curliffy files when tocing.
59101      Branch: perl
59102            ! pod/buildtoc
59103 ____________________________________________________________________________
59104 [ 21297] By: jhi                                   on 2003/09/21  08:50:22
59105         Log: Macrofy the compile/runtime test.
59106      Branch: perl
59107            ! cop.h gv.c perl.h pp_ctl.c regcomp.c sv.c utf8.c
59108 ____________________________________________________________________________
59109 [ 21296] By: jhi                                   on 2003/09/21  08:47:32
59110         Log: Tweak the section name to agree with the change #21295.
59111      Branch: perl
59112            ! lib/PerlIO.pm
59113 ____________________________________________________________________________
59114 [ 21295] By: jhi                                   on 2003/09/21  08:44:52
59115         Log: One obvious place to look for PerlIO implementations.
59116      Branch: perl
59117            ! pod/perliol.pod
59118 ____________________________________________________________________________
59119 [ 21294] By: jhi                                   on 2003/09/21  08:15:52
59120         Log: Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t
59121              From: Dave Mitchell <davem@fdgroup.com>
59122              Date: Fri, 19 Sep 2003 19:35:44 +0100
59123              Message-ID: <20030919183544.GA14563@fdgroup.com>
59124      Branch: perl
59125            ! pp_ctl.c
59126 ____________________________________________________________________________
59127 [ 21293] By: jhi                                   on 2003/09/21  08:13:58
59128         Log: More PerlIO documentation.
59129      Branch: perl
59130            ! lib/PerlIO.pm pod/perliol.pod
59131 ____________________________________________________________________________
59132 [ 21292] By: jhi                                   on 2003/09/20  18:44:07
59133         Log: Retract #21273, #21264, and #21263 as requested by Schwern.
59134              (The real bug was mp2 being too "friendly" with MM innards.)
59135      Branch: perl
59136            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
59137            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
59138 ____________________________________________________________________________
59139 [ 21291] By: jhi                                   on 2003/09/20  18:37:33
59140         Log: In FreeBSD allow one to try using Perl's malloc with threads.
59141      Branch: perl
59142            ! hints/freebsd.sh
59143 ____________________________________________________________________________
59144 [ 21290] By: rgs                                   on 2003/09/20  10:05:38
59145         Log: Missing perlfaq chunk.
59146      Branch: perl
59147            ! pod/perlfaq4.pod
59148 ____________________________________________________________________________
59149 [ 21289] By: rgs                                   on 2003/09/20  10:00:12
59150         Log: FAQ sync.
59151      Branch: perl
59152            ! pod/perlfaq4.pod
59153 ____________________________________________________________________________
59154 [ 21288] By: jhi                                   on 2003/09/19  14:49:20
59155         Log: Subject: typo fixo
59156              From: Vadim Konovalov <konovalo@mail.wplus.net>
59157              Date: Fri, 19 Sep 2003 06:32:08 +0400
59158              Message-ID: <4538131828.20030919063208@mail.wplus.net>
59159      Branch: perl
59160            ! pod/perlunicode.pod
59161 ____________________________________________________________________________
59162 [ 21286] By: jhi                                   on 2003/09/19  04:48:52
59163         Log: Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2
59164              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
59165              Date: Thu, 18 Sep 2003 19:01:06 -0700
59166              Message-ID: <20030919020106.GA22511@math.berkeley.edu>
59167      Branch: perl
59168            ! os2/os2.c
59169 ____________________________________________________________________________
59170 [ 21285] By: jhi                                   on 2003/09/19  04:46:39
59171         Log: Tests for change #21284.
59172      Branch: perl
59173            ! lib/dumpvar.t
59174 ____________________________________________________________________________
59175 [ 21284] By: jhi                                   on 2003/09/19  04:46:12
59176         Log: Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken
59177              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
59178              Date: Thu, 18 Sep 2003 18:58:59 -0700
59179              Message-ID: <20030919015858.GA22503@math.berkeley.edu>
59180      Branch: perl
59181            ! lib/dumpvar.pl
59182 ____________________________________________________________________________
59183 [ 21283] By: rgs                                   on 2003/09/18  21:29:23
59184         Log: Perlfaq nits from Iain Truskett.
59185              (from the perlfaq-workers list)
59186      Branch: perl
59187            ! pod/perlfaq2.pod pod/perlfaq4.pod pod/perlfaq8.pod
59188 ____________________________________________________________________________
59189 [ 21282] By: rgs                                   on 2003/09/18  21:10:26
59190         Log: Integrate a change from the perlfaq CVS.
59191              I consider the bleadperl version being more up-to-date as of now.
59192      Branch: perl
59193            ! pod/perlfaq3.pod
59194 ____________________________________________________________________________
59195 [ 21277] By: jhi                                   on 2003/09/18  19:23:22
59196         Log: Subject: [PATCH 5.8.1 @21211] -M -A -C broken
59197              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
59198              Date: Thu, 18 Sep 2003 11:02:02 -0700
59199              Message-ID: <20030918180202.GA21949@math.berkeley.edu>
59200
59201              (use stat.t instead of time.t)
59202      Branch: perl
59203            ! os2/os2ish.h pp_sys.c t/op/stat.t
59204 ____________________________________________________________________________
59205 [ 21276] By: jhi                                   on 2003/09/18  19:15:07
59206         Log: Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults
59207              From: Rick Delaney <rick.delaney@rogers.com>
59208              Date: Wed, 1 Jan 2003 22:54:59 -0500
59209              Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
59210
59211              (Pity the first patch fell through the cracks back then.
59212              Not that forbidding non-object copy constructors is the right
59213              thing to do but the bug could use fixing.)
59214      Branch: perl
59215            ! lib/overload.t pp.h
59216 ____________________________________________________________________________
59217 [ 21274] By: jhi                                   on 2003/09/18  10:59:58
59218         Log: Subject: [PATCH] small fix for Devel::PPPort
59219              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
59220              Date: Thu, 18 Sep 2003 10:14:58 +0200
59221              Message-id: <20030918081458.GA2653@ethan>
59222      Branch: perl
59223            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
59224 ____________________________________________________________________________
59225 [ 21273] By: jhi                                   on 2003/09/18  10:57:41
59226         Log: ld has many guises.
59227      Branch: perl
59228            ! lib/ExtUtils/t/MM_Unix.t
59229 ____________________________________________________________________________
59230 [ 21271] By: jhi                                   on 2003/09/18  08:05:28
59231         Log: Missed OS/2 patch hunk.
59232      Branch: perl
59233            ! os2/os2.c
59234 ____________________________________________________________________________
59235 [ 21270] By: jhi                                   on 2003/09/18  05:00:23
59236         Log: Subject: Patch for VMS::Filespec
59237              From: Ken Williams <ken@mathforum.org>
59238              Date: Wed, 17 Sep 2003 20:11:46 -0500
59239              Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
59240      Branch: perl
59241            ! vms/ext/Filespec.pm
59242 ____________________________________________________________________________
59243 [ 21268] By: jhi                                   on 2003/09/18  04:58:05
59244         Log: Subject: 5.8.1 warnings when long double == double
59245              From: Andy Dougherty <doughera@lafayette.edu>
59246              Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT)
59247              Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
59248              (the changed message)
59249      Branch: perl
59250            ! Configure
59251 ____________________________________________________________________________
59252 [ 21267] By: jhi                                   on 2003/09/18  04:54:16
59253         Log: Patch from Enache Adrian for the new tricks of gcc 3.4
59254              for "is this symbol defined" scanning of Configure.
59255      Branch: perl
59256            ! Configure
59257 ____________________________________________________________________________
59258 [ 21266] By: jhi                                   on 2003/09/18  04:29:55
59259         Log: Make it possible to override the mistrustnm hint in Solaris.
59260      Branch: perl
59261            ! hints/solaris_2.sh
59262 ____________________________________________________________________________
59263 [ 21264] By: jhi                                   on 2003/09/17  21:01:36
59264         Log: A potential fix for non-empty LD in Unix.
59265      Branch: perl
59266            ! lib/ExtUtils/t/MM_Unix.t
59267 ____________________________________________________________________________
59268 [ 21263] By: jhi                                   on 2003/09/17  14:09:50
59269         Log: Subject: RE: MM in maint@21251 breaks mp2
59270              From: "Orton, Yves" <yves.orton@de.mci.com>
59271              Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2>
59272              Date: Wed, 17 Sep 2003 15:47:35 +0100
59273      Branch: perl
59274            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
59275            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
59276 ____________________________________________________________________________
59277 [ 21261] By: jhi                                   on 2003/09/17  09:33:39
59278         Log: The AIX C product potentially consists of several packages,
59279              the main package being (hopefully) the first one.
59280      Branch: perl
59281            ! hints/aix.sh
59282 ____________________________________________________________________________
59283 [ 21260] By: jhi                                   on 2003/09/17  07:52:03
59284         Log: Fix Solaris ccversion not having the cc version.
59285      Branch: perl
59286            ! hints/solaris_2.sh
59287 ____________________________________________________________________________
59288 [ 21259] By: jhi                                   on 2003/09/17  06:02:19
59289         Log: Subject: [PATCH 5.8.1 @21211] OS/2 APIs again
59290              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
59291              Date: Tue, 16 Sep 2003 23:49:42 -0700
59292              Message-ID: <20030917064941.GA20444@math.berkeley.edu>
59293      Branch: perl
59294            ! os2/os2ish.h
59295 ____________________________________________________________________________
59296 [ 21258] By: jhi                                   on 2003/09/17  06:00:48
59297         Log: Subject: [PATCH 5.8.1 @21211] os2_process.t
59298              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
59299              Date: Tue, 16 Sep 2003 23:21:48 -0700
59300              Message-ID: <20030917062147.GA20400@math.berkeley.edu>
59301      Branch: perl
59302            ! os2/OS2/Process/t/os2_process.t
59303 ____________________________________________________________________________
59304 [ 21257] By: jhi                                   on 2003/09/17  03:53:46
59305         Log: Subject: [PATCH 5.8.1 @21211] magic.t
59306              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
59307              Date: Tue, 16 Sep 2003 19:17:57 -0700
59308              Message-ID: <20030917021757.GA20261@math.berkeley.edu>
59309      Branch: perl
59310            ! t/op/magic.t
59311 ____________________________________________________________________________
59312 [ 21253] By: jhi                                   on 2003/09/16  19:48:08
59313         Log: Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes
59314              From: Dave Mitchell <davem@fdgroup.com>
59315              Date: Tue, 16 Sep 2003 21:56:20 +0100
59316              Message-ID: <20030916205620.GB1246@fdgroup.com>
59317      Branch: perl
59318            ! pod/perlfunc.pod
59319 ____________________________________________________________________________
59320 [ 21249] By: jhi                                   on 2003/09/16  19:10:58
59321         Log: More suggested patches for NCR MP-RAS from Andy Dougherty.
59322      Branch: perl
59323            + ext/Time/HiRes/hints/svr4.pl
59324            ! MANIFEST ext/Sys/Syslog/t/syslog.t t/op/pack.t
59325 ____________________________________________________________________________
59326 [ 21247] By: jhi                                   on 2003/09/16  18:57:34
59327         Log: Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS
59328              From: Andy Dougherty <doughera@lafayette.edu>
59329              Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT)
59330              Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu>
59331      Branch: perl
59332            ! ext/POSIX/hints/svr4.pl hints/svr4.sh
59333 ____________________________________________________________________________
59334 [ 21245] By: jhi                                   on 2003/09/16  18:47:52
59335         Log: Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
59336              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
59337              Date: Wed, 4 Jun 2003 00:45:23 -0700
59338              Message-ID: <20030604074523.GA7148@math.berkeley.edu>
59339      Branch: perl
59340            ! lib/Getopt/Std.pm
59341 ____________________________________________________________________________
59342 [ 21243] By: jhi                                   on 2003/09/16  12:18:03
59343         Log: Give a concrete example of the still existing Unicode slowness.
59344      Branch: perl
59345            ! pod/perlunicode.pod
59346 ____________________________________________________________________________
59347 [ 21241] By: jhi                                   on 2003/09/16  06:38:45
59348         Log: Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
59349              use File::Spec 0.8 is unhappy.
59350      Branch: perl
59351            ! lib/File/Spec.pm
59352 ____________________________________________________________________________
59353 [ 21240] By: jhi                                   on 2003/09/16  06:34:35
59354         Log: The test is not needed, says Schwern.
59355      Branch: perl
59356            - lib/base/t/fields-560.t
59357            ! MANIFEST
59358 ____________________________________________________________________________
59359 [ 21239] By: jhi                                   on 2003/09/16  05:04:09
59360         Log: Upgrade to File::Spec 0.85_03.
59361      Branch: perl
59362            + lib/File/Spec/t/crossplatform.t
59363            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Mac.pm
59364            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
59365            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
59366            ! lib/File/Spec/t/Spec.t
59367 ____________________________________________________________________________
59368 [ 21238] By: jhi                                   on 2003/09/16  04:57:08
59369         Log: Upgrade to MakeMaker 6.17.
59370      Branch: perl
59371            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
59372            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
59373            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
59374            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
59375            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
59376            ! lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t
59377            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
59378            ! t/lib/MakeMaker/Test/Utils.pm
59379 ____________________________________________________________________________
59380 [ 21235] By: jhi                                   on 2003/09/16  04:35:34
59381         Log: Upgrade to base 2.03.
59382              (Rename the fields-5.6.0.t to have less d.o.t.s.)
59383      Branch: perl
59384            + lib/base/t/base.t lib/base/t/fields-560.t
59385            + lib/base/t/fields-base.t lib/base/t/fields.t
59386            - lib/fields-base.t lib/fields.t
59387            ! MANIFEST lib/base.pm lib/fields.pm
59388 ____________________________________________________________________________
59389 [ 21234] By: jhi                                   on 2003/09/15  19:17:03
59390         Log: Subject: Re: perl@21233 looks ok on VMS 7.3-1
59391              From: PPrymmer@factset.com
59392              Date: Mon, 15 Sep 2003 15:28:52 -0400
59393              Message-ID: <OF6F1E6CF4.9206F415-ON85256DA2.006A58F1-85256DA2.006B0330@factset.com>
59394      Branch: perl
59395            ! lib/Memoize/t/tie_sdbm.t
59396 ____________________________________________________________________________
59397 [ 21230] By: jhi                                   on 2003/09/14  17:46:52
59398         Log: Check the context of for/grep/map.
59399      Branch: perl
59400            ! t/op/grep.t
59401 ____________________________________________________________________________
59402 [ 21228] By: jhi                                   on 2003/09/14  13:40:23
59403         Log: For-non-perlio places we need STDOUT back.
59404      Branch: perl
59405            ! t/io/dup.t
59406 ____________________________________________________________________________
59407 [ 21227] By: jhi                                   on 2003/09/14  09:44:49
59408         Log: Also IRIX wants setlogsock('stream').
59409      Branch: perl
59410            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
59411 ____________________________________________________________________________
59412 [ 21224] By: jhi                                   on 2003/09/14  07:44:26
59413         Log: More portable reading.
59414      Branch: perl
59415            ! t/io/dup.t
59416 ____________________________________________________________________________
59417 [ 21222] By: jhi                                   on 2003/09/14  07:35:28
59418         Log: More dup testing.
59419      Branch: perl
59420            ! t/io/dup.t
59421 ____________________________________________________________________________
59422 [ 21220] By: jhi                                   on 2003/09/14  06:54:05
59423         Log: Use $Config{_exe}.
59424      Branch: perl
59425            ! t/run/switches.t
59426 ____________________________________________________________________________
59427 [ 21219] By: jhi                                   on 2003/09/14  06:46:26
59428         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
59429              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
59430              Date: Sat, 13 Sep 2003 20:20:30 -0700
59431              Message-ID: <20030914032030.GA17822@math.berkeley.edu>
59432      Branch: perl
59433            ! os2/os2.c t/run/switches.t
59434 ____________________________________________________________________________
59435 [ 21218] By: jhi                                   on 2003/09/14  06:45:13
59436         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
59437              From: Michael G Schwern <schwern@pobox.com>
59438              Date: Thu, 11 Sep 2003 15:07:10 -0700
59439              Message-ID: <20030911220710.GO18786@windhund.schwern.org>
59440
59441              (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
59442      Branch: perl
59443            ! lib/ExtUtils/t/Manifest.t
59444 ____________________________________________________________________________
59445 [ 21217] By: jhi                                   on 2003/09/14  06:42:12
59446         Log: Subject: [PATCH] PerlIO_tmpfile clean-up for VMS
59447              From: "Craig A. Berry" <craigberry@mac.com>
59448              Date: Sun, 14 Sep 2003 00:23:56 -0500
59449              Message-ID: <3F63FB6C.5040502@mac.com>
59450      Branch: perl
59451            ! perlio.c
59452 ____________________________________________________________________________
59453 [ 21214] By: jhi                                   on 2003/09/13  18:33:41
59454         Log: parse_version doesn't always succeed.
59455      Branch: perl
59456            ! Porting/cmpVERSION.pl
59457 ____________________________________________________________________________
59458 [ 21213] By: jhi                                   on 2003/09/13  18:31:41
59459         Log: pod changes, so change $VERSION.
59460      Branch: perl
59461            ! lib/Fatal.pm
59462 ____________________________________________________________________________
59463 [ 21210] By: jhi                                   on 2003/09/13  15:24:38
59464         Log: Subject: Re: unicode regex problem
59465              From: hv@crypt.org
59466              Date: Sat, 13 Sep 2003 15:21:34 +0100
59467              Message-Id: <200309131421.h8DELYx25894@zen.crypt.org>
59468      Branch: perl
59469            ! regcomp.c t/op/pat.t
59470 ____________________________________________________________________________
59471 [ 21209] By: jhi                                   on 2003/09/13  15:22:38
59472         Log: More PerlIO warnings changes.
59473      Branch: perl
59474            ! ext/PerlIO/t/fail.t t/lib/warnings/perlio
59475 ____________________________________________________________________________
59476 [ 21208] By: jhi                                   on 2003/09/13  11:15:40
59477         Log: The "perlio: " prefix looks a little odd
59478              in the few warning/error messages, since
59479              no other 'subsystems' have prefixes.
59480      Branch: perl
59481            ! perlio.c pod/perldiag.pod t/io/open.t
59482 ____________________________________________________________________________
59483 [ 21207] By: jhi                                   on 2003/09/13  10:37:30
59484         Log: Layer names were recognized by their prefixes
59485              (e.g. open(F, ":u", "file") worked...)
59486      Branch: perl
59487            ! perlio.c t/io/open.t
59488 ____________________________________________________________________________
59489 [ 21206] By: jhi                                   on 2003/09/13  10:10:46
59490         Log: Apparently at some point doing 3-arg open with
59491              illegal mode like ">>>" had stopped croaking.
59492      Branch: perl
59493            ! doio.c t/io/open.t
59494 ____________________________________________________________________________
59495 [ 21205] By: jhi                                   on 2003/09/13  08:42:10
59496         Log: Minuscule code cleanup.
59497      Branch: perl
59498            ! doio.c
59499 ____________________________________________________________________________
59500 [ 21204] By: jhi                                   on 2003/09/13  06:47:23
59501         Log: Subject: [perl #23788] int of a fraction errors
59502              From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
59503              Date: 11 Sep 2003 22:38:19 -0000
59504              Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
59505
59506              Add a separate faq entry for int().  (Yes, a bit redundant
59507              with the existing "why are my numbers broken" entry.)
59508      Branch: perl
59509            ! pod/perlfaq4.pod
59510 ____________________________________________________________________________
59511 [ 21203] By: jhi                                   on 2003/09/13  06:34:03
59512         Log: Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio
59513              From: Stas Bekman <stas@stason.org>
59514              Date: Fri, 12 Sep 2003 13:44:11 -0700
59515              Message-ID: <3F62301B.3080604@stason.org>
59516
59517              s/discipline/IO layer/, instead of "unknown" say "unavailable",
59518              and have the fuller explanation in perldiag.
59519      Branch: perl
59520            ! doio.c pod/perldiag.pod
59521 ____________________________________________________________________________
59522 [ 21202] By: jhi                                   on 2003/09/13  06:07:27
59523         Log: Make the new glob tests pass (well, skip) even with miniperl.
59524      Branch: perl
59525            ! t/run/fresh_perl.t
59526 ____________________________________________________________________________
59527 [ 21201] By: rgs                                   on 2003/09/12  21:41:04
59528         Log: Stringify the $VERSION of DynaLoader so it's never dependent
59529              on localized float-to-string conversions.
59530      Branch: perl
59531            ! ext/DynaLoader/DynaLoader_pm.PL
59532 ____________________________________________________________________________
59533 [ 21198] By: jhi                                   on 2003/09/12  17:59:25
59534         Log: It's UTF-8, not UTF8.  (Note: not s/UTF-8/UTF8/,
59535              since that would break a lot of code.)  Also few
59536              stray UTF16s, UTF32s, and "encoded in Unicode".
59537      Branch: perl
59538            ! doop.c hv.h pod/perl570delta.pod pod/perl58delta.pod
59539            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
59540            ! pod/perlhack.pod pod/perlpodspec.pod pod/perltoc.pod
59541            ! pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
59542            ! pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h utfebcdic.h
59543 ____________________________________________________________________________
59544 [ 21197] By: jhi                                   on 2003/09/12  17:24:17
59545         Log: The buildtoc now has options.
59546      Branch: perl
59547            ! pod/Makefile.SH
59548 ____________________________________________________________________________
59549 [ 21196] By: jhi                                   on 2003/09/12  14:33:16
59550         Log: Some more tweaks on open ...&=.
59551      Branch: perl
59552            ! pod/perlfunc.pod
59553 ____________________________________________________________________________
59554 [ 21194] By: jhi                                   on 2003/09/12  11:36:14
59555         Log: Slightly more documentation for open ...&=.
59556      Branch: perl
59557            ! pod/perlfunc.pod
59558 ____________________________________________________________________________
59559 [ 21193] By: jhi                                   on 2003/09/12  03:21:53
59560         Log: Document the new strict strict in strict.
59561      Branch: perl
59562            ! lib/strict.pm
59563 ____________________________________________________________________________
59564 [ 21191] By: jhi                                   on 2003/09/12  03:03:17
59565         Log: More comments for the FreeBSD threads hints.
59566      Branch: perl
59567            ! hints/freebsd.sh
59568 ____________________________________________________________________________
59569 [ 21188] By: jhi                                   on 2003/09/11  20:23:55
59570         Log: More refactoring of the FreeBSD threads hints.
59571              Basically, for fresh enough 5.x the -pthread is dropped,
59572              otherwise keep it, and no known FreeBSD release has
59573              a functional gethostbyaddr_r.
59574      Branch: perl
59575            ! hints/freebsd.sh
59576 ____________________________________________________________________________
59577 [ 21187] By: jhi                                   on 2003/09/11  20:12:00
59578         Log: Subject: [PATCH 5.8.1 @20218] OS/2 API
59579              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
59580              Date: Thu, 11 Sep 2003 09:15:04 -0700
59581              Message-ID: <20030911161504.GA16113@math.berkeley.edu>
59582      Branch: perl
59583            ! os2/OS2/Process/MANIFEST os2/OS2/Process/Process.pm
59584            ! os2/OS2/Process/Process.xs
59585 ____________________________________________________________________________
59586 [ 21186] By: jhi                                   on 2003/09/11  20:10:32
59587         Log: Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited
59588              From: "Brendan O'Dea" <bod@debian.org>
59589              Date: Fri, 12 Sep 2003 00:12:51 +1000
59590              Message-ID: <20030911141251.GA26907@londo.c47.org>
59591      Branch: perl
59592            ! perl.c
59593 ____________________________________________________________________________
59594 [ 21181] By: jhi                                   on 2003/09/11  08:25:13
59595         Log: The change of not needing -pthread in FreeBSD 5.x
59596              is very recent (Sep 3) (from Anton Berezin).
59597      Branch: perl
59598            ! hints/freebsd.sh
59599 ____________________________________________________________________________
59600 [ 21179] By: jhi                                   on 2003/09/11  06:13:12
59601         Log: Upgrade to Pod::Perldoc 3.10.
59602              (Yes, the doughera address change is wrong, but hardly worth 3.11.)
59603      Branch: perl
59604            ! lib/Pod/Perldoc.pm
59605 ____________________________________________________________________________
59606 [ 21176] By: jhi                                   on 2003/09/11  05:22:27
59607         Log: Upgrade to base 2.02.
59608      Branch: perl
59609            + lib/fields-base.t
59610            ! MANIFEST lib/base.pm lib/fields.t
59611 ____________________________________________________________________________
59612 [ 21174] By: jhi                                   on 2003/09/11  04:45:56
59613         Log: Replace #21158 with a better patch from Hugo
59614              (for [perl #23769]).
59615      Branch: perl
59616            ! regcomp.c regexec.c t/op/pat.t
59617 ____________________________________________________________________________
59618 [ 21173] By: jhi                                   on 2003/09/11  03:08:04
59619         Log: Subject: [PATCH][TESTS] dumpvar.pl
59620              From: Joe McMahon <mcmahon@metalab.unc.edu>
59621              Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT)
59622              Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu>
59623      Branch: perl
59624            ! lib/dumpvar.pl lib/dumpvar.t
59625 ____________________________________________________________________________
59626 [ 21172] By: jhi                                   on 2003/09/11  03:03:52
59627         Log: Enache still wants -pthread gone for FreeBSD 5.x
59628              since it doesn't work with the latest -current.
59629      Branch: perl
59630            ! hints/freebsd.sh
59631 ____________________________________________________________________________
59632 [ 21171] By: jhi                                   on 2003/09/11  02:58:29
59633         Log: Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags)
59634              From: Stas Bekman <stas@stason.org>
59635              Date: Thu, 28 Aug 2003 16:10:48 -0700
59636              Message-ID: <3F4E8BF8.1090800@stason.org>
59637      Branch: perl
59638            ! emacs/cperl-mode.el emacs/ptags
59639 ____________________________________________________________________________
59640 [ 21170] By: jhi                                   on 2003/09/11  02:56:50
59641         Log: Retract #21149, sez Schwern.
59642      Branch: perl
59643            ! lib/Test/More.pm
59644 ____________________________________________________________________________
59645 [ 21169] By: jhi                                   on 2003/09/11  02:55:49
59646         Log: Retract #21168 based on advice from Anton Berezin (added).
59647      Branch: perl
59648            ! hints/freebsd.sh
59649 ____________________________________________________________________________
59650 [ 21168] By: rgs                                   on 2003/09/10  21:43:40
59651         Log: Subject: nit to hints/freebsd.sh
59652              From: Enache Adrian <enache@rdslink.ro>
59653              Date: Wed, 10 Sep 2003 19:50:59 +0300
59654              Message-ID: <20030910165059.GB1321@ratsnest.hole>
59655      Branch: perl
59656            ! hints/freebsd.sh
59657 ____________________________________________________________________________
59658 [ 21167] By: rgs                                   on 2003/09/10  21:18:59
59659         Log: Subject: Re: [perl #15395] lexical warnings and inheritance
59660              From: Anno Siegel <Siegel@zrz.TU-Berlin.DE>
59661              Date: Sun, 31 Aug 2003 22:08:19 GMT
59662              Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE>
59663
59664              The test has been moved into warnings.pm's test suite. Note
59665              that this patch fixed as well the behaviour of warnings::enabled
59666              regarding lexical scoping and different files; hence the expected
59667              results in a few tests in /t/lib/warnings/9enabled has been
59668              reverted.
59669      Branch: perl
59670            ! lib/warnings.pm t/lib/warnings/9enabled warnings.pl
59671 ____________________________________________________________________________
59672 [ 21166] By: rgs                                   on 2003/09/10  19:36:30
59673         Log: Remove the warning in perlfaq about using map in void context :
59674              From: abigail@abigail.nl (Abigail)
59675              Subject: [PATCH perlfaq6] map in a void context.
59676              Date: Tue, 9 Sep 2003 10:31:58 +0200
59677              Message-ID: <20030909083158.GA24125@abigail.nl>
59678      Branch: perl
59679            ! pod/perlfaq6.pod
59680 ____________________________________________________________________________
59681 [ 21165] By: jhi                                   on 2003/09/10  16:48:52
59682         Log: Subject: [PATCH] AUTHORS
59683              From: enache@rdslink.ro (Enache Adrian)
59684              Date: Tue, 9 Sep 2003 19:34:05 +0300
59685              Message-ID: <20030909163405.GB1398@ratsnest.hole>
59686      Branch: perl
59687            ! AUTHORS
59688 ____________________________________________________________________________
59689 [ 21164] By: jhi                                   on 2003/09/10  15:38:51
59690         Log: Regen perlapi.
59691      Branch: perl
59692            ! pod/perlapi.pod
59693 ____________________________________________________________________________
59694 [ 21163] By: merijn                                on 2003/09/10  15:31:27
59695         Log: Subject: [perl #23778] hints/aix.sh
59696              Date: 10 Sep 2003 16:30:32 -0000
59697              From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
59698              Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
59699      Branch: perl
59700            ! hints/aix.sh
59701 ____________________________________________________________________________
59702 [ 21162] By: jhi                                   on 2003/09/10  15:21:43
59703         Log: blead version of #21161.
59704      Branch: perl
59705            ! pod/perlvar.pod
59706 ____________________________________________________________________________
59707 [ 21160] By: jhi                                   on 2003/09/10  15:11:59
59708         Log: Subject: Re: Decreasing VMS tests in File::Spec::VMS?
59709              From: PPrymmer@factset.com
59710              Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com>
59711              Date: Fri, 5 Sep 2003 17:46:48 -0400
59712      Branch: perl
59713            ! lib/File/Spec/t/Spec.t
59714 ____________________________________________________________________________
59715 [ 21159] By: jhi                                   on 2003/09/10  15:10:06
59716         Log: Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
59717              From: Kurt Starsinic <kstar@cpan.org>
59718              Date: Tue, 9 Sep 2003 23:16:00 -0400
59719              Message-ID: <20030910031600.GA30554@verizon.net>
59720
59721              Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
59722              From: "Brendan O'Dea" <bod@debian.org>
59723              Date: Wed, 10 Sep 2003 22:03:15 +1000
59724              Message-ID: <20030910120315.GA1372@londo.c47.org>
59725      Branch: perl
59726            ! t/lib/h2ph.pht utils/h2ph.PL
59727 ____________________________________________________________________________
59728 [ 21158] By: jhi                                   on 2003/09/10  09:31:24
59729         Log: Unicode regex broken on simple example
59730              regrepeat() did not work right for UTF-8(ed Latin-1)
59731              in the EXACT case, which made the \x{a0}+ fail.
59732      Branch: perl
59733            ! regexec.c t/op/pat.t
59734 ____________________________________________________________________________
59735 [ 21157] By: jhi                                   on 2003/09/10  08:15:54
59736         Log: Linenumbers for utf8 warnings were wrong, test also rcatline.
59737      Branch: perl
59738            ! pp_hot.c t/io/utf8.t
59739 ____________________________________________________________________________
59740 [ 21156] By: jhi                                   on 2003/09/10  08:05:13
59741         Log: Detypo and explain better.
59742      Branch: perl
59743            ! pod/perldiag.pod
59744 ____________________________________________________________________________
59745 [ 21155] By: jhi                                   on 2003/09/10  08:02:55
59746         Log: If doing rcatline no point rescanning each time
59747              the beginning of the SV for utf8 validity.
59748      Branch: perl
59749            ! pp_hot.c
59750 ____________________________________________________________________________
59751 [ 21154] By: jhi                                   on 2003/09/10  07:16:52
59752         Log: No utf8 warnings without use warnings.
59753      Branch: perl
59754            ! t/io/utf8.t
59755 ____________________________________________________________________________
59756 [ 21153] By: jhi                                   on 2003/09/10  06:57:16
59757         Log: Reading a latin1 file with open(... "<:utf8") will freeze
59758              is no more valid, the script doesn't freeze, but I noticed
59759              that neither does the <FILE> complain about bad UTF-8 as it
59760              should and as it does with :encoding(utf8).
59761      Branch: perl
59762            ! pp_hot.c t/io/utf8.t
59763 ____________________________________________________________________________
59764 [ 21152] By: jhi                                   on 2003/09/10  06:54:02
59765         Log: A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
59766              of Perl_utf8_is_string().
59767      Branch: perl
59768            ! embed.fnc embed.h global.sym proto.h utf8.c
59769 ____________________________________________________________________________
59770 [ 21151] By: jhi                                   on 2003/09/10  06:16:28
59771         Log: Document a PerlIO/Encode warning.
59772      Branch: perl
59773            ! pod/perldiag.pod
59774 ____________________________________________________________________________
59775 [ 21149] By: jhi                                   on 2003/09/09  17:22:42
59776         Log: Subject: Re: maint @ 21116
59777              From: Fergal Daly <fergal@esatclear.ie>
59778              Date: Tue, 9 Sep 2003 18:26:20 +0100
59779              Message-Id: <200309091826.20630.fergal@esatclear.ie>
59780
59781              (added warning)
59782      Branch: perl
59783            ! lib/Test/More.pm
59784 ____________________________________________________________________________
59785 [ 21146] By: jhi                                   on 2003/09/09  15:36:20
59786         Log: Adjust the test count.
59787      Branch: perl
59788            ! lib/Test/Simple/t/is_deeply.t
59789 ____________________________________________________________________________
59790 [ 21144] By: jhi                                   on 2003/09/09  15:03:58
59791         Log: AUTHORS update from Dave Mitchell.
59792      Branch: perl
59793            ! AUTHORS
59794 ____________________________________________________________________________
59795 [ 21143] By: jhi                                   on 2003/09/09  15:02:18
59796         Log: Retract #20548 and #20465.
59797      Branch: perl
59798            ! lib/Test/More.pm lib/Test/Simple/t/More.t
59799            ! lib/Test/Simple/t/is_deeply.t
59800 ____________________________________________________________________________
59801 [ 21141] By: jhi                                   on 2003/09/09  14:27:10
59802         Log: Subject: Re: maint @ 21116
59803              From: Enache Adrian <enache@rdslink.ro>
59804              Date: Tue, 9 Sep 2003 16:59:44 +0300
59805              Message-ID: <20030909135944.GA1666@ratsnest.hole>
59806      Branch: perl
59807            ! makedef.pl
59808 ____________________________________________________________________________
59809 [ 21140] By: jhi                                   on 2003/09/09  14:25:51
59810         Log: Retract #21132.
59811      Branch: perl
59812            ! makedef.pl perl.h
59813 ____________________________________________________________________________
59814 [ 21139] By: jhi                                   on 2003/09/09  11:55:33
59815         Log: Warn more about disclosing the hash seed, from Scott A. Crosby.
59816      Branch: perl
59817            ! lib/Hash/Util.pm pod/perlrun.pod
59818 ____________________________________________________________________________
59819 [ 21137] By: jhi                                   on 2003/09/09  09:50:13
59820         Log: Subject: =encoding in perlpod/perlpodspec
59821              From: sburke@cpan.org (Sean M. Burke)
59822              Date: Sun, 07 Sep 2003 03:08:28 -0800
59823              Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com>
59824      Branch: perl
59825            ! pod/perlpod.pod pod/perlpodspec.pod
59826 ____________________________________________________________________________
59827 [ 21136] By: jhi                                   on 2003/09/09  09:46:01
59828         Log: One more chance... Elizabeth's change #21107 plus
59829              Subject: Re: [PATCH] warnings.pl: each thread 10K smaller
59830              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
59831              Date: Tue, 9 Sep 2003 01:44:24 +0200
59832              Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr>
59833      Branch: perl
59834            ! lib/warnings.pm toke.c warnings.pl
59835 ____________________________________________________________________________
59836 [ 21135] By: jhi                                   on 2003/09/09  09:35:48
59837         Log: One more test count tweak.
59838      Branch: perl
59839            ! t/op/grep.t
59840 ____________________________________________________________________________
59841 [ 21132] By: jhi                                   on 2003/09/09  07:57:20
59842         Log: Subject: Re: maint @ 21116
59843              From: Steve Hay <steve.hay@uk.radan.com>
59844              Date: Tue, 09 Sep 2003 09:49:07 +0100
59845              Message-ID: <3F5D9403.3040004@uk.radan.com>
59846      Branch: perl
59847            ! makedef.pl perl.h
59848 ____________________________________________________________________________
59849 [ 21131] By: jhi                                   on 2003/09/09  07:54:52
59850         Log: Subject: Re: [PATCH] honoring void context for map(), return from sub end test
59851              From: david nicol <whatever@davidnicol.com>
59852              Date: 08 Sep 2003 23:39:32 -0500
59853              Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
59854
59855              (a testcase)
59856      Branch: perl
59857            ! t/op/grep.t
59858 ____________________________________________________________________________
59859 [ 21128] By: jhi                                   on 2003/09/09  07:08:15
59860         Log: Ooops, perlio into scalars was already history for this test...
59861      Branch: perl
59862            ! lib/dumpvar.t
59863 ____________________________________________________________________________
59864 [ 21127] By: jhi                                   on 2003/09/09  07:06:26
59865         Log: Cannot do perlio into scalars without perlio.
59866      Branch: perl
59867            ! lib/dumpvar.t
59868 ____________________________________________________________________________
59869 [ 21126] By: jhi                                   on 2003/09/09  07:04:53
59870         Log: I claim that the debugger is untestable until proven otherwise.
59871      Branch: perl
59872            - lib/perl5db/de0.t
59873            ! MANIFEST
59874 ____________________________________________________________________________
59875 [ 21124] By: jhi                                   on 2003/09/09  06:59:52
59876         Log: In trying to save space, the warnings.pl change (#21107)
59877              pulled in attributes.pm... and the change didn't seem to
59878              be that well tested with different configurations.
59879              Retract #21119, #21117, #21107.
59880      Branch: perl
59881            ! ext/B/t/stash.t lib/warnings.pm warnings.pl
59882 ____________________________________________________________________________
59883 [ 21122] By: jhi                                   on 2003/09/09  06:28:31
59884         Log: Really do #21121.
59885      Branch: perl
59886            ! MANIFEST
59887 ____________________________________________________________________________
59888 [ 21121] By: jhi                                   on 2003/09/09  05:56:52
59889         Log: There's no particular reason to have the dumpvar.t
59890              in lib/perl5db/.
59891      Branch: perl
59892            + lib/dumpvar.t
59893            - lib/perl5db/dumpvar.t
59894            ! MANIFEST
59895 ____________________________________________________________________________
59896 [ 21119] By: jhi                                   on 2003/09/09  05:46:02
59897         Log: strict stash seems to have gone, too.
59898      Branch: perl
59899            ! ext/B/t/stash.t
59900 ____________________________________________________________________________
59901 [ 21117] By: rgs                                   on 2003/09/08  22:26:36
59902         Log: Loading warnings.pm now loads attributes.pm that loads strict.pm.
59903              (due to #21107 apparently.) Adjust this test accordingly.
59904      Branch: perl
59905            ! ext/B/t/stash.t
59906 ____________________________________________________________________________
59907 [ 21113] By: jhi                                   on 2003/09/08  21:10:53
59908         Log: Subject: [PATCH] silence 1 compiler warning
59909              From: Nicholas Clark <nick@ccl4.org>
59910              Date: Mon, 8 Sep 2003 23:04:45 +0100
59911              Message-ID: <20030908230445.E30881@plum.flirble.org>
59912      Branch: perl
59913            ! universal.c
59914 ____________________________________________________________________________
59915 [ 21112] By: jhi                                   on 2003/09/08  21:09:34
59916         Log: Retract #21096, mostly: I had misexplained the situation
59917              to Scott A. Crosby.  Seeing the seed value while not good
59918              for the ultimate paranoia viewpoint is not that bad, as long
59919              as the users are fully aware of the dangers of disclosing
59920              the hash seed.     So hash_seed() is okay.
59921
59922              Being able to see the hash values (as in Java) would
59923              be another option, but dubious: it's not that per-key
59924              hash values themselves are bad to allow scripts to see,
59925              but rather that hash values are just as sensitive (from
59926              the DoSing viewpoint) as the hash seed itself (and there
59927              usually more hash values than the one hash seed....)
59928      Branch: perl
59929            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
59930 ____________________________________________________________________________
59931 [ 21110] By: jhi                                   on 2003/09/08  20:59:04
59932         Log: Urk.  unique, not shared.
59933      Branch: perl
59934            ! configpm
59935 ____________________________________________________________________________
59936 [ 21109] By: jhi                                   on 2003/09/08  20:57:25
59937         Log: Subject: [PATCH] configpm: about 1.5K less per thread
59938              From: Elizabeth Mattijsen <liz@dijkmat.nl>
59939              Date: Mon, 8 Sep 2003 23:58:34 +0200
59940              Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>
59941      Branch: perl
59942            ! configpm
59943 ____________________________________________________________________________
59944 [ 21107] By: jhi                                   on 2003/09/08  20:45:38
59945         Log: Subject: [PATCH] warnings.pl: each thread 10K smaller
59946              From: Elizabeth Mattijsen <liz@dijkmat.nl>
59947              Date: Mon, 8 Sep 2003 22:22:38 +0200
59948              Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>
59949      Branch: perl
59950            ! lib/warnings.pm warnings.pl
59951 ____________________________________________________________________________
59952 [ 21106] By: rgs                                   on 2003/09/08  20:45:03
59953         Log: A version of change #21073 that works.
59954      Branch: perl
59955            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
59956 ____________________________________________________________________________
59957 [ 21105] By: jhi                                   on 2003/09/08  20:44:22
59958         Log: Regen perlapi.
59959      Branch: perl
59960            ! pod/perlapi.pod
59961 ____________________________________________________________________________
59962 [ 21103] By: jhi                                   on 2003/09/08  20:18:56
59963         Log: Radu Greab is my hero (the recent cygwin getpw*->pw_comment
59964              being a bad pointer is apparently a known cygwin bug).     The
59965              cure is to initialize the field.
59966      Branch: perl
59967            ! pp_sys.c
59968 ____________________________________________________________________________
59969 [ 21100] By: jhi                                   on 2003/09/08  19:38:39
59970         Log: Bad export.
59971      Branch: perl
59972            ! lib/Hash/Util.t
59973 ____________________________________________________________________________
59974 [ 21098] By: jhi                                   on 2003/09/08  19:06:09
59975         Log: The IPC::Open3 is just too unreliable for this task.
59976      Branch: perl
59977            ! lib/perl5db/de0.t
59978 ____________________________________________________________________________
59979 [ 21097] By: jhi                                   on 2003/09/08  18:42:43
59980         Log: Try to make the de0.t test more robust.
59981              The test is so flakey (too many external things influencing
59982              the result) that I'm likely to leave it out from the maint.
59983      Branch: perl
59984            ! lib/perl5db/de0.t
59985 ____________________________________________________________________________
59986 [ 21096] By: jhi                                   on 2003/09/08  17:58:19
59987         Log: Scott A. Crosby believes in not disclosing
59988              any more information than necessary: therefore
59989              instead of hash_seed() we have now hashes_random().
59990      Branch: perl
59991            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
59992 ____________________________________________________________________________
59993 [ 21095] By: jhi                                   on 2003/09/08  17:36:50
59994         Log: Mac OS X "last resort" recipe.
59995      Branch: perl
59996            ! README.macosx
59997 ____________________________________________________________________________
59998 [ 21094] By: jhi                                   on 2003/09/08  16:50:55
59999         Log: Subject: [patch] AUTHORS
60000              From: Juerd <juerd@cpan.org>
60001              Date: Mon, 8 Sep 2003 08:42:13 +0200
60002              Message-ID: <20030908064213.GC23461@c3.convolution.nl>
60003      Branch: perl
60004            ! AUTHORS
60005 ____________________________________________________________________________
60006 [ 21093] By: jhi                                   on 2003/09/08  15:47:14
60007         Log: Slightly more intelligent paranoia.
60008      Branch: perl
60009            ! pod/perldiag.pod util.c
60010 ____________________________________________________________________________
60011 [ 21090] By: jhi                                   on 2003/09/08  14:07:03
60012         Log: Win32 is playing to hard to get but I do not have
60013              time to chase it, so restore #21072, more or less.
60014              I think testing the debugger in UNIX-like places
60015              is enough, no need to go into painful contortions
60016              trying to "portably" run interactive programs like
60017              the debugger.
60018      Branch: perl
60019            ! lib/perl5db/de0.t
60020 ____________________________________________________________________________
60021 [ 21088] By: jhi                                   on 2003/09/08  12:50:15
60022         Log: 5.8.1 was mistakenly redefining PL_sv_placeholder.
60023      Branch: perl
60024            ! ext/Storable/Storable.xs
60025 ____________________________________________________________________________
60026 [ 21087] By: jhi                                   on 2003/09/08  12:34:37
60027         Log: Add Hash::Util::hash_seed() which answers among
60028              other things the question whether our hashes are
60029              "randomised".  (They always were...)
60030      Branch: perl
60031            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
60032 ____________________________________________________________________________
60033 [ 21086] By: jhi                                   on 2003/09/08  12:22:03
60034         Log: XSRETURN_UV was missing.
60035      Branch: perl
60036            ! XSUB.h
60037 ____________________________________________________________________________
60038 [ 21085] By: jhi                                   on 2003/09/08  12:15:23
60039         Log: Superparanoia.
60040      Branch: perl
60041            ! util.c
60042 ____________________________________________________________________________
60043 [ 21084] By: ams                                   on 2003/09/08  11:44:25
60044         Log: Clean up pp_readdir() somewhat.
60045      Branch: perl
60046            ! pp_sys.c
60047 ____________________________________________________________________________
60048 [ 21082] By: jhi                                   on 2003/09/08  11:32:46
60049         Log: The #21073 broke ext/B/t/o.t, retracting the #21073.
60050      Branch: perl
60051            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
60052 ____________________________________________________________________________
60053 [ 21080] By: jhi                                   on 2003/09/08  09:52:40
60054         Log: In Win32 IPC::Open3 + IO::Select does not work that well
60055              so mostly undo the change #21072 and revert back to using
60056              a temp file.
60057      Branch: perl
60058            ! lib/perl5db/de0.t
60059 ____________________________________________________________________________
60060 [ 21078] By: jhi                                   on 2003/09/08  09:10:47
60061         Log: In Win32 the cmd.exe console output doesn't seem to
60062              be catchable using the in-memory I/O + select trick,
60063              so use tie-STDOUT trick instead.
60064      Branch: perl
60065            ! lib/perl5db/dumpvar.t
60066 ____________________________________________________________________________
60067 [ 21077] By: jhi                                   on 2003/09/08  09:03:13
60068         Log: Move Config test.
60069      Branch: perl
60070            ! lib/perl5db/de0.t
60071 ____________________________________________________________________________
60072 [ 21076] By: jhi                                   on 2003/09/08  08:50:27
60073         Log: Let's require fork for this test.
60074      Branch: perl
60075            ! lib/perl5db/de0.t
60076 ____________________________________________________________________________
60077 [ 21074] By: jhi                                   on 2003/09/08  08:09:27
60078         Log: Subject: [PATCH] call_(pv|etc.) for Devel::PPPort
60079              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
60080              Date: Mon, 08 Sep 2003 08:56:09 +0200
60081              Message-id: <20030908065609.GA1260@ethan>
60082      Branch: perl
60083            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
60084            ! ext/Devel/PPPort/t/test.t
60085 ____________________________________________________________________________
60086 [ 21073] By: jhi                                   on 2003/09/08  08:07:55
60087         Log: Subject: Re: one nit to fix [PATCH]
60088              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
60089              Date: Mon, 8 Sep 2003 10:19:08 +0200
60090              Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>
60091      Branch: perl
60092            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
60093 ____________________________________________________________________________
60094 [ 21072] By: jhi                                   on 2003/09/08  08:04:53
60095         Log: Subject: Re: [PATCH] Test skeleton for debugger commands
60096              From: Andreas J Koenig <andreas.koenig@anima.de>
60097              Date: Mon, 08 Sep 2003 10:48:27 +0200
60098              Message-ID: <87llszis2s.fsf@franz.ak.mind.de>
60099      Branch: perl
60100            ! lib/perl5db/de0.t
60101 ____________________________________________________________________________
60102 [ 21071] By: jhi                                   on 2003/09/08  06:46:00
60103         Log: de0.t: use Test::More, add some tests.
60104      Branch: perl
60105            ! lib/perl5db/de0.t
60106 ____________________________________________________________________________
60107 [ 21070] By: jhi                                   on 2003/09/08  06:31:39
60108         Log: More dumpvar testing.
60109      Branch: perl
60110            ! lib/perl5db/dumpvar.t
60111 ____________________________________________________________________________
60112 [ 21069] By: jhi                                   on 2003/09/08  05:34:03
60113         Log: An empty test.
60114      Branch: perl
60115            ! lib/perl5db/dumpvar.t
60116 ____________________________________________________________________________
60117 [ 21068] By: jhi                                   on 2003/09/08  05:21:21
60118         Log: dumpvar.t: use Test::More;
60119      Branch: perl
60120            ! lib/perl5db/dumpvar.t
60121 ____________________________________________________________________________
60122 [ 21067] By: jhi                                   on 2003/09/08  05:11:46
60123         Log: Cleanup PerlIO::scalar documentation a bit.
60124      Branch: perl
60125            ! ext/PerlIO/scalar/scalar.pm
60126 ____________________________________________________________________________
60127 [ 21066] By: jhi                                   on 2003/09/08  04:49:28
60128         Log: The in-memory files require PerlIO::scalar.
60129      Branch: perl
60130            ! lib/perl5db/dumpvar.t
60131 ____________________________________________________________________________
60132 [ 21065] By: rgs                                   on 2003/09/07  21:17:23
60133         Log: Subject: [PATCH] Test skeleton for debugger commands
60134              From: Andreas J Koenig <andreas.koenig@anima.de>
60135              Date: Sun, 07 Sep 2003 18:51:56 +0200
60136              Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
60137              With minor adjustments
60138      Branch: perl
60139            + lib/perl5db/de0.t lib/perl5db/dumpvar.t
60140            ! MANIFEST
60141 ____________________________________________________________________________
60142 [ 21064] By: rgs                                   on 2003/09/07  19:12:05
60143         Log: Upgrade to Unicode::Collate 0.28
60144      Branch: perl
60145            + lib/Unicode/Collate/t/contract.t
60146            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
60147            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
60148 ____________________________________________________________________________
60149 [ 21063] By: rgs                                   on 2003/09/07  18:25:23
60150         Log: Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
60151              From: Dave Mitchell <davem@fdgroup.com>
60152              Date: Sun, 7 Sep 2003 19:14:44 +0100
60153              Message-ID: <20030907181444.GA7058@fdgroup.com>
60154      Branch: perl
60155            ! ext/Opcode/Safe.pm
60156 ____________________________________________________________________________
60157 [ 21062] By: rgs                                   on 2003/09/07  12:44:33
60158         Log: Subject: [PATCH] honoring void context for map()
60159              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
60160              Date: Thu, 04 Sep 2003 11:13:41 +0200
60161              Message-id: <20030904091341.GA30655@ethan>
60162      Branch: perl
60163            ! pp_ctl.c
60164 ____________________________________________________________________________
60165 [ 21061] By: jhi                                   on 2003/09/07  07:04:53
60166         Log: Retract #21010.
60167      Branch: perl
60168            ! lib/dumpvar.pl
60169 ____________________________________________________________________________
60170 [ 21060] By: rgs                                   on 2003/09/06  21:30:10
60171         Log: Minor doc style nits in XSLoader.
60172      Branch: perl
60173            ! ext/DynaLoader/XSLoader_pm.PL
60174 ____________________________________________________________________________
60175 [ 21058] By: jhi                                   on 2003/09/06  19:57:46
60176         Log: Vanity patch.
60177      Branch: perl
60178            ! AUTHORS
60179 ____________________________________________________________________________
60180 [ 21057] By: jhi                                   on 2003/09/06  19:56:53
60181         Log: Updated Sharp Zaurus cross-compilation from Redvers Davies.
60182      Branch: perl
60183            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/TODO
60184            ! Cross/config.sh-arm-linux Cross/generate_config_sh
60185            ! Cross/installperl.patch
60186 ____________________________________________________________________________
60187 [ 21056] By: rgs                                   on 2003/09/06  19:03:41
60188         Log: Email nits in Fatal.pm [perl #23724].
60189      Branch: perl
60190            ! lib/Fatal.pm
60191 ____________________________________________________________________________
60192 [ 21052] By: jhi                                   on 2003/09/05  20:34:15
60193         Log: Musty corners of Syslog.pm.
60194      Branch: perl
60195            ! ext/Sys/Syslog/Syslog.pm
60196 ____________________________________________________________________________
60197 [ 21051] By: ams                                   on 2003/09/05  18:43:46
60198         Log: 1. Work around the bug fixed by #20587 (because it's in 5.8.0).
60199              2. Compensate for PL_sv_placeholder <= 5.8.1.
60200              3. Clean up non-backwards-compatible tests.
60201              4. Prepare for the 2.08 CPAN release.
60202      Branch: perl
60203            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
60204            ! ext/Storable/t/freeze.t ext/Storable/t/malice.t
60205            ! ext/Storable/t/utf8hash.t
60206 ____________________________________________________________________________
60207 [ 21048] By: jhi                                   on 2003/09/05  13:53:23
60208         Log: One more known tie problem.
60209      Branch: perl
60210            ! pod/perltie.pod
60211 ____________________________________________________________________________
60212 [ 21047] By: jhi                                   on 2003/09/05  13:46:35
60213         Log: Subject: [PATCH] threads/shared.pm: saves 4K per thread
60214              Date: Fri, 5 Sep 2003 14:46:00 +0200
60215              Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
60216              From: Elizabeth Mattijsen <liz@dijkmat.nl>
60217      Branch: perl
60218            ! ext/threads/shared/shared.pm
60219 ____________________________________________________________________________
60220 [ 21046] By: jhi                                   on 2003/09/05  13:44:30
60221         Log: Subject: versions threads modules
60222              From: Elizabeth Mattijsen <liz@dijkmat.nl>
60223              Date: Fri, 5 Sep 2003 12:22:52 +0200
60224              Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>
60225      Branch: perl
60226            ! ext/threads/shared/shared.pm
60227 ____________________________________________________________________________
60228 [ 21045] By: jhi                                   on 2003/09/05  13:43:36
60229         Log: More suidperl path disclosure plugging:
60230              the #9813 didn't do enough.  See either of
60231              http://rt.perl.org/rt2/Ticket/Display.html?id=6511
60232              http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
60233      Branch: perl
60234            ! perl.c pod/perldiag.pod
60235 ____________________________________________________________________________
60236 [ 21044] By: jhi                                   on 2003/09/05  13:09:54
60237         Log: FreeBSD hints updates from Anton Berezin.
60238      Branch: perl
60239            ! hints/freebsd.sh
60240 ____________________________________________________________________________
60241 [ 21043] By: merijn                                on 2003/09/05  11:18:20
60242         Log: Changed conflicting diff options
60243      Branch: perl
60244            ! patchlevel.h
60245 ____________________________________________________________________________
60246 [ 21042] By: jhi                                   on 2003/09/05  06:47:43
60247         Log: Acknowledge some known tie bugs.
60248      Branch: perl
60249            ! pod/perltie.pod
60250 ____________________________________________________________________________
60251 [ 21041] By: merijn                                on 2003/09/05  04:50:44
60252         Log: Subject: [PATCH] Remove dublicated entry in AUTHORS
60253              From: Ilya Martynov <ilya@martynov.org>
60254              Date: Fri, 05 Sep 2003 00:49:57 +0400
60255              Message-ID: <8765k8uvm2.fsf@abra.ru>
60256      Branch: perl
60257            ! AUTHORS
60258 ____________________________________________________________________________
60259 [ 21040] By: jhi                                   on 2003/09/05  04:36:48
60260         Log: code example error in "perlopentut"
60261      Branch: perl
60262            ! pod/perlopentut.pod
60263 ____________________________________________________________________________
60264 [ 21039] By: jhi                                   on 2003/09/05  04:13:17
60265         Log: Another seemingly fixed (un)tie bug,
60266              [perl ##22297] cannot untie scalar from within tied FETCH
60267      Branch: perl
60268            ! t/op/tie.t
60269 ____________________________________________________________________________
60270 [ 21036] By: jhi                                   on 2003/09/04  19:34:26
60271         Log: Subject: Re: [PATCH] Data::Dumper 2.121
60272              From: Ilya Martynov <ilya@martynov.org>
60273              Date: Fri, 05 Sep 2003 00:33:46 +0400
60274              Message-ID: <87ad9kuwd1.fsf@abra.ru>
60275      Branch: perl
60276            ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
60277            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
60278            ! ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t
60279 ____________________________________________________________________________
60280 [ 21033] By: jhi                                   on 2003/09/04  18:52:29
60281         Log: I think once is enough.
60282      Branch: perl
60283            ! configure.gnu
60284 ____________________________________________________________________________
60285 [ 21032] By: jhi                                   on 2003/09/04  17:30:28
60286         Log: Subject: [PATCH] Re: [PATCH] Re: ByteLoader and MSWin32
60287              From: Enache Adrian <enache@rdslink.ro>
60288              Date: Thu, 4 Sep 2003 20:09:06 +0300
60289              Message-ID: <20030904170906.GA1235@ratsnest.hole>
60290      Branch: perl
60291            ! bytecode.pl ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
60292            ! ext/ByteLoader/byterun.c
60293 ____________________________________________________________________________
60294 [ 21031] By: jhi                                   on 2003/09/04  17:27:58
60295         Log: Subject: [PATCH] perlreftut: change distribution conditions
60296              From: "Brendan O'Dea" <bod@debian.org>
60297              Date: Thu, 4 Sep 2003 02:28:49 +1000
60298              Message-ID: <20030903162849.GA9675@londo.c47.org>
60299      Branch: perl
60300            ! pod/perlreftut.pod
60301 ____________________________________________________________________________
60302 [ 21030] By: jhi                                   on 2003/09/04  17:26:48
60303         Log: Subject: Re: "vendor" patch pickup
60304              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
60305              Date: Thu, 4 Sep 2003 19:47:55 +0200
60306              Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
60307
60308              (Gentoo: take Marcus' version of the __THROW patch and
60309              even further #ifdef-protect it with __GLIBC__.)
60310      Branch: perl
60311            ! perl.h
60312 ____________________________________________________________________________
60313 [ 21029] By: jhi                                   on 2003/09/04  16:01:26
60314         Log: Tiny perlcc tweaks.
60315      Branch: perl
60316            ! utils/perlcc.PL
60317 ____________________________________________________________________________
60318 [ 21028] By: jhi                                   on 2003/09/04  15:10:48
60319         Log: A SuSE patchlet for perlcc -c to avoid
60320              "Modification of a read-only value attempted at ... C.pm"
60321      Branch: perl
60322            ! ext/B/B/C.pm
60323 ____________________________________________________________________________
60324 [ 21027] By: jhi                                   on 2003/09/04  08:54:40
60325         Log: AUTHORS updates.
60326      Branch: perl
60327            ! AUTHORS
60328 ____________________________________________________________________________
60329 [ 21025] By: jhi                                   on 2003/09/03  20:27:56
60330         Log: Upgrade to Math::BigInt pre-rel 1.66 as of
60331              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
60332              (the tar.gz link doesn't have 'v1.66', it has '1.66')
60333              so that the smoke builds can start chewing it.
60334      Branch: perl
60335            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
60336            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
60337            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
60338            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
60339            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbf.t
60340            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
60341 ____________________________________________________________________________
60342 [ 21022] By: jhi                                   on 2003/09/03  16:42:24
60343         Log: Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
60344              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
60345              Date: Wed, 3 Sep 2003 19:20:20 +0200
60346              Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>
60347      Branch: perl
60348            ! Porting/valgrindpp.pl
60349 ____________________________________________________________________________
60350 [ 21019] By: jhi                                   on 2003/09/03  15:51:35
60351         Log: Also indicate the Unicode level here.
60352              (The last date is non-committal :-)
60353      Branch: perl
60354            ! pod/perlunicode.pod
60355 ____________________________________________________________________________
60356 [ 21018] By: jhi                                   on 2003/09/03  12:08:23
60357         Log: Avoid lvalue casts, from Enache.
60358      Branch: perl
60359            ! ext/ByteLoader/bytecode.h op.h
60360 ____________________________________________________________________________
60361 [ 21017] By: jhi                                   on 2003/09/03  08:23:39
60362         Log: Bump up the VERSION.
60363      Branch: perl
60364            ! lib/bytes.pm
60365 ____________________________________________________________________________
60366 [ 21016] By: jhi                                   on 2003/09/03  08:22:48
60367         Log: Add, document, and test bytes::substr, index, rindex, chr,
60368              document bytes::ord.
60369      Branch: perl
60370            ! lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl
60371 ____________________________________________________________________________
60372 [ 21014] By: jhi                                   on 2003/09/03  06:16:24
60373         Log: Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test
60374              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
60375              Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
60376              Message-ID: <29644.1062572245@www50.gmx.net>
60377
60378              The other half of #20930 should be still good.
60379      Branch: perl
60380            ! op.c
60381 ____________________________________________________________________________
60382 [ 21013] By: jhi                                   on 2003/09/03  06:15:09
60383         Log: use IO; is deprecated.
60384      Branch: perl
60385            ! ext/threads/t/join.t
60386 ____________________________________________________________________________
60387 [ 21012] By: jhi                                   on 2003/09/03  05:28:50
60388         Log: Upgrade to base 2.01 from CPAN.
60389      Branch: perl
60390            ! lib/base.pm lib/fields.pm
60391 ____________________________________________________________________________
60392 [ 21011] By: jhi                                   on 2003/09/03  05:08:29
60393         Log: Changing the test count is a good idea.
60394      Branch: perl
60395            ! ext/threads/t/join.t
60396 ____________________________________________________________________________
60397 [ 21010] By: jhi                                   on 2003/09/03  04:59:38
60398         Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object
60399              From: Joe McMahon <mcmahon@ibiblio.org>
60400              Date: Tue, 2 Sep 2003 18:02:14 -0400
60401              Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
60402      Branch: perl
60403            ! lib/dumpvar.pl
60404 ____________________________________________________________________________
60405 [ 21009] By: jhi                                   on 2003/09/03  04:48:40
60406         Log: Subject: Re: maint@20974 or before broke mp2 ithreads test
60407              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
60408              Date: Wed, 3 Sep 2003 06:07:54 +0200
60409              Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
60410      Branch: perl
60411            ! ext/threads/t/join.t
60412 ____________________________________________________________________________
60413 [ 21008] By: jhi                                   on 2003/09/03  04:31:35
60414         Log: VMS does not have quite UNIX glob semantics.
60415      Branch: perl
60416            ! t/run/fresh_perl.t
60417 ____________________________________________________________________________
60418 [ 21007] By: rgs                                   on 2003/09/02  21:21:27
60419         Log: Subject: some method calls not autoloaded
60420              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
60421              Date: Tue, 2 Sep 2003 15:06:29 -0700
60422              Message-ID: <20030902220629.GA2952@efn.org>
60423      Branch: perl
60424            ! pod/perlfunc.pod pod/perlsub.pod
60425 ____________________________________________________________________________
60426 [ 21003] By: jhi                                   on 2003/09/02  19:01:07
60427         Log: An untie test from perlmonks-- worked in 5.6.1,
60428              broken in 5.8.0, seems to be working again in maint,
60429              better nail it down now.
60430      Branch: perl
60431            ! t/op/tie.t
60432 ____________________________________________________________________________
60433 [ 21000] By: jhi                                   on 2003/09/02  15:35:40
60434         Log: Retract #20930 because of
60435              Subject: maint@20974 or before broke mp2 ithreads test
60436              From: Stas Bekman <stas@stason.org>
60437              Date: Mon, 01 Sep 2003 23:31:11 -0700
60438              Message-ID: <3F54392F.7080009@stason.org>
60439      Branch: perl
60440            ! op.c
60441 ____________________________________________________________________________
60442 [ 20999] By: jhi                                   on 2003/09/02  15:34:14
60443         Log: Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning
60444              From: Fergal Daly <fergal@esatclear.ie>
60445              Date: Tue, 2 Sep 2003 17:36:52 +0100
60446              Message-Id: <200309021736.52725.fergal@esatclear.ie>
60447      Branch: perl
60448            ! pod/perldiag.pod
60449 ____________________________________________________________________________
60450 [ 20998] By: jhi                                   on 2003/09/02  15:02:47
60451         Log: Subject: [perl #23672] Math::BigInit POD
60452              From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
60453              Date: 1 Sep 2003 08:47:39 -0000
60454              Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
60455      Branch: perl
60456            ! lib/Math/BigInt.pm
60457 ____________________________________________________________________________
60458 [ 20997] By: jhi                                   on 2003/09/02  14:58:21
60459         Log: Subject: [PATCH perlfaq6.pod] Explain \Q better
60460              From: Mark Jason Dominus <mjd@plover.com>
60461              Date: Mon, 01 Sep 2003 16:19:20 -0400
60462              Message-ID: <20030901201920.3929.qmail@plover.com>
60463      Branch: perl
60464            ! pod/perlfaq6.pod
60465 ____________________________________________________________________________
60466 [ 20996] By: jhi                                   on 2003/09/02  14:56:29
60467         Log: Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort
60468              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
60469              Date: Tue, 02 Sep 2003 11:27:19 +0200
60470              Message-id: <20030902092719.GA18075@ethan>
60471      Branch: perl
60472            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
60473            ! ext/Devel/PPPort/t/test.t
60474 ____________________________________________________________________________
60475 [ 20993] By: jhi                                   on 2003/09/02  14:40:54
60476         Log: Subject: [PATCH] Re: ByteLoader and MSWin32
60477              From: Enache Adrian <enache@rdslink.ro>
60478              Date: Tue, 2 Sep 2003 03:45:11 +0300
60479              Message-ID: <20030902004511.GA1442@ratsnest.hole>
60480      Branch: perl
60481            ! embed.fnc embed.h ext/ByteLoader/bytecode.h global.sym op.c
60482            ! op.h proto.h t/TEST
60483 ____________________________________________________________________________
60484 [ 20990] By: jhi                                   on 2003/09/02  04:29:45
60485         Log: Upgrade to Unicode::Collate 0.27.
60486      Branch: perl
60487            + lib/Unicode/Collate/t/hangul.t
60488            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
60489            ! lib/Unicode/Collate/README
60490 ____________________________________________________________________________
60491 [ 20989] By: jhi                                   on 2003/09/02  04:23:20
60492         Log: Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl
60493              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
60494              Date: Mon, 1 Sep 2003 22:28:58 +0200
60495              Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>
60496      Branch: perl
60497            ! Porting/valgrindpp.pl
60498 ____________________________________________________________________________
60499 [ 20983] By: jhi                                   on 2003/09/01  14:14:49
60500         Log: From Craig Berry, following the example of the other podxxx.PL
60501              in relying on basename($0, '.PL') to Do The Right Thing with
60502              regard to the case of the extension, which could be either
60503              .pl or .PL on VMS depending on version-specific features.
60504      Branch: perl
60505            ! pod/pod2usage.PL pod/podselect.PL
60506 ____________________________________________________________________________
60507 [ 20982] By: jhi                                   on 2003/09/01  13:01:49
60508         Log: Configure -r in AIX bad.
60509      Branch: perl
60510            ! README.aix
60511 ____________________________________________________________________________
60512 [ 20981] By: jhi                                   on 2003/09/01  11:28:35
60513         Log: Subject: [DOC PATCH] perlfaq4.pod
60514              Date: Mon, 1 Sep 2003 12:38:50 +0200
60515              From: Elizabeth Mattijsen <liz@dijkmat.nl>
60516              Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>
60517      Branch: perl
60518            ! pod/perlfaq4.pod
60519 ____________________________________________________________________________
60520 [ 20980] By: jhi                                   on 2003/09/01  08:49:02
60521         Log: Subject: glob() bug
60522              From: Gurusamy Sarathy <gsar@ActiveState.com>
60523              Date: Mon, 01 Sep 2003 02:25:41 -0700
60524              Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>
60525      Branch: perl
60526            ! op.c t/run/fresh_perl.t
60527 ____________________________________________________________________________
60528 [ 20979] By: jhi                                   on 2003/09/01  06:32:01
60529         Log: Ultrix VAX is like VMS VAX in floating point.
60530      Branch: perl
60531            ! t/op/sprintf.t
60532 ____________________________________________________________________________
60533 [ 20978] By: jhi                                   on 2003/09/01  05:44:25
60534         Log: Subject: [PATCH@20959] some WinCE compilers require a little correction
60535              From: Vadim Konovalov <vkonovalov@peterstar.ru>
60536              Date: Mon, 1 Sep 2003 02:57:33 +0400
60537              Message-ID: <1091134912500.20030901025733@peterstar.ru>
60538      Branch: perl
60539            ! wince/Makefile.ce wince/wince.c
60540 ____________________________________________________________________________
60541 [ 20973] By: jhi                                   on 2003/08/31  15:34:43
60542         Log: Add test for -i.
60543      Branch: perl
60544            ! MANIFEST t/run/switches.t
60545 ____________________________________________________________________________
60546 [ 20972] By: jhi                                   on 2003/08/31  15:12:10
60547         Log: Add tests for -h and (unknown) -z.
60548      Branch: perl
60549            ! MANIFEST t/run/switches.t
60550 ____________________________________________________________________________
60551 [ 20971] By: jhi                                   on 2003/08/31  15:03:42
60552         Log: Add test for -v.
60553      Branch: perl
60554            ! MANIFEST t/run/switches.t
60555 ____________________________________________________________________________
60556 [ 20970] By: jhi                                   on 2003/08/31  14:55:54
60557         Log: List the switches tested in switches.t.
60558      Branch: perl
60559            ! t/run/switches.t
60560 ____________________________________________________________________________
60561 [ 20969] By: jhi                                   on 2003/08/31  14:51:19
60562         Log: Subject: [PATCH: perl@20898] have installperl install perl_setup.com and dbga2p.exe for VMS
60563              From: PPrymmer@factset.com
60564              Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com>
60565              Date: Sun, 31 Aug 2003 10:11:54 -0400
60566      Branch: perl
60567            ! installperl
60568 ____________________________________________________________________________
60569 [ 20968] By: jhi                                   on 2003/08/31  13:24:10
60570         Log: Subject: [PATCH sv.c] Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
60571              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
60572              Date: Sun, 31 Aug 2003 15:21:17 +0200
60573              Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2>
60574      Branch: perl
60575            ! sv.c
60576 ____________________________________________________________________________
60577 [ 20965] By: jhi                                   on 2003/08/31  08:55:59
60578         Log: Ouch.  Upgrading to base 2.0 made the threads tests very unhappy
60579              both in blead and maint, lots of "Attempt to free non-existent
60580              shared string" and "Unbalanced string table refcount" errors.
60581              Retract #20960 (and #20963).
60582      Branch: perl
60583            - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
60584            - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
60585            ! MANIFEST lib/base.pm lib/fields.pm
60586 ____________________________________________________________________________
60587 [ 20964] By: jhi                                   on 2003/08/31  08:17:43
60588         Log: Integrate from maint:
60589              [ 20963]
60590              Muffle the 'Pseudo-hashes are deprecated' warning for maint.
60591      Branch: perl
60592           !> lib/base/t/fp560.t
60593 ____________________________________________________________________________
60594 [ 20961] By: jhi                                   on 2003/08/31  08:09:21
60595         Log: De-cargo-cult.
60596      Branch: perl
60597            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
60598 ____________________________________________________________________________
60599 [ 20960] By: jhi                                   on 2003/08/31  08:07:43
60600         Log: Upgrade to base.pm 2.0.
60601
60602              (Rename the tests around a bit to be more 8.3-friendly.)
60603      Branch: perl
60604            + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
60605            + lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
60606            ! MANIFEST lib/base.pm lib/fields.pm
60607 ____________________________________________________________________________
60608 [ 20957] By: jhi                                   on 2003/08/30  18:47:02
60609         Log: Fewer naked char constants.
60610      Branch: perl
60611            ! doio.c perlio.c sv.h
60612 ____________________________________________________________________________
60613 [ 20956] By: jhi                                   on 2003/08/30  18:38:05
60614         Log: This is probably a wrong fix for
60615              [perl #23645] tell with perlio on appended files
60616              but maybe this gets NI-S agitated enough to present the correct fix :-)
60617      Branch: perl
60618            ! perlio.c t/io/tell.t
60619 ____________________________________________________________________________
60620 [ 20954] By: jhi                                   on 2003/08/30  17:14:19
60621         Log: A new try at
60622
60623              Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
60624              From: "Gerrit P. Haase" <gp@familiehaase.de>
60625              Date: Thu, 28 Aug 2003 08:18:51 +0200
60626              Message-ID: <4157199551.20030828081851@familiehaase.de>
60627
60628              (this time Cygwin only)
60629      Branch: perl
60630            ! perlio.c
60631 ____________________________________________________________________________
60632 [ 20952] By: rgs                                   on 2003/08/30  15:20:48
60633         Log: Tweak XSLoader.t.
60634              XSLoader is supposed to work even for extensions that
60635              are statically linked. So only check that the extension we
60636              test for is actually available. (This test is not supposed
60637              to be run by miniperl.)
60638      Branch: perl
60639            ! ext/DynaLoader/t/XSLoader.t
60640 ____________________________________________________________________________
60641 [ 20950] By: jhi                                   on 2003/08/30  06:49:31
60642         Log: Something went wrong in change #20929;
60643              linux 2.4.18-bf2.4 didn't like it:
60644              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
60645              and similar failure pattern also seen in Solaris 8.
60646      Branch: perl
60647            ! perlio.c
60648 ____________________________________________________________________________
60649 [ 20948] By: jhi                                   on 2003/08/30  06:08:57
60650         Log: Setup @INC.
60651      Branch: perl
60652            ! t/op/cproto.t
60653 ____________________________________________________________________________
60654 [ 20946] By: jhi                                   on 2003/08/30  06:00:09
60655         Log: Tabify and re-sort MANIFEST.
60656      Branch: perl
60657            ! MANIFEST
60658 ____________________________________________________________________________
60659 [ 20945] By: jhi                                   on 2003/08/30  05:57:04
60660         Log: Make XSLoader.t more robust (and sdbm.t more verbose)
60661      Branch: perl
60662            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
60663 ____________________________________________________________________________
60664 [ 20944] By: jhi                                   on 2003/08/30  05:50:41
60665         Log: Subject: [PATCH] XSLoader nits and tests
60666              From: Michael G Schwern <schwern@pobox.com>
60667              Date: Fri, 29 Aug 2003 22:55:07 -0700
60668              Message-ID: <20030830055507.GI25970@windhund.schwern.org>
60669      Branch: perl
60670            + ext/DynaLoader/t/XSLoader.t
60671            ! MANIFEST ext/DynaLoader/XSLoader_pm.PL
60672 ____________________________________________________________________________
60673 [ 20943] By: jhi                                   on 2003/08/30  05:44:02
60674         Log: Missed from #20942.
60675      Branch: perl
60676            ! lib/File/Spec/VMS.pm
60677 ____________________________________________________________________________
60678 [ 20942] By: jhi                                   on 2003/08/30  05:41:59
60679         Log: Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS
60680              From: PPrymmer@factset.com
60681              Date: Sat, 30 Aug 2003 00:57:28 -0400
60682              Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>
60683      Branch: perl
60684            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
60685 ____________________________________________________________________________
60686 [ 20941] By: jhi                                   on 2003/08/30  05:37:13
60687         Log: Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T
60688              From: Stas Bekman <stas@stason.org>
60689              Date: Fri, 29 Aug 2003 17:11:41 -0700
60690              Message-ID: <3F4FEBBD.8000901@stason.org>
60691      Branch: perl
60692            ! pod/perlapi.pod sv.h
60693 ____________________________________________________________________________
60694 [ 20940] By: rgs                                   on 2003/08/29  21:17:59
60695         Log: Add a new test, to ensure that we don't unexpectedly change
60696              prototypes of builtins.
60697      Branch: perl
60698            + t/op/cproto.t
60699            ! MANIFEST
60700 ____________________________________________________________________________
60701 [ 20938] By: rgs                                   on 2003/08/29  20:22:21
60702         Log: Don't cast PL_multiline to bool : you may loose important bits.
60703      Branch: perl
60704            ! pp.c pp_hot.c
60705 ____________________________________________________________________________
60706 [ 20937] By: jhi                                   on 2003/08/29  17:22:11
60707         Log: Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others
60708              From: Nicholas Clark <nick@ccl4.org>
60709              Date: Wed, 27 Aug 2003 22:59:55 +0100
60710              Message-ID: <20030827225955.E558@plum.flirble.org>
60711      Branch: perl
60712            ! pp.c
60713 ____________________________________________________________________________
60714 [ 20936] By: jhi                                   on 2003/08/29  17:17:16
60715         Log: Some perluniintro tweaks.
60716      Branch: perl
60717            ! pod/perluniintro.pod
60718 ____________________________________________________________________________
60719 [ 20935] By: jhi                                   on 2003/08/29  17:07:25
60720         Log: Tiny doc tweak from Shannon -jj Behrens.
60721      Branch: perl
60722            ! pod/perluniintro.pod
60723 ____________________________________________________________________________
60724 [ 20933] By: jhi                                   on 2003/08/29  13:25:18
60725         Log: Comparing an int to a U32 makes VC6 nervous.
60726      Branch: perl
60727            ! pp.c pp_hot.c
60728 ____________________________________________________________________________
60729 [ 20932] By: jhi                                   on 2003/08/29  13:06:06
60730         Log: Better skip() explicit number of tests, test counts getting
60731              out of sync less likely that way.
60732      Branch: perl
60733            ! t/op/pack.t
60734 ____________________________________________________________________________
60735 [ 20931] By: jhi                                   on 2003/08/29  12:59:32
60736         Log: Some Ultrix test dodgings.
60737      Branch: perl
60738            ! t/base/num.t t/op/arith.t t/op/pack.t
60739 ____________________________________________________________________________
60740 [ 20930] By: jhi                                   on 2003/08/29  12:57:07
60741         Log: Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks
60742              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
60743              Date: Thu, 28 Aug 2003 21:47:22 +0200
60744              Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>
60745      Branch: perl
60746            ! op.c
60747 ____________________________________________________________________________
60748 [ 20929] By: jhi                                   on 2003/08/29  12:55:12
60749         Log: Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
60750              From: "Gerrit P. Haase" <gp@familiehaase.de>
60751              Date: Thu, 28 Aug 2003 08:18:51 +0200
60752              Message-ID: <4157199551.20030828081851@familiehaase.de>
60753
60754              (changed so that the 'b' is always appended)
60755      Branch: perl
60756            ! perlio.c
60757 ____________________________________________________________________________
60758 [ 20928] By: jhi                                   on 2003/08/29  07:04:17
60759         Log: Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization
60760              From: marek.rouchal@infineon.com
60761              Date: Wed, 27 Aug 2003 17:25:28 +0200
60762              Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
60763
60764              PodParser-1.25 prerelease.
60765      Branch: perl
60766            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
60767            ! lib/Pod/Parser.pm pod/pod2usage.PL pod/podchecker.PL
60768            ! pod/podselect.PL t/pod/find.t t/pod/poderrs.xr
60769 ____________________________________________________________________________
60770 [ 20927] By: jhi                                   on 2003/08/28  18:53:45
60771         Log: MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
60772      Branch: perl
60773            ! ext/DynaLoader/dl_mpeix.xs mpeix/mpeix.c
60774 ____________________________________________________________________________
60775 [ 20925] By: jhi                                   on 2003/08/28  16:15:47
60776         Log: Subject: [PATCH] valgrindpp.pl
60777              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
60778              Date: Thu, 28 Aug 2003 09:43:49 +0200
60779              Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>
60780      Branch: perl
60781            ! Porting/valgrindpp.pl
60782 ____________________________________________________________________________
60783 [ 20924] By: jhi                                   on 2003/08/28  16:12:08
60784         Log: Subject: [PATCH] Quieten more warnings in Deparse.pm
60785              From: Paul Johnson <paul@pjcj.net>
60786              Date: Thu, 28 Aug 2003 00:13:59 +0200
60787              Message-ID: <20030827221359.GE28396@pjcj.net>
60788      Branch: perl
60789            ! ext/B/B/Deparse.pm
60790 ____________________________________________________________________________
60791 [ 20923] By: jhi                                   on 2003/08/28  01:45:51
60792         Log: Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
60793              From: Michael G Schwern <schwern@pobox.com>
60794              Date: Wed, 27 Aug 2003 15:05:20 -0700
60795              Message-ID: <20030827220520.GD7300@windhund.schwern.org>
60796      Branch: perl
60797            ! lib/ExtUtils/MakeMaker/Tutorial.pod
60798 ____________________________________________________________________________
60799 [ 20922] By: rgs                                   on 2003/08/27  19:52:27
60800         Log: Add caveats and tests for Symbol::delete_package().
60801      Branch: perl
60802            ! lib/Symbol.pm lib/Symbol.t
60803 ____________________________________________________________________________
60804 [ 20921] By: jhi                                   on 2003/08/27  17:12:56
60805         Log: Configure is doing fine in Ultrix, operator error.
60806      Branch: perl
60807            ! hints/ultrix_4.sh
60808 ____________________________________________________________________________
60809 [ 20920] By: jhi                                   on 2003/08/27  16:49:22
60810         Log: Add the valgrindpp.pl script from Marcus Holland-Moritz.
60811      Branch: perl
60812            + Porting/valgrindpp.pl
60813            ! MANIFEST
60814 ____________________________________________________________________________
60815 [ 20917] By: jhi                                   on 2003/08/27  13:09:33
60816         Log: Subject: disturbing, disruptive typo in Tutorial.pod [PATCH]
60817              From: "John P. Linderman" <jpl@research.att.com>
60818              Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
60819              Message-Id: <200308271210.IAA23907@raptor.research.att.com>
60820
60821              Subject: typo in pod/perlnewmod.pod [PATCH]
60822              From: "John P. Linderman" <jpl@research.att.com>
60823              Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
60824              Message-Id: <200308271307.JAA46955@raptor.research.att.com>
60825
60826              Subject: [PATCH] document the location of byacc
60827              From: Dave Mitchell <davem@fdgroup.com>
60828              Date: Wed, 27 Aug 2003 14:26:50 +0100
60829              Message-ID: <20030827132650.GA23144@fdgroup.com>
60830      Branch: perl
60831            ! Porting/pumpkin.pod lib/ExtUtils/MakeMaker/Tutorial.pod
60832            ! pod/perlnewmod.pod
60833 ____________________________________________________________________________
60834 [ 20916] By: jhi                                   on 2003/08/27  13:01:26
60835         Log: Ultrix tweaks: <string.h> must not be included twice
60836              (otherwise one gets prototype conflicts between the <string.h>
60837              and proto.h because Ultrix thinks e.g. Perl_ninstr has been
60838              define in <string.h>...); and Configure misprobes some features.
60839      Branch: perl
60840            ! ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/sdbm.c
60841            ! ext/SDBM_File/sdbm/sdbm.h ext/Socket/Socket.xs
60842            ! hints/ultrix_4.sh
60843 ____________________________________________________________________________
60844 [ 20915] By: jhi                                   on 2003/08/27  05:37:34
60845         Log: Urk.  In Mac OS X byteorder is not one of the "known ones",
60846              but instead it is 0xFFFF.  So retract #20914.
60847      Branch: perl
60848            ! perl.h
60849 ____________________________________________________________________________
60850 [ 20914] By: jhi                                   on 2003/08/27  05:17:44
60851         Log: Sanity check for BYTEORDER.
60852      Branch: perl
60853            ! perl.h
60854 ____________________________________________________________________________
60855 [ 20913] By: rgs                                   on 2003/08/26  20:34:48
60856         Log: Integrate two DJGPP portability patches from the 5.6.2 branch :
60857
60858              [20859]
60859              Two portability patches for DJGPP from Richard Dawe
60860              <rich@phekda.freeserve.co.uk>.
60861              Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
60862
60863              [20911]
60864              Don't uppercase automatically all environment variables on DJGPP.
60865              (reported by Richard Dawe, this breaks portability of Unix
60866              scripts.) Don't change the behaviour on plain MS/DOS.
60867      Branch: perl
60868            ! perl.c
60869           !> djgpp/djgppsed.sh dosish.h
60870 ____________________________________________________________________________
60871 [ 20912] By: rgs                                   on 2003/08/26  20:15:40
60872         Log: perlapi.pod tweaks, based on :
60873              Subject: misdocumented return value for sv_setref*
60874              From: Joe Schaefer <joe+perl@sunstarsys.com>
60875              Date: 12 Aug 2003 13:21:42 -0400
60876              Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>
60877      Branch: perl
60878            ! pod/perlapi.pod sv.c
60879 ____________________________________________________________________________
60880 [ 20910] By: rgs                                   on 2003/08/26  19:37:29
60881         Log: Change the internal prototype of the pop() and shift() builtins
60882              to (;\@), to reflect that their array argument is optional.
60883      Branch: perl
60884            ! opcode.h opcode.pl
60885 ____________________________________________________________________________
60886 [ 20909] By: rgs                                   on 2003/08/26  19:13:39
60887         Log: Subject: [PATCH] improved 19064 (local $_[0] problems)
60888              From: Dave Mitchell <davem@fdgroup.com>
60889              Date: Sun, 24 Aug 2003 15:52:00 +0100
60890              Message-ID: <20030824145159.GA12210@fdgroup.com>
60891      Branch: perl
60892            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
60893 ____________________________________________________________________________
60894 [ 20908] By: rgs                                   on 2003/08/26  18:40:50
60895         Log: Subject: [PATCH] minor File::Spec testing cleanup
60896              From: Ken Williams <ken@mathforum.org>
60897              Date: Thu, 21 Aug 2003 22:47:51 -0500
60898              Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>
60899      Branch: perl
60900            ! lib/File/Spec/t/rel2abs2rel.t
60901 ____________________________________________________________________________
60902 [ 20907] By: jhi                                   on 2003/08/26  12:12:14
60903         Log: Maintainer catch from Rafael.
60904      Branch: perl
60905            ! Porting/Maintainers.pl
60906 ____________________________________________________________________________
60907 [ 20905] By: jhi                                   on 2003/08/26  09:36:22
60908         Log: Take a cutdown version of the change #20903 also to perlebcdic.
60909      Branch: perl
60910            ! pod/perlebcdic.pod
60911 ____________________________________________________________________________
60912 [ 20904] By: jhi                                   on 2003/08/26  09:29:49
60913         Log: No dynaloading at all in Ultrix.
60914      Branch: perl
60915            ! hints/ultrix_4.sh
60916 ____________________________________________________________________________
60917 [ 20903] By: jhi                                   on 2003/08/26  08:54:02
60918         Log: PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
60919              (This information looks interesting enough to be mentioned
60920              elsewhere, too.)
60921      Branch: perl
60922            ! README.bs2000
60923 ____________________________________________________________________________
60924 [ 20902] By: jhi                                   on 2003/08/26  08:36:36
60925         Log: CGI::Carp from CGI.pm 3.00 was missing.
60926      Branch: perl
60927            ! lib/CGI/Carp.pm
60928 ____________________________________________________________________________
60929 [ 20901] By: jhi                                   on 2003/08/26  05:18:15
60930         Log: Subject: Re: [PATCH] valgrind and /#/x
60931              From: Enache Adrian <enache@rdslink.ro>
60932              Date: Tue, 26 Aug 2003 08:11:07 +0300
60933              Message-ID: <20030826051107.GA1086@ratsnest.hole>
60934      Branch: perl
60935            ! regcomp.c t/op/re_tests t/run/fresh_perl.t toke.c
60936 ____________________________________________________________________________
60937 [ 20900] By: jhi                                   on 2003/08/26  04:53:09
60938         Log: More memory lane.
60939      Branch: perl
60940            ! hints/ultrix_4.sh
60941 ____________________________________________________________________________
60942 [ 20899] By: rgs                                   on 2003/08/25  21:05:57
60943         Log: fix syscall() prototype description in
60944              perlfunc.pod, as suggested by Lukas Mai.
60945      Branch: perl
60946            ! pod/perlfunc.pod
60947 ____________________________________________________________________________
60948 [ 20896] By: jhi                                   on 2003/08/25  19:52:48
60949         Log: Tiny doc tweak.
60950      Branch: perl
60951            ! README.solaris
60952 ____________________________________________________________________________
60953 [ 20895] By: jhi                                   on 2003/08/25  19:46:31
60954         Log: Even more SunOS 4 info.
60955      Branch: perl
60956            ! README.solaris
60957 ____________________________________________________________________________
60958 [ 20894] By: jhi                                   on 2003/08/25  19:37:00
60959         Log: Subject: [PATCH@20512] make backspace key work for WinCE users
60960              From: Vadim Konovalov <vkonovalov@peterstar.ru>
60961              Date: Tue, 26 Aug 2003 00:10:29 +0400
60962              Message-ID: <135606488000.20030826001029@peterstar.ru>
60963      Branch: perl
60964            ! wince/perlmain.c
60965 ____________________________________________________________________________
60966 [ 20893] By: jhi                                   on 2003/08/25  19:25:08
60967         Log: Subject: more valgrinding: select problem?
60968              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
60969              Date: Mon, 25 Aug 2003 22:02:17 +0200
60970              Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
60971
60972              In glibc, just use the __FD_SETSIZE since that's
60973              the size of the buffer (usually 1024 bits, much
60974              more than the selectminbits of 32).
60975      Branch: perl
60976            ! pp_sys.c
60977 ____________________________________________________________________________
60978 [ 20892] By: jhi                                   on 2003/08/25  19:11:32
60979         Log: More ptags tweakage from Stas; now add 'fullpath'
60980              option to get absolute paths.
60981      Branch: perl
60982            ! emacs/ptags
60983 ____________________________________________________________________________
60984 [ 20891] By: jhi                                   on 2003/08/25  18:35:03
60985         Log: The new tests of #20888 didn't really test what they claimed to.
60986      Branch: perl
60987            ! t/op/pat.t
60988 ____________________________________________________________________________
60989 [ 20890] By: jhi                                   on 2003/08/25  18:14:33
60990         Log: Subject: [5.8.1] maint @ 20845 OK on aix 4.2
60991              From: Jose.auguste-etienne@cgss-guyane.fr
60992              Date: Mon, 25 Aug 2003 14:35:45 -0300
60993              Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
60994
60995              AIX Configure advice.
60996      Branch: perl
60997            ! README.aix
60998 ____________________________________________________________________________
60999 [ 20889] By: jhi                                   on 2003/08/25  18:08:42
61000         Log: More SunOS 4.x info.
61001      Branch: perl
61002            ! README.solaris
61003 ____________________________________________________________________________
61004 [ 20888] By: jhi                                   on 2003/08/25  17:53:32
61005         Log: The #20887 didn't go over that well;
61006              and add a few more tests from UTS#18.
61007      Branch: perl
61008            ! t/op/pat.t
61009 ____________________________________________________________________________
61010 [ 20887] By: jhi                                   on 2003/08/25  16:40:51
61011         Log: pat.t -> charnames -> UCD -> Storable,
61012              not good for static builds and minitest.
61013      Branch: perl
61014            ! t/op/pat.t
61015 ____________________________________________________________________________
61016 [ 20886] By: jhi                                   on 2003/08/25  16:35:26
61017         Log: SunOS 4.1.4 is working, too.
61018      Branch: perl
61019            ! README.solaris hints/sunos_4_1.sh
61020 ____________________________________________________________________________
61021 [ 20884] By: jhi                                   on 2003/08/25  16:05:18
61022         Log: Regen perlmodlib, perltoc.
61023      Branch: perl
61024            ! pod/perlmodlib.pod pod/perltoc.pod
61025 ____________________________________________________________________________
61026 [ 20881] By: jhi                                   on 2003/08/25  15:45:51
61027         Log: UVSIZE is not yet defined when it would be needed
61028              by MULTIARCH.  So go back to LONGSIZE, and (belt-
61029              and-suspenders-and-rope style) later in UVSIZE
61030              possibly redefine BYTEORDER.
61031      Branch: perl
61032            ! Configure config_h.SH
61033 ____________________________________________________________________________
61034 [ 20880] By: jhi                                   on 2003/08/25  11:28:45
61035         Log: Subject: [PATCH] valgrind and /#/x
61036              From: Dave Mitchell <davem@fdgroup.com>
61037              Date: Mon, 25 Aug 2003 13:27:49 +0100
61038              Message-ID: <20030825122748.GA15560@fdgroup.com>
61039      Branch: perl
61040            ! regcomp.c
61041 ____________________________________________________________________________
61042 [ 20879] By: jhi                                   on 2003/08/25  11:16:29
61043         Log: Subject: Please update my address
61044              From: Ed Avis <ed@membled.com>
61045              Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
61046              Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
61047
61048              (Just the AUTHORS part, though, I don't think retroactively
61049              updating the Changes* is useful.)
61050      Branch: perl
61051            ! AUTHORS
61052 ____________________________________________________________________________
61053 [ 20878] By: jhi                                   on 2003/08/25  11:14:26
61054         Log: Document even more ways of affecting your "utf8ness".
61055      Branch: perl
61056            ! lib/utf8.pm
61057 ____________________________________________________________________________
61058 [ 20877] By: jhi                                   on 2003/08/25  11:11:40
61059         Log: Change the VERSION since there are now changes since Perl 5.8.0.
61060      Branch: perl
61061            ! ext/I18N/Langinfo/Langinfo.pm
61062 ____________________________________________________________________________
61063 [ 20876] By: jhi                                   on 2003/08/25  11:11:13
61064         Log: Keep the CGI::Util VERSION at 1.31 since there have been changes
61065              since Perl 5.8.0.
61066      Branch: perl
61067            ! lib/CGI/Util.pm
61068 ____________________________________________________________________________
61069 [ 20875] By: jhi                                   on 2003/08/25  11:09:49
61070         Log: Upgrade to CGI.pm 3.00.
61071      Branch: perl
61072            ! lib/CGI.pm lib/CGI/Util.pm
61073 ____________________________________________________________________________
61074 [ 20872] By: jhi                                   on 2003/08/25  09:03:44
61075         Log: Subject: [PATCH] valgrind update
61076              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
61077              Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST)
61078              Message-ID: <21671.1061797917@www38.gmx.net>
61079      Branch: perl
61080            ! t/TEST t/op/magic.t
61081 ____________________________________________________________________________
61082 [ 20871] By: jhi                                   on 2003/08/25  05:16:02
61083         Log: Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
61084              From: Nicholas Clark <nick@ccl4.org>
61085              Date: Sun, 24 Aug 2003 16:48:53 +0100
61086              Message-ID: <20030824164851.E558@plum.flirble.org>
61087      Branch: perl
61088            ! doop.c
61089 ____________________________________________________________________________
61090 [ 20870] By: jhi                                   on 2003/08/25  05:14:04
61091         Log: Subject: [patch emacs/ptags] allow xemacs to be used
61092              From: Stas Bekman <stas@stason.org>
61093              Date: Sun, 24 Aug 2003 22:05:00 -0700
61094              Message-ID: <3F4998FC.3090401@stason.org>
61095      Branch: perl
61096            ! emacs/ptags
61097 ____________________________________________________________________________
61098 [ 20868] By: jhi                                   on 2003/08/24  13:20:03
61099         Log: MPE/iX doc tweak from Mark Bixby.
61100      Branch: perl
61101            ! README.mpeix
61102 ____________________________________________________________________________
61103 [ 20867] By: jhi                                   on 2003/08/24  10:46:42
61104         Log: Various tweaks for getting Perl to compile on SunOS 4.x.
61105              Doesn't work well yet, something broken in DynaLoader/XSLoader?
61106      Branch: perl
61107            ! README.solaris ext/IO/poll.c hints/sunos_4_1.sh
61108 ____________________________________________________________________________
61109 [ 20866] By: jhi                                   on 2003/08/24  10:00:59
61110         Log: IRIX 5.3 is 99.90% okay.
61111      Branch: perl
61112            ! README.irix hints/irix_5.sh
61113 ____________________________________________________________________________
61114 [ 20865] By: jhi                                   on 2003/08/24  08:24:46
61115         Log: An imperfect last resort in case there is no strtoul() but
61116              there is strtol() (like e.g. SunOS 4) because of the Atoul()
61117              in Perl_get_hash_seed()).  The only true fix would be to
61118              implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
61119              in numeric.c.
61120      Branch: perl
61121            ! perl.h
61122 ____________________________________________________________________________
61123 [ 20864] By: jhi                                   on 2003/08/24  07:45:47
61124         Log: s/rationale/rational/g on bigrats.
61125      Branch: perl
61126            ! lib/Math/BigRat.pm lib/bigrat.pm
61127 ____________________________________________________________________________
61128 [ 20862] By: jhi                                   on 2003/08/24  06:41:17
61129         Log: Update the CPAN mirrors list.
61130      Branch: perl
61131            ! pod/perlmodlib.PL pod/perlmodlib.pod
61132 ____________________________________________________________________________
61133 [ 20861] By: jhi                                   on 2003/08/24  06:13:13
61134         Log: gcc -O3 and Storable in Linux do not like each other.
61135      Branch: perl
61136            ! ext/Storable/hints/linux.pl
61137 ____________________________________________________________________________
61138 [ 20860] By: jhi                                   on 2003/08/24  05:34:56
61139         Log: Bad quote day, noticed by Philip Newton.
61140      Branch: perl
61141            ! hints/dos_djgpp.sh
61142 ____________________________________________________________________________
61143 [ 20856] By: jhi                                   on 2003/08/23  09:15:15
61144         Log: Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture"
61145              From: Enache Adrian <enache@rdslink.ro>
61146              Date: Mon, 4 Aug 2003 16:20:19 +0300
61147              Message-ID: <20030804132019.GA6764@ratsnest.hole>
61148      Branch: perl
61149            ! Configure config_h.SH
61150 ____________________________________________________________________________
61151 [ 20855] By: jhi                                   on 2003/08/23  07:51:32
61152         Log: Add more comments so that one can see what is supposed to happen.
61153      Branch: perl
61154            ! t/op/lc.t
61155 ____________________________________________________________________________
61156 [ 20854] By: jhi                                   on 2003/08/23  07:41:11
61157         Log: More data points about the Storable optimization problem
61158              in Linux.  (It might be that also non-Debians are affected,
61159              waiting for more information.)
61160      Branch: perl
61161            ! ext/Storable/hints/linux.pl
61162 ____________________________________________________________________________
61163 [ 20853] By: jhi                                   on 2003/08/23  07:37:41
61164         Log: Move the note about known eval leaks earlier.
61165      Branch: perl
61166            ! pod/perlhack.pod
61167 ____________________________________________________________________________
61168 [ 20852] By: jhi                                   on 2003/08/23  07:15:58
61169         Log: Forgot to regen byterun.c.
61170      Branch: perl
61171            ! ext/ByteLoader/byterun.c
61172 ____________________________________________________________________________
61173 [ 20851] By: jhi                                   on 2003/08/23  07:13:29
61174         Log: Doc tweaks on perlhack.
61175      Branch: perl
61176            ! pod/perlhack.pod
61177 ____________________________________________________________________________
61178 [ 20850] By: jhi                                   on 2003/08/23  06:54:58
61179         Log: Subject: [PATCH] Re: valgrind as a leak hound?
61180              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
61181              Date: Fri, 22 Aug 2003 23:28:18 +0200
61182              Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
61183
61184              Add the leak detection to valgrind testing.
61185      Branch: perl
61186            + t/perl.supp
61187            ! MANIFEST pod/perlhack.pod t/TEST
61188 ____________________________________________________________________________
61189 [ 20843] By: jhi                                   on 2003/08/22  15:05:39
61190         Log: Oops.  Why can't C comments nest?
61191      Branch: perl
61192            ! pp_sys.c
61193 ____________________________________________________________________________
61194 [ 20842] By: jhi                                   on 2003/08/22  14:57:09
61195         Log: Try to dodge getspnam() in AIX.
61196      Branch: perl
61197            ! pp_sys.c
61198 ____________________________________________________________________________
61199 [ 20840] By: jhi                                   on 2003/08/22  13:52:26
61200         Log: Subject: Re: mysterious bytecode.t failure
61201              From: Enache Adrian <enache@rdslink.ro>
61202              Date: Fri, 22 Aug 2003 11:49:34 +0300
61203              Message-ID: <20030822084934.GA1257@ratsnest.hole>
61204      Branch: perl
61205            ! t/base/lex.t
61206 ____________________________________________________________________________
61207 [ 20839] By: jhi                                   on 2003/08/22  13:51:44
61208         Log: Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1)
61209              From: Slaven Rezic <slaven@rezic.de>
61210              Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST)
61211              Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>
61212      Branch: perl
61213            ! lib/File/Temp.pm lib/File/Temp/t/tempfile.t
61214 ____________________________________________________________________________
61215 [ 20837] By: jhi                                   on 2003/08/22  13:42:24
61216         Log: Just #.
61217      Branch: perl
61218            ! pod/buildtoc pod/perltoc.pod
61219 ____________________________________________________________________________
61220 [ 20835] By: jhi                                   on 2003/08/22  13:32:12
61221         Log: Regen toc.
61222      Branch: perl
61223            ! pod/perltoc.pod
61224 ____________________________________________________________________________
61225 [ 20834] By: jhi                                   on 2003/08/22  13:28:36
61226         Log: Also MANIFEST the vms/perlvms restoration.
61227      Branch: perl
61228            ! MANIFEST
61229 ____________________________________________________________________________
61230 [ 20833] By: jhi                                   on 2003/08/22  13:22:02
61231         Log: In the vms/descrip_mms.template    the perlvms.pod must
61232              be copied from vms/, err, [.vms], not [.pod].
61233      Branch: perl
61234            ! pod/buildtoc vms/descrip_mms.template
61235 ____________________________________________________________________________
61236 [ 20832] By: jhi                                   on 2003/08/22  13:15:35
61237         Log: Retract #20826 and #20831; things are done differently
61238              in VMS, it seems.  Maybe the vms/descrip_mms.template
61239              needs to be changed?
61240      Branch: perl
61241            + vms/perlvms.pod
61242            - pod/perlvms.pod
61243            ! MANIFEST Makefile.SH
61244 ____________________________________________________________________________
61245 [ 20831] By: jhi                                   on 2003/08/22  13:04:47
61246         Log: Rafael spotted that vms/perlvms.pod was still referred to.
61247      Branch: perl
61248            ! Makefile.SH
61249 ____________________________________________________________________________
61250 [ 20829] By: jhi                                   on 2003/08/22  12:22:04
61251         Log: The change #20809 opened up a code path that might leave s unset.
61252      Branch: perl
61253            ! mg.c
61254 ____________________________________________________________________________
61255 [ 20828] By: jhi                                   on 2003/08/22  12:17:49
61256         Log: Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803
61257              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
61258              Date: Fri, 22 Aug 2003 14:57:09 +0200
61259              Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>
61260      Branch: perl
61261            ! lib/File/Path.t
61262 ____________________________________________________________________________
61263 [ 20827] By: jhi                                   on 2003/08/22  12:17:01
61264         Log: Test the correct longness; from Enache.
61265      Branch: perl
61266            ! ext/B/t/assembler.t
61267 ____________________________________________________________________________
61268 [ 20826] By: jhi                                   on 2003/08/22  12:15:28
61269         Log: perlvms moving day, from Craig Berry.
61270      Branch: perl
61271            + pod/perlvms.pod
61272            - vms/perlvms.pod
61273            ! MANIFEST
61274 ____________________________________________________________________________
61275 [ 20825] By: jhi                                   on 2003/08/22  12:14:14
61276         Log: Lower Storable.xs optimization to -O2 on certain
61277              known platforms.
61278      Branch: perl
61279            + ext/Storable/hints/linux.pl
61280            ! MANIFEST
61281 ____________________________________________________________________________
61282 [ 20824] By: jhi                                   on 2003/08/22  08:20:15
61283         Log: Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd
61284              From: Nicholas Clark <nick@ccl4.org>
61285              Date: Thu, 21 Aug 2003 22:26:18 +0100
61286              Message-ID: <20030821222618.T558@plum.flirble.org>
61287      Branch: perl
61288            ! t/op/pack.t
61289 ____________________________________________________________________________
61290 [ 20823] By: jhi                                   on 2003/08/22  08:16:47
61291         Log: Subject: Re: [perl #23463]: compiler version on sparc/netbsd
61292              From: alian@cpan.org (Alian)
61293              Date: Wed, 20 Aug 2003 20:39:17 +0200
61294              Message-ID: <3F43C055.6030709@jupiter.alianet>
61295      Branch: perl
61296            ! t/op/pack.t
61297 ____________________________________________________________________________
61298 [ 20822] By: jhi                                   on 2003/08/22  08:01:57
61299         Log: Try to make the use of utf8 as clear as possible.
61300      Branch: perl
61301            ! lib/utf8.pm
61302 ____________________________________________________________________________
61303 [ 20821] By: jhi                                   on 2003/08/22  07:51:21
61304         Log: Put the tests of the change #19064 back, but disable them.
61305      Branch: perl
61306            ! t/op/args.t
61307 ____________________________________________________________________________
61308 [ 20820] By: jhi                                   on 2003/08/22  06:47:50
61309         Log: Advertise the encoding pragma at the utf8 pragma.
61310      Branch: perl
61311            ! lib/utf8.pm
61312 ____________________________________________________________________________
61313 [ 20819] By: jhi                                   on 2003/08/22  06:31:29
61314         Log: Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt)
61315              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
61316              Date: Fri, 22 Aug 2003 09:01:09 +0200
61317              Message-id: <20030822070109.GA1029@ethan>
61318      Branch: perl
61319            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
61320            ! ext/Devel/PPPort/t/test.t
61321 ____________________________________________________________________________
61322 [ 20817] By: jhi                                   on 2003/08/22  05:18:53
61323         Log: Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR
61324              From: insecure <insecure@mail.od.ua>
61325              Date: Thu, 21 Aug 2003 21:37:56 +0300
61326              Message-Id: <200308212137.57016.insecure@mail.od.ua>
61327      Branch: perl
61328            ! ext/I18N/Langinfo/Langinfo.xs
61329 ____________________________________________________________________________
61330 [ 20816] By: jhi                                   on 2003/08/22  05:15:30
61331         Log: More bytecode patching from Enache.
61332      Branch: perl
61333            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
61334            ! ext/B/B/Disassembler.pm ext/ByteLoader/bytecode.h
61335 ____________________________________________________________________________
61336 [ 20815] By: jhi                                   on 2003/08/22  05:06:58
61337         Log: Subject: Re: pod cleanup
61338              From: Ken Williams <ken@mathforum.org>
61339              Date: Thu, 21 Aug 2003 21:24:57 -0500
61340              Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>
61341      Branch: perl
61342            ! lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.pm
61343 ____________________________________________________________________________
61344 [ 20814] By: jhi                                   on 2003/08/22  05:05:52
61345         Log: Do not edit perltoc since it is autogenerated.
61346      Branch: perl
61347            ! pod/buildtoc
61348 ____________________________________________________________________________
61349 [ 20813] By: jhi                                   on 2003/08/22  04:57:12
61350         Log: Subject: [PATCH] Re: pod cleanup
61351              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
61352              Date: Thu, 21 Aug 2003 17:09:17 -0400
61353              Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
61354
61355              (the pod part)
61356      Branch: perl
61357            ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod
61358            ! pod/perlipc.pod pod/perlpacktut.pod
61359 ____________________________________________________________________________
61360 [ 20811] By: jhi                                   on 2003/08/22  04:46:58
61361         Log: No need to E<gt>.
61362      Branch: perl
61363            ! pod/perluniintro.pod
61364 ____________________________________________________________________________
61365 [ 20810] By: jhi                                   on 2003/08/22  04:46:01
61366         Log: Add File::Temp's OO test.
61367      Branch: perl
61368            + lib/File/Temp/t/object.t
61369            ! MANIFEST
61370 ____________________________________________________________________________
61371 [ 20809] By: rgs                                   on 2003/08/21  19:07:22
61372         Log: The magic variables that alter STDOUT have a tendancy to segfault
61373              when accessed if STDOUT is undefined. Protect them.
61374      Branch: perl
61375            ! mg.c
61376 ____________________________________________________________________________
61377 [ 20808] By: jhi                                   on 2003/08/21  18:39:36
61378         Log: Mention the Unicode UTR #18 version referenced.
61379      Branch: perl
61380            ! pod/perlunicode.pod
61381 ____________________________________________________________________________
61382 [ 20807] By: jhi                                   on 2003/08/21  18:22:22
61383         Log: Must close so that unlink works portably.
61384      Branch: perl
61385            ! t/io/utf8.t
61386 ____________________________________________________________________________
61387 [ 20806] By: jhi                                   on 2003/08/21  18:15:07
61388         Log: Subject: [perluniintro.pod] pod markup fix
61389              From: Stas Bekman <stas@stason.org>
61390              Date: Thu, 21 Aug 2003 11:41:01 -0700
61391              Message-ID: <3F45123D.8020805@stason.org>
61392      Branch: perl
61393            ! pod/perluniintro.pod
61394 ____________________________________________________________________________
61395 [ 20805] By: jhi                                   on 2003/08/21  18:11:30
61396         Log: Subject: [PATCH] utf8 variable names scrambled in error messages
61397              From: Enache Adrian <enache@rdslink.ro>
61398              Date: Thu, 21 Aug 2003 21:17:26 +0300
61399              Message-ID: <20030821181726.GA1241@ratsnest.hole>
61400      Branch: perl
61401            ! gv.c t/op/die.t
61402 ____________________________________________________________________________
61403 [ 20804] By: jhi                                   on 2003/08/21  18:09:10
61404         Log: Fix the syswrite downgrade bug of
61405              [perl #23428] Somethings rotten in unicode semantics
61406      Branch: perl
61407            ! pp_sys.c t/io/utf8.t
61408 ____________________________________________________________________________
61409 [ 20801] By: jhi                                   on 2003/08/21  15:06:16
61410         Log: No more public cwd(), use private _cwd().
61411      Branch: perl
61412            ! lib/File/Spec/t/Spec.t
61413 ____________________________________________________________________________
61414 [ 20799] By: jhi                                   on 2003/08/21  14:20:04
61415         Log: Underline the fact that abs2rel() makes no sense
61416              if it spans multiple roots.
61417      Branch: perl
61418            ! lib/File/Spec.pm lib/File/Spec/Unix.pm
61419 ____________________________________________________________________________
61420 [ 20798] By: jhi                                   on 2003/08/21  14:12:29
61421         Log: Rename the internal cwd() to _cwd() (it's not curdir).
61422      Branch: perl
61423            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
61424            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
61425            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
61426            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
61427 ____________________________________________________________________________
61428 [ 20797] By: jhi                                   on 2003/08/21  14:05:18
61429         Log: Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
61430              From: PPrymmer@factset.com
61431              Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com>
61432              Date: Tue, 19 Aug 2003 21:50:12 -0400
61433      Branch: perl
61434            ! lib/ExtUtils/MM_Unix.pm
61435 ____________________________________________________________________________
61436 [ 20795] By: jhi                                   on 2003/08/21  04:42:56
61437         Log: Retract #19064, broke mod_perl flushing (localisation of $|).
61438              http://public.activestate.com/cgi-bin/perlbrowse?patch=19064
61439              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html
61440      Branch: perl
61441            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
61442 ____________________________________________________________________________
61443 [ 20794] By: jhi                                   on 2003/08/21  04:35:54
61444         Log: MPE/iX does not have nanosleep() (the test makes
61445              a wrong conclusion of the linking succeeding)
61446      Branch: perl
61447            ! ext/Time/HiRes/Makefile.PL
61448 ____________________________________________________________________________
61449 [ 20793] By: jhi                                   on 2003/08/21  04:35:05
61450         Log: Subject: Re: untieing your victim during the act
61451              From: Dave Mitchell <davem@fdgroup.com>
61452              Date: Wed, 20 Aug 2003 20:44:53 +0100
61453              Message-ID: <20030820194453.GD27719@fdgroup.com>
61454      Branch: perl
61455            ! mg.c
61456 ____________________________________________________________________________
61457 [ 20792] By: jhi                                   on 2003/08/21  04:30:54
61458         Log: Byteloader patching from Enache continues;
61459              PADOFFSET handling was wrong.
61460      Branch: perl
61461            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
61462            ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h
61463            ! ext/ByteLoader/byterun.c
61464 ____________________________________________________________________________
61465 [ 20791] By: jhi                                   on 2003/08/20  13:55:35
61466         Log: Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile
61467              From: Steve Hay <steve.hay@uk.radan.com>
61468              Date: Wed, 20 Aug 2003 10:54:46 +0100
61469              Message-ID: <3F434566.3030602@uk.radan.com>
61470      Branch: perl
61471            ! win32/Makefile win32/makefile.mk
61472 ____________________________________________________________________________
61473 [ 20790] By: jhi                                   on 2003/08/20  11:01:52
61474         Log: Upgrade to Encode 1.98.
61475      Branch: perl
61476            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
61477            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
61478            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
61479            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_eucjp.t
61480            ! ext/Encode/t/enc_utf8.t ext/Encode/t/mime-header.t
61481            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
61482            ! ext/Encode/ucm/macHebrew.ucm
61483 ____________________________________________________________________________
61484 [ 20789] By: jhi                                   on 2003/08/20  10:49:51
61485         Log: Patch from Enache for the crashing of bytecode.t in Tru64.
61486      Branch: perl
61487            ! ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
61488 ____________________________________________________________________________
61489 [ 20786] By: rgs                                   on 2003/08/19  20:22:07
61490         Log: t/TEST fails to fail when it can't find tests.
61491      Branch: perl
61492            ! t/TEST
61493 ____________________________________________________________________________
61494 [ 20785] By: jhi                                   on 2003/08/19  19:34:18
61495         Log: Manifest.t.ation of Schwern.
61496      Branch: perl
61497            ! lib/ExtUtils/t/Manifest.t
61498 ____________________________________________________________________________
61499 [ 20783] By: jhi                                   on 2003/08/19  19:24:00
61500         Log: Nick's podulator was right, I just hadn't read the manual...
61501              the vms\perlvms.pod lines needed to be moved.
61502      Branch: perl
61503            ! win32/Makefile win32/makefile.mk
61504 ____________________________________________________________________________
61505 [ 20781] By: jhi                                   on 2003/08/19  16:59:49
61506         Log: Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well  known) printer won't install in RH-9]
61507              From: Andy Dougherty <doughera@lafayette.edu>
61508              Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT)
61509              Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu>
61510      Branch: perl
61511            ! INSTALL
61512 ____________________________________________________________________________
61513 [ 20780] By: jhi                                   on 2003/08/19  16:54:48
61514         Log: Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
61515              From: alian <alian@cpan.org>
61516              Date: Tue, 19 Aug 2003 18:18:03 +0200
61517              Message-ID: <20030819161650.65754.qmail@onion.perl.org>
61518      Branch: perl
61519            + ext/B/hints/openbsd.pl
61520            ! MANIFEST
61521 ____________________________________________________________________________
61522 [ 20779] By: jhi                                   on 2003/08/19  16:49:22
61523         Log: Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
61524              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
61525              Date: Tue, 19 Aug 2003 08:28:14 -0700
61526              Message-ID: <20030819152814.GA15441@math.berkeley.edu>
61527      Branch: perl
61528            ! lib/File/Spec/OS2.pm
61529 ____________________________________________________________________________
61530 [ 20778] By: jhi                                   on 2003/08/19  15:09:30
61531         Log: Unnecessary whitespace diff.
61532      Branch: perl
61533            ! lib/ExtUtils/MakeMaker.pm
61534 ____________________________________________________________________________
61535 [ 20777] By: jhi                                   on 2003/08/19  15:05:18
61536         Log: One less failure.
61537      Branch: perl
61538            ! lib/ExtUtils/t/Manifest.t
61539 ____________________________________________________________________________
61540 [ 20776] By: jhi                                   on 2003/08/19  13:36:03
61541         Log: Replace #20772 with
61542
61543              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
61544              From: PPrymmer@factset.com
61545              Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
61546              Date: Tue, 19 Aug 2003 10:29:44 -0400
61547      Branch: perl
61548            ! lib/ExtUtils/t/Manifest.t
61549 ____________________________________________________________________________
61550 [ 20775] By: jhi                                   on 2003/08/19  13:29:13
61551         Log: (From Enache) Keep bytecode files (.plc) around in case
61552              of failures.  (Currently Tru64 is reliably barfing.)
61553      Branch: perl
61554            ! ext/B/t/bytecode.t
61555 ____________________________________________________________________________
61556 [ 20774] By: jhi                                   on 2003/08/19  13:20:59
61557         Log: 's buildtoc now.
61558      Branch: perl
61559            ! README.cygwin
61560 ____________________________________________________________________________
61561 [ 20773] By: jhi                                   on 2003/08/19  13:19:24
61562         Log: These are kind of important.
61563      Branch: perl
61564            ! MANIFEST
61565 ____________________________________________________________________________
61566 [ 20772] By: jhi                                   on 2003/08/19  13:13:26
61567         Log: Replace #20763 with
61568
61569              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
61570              From: Michael G Schwern <schwern@pobox.com>
61571              Date: Mon, 18 Aug 2003 17:07:30 -0700
61572              Message-ID: <20030819000729.GG14782@windhund.schwern.org>
61573      Branch: perl
61574            ! lib/ExtUtils/t/Manifest.t
61575 ____________________________________________________________________________
61576 [ 20771] By: jhi                                   on 2003/08/19  13:10:42
61577         Log: Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
61578              From: Michael G Schwern <schwern@pobox.com>
61579              Date: Mon, 18 Aug 2003 18:02:08 -0700
61580              Message-ID: <20030819010208.GI14782@windhund.schwern.org>
61581      Branch: perl
61582            ! lib/File/Spec/OS2.pm
61583 ____________________________________________________________________________
61584 [ 20770] By: jhi                                   on 2003/08/19  13:08:45
61585         Log: Subject: [PATCH] maintperl - File::Spec cwd() stuff
61586              From: Ken Williams <ken@mathforum.org>
61587              Date: Mon, 18 Aug 2003 17:07:43 -0500
61588              Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org>
61589      Branch: perl
61590            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
61591            ! lib/File/Spec/t/Spec.t
61592 ____________________________________________________________________________
61593 [ 20769] By: jhi                                   on 2003/08/19  12:25:07
61594         Log: Update the history records.
61595      Branch: perl
61596            ! pod/perlhist.pod
61597 ____________________________________________________________________________
61598 [ 20768] By: jhi                                   on 2003/08/19  12:15:58
61599         Log: Still trying to unify MANIFEST sorting.
61600      Branch: perl
61601            ! MANIFEST pod/buildtoc
61602 ____________________________________________________________________________
61603 [ 20767] By: jhi                                   on 2003/08/19  12:10:00
61604         Log: Try to unify the MANIFEST sorting.
61605      Branch: perl
61606            ! MANIFEST Makefile.SH pod/buildtoc
61607 ____________________________________________________________________________
61608 [ 20766] By: jhi                                   on 2003/08/19  12:04:22
61609         Log: Nicholas Clark's podulator.  The win32 makefile
61610              generation doesn't seem to be working yet.
61611      Branch: perl
61612            + pod.lst pod/buildtoc
61613            - pod/buildtoc.PL
61614            ! MANIFEST Makefile.SH pod/Makefile.SH pod/perl.pod
61615            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
61616 ____________________________________________________________________________
61617 [ 20765] By: jhi                                   on 2003/08/19  03:10:57
61618         Log: Pod tweaks for NEXT from Alan Ferrency.
61619      Branch: perl
61620            ! lib/NEXT.pm
61621 ____________________________________________________________________________
61622 [ 20764] By: jhi                                   on 2003/08/18  19:34:16
61623         Log: Typo tweaks from Gerrit P. Haase.  Fcntl, fcntl, fcntl.
61624      Branch: perl
61625            ! ext/Fcntl/Fcntl.pm pod/perlfunc.pod t/io/utf8.t
61626 ____________________________________________________________________________
61627 [ 20763] By: jhi                                   on 2003/08/18  19:01:33
61628         Log: Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
61629              From: PPrymmer@factset.com
61630              Date: Mon, 18 Aug 2003 15:57:12 -0400
61631              Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com>
61632      Branch: perl
61633            ! lib/ExtUtils/t/Manifest.t
61634 ____________________________________________________________________________
61635 [ 20762] By: jhi                                   on 2003/08/18  18:57:22
61636         Log: Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
61637              From: PPrymmer@factset.com
61638              Date: Mon, 18 Aug 2003 14:28:22 -0400
61639              Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
61640      Branch: perl
61641            ! vms/descrip_mms.template
61642 ____________________________________________________________________________
61643 [ 20761] By: jhi                                   on 2003/08/18  18:53:05
61644         Log: Use the base class cwd() method.
61645      Branch: perl
61646            ! lib/File/Spec/VMS.pm
61647 ____________________________________________________________________________
61648 [ 20758] By: jhi                                   on 2003/08/18  09:37:22
61649         Log: Subject: [PATCH] Uppercase globals in Pod::Html
61650              From: Michael G Schwern <schwern@pobox.com>
61651              Date: Mon, 18 Aug 2003 03:29:09 -0700
61652              Message-ID: <20030818102909.GJ823@windhund.schwern.org>
61653      Branch: perl
61654            ! lib/Pod/Html.pm
61655 ____________________________________________________________________________
61656 [ 20756] By: jhi                                   on 2003/08/18  08:46:52
61657         Log: Subject: [PATCH] Pod::Html  unifying global variable declaration and initialization
61658              From: Michael G Schwern <schwern@pobox.com>
61659              Date: Mon, 18 Aug 2003 02:44:31 -0700
61660              Message-ID: <20030818094431.GG823@windhund.schwern.org>
61661      Branch: perl
61662            ! lib/Pod/Html.pm
61663 ____________________________________________________________________________
61664 [ 20755] By: jhi                                   on 2003/08/18  08:41:24
61665         Log: Warn about the slowness of memory debuggers.
61666      Branch: perl
61667            ! pod/perlhack.pod
61668 ____________________________________________________________________________
61669 [ 20754] By: jhi                                   on 2003/08/18  08:34:00
61670         Log: Upgrade to ExtUtils::MakeMaker 6.16.
61671      Branch: perl
61672            + lib/ExtUtils/t/prereq_print.t
61673            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Installed.pm
61674            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
61675            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
61676            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
61677            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Manifest.t
61678 ____________________________________________________________________________
61679 [ 20753] By: jhi                                   on 2003/08/18  08:21:36
61680         Log: Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
61681              From: Michael G Schwern <schwern@pobox.com>
61682              Date: Mon, 18 Aug 2003 01:34:34 -0700
61683              Message-ID: <20030818083433.GB823@windhund.schwern.org>
61684      Branch: perl
61685            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
61686 ____________________________________________________________________________
61687 [ 20752] By: jhi                                   on 2003/08/18  07:01:16
61688         Log: I could have sworn the base class method was there.
61689      Branch: perl
61690            ! lib/File/Spec/Unix.pm
61691 ____________________________________________________________________________
61692 [ 20751] By: jhi                                   on 2003/08/18  05:09:34
61693         Log: utf8::is_utf8() wasn't there in 5.8.0.
61694      Branch: perl
61695            ! lib/utf8.pm
61696 ____________________________________________________________________________
61697 [ 20750] By: jhi                                   on 2003/08/18  04:53:22
61698         Log: Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
61699              From: "Craig A. Berry" <craigberry@mac.com>
61700              Date: Sun, 17 Aug 2003 23:28:21 -0500
61701              Message-ID: <3F4055E5.2070407@mac.com>
61702      Branch: perl
61703            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
61704 ____________________________________________________________________________
61705 [ 20749] By: jhi                                   on 2003/08/17  19:27:03
61706         Log: Subject: [PATCH] Taint safe Cwd::_qnx_abs_path()
61707              From: Michael G Schwern <schwern@pobox.com>
61708              Date: Sat, 16 Aug 2003 14:58:25 -0700
61709              Message-ID: <20030816215824.GF5859@windhund.schwern.org>
61710
61711              (plus local *REALPATH)
61712      Branch: perl
61713            ! lib/Cwd.pm
61714 ____________________________________________________________________________
61715 [ 20747] By: jhi                                   on 2003/08/17  08:44:18
61716         Log: Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die
61717              From: Enache Adrian <enache@rdslink.ro>
61718              Date: Sat, 16 Aug 2003 16:03:16 +0300
61719              Message-ID: <20030816130316.GA1654@ratsnest.hole>
61720
61721              Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
61722              From: Enache Adrian <enache@rdslink.ro>
61723              Date: Sun, 17 Aug 2003 04:42:22 +0300
61724              Message-ID: <20030817014222.GA1287@ratsnest.hole>
61725      Branch: perl
61726            ! t/op/die.t util.c
61727 ____________________________________________________________________________
61728 [ 20745] By: jhi                                   on 2003/08/17  07:52:47
61729         Log: The lib/Cwd.pm diet part of
61730
61731              Subject: [PATCH] File::Spec on diet
61732              From: Tels <perl_dummy@bloodgate.com>
61733              Date: Mon, 7 Jul 2003 22:41:42 +0200
61734              Message-Id: <200307072235.03364@bloodgate.com>
61735      Branch: perl
61736            ! lib/Cwd.pm
61737 ____________________________________________________________________________
61738 [ 20744] By: jhi                                   on 2003/08/17  07:50:00
61739         Log: The "reduce memory footprint and increase speed by not
61740              unconditionally pulling in Cwd"    part of
61741
61742              Subject: [PATCH] File::Spec on diet
61743              From: Tels <perl_dummy@bloodgate.com>
61744              Date: Mon, 7 Jul 2003 22:41:42 +0200
61745              Message-Id: <200307072235.03364@bloodgate.com>
61746
61747              was still valid.
61748      Branch: perl
61749            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
61750            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
61751            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
61752            ! lib/File/Spec/Win32.pm
61753 ____________________________________________________________________________
61754 [ 20741] By: jhi                                   on 2003/08/17  06:53:07
61755         Log: File::Temp 0.14 from Tim Jenness, now with OO interface.
61756      Branch: perl
61757            ! lib/File/Temp.pm
61758 ____________________________________________________________________________
61759 [ 20739] By: jhi                                   on 2003/08/16  21:03:07
61760         Log: Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS
61761              From: PPrymmer@factset.com
61762              Date: Sat, 16 Aug 2003 11:55:58 -0400
61763              Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com>
61764      Branch: perl
61765            ! installperl
61766 ____________________________________________________________________________
61767 [ 20738] By: jhi                                   on 2003/08/16  20:39:47
61768         Log: Update to Filter::Util::Call 1.6 from CPAN, but keep our
61769              $VERSION at 1.601 so that we are different in version
61770              than 5.8.0 since the module is different (one doc tweak).
61771      Branch: perl
61772            ! ext/Filter/Util/Call/Call.pm
61773 ____________________________________________________________________________
61774 [ 20737] By: jhi                                   on 2003/08/16  20:25:21
61775         Log: valgrind --help didn't return a happy exit status.
61776      Branch: perl
61777            ! Makefile.SH
61778 ____________________________________________________________________________
61779 [ 20736] By: rgs                                   on 2003/08/16  19:54:43
61780         Log: Avoid a "Subroutine Cwd::fastcwd redefined" warning when
61781              loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient
61782              because loading the XS part of Cwd might fail.
61783      Branch: perl
61784            ! lib/Cwd.pm
61785 ____________________________________________________________________________
61786 [ 20735] By: rgs                                   on 2003/08/16  19:39:39
61787         Log: Subject: [patch lib/utf8.pm] doc tweaks
61788              From: Stas Bekman <stas@stason.org>
61789              Date: Sat, 16 Aug 2003 13:30:28 -0700
61790              Message-ID: <3F3E9464.3030202@stason.org>
61791      Branch: perl
61792            ! lib/utf8.pm
61793 ____________________________________________________________________________
61794 [ 20734] By: rgs                                   on 2003/08/16  19:32:05
61795         Log: Subject: [PATCH] Taint problems in Cwd::abs_path
61796              From: Michael G Schwern <schwern@pobox.com>
61797              Date: Fri, 15 Aug 2003 18:43:45 -0700
61798              Message-ID: <20030816014345.GE4023@windhund.schwern.org>
61799      Branch: perl
61800            ! ext/Cwd/t/taint.t lib/Cwd.pm
61801 ____________________________________________________________________________
61802 [ 20733] By: jhi                                   on 2003/08/16  17:03:15
61803         Log: No ODBM for Mac OS X, even if we have Fink GDBM libraries.
61804      Branch: perl
61805            ! hints/darwin.sh
61806 ____________________________________________________________________________
61807 [ 20732] By: jhi                                   on 2003/08/16  16:52:50
61808         Log: Add valgrind testing target.
61809      Branch: perl
61810            ! Makefile.SH pod/perlhack.pod t/TEST
61811 ____________________________________________________________________________
61812 [ 20731] By: jhi                                   on 2003/08/16  14:37:33
61813         Log: More networking negativity.
61814      Branch: perl
61815            ! pod/perlport.pod
61816 ____________________________________________________________________________
61817 [ 20730] By: rgs                                   on 2003/08/16  12:12:43
61818         Log: Remove a useless vstring reference in perlnumber.pod.
61819      Branch: perl
61820            ! pod/perlnumber.pod
61821 ____________________________________________________________________________
61822 [ 20729] By: jhi                                   on 2003/08/16  10:11:30
61823         Log: README.macosx updates about known problems.
61824      Branch: perl
61825            ! README.macosx
61826 ____________________________________________________________________________
61827 [ 20728] By: jhi                                   on 2003/08/16  08:32:04
61828         Log: Subject: [PATCH] Small test tweak for Memoize/t/error.t
61829              From: Andreas J Koenig <andreas.koenig@anima.de>
61830              Date: Fri, 15 Aug 2003 11:55:22 +0200
61831              Message-ID: <87smo39red.fsf@franz.ak.mind.de>
61832      Branch: perl
61833            ! lib/Memoize/t/errors.t
61834 ____________________________________________________________________________
61835 [ 20727] By: jhi                                   on 2003/08/16  07:25:08
61836         Log: Upgrade to File::Temp 0.13 from CPAN--
61837              but since we had a '0.13' already in 5.8.0, make this
61838              still a '0.131'.
61839      Branch: perl
61840            ! lib/File/Temp.pm lib/File/Temp/t/mktemp.t
61841            ! lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
61842            ! lib/File/Temp/t/tempfile.t
61843 ____________________________________________________________________________
61844 [ 20726] By: jhi                                   on 2003/08/15  20:29:10
61845         Log: Clarify the E flag.
61846      Branch: perl
61847            ! embed.fnc
61848 ____________________________________________________________________________
61849 [ 20725] By: jhi                                   on 2003/08/15  15:37:36
61850         Log: Integrate from maint:
61851              [ 20724]
61852              No peeking before the buffer.
61853              (This was probably the random failure showing up
61854              in Solaris with t/uni/tr_7jis.t)
61855      Branch: perl
61856           !> toke.c
61857 ____________________________________________________________________________
61858 [ 20721] By: jhi                                   on 2003/08/15  08:44:42
61859         Log: Subject: [PATCH] TEST script (Was: Not ok 20712ff)
61860              From: Andreas J Koenig <andreas.koenig@anima.de>
61861              Date: Fri, 15 Aug 2003 11:37:29 +0200
61862              Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de>
61863      Branch: perl
61864            ! t/TEST
61865 ____________________________________________________________________________
61866 [ 20720] By: jhi                                   on 2003/08/15  08:40:07
61867         Log: Integrate from maint:
61868              [ 20719]
61869              no_plan is not a good plan until TEST is fixed.
61870      Branch: perl
61871           !> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
61872 ____________________________________________________________________________
61873 [ 20717] By: jhi                                   on 2003/08/15  05:06:39
61874         Log: Up the F::S subpackage versions; up the JPL JNI.pm version
61875              (the JPL cvs seems to be out of order), the only real change
61876              (in JNI.xs) seems to have been CRLF->LF conversion.
61877      Branch: perl
61878            ! jpl/JNI/JNI.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
61879 ____________________________________________________________________________
61880 [ 20716] By: jhi                                   on 2003/08/15  04:58:34
61881         Log: Upgrade to Test::Harness 2.30.
61882      Branch: perl
61883            ! lib/Test/Harness.pm lib/Test/Harness/Changes
61884            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t
61885 ____________________________________________________________________________
61886 [ 20715] By: jhi                                   on 2003/08/15  04:41:37
61887         Log: Damian replied that he'll make a CPAN Switch 2.10
61888              out of 5.8.1 Switch 2.10.
61889      Branch: perl
61890            ! lib/Switch.pm
61891 ____________________________________________________________________________
61892 [ 20714] By: jhi                                   on 2003/08/14  18:35:07
61893         Log: Add PerlIO::via::QuotedPrint to Maintainers.
61894      Branch: perl
61895            ! Porting/Maintainers.pl
61896 ____________________________________________________________________________
61897 [ 20713] By: jhi                                   on 2003/08/14  18:33:06
61898         Log: Upgrade to PerlIO::via::Quoted 0.05.
61899      Branch: perl
61900            ! lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
61901 ____________________________________________________________________________
61902 [ 20712] By: jhi                                   on 2003/08/14  18:29:19
61903         Log: Upgrade to NEXT 0.60.
61904      Branch: perl
61905            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
61906            ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
61907 ____________________________________________________________________________
61908 [ 20711] By: jhi                                   on 2003/08/14  17:31:55
61909         Log: perlcheat is a reference, not tutorial.
61910      Branch: perl
61911            ! pod/perl.pod
61912 ____________________________________________________________________________
61913 [ 20710] By: jhi                                   on 2003/08/14  16:48:34
61914         Log: Subject: PATCH RC4 IO::Dir
61915              From: Mark Jason Dominus <mjd@plover.com>
61916              Date: Thu, 14 Aug 2003 12:02:59 -0400
61917              Message-ID: <20030814160259.27586.qmail@plover.com>
61918      Branch: perl
61919            ! ext/IO/lib/IO/Dir.pm
61920 ____________________________________________________________________________
61921 [ 20708] By: jhi                                   on 2003/08/14  14:45:20
61922         Log: win32/fcrypt.c was forgotten.
61923      Branch: perl
61924            ! MANIFEST
61925 ____________________________________________________________________________
61926 [ 20706] By: jhi                                   on 2003/08/14  14:40:30
61927         Log: Not so great a version bump, let Paul release 0.17.
61928      Branch: perl
61929            ! ext/Filter/Util/Call/Call.pm
61930 ____________________________________________________________________________
61931 [ 20705] By: jhi                                   on 2003/08/14  14:38:40
61932         Log: One more XS change versus no VERSION change.
61933              (Remaining in JNI.pm/xs, don't know what to about that
61934              since JNI is kind of "stable".)
61935      Branch: perl
61936            ! ext/Filter/Util/Call/Call.pm
61937 ____________________________________________________________________________
61938 [ 20704] By: jhi                                   on 2003/08/14  14:36:45
61939         Log: XS contents changes versus VERSION non-changes.
61940      Branch: perl
61941            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
61942            ! ext/PerlIO/scalar/scalar.pm ext/SDBM_File/SDBM_File.pm
61943            ! ext/Socket/Socket.pm
61944 ____________________________________________________________________________
61945 [ 20702] By: jhi                                   on 2003/08/14  14:24:40
61946         Log: Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows
61947              From: Steve Hay <steve.hay@uk.radan.com>
61948              Date: Thu, 14 Aug 2003 15:39:16 +0100
61949              Message-ID: <3F3B9F14.4040609@uk.radan.com>
61950
61951              (Sarathy okayed the idea.)
61952      Branch: perl
61953            + win32/fcrypt.c
61954            - win32/des_fcrypt.patch
61955            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
61956 ____________________________________________________________________________
61957 [ 20701] By: jhi                                   on 2003/08/14  14:17:42
61958         Log: Subject: [DOC PATCH] warnings.pl
61959              From: Elizabeth Mattijsen <liz@dijkmat.nl>
61960              Date: Thu, 14 Aug 2003 13:12:55 +0200
61961              Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
61962
61963              (some rewording)
61964      Branch: perl
61965            ! lib/warnings.pm warnings.pl
61966 ____________________________________________________________________________
61967 [ 20700] By: gbarr                                 on 2003/08/14  14:12:45
61968         Log: Update to Scalar-List-Utils 1.12
61969      Branch: perl
61970            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
61971            ! ext/List/Util/lib/List/Util.pm
61972            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t
61973 ____________________________________________________________________________
61974 [ 20699] By: jhi                                   on 2003/08/14  13:16:27
61975         Log: All the authors of these modules have now been contacted;
61976              but assuming no CPAN updates are upcoming, here are 'fake'
61977              version updates to make us different from 5.8.0.
61978              (List::Util+Scalar::Util will soon be updated;
61979              File::Spec CPAN release will be made based on 5.8.1.)
61980      Branch: perl
61981            ! ext/Data/Dumper/Dumper.pm lib/CGI/Fast.pm lib/CGI/Util.pm
61982            ! lib/File/Temp.pm lib/Locale/Country.pm lib/Locale/Currency.pm
61983            ! lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm
61984            ! lib/Test/Harness/Straps.pm lib/Text/Wrap.pm
61985 ____________________________________________________________________________
61986 [ 20697] By: jhi                                   on 2003/08/14  07:05:48
61987         Log: Make the blead versions of these be newer...
61988      Branch: perl
61989            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
61990 ____________________________________________________________________________
61991 [ 20696] By: jhi                                   on 2003/08/14  06:51:34
61992         Log: Tweak from Slaven to catch also changed .xs files
61993              (.pm -> .xs name equivalence is assumed)
61994      Branch: perl
61995            ! Porting/cmpVERSION.pl
61996 ____________________________________________________________________________
61997 [ 20695] By: jhi                                   on 2003/08/14  06:44:10
61998         Log: Diffs-sans-version-diffs between blead and maint.
61999      Branch: perl
62000            ! ext/B/B.pm ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
62001            ! ext/Devel/PPPort/PPPort.pm lib/English.pm lib/overload.pm
62002            ! lib/warnings.pm warnings.pl
62003 ____________________________________________________________________________
62004 [ 20692] By: jhi                                   on 2003/08/14  05:23:58
62005         Log: One more VERSION bump.
62006      Branch: perl
62007            ! lib/SelfLoader.pm
62008 ____________________________________________________________________________
62009 [ 20691] By: jhi                                   on 2003/08/14  05:21:20
62010         Log: Add a known exception.
62011      Branch: perl
62012            ! Porting/cmpVERSION.pl
62013 ____________________________________________________________________________
62014 [ 20689] By: jhi                                   on 2003/08/14  04:54:18
62015         Log: The blead version has got the dor.
62016      Branch: perl
62017            ! ext/Opcode/Opcode.pm
62018 ____________________________________________________________________________
62019 [ 20688] By: jhi                                   on 2003/08/14  04:51:30
62020         Log: A swath of VERSION patches from Nicholas Clark.
62021      Branch: perl
62022            ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm
62023            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm
62024            ! lib/Hash/Util.pm lib/Net/hostent.pm lib/Net/servent.pm
62025            ! lib/Text/Abbrev.pm lib/Thread/Semaphore.pm lib/Tie/Array.pm
62026            ! lib/Tie/RefHash.pm lib/UNIVERSAL.pm lib/Unicode/UCD.pm
62027            ! lib/attributes.pm lib/base.pm lib/diagnostics.pm lib/fields.pm
62028            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/utf8.pm
62029            ! lib/vmsish.pm os2/OS2/Process/Process.pm
62030            ! os2/OS2/REXX/DLL/DLL.pm t/TestInit.pm
62031            ! t/lib/MakeMaker/Test/Utils.pm t/lib/Math/BigInt/BareCalc.pm
62032            ! vms/ext/Filespec.pm warnings.pl
62033 ____________________________________________________________________________
62034 [ 20687] By: jhi                                   on 2003/08/13  18:53:15
62035         Log: Alpha version numbers noticed by Schwern.
62036              (These hacks are no more needed since the PAUSE indexer no
62037              more indexes the insides of Perl distributions, says Andreas.)
62038      Branch: perl
62039            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
62040            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
62041            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
62042            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
62043            ! ext/IPC/SysV/SysV.pm
62044 ____________________________________________________________________________
62045 [ 20686] By: jhi                                   on 2003/08/13  18:42:50
62046         Log: Subject: Re: script wanted
62047              From: Nicholas Clark <nick@ccl4.org>
62048              Date: Wed, 13 Aug 2003 20:46:09 +0100
62049              Message-ID: <20030813204609.G20130@plum.flirble.org>
62050      Branch: perl
62051            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/Debug.pm
62052            ! ext/B/B/Lint.pm ext/Fcntl/Fcntl.pm ext/File/Glob/Glob.pm
62053            ! ext/IO/IO.pm ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
62054            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
62055            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/Msg.pm
62056            ! ext/IPC/SysV/Semaphore.pm ext/POSIX/POSIX.pm
62057            ! ext/Sys/Hostname/Hostname.pm ext/Sys/Syslog/Syslog.pm
62058            ! ext/re/re.pm ext/threads/shared/shared.pm
62059            ! ext/threads/threads.pm
62060 ____________________________________________________________________________
62061 [ 20685] By: jhi                                   on 2003/08/13  18:24:50
62062         Log: Subject: Re: script wanted
62063              From: Enache Adrian <enache@rdslink.ro>
62064              Date: Wed, 13 Aug 2003 22:31:18 +0300
62065              Message-ID: <20030813193118.GA1273@ratsnest.hole>
62066      Branch: perl
62067            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
62068            ! ext/B/B/Disassembler.pm
62069 ____________________________________________________________________________
62070 [ 20681] By: jhi                                   on 2003/08/13  17:13:12
62071         Log: Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
62072              From: Robin Barker <Robin.Barker@npl.co.uk>
62073              Date: Wed, 13 Aug 2003 18:05:38 +0100
62074              Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk>
62075      Branch: perl
62076            ! lib/lib_pm.PL utils/h2xs.PL utils/perlcc.PL
62077 ____________________________________________________________________________
62078 [ 20680] By: jhi                                   on 2003/08/13  17:11:38
62079         Log: Subject: [PATCH] GNU Public General Public General GNU Public License License
62080              From: Michael G Schwern <schwern@pobox.com>
62081              Date: Wed, 13 Aug 2003 11:15:40 -0700
62082              Message-ID: <20030813181539.GA22658@windhund.schwern.org>
62083      Branch: perl
62084            ! pod/perlartistic.pod pod/perlgpl.pod
62085 ____________________________________________________________________________
62086 [ 20678] By: jhi                                   on 2003/08/13  13:46:18
62087         Log: Add cmpVERSION.pl from Slaven for comparing two
62088              Perl source trees for modules that have changed
62089              but have the same version numbers.
62090      Branch: perl
62091            + Porting/cmpVERSION.pl
62092            ! MANIFEST
62093 ____________________________________________________________________________
62094 [ 20676] By: jhi                                   on 2003/08/13  12:03:08
62095         Log: Make Johan's confusion go away, but there are no doubt more
62096              similar cases.
62097      Branch: perl
62098            ! lib/File/Find.pm
62099 ____________________________________________________________________________
62100 [ 20674] By: jhi                                   on 2003/08/13  11:57:47
62101         Log: Make (hopefully) the Windows CR CR LF bug go away
62102              by making the CRLF layer repel any other CRLF layers.
62103              In other words: binmode(FH, ":crlf") in e.g. Win32
62104              is effectively a no-op since there already is one
62105              CRLF layer in the stack by default.
62106      Branch: perl
62107            ! perlio.c pod/perlrun.pod t/io/crlf.t t/io/layers.t
62108 ____________________________________________________________________________
62109 [ 20673] By: jhi                                   on 2003/08/13  10:29:56
62110         Log: One tweak from Dave Mitchell.
62111      Branch: perl
62112            ! pod/perlport.pod
62113 ____________________________________________________________________________
62114 [ 20672] By: jhi                                   on 2003/08/13  10:27:54
62115         Log: One tweak for microperl in OS/2.
62116      Branch: perl
62117            ! perl.h
62118 ____________________________________________________________________________
62119 [ 20671] By: merijn                                on 2003/08/13  08:57:27
62120         Log: Subject: [PATCH] another VMS pod nit
62121              From: "Craig A. Berry" <craigberry@mac.com>
62122              Date: Wed, 13 Aug 2003 01:01:46 -0500
62123              Message-ID: <3F39D44A.4010207@mac.com>
62124      Branch: perl
62125            ! vms/descrip_mms.template
62126 ____________________________________________________________________________
62127 [ 20670] By: merijn                                on 2003/08/13  08:54:45
62128         Log: Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
62129              From: "Craig A. Berry" <craigberry@mac.com>
62130              Date: Tue, 12 Aug 2003 21:12:00 -0500
62131              Message-ID: <3F399E70.4050607@mac.com>
62132      Branch: perl
62133            ! lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/29_downcopy.t
62134            ! lib/Tie/File/t/29a_upcopy.t
62135 ____________________________________________________________________________
62136 [ 20669] By: jhi                                   on 2003/08/13  06:06:39
62137         Log: More don't:s for nyetworking.
62138      Branch: perl
62139            ! pod/perlport.pod
62140 ____________________________________________________________________________
62141 [ 20668] By: rgs                                   on 2003/08/12  20:27:41
62142         Log: perlipc thinko by John P. Linderman.
62143      Branch: perl
62144            ! pod/perlipc.pod
62145 ____________________________________________________________________________
62146 [ 20666] By: jhi                                   on 2003/08/12  20:02:13
62147         Log: Subject: Re: maint @ 20617 [PATCH]
62148              From: =?iso-8859-1?q?Sreeji=20K=20Das?= <sreeji_k@yahoo.com>
62149              Date: Tue, 12 Aug 2003 13:19:00 +0100 (BST)
62150              Message-ID: <20030812121900.26127.qmail@web10501.mail.yahoo.com>
62151      Branch: perl
62152            ! lib/ExtUtils/Installed.pm
62153 ____________________________________________________________________________
62154 [ 20665] By: jhi                                   on 2003/08/12  19:59:54
62155         Log: README.cygwin updates from Gerrit P. Haase.
62156      Branch: perl
62157            ! README.cygwin
62158 ____________________________________________________________________________
62159 [ 20664] By: jhi                                   on 2003/08/12  19:57:53
62160         Log: Do some updates also on pod.mak -- which seems to
62161              be badly out of date.
62162      Branch: perl
62163            ! win32/pod.mak
62164 ____________________________________________________________________________
62165 [ 20663] By: jhi                                   on 2003/08/12  19:48:01
62166         Log: More missing pods for VMS.
62167      Branch: perl
62168            ! vms/descrip_mms.template
62169 ____________________________________________________________________________
62170 [ 20662] By: jhi                                   on 2003/08/12  19:43:46
62171         Log: Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build.
62172              From: PPrymmer@factset.com
62173              Date: Tue, 12 Aug 2003 16:24:21 -0400
62174              Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>
62175      Branch: perl
62176            ! vms/descrip_mms.template
62177 ____________________________________________________________________________
62178 [ 20661] By: jhi                                   on 2003/08/12  19:41:50
62179         Log: perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
62180      Branch: perl
62181            ! pod/perlreref.pod
62182 ____________________________________________________________________________
62183 [ 20660] By: jhi                                   on 2003/08/12  18:44:27
62184         Log: A better patch from Yitzchak Scott-Thoennes for [perl #23287].
62185      Branch: perl
62186            ! pp_sys.c
62187 ____________________________________________________________________________
62188 [ 20657] By: jhi                                   on 2003/08/12  13:55:56
62189         Log: Multiline one-liners are a bit too much to ask.
62190      Branch: perl
62191            ! t/op/closure.t
62192 ____________________________________________________________________________
62193 [ 20654] By: jhi                                   on 2003/08/12  13:23:00
62194         Log: Add perlcheat to the toc and perl.pod; regen toc.
62195      Branch: perl
62196            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
62197 ____________________________________________________________________________
62198 [ 20653] By: jhi                                   on 2003/08/12  13:15:17
62199         Log: Retract #20644 and #20643; on non-microperl non-fcntl
62200              systems Wrong Thing would be done.  (And as Sarathy
62201              points out, closing both ends of a pipe is rather
62202              identical to never opening it...)
62203      Branch: perl
62204            ! pp_sys.c util.c
62205 ____________________________________________________________________________
62206 [ 20652] By: ams                                   on 2003/08/12  13:06:40
62207         Log: Subject: perlcheat
62208              From: Juerd <juerd@cpan.org>
62209              Date: Mon, 11 Aug 2003 20:24:34 +0200
62210              Message-Id: <20030811182434.GI17748@c3.convolution.nl>
62211      Branch: perl
62212            + pod/perlcheat.pod
62213            ! MANIFEST
62214 ____________________________________________________________________________
62215 [ 20651] By: jhi                                   on 2003/08/12  12:52:09
62216         Log: Microperl expects C89 (like the rest of Perl).
62217      Branch: perl
62218            ! README.micro
62219 ____________________________________________________________________________
62220 [ 20650] By: jhi                                   on 2003/08/12  12:32:29
62221         Log: Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
62222              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
62223              Date: Sun, 3 Aug 2003 06:19:02 -0700
62224              Message-ID: <20030803131902.GA5146@math.berkeley.edu>
62225      Branch: perl
62226            ! lib/ExtUtils/xsubpp
62227 ____________________________________________________________________________
62228 [ 20648] By: jhi                                   on 2003/08/12  11:56:52
62229         Log: If we are void we cannot return a value.
62230      Branch: perl
62231            ! mg.c
62232 ____________________________________________________________________________
62233 [ 20647] By: jhi                                   on 2003/08/12  11:54:32
62234         Log: Oops.
62235      Branch: perl
62236            ! perl.c
62237 ____________________________________________________________________________
62238 [ 20646] By: jhi                                   on 2003/08/12  11:51:25
62239         Log: Apply much of Ilya's microperl patch, but instead of
62240              implementing the opendir()/readdir()/closedir() using
62241              external commands give up "ANSI-pureness" and define them
62242              in uconfig.sh, also define other stuff like rename() and putenv().
62243              Leave out the $| emulation in my_fork() since we are
62244              not supposed to have fork() under microperl.
62245      Branch: perl
62246            ! Makefile.micro README.micro doio.c mg.c perl.c perl.h
62247            ! perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c
62248 ____________________________________________________________________________
62249 [ 20645] By: jhi                                   on 2003/08/12  10:40:54
62250         Log: Localize PARENT (based on Ilya's microperl patch).
62251      Branch: perl
62252            ! lib/Cwd.pm
62253 ____________________________________________________________________________
62254 [ 20644] By: jhi                                   on 2003/08/12  10:37:55
62255         Log: More microperlish faking in case no fcntl F_SETFD for pipes.
62256      Branch: perl
62257            ! util.c
62258 ____________________________________________________________________________
62259 [ 20643] By: jhi                                   on 2003/08/12  10:13:53
62260         Log: A generally useful hunk from Ilya's microperl patch.
62261              (If no fcntl F_SETFD, fake it the best we can.)
62262      Branch: perl
62263            ! pp_sys.c
62264 ____________________________________________________________________________
62265 [ 20640] By: jhi                                   on 2003/08/12  09:59:16
62266         Log: returning would be good, too.
62267      Branch: perl
62268            ! ext/Safe/t/safeops.t
62269 ____________________________________________________________________________
62270 [ 20639] By: jhi                                   on 2003/08/12  09:57:07
62271         Log: No dor in maint.
62272      Branch: perl
62273            ! ext/Safe/t/safeops.t
62274 ____________________________________________________________________________
62275 [ 20634] By: jhi                                   on 2003/08/12  08:41:49
62276         Log: Subject: [PATCH 5.8.1 @19053] XSLoader revisted
62277              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
62278              Date: Mon, 21 Apr 2003 22:44:37 -0700
62279              Message-ID: <20030422054437.GA8297@math.berkeley.edu>
62280
62281              (the XSLoader doc hunk; the h2xs looks like a behavioural change)
62282      Branch: perl
62283            ! ext/DynaLoader/XSLoader_pm.PL
62284 ____________________________________________________________________________
62285 [ 20633] By: jhi                                   on 2003/08/12  08:31:01
62286         Log: Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm
62287              From: Michael G Schwern <schwern@pobox.com>
62288              Date: Sat, 9 Aug 2003 15:03:02 -0700
62289              Message-ID: <20030809220301.GE24919@windhund.schwern.org>
62290
62291              (plus one extra catfile() in h2xs.t)
62292      Branch: perl
62293            ! lib/h2xs.t utils/h2xs.PL
62294 ____________________________________________________________________________
62295 [ 20632] By: jhi                                   on 2003/08/12  08:11:08
62296         Log: The Debian people have expressed a wish for the boilerplate
62297              being specific about the Perl version; patch from Nicholas Clark.
62298      Branch: perl
62299            ! utils/h2xs.PL
62300 ____________________________________________________________________________
62301 [ 20631] By: jhi                                   on 2003/08/12  08:09:43
62302         Log: A new try from Dave Mitchell for [perl #23265].
62303      Branch: perl
62304            ! pad.c t/op/closure.t
62305 ____________________________________________________________________________
62306 [ 20630] By: jhi                                   on 2003/08/12  07:59:22
62307         Log: Fix for [perl #23287] segfault in untie.
62308              (Well, at least no more coredump.)
62309      Branch: perl
62310            ! pp_sys.c t/op/tie.t
62311 ____________________________________________________________________________
62312 [ 20629] By: jhi                                   on 2003/08/12  06:24:32
62313         Log: =head2 ALL CAPS
62314      Branch: perl
62315            ! pod/perlreref.pod
62316 ____________________________________________________________________________
62317 [ 20628] By: jhi                                   on 2003/08/12  06:22:25
62318         Log: Too enthusiastic head2-ing.
62319      Branch: perl
62320            ! pod/perlreref.pod
62321 ____________________________________________________________________________
62322 [ 20627] By: jhi                                   on 2003/08/12  05:17:14
62323         Log: Gotta Get'em Cases Right.
62324      Branch: perl
62325            ! pod/perlreref.pod
62326 ____________________________________________________________________________
62327 [ 20626] By: jhi                                   on 2003/08/12  05:04:02
62328         Log: head2-ify many of the head1s, will probably make this look
62329              better in HTML.
62330      Branch: perl
62331            ! pod/perlreref.pod
62332 ____________________________________________________________________________
62333 [ 20625] By: jhi                                   on 2003/08/12  04:55:32
62334         Log: Subject: Re: [PATCH] perlreref.pod tweaks
62335              From: Iain Truskett <spoon@cpan.org>
62336              Date: Tue, 12 Aug 2003 13:59:27 +1000
62337              Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
62338
62339              plus explain "Titlecase".
62340      Branch: perl
62341            ! pod/perlreref.pod
62342 ____________________________________________________________________________
62343 [ 20623] By: rgs                                   on 2003/08/11  19:59:17
62344         Log: Add a new regression test for Safe : tests that all ops
62345              can be trapped by a Safe compartement (except for the ones
62346              that can't.)
62347      Branch: perl
62348            + ext/Safe/t/safeops.t
62349            ! MANIFEST
62350 ____________________________________________________________________________
62351 [ 20622] By: rgs                                   on 2003/08/11  18:33:06
62352         Log: B::Deparse wasn't handling correctly builtins that
62353              have two filehandles in their prototypes (pipe, socketpair,
62354              accept) when non-bareword prototypes were used.
62355      Branch: perl
62356            ! ext/B/B/Deparse.pm
62357 ____________________________________________________________________________
62358 [ 20620] By: jhi                                   on 2003/08/11  17:08:29
62359         Log: Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c
62360              From: merlyn@stonehenge.com (Randal L. Schwartz)
62361              Date: 11 Aug 2003 09:45:29 -0700
62362              Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
62363
62364              Subject: [PATCH] perlreref.pod tweaks
62365              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
62366              Date: Mon, 11 Aug 2003 13:19:51 -0400
62367              Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
62368
62369              Plus a note about {,n} not being a quantifier.
62370      Branch: perl
62371            ! pod/perlreref.pod
62372 ____________________________________________________________________________
62373 [ 20619] By: jhi                                   on 2003/08/11  15:50:34
62374         Log: Integrate:
62375              [ 20618]
62376              $* is not yet fully gone in 5.8.1.
62377      Branch: perl
62378           !> pod/perlreref.pod
62379 ____________________________________________________________________________
62380 [ 20614] By: nick                                  on 2003/08/11  12:14:55
62381         Log: Allow via layer to affect the PERLIO_F_UTF8 flag.
62382      Branch: perl
62383            ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
62384 ____________________________________________________________________________
62385 [ 20612] By: jhi                                   on 2003/08/11  10:55:19
62386         Log: VC6 warning: result still unsigned.
62387      Branch: perl
62388            ! regexec.c
62389 ____________________________________________________________________________
62390 [ 20611] By: jhi                                   on 2003/08/11  08:33:13
62391         Log: Typo fix from Boris Zentner.
62392      Branch: perl
62393            ! pod/perlfaq5.pod
62394 ____________________________________________________________________________
62395 [ 20609] By: jhi                                   on 2003/08/11  04:28:29
62396         Log: Subject: [perl #23273] warnings in Unicode::UCD
62397              From: Lukas Mai (via RT) <perlbug-followup@perl.org>
62398              Date: 10 Aug 2003 22:37:41 -0000
62399              Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>
62400      Branch: perl
62401            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
62402 ____________________________________________________________________________
62403 [ 20608] By: jhi                                   on 2003/08/11  04:24:34
62404         Log: Explain the 'Wide character in print' a bit more.
62405      Branch: perl
62406            ! pod/perldiag.pod
62407 ____________________________________________________________________________
62408 [ 20607] By: rgs                                   on 2003/08/10  20:44:23
62409         Log: Subject: Re: killing for vital signs [PATCH]
62410              From: "John P. Linderman" <jpl@research.att.com>
62411              Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT)
62412              Message-Id: <200308101944.PAA96547@raptor.research.att.com>
62413      Branch: perl
62414            ! pod/perlfunc.pod pod/perlipc.pod
62415 ____________________________________________________________________________
62416 [ 20605] By: jhi                                   on 2003/08/10  20:38:39
62417         Log: gcc -ansi -pedantic cleanup; and a seemingly forgotten
62418              sv_placeholder hunk.
62419      Branch: perl
62420            ! perl.h sv.h
62421 ____________________________________________________________________________
62422 [ 20604] By: jhi                                   on 2003/08/10  20:14:28
62423         Log: Clarify the format checking instructions.
62424      Branch: perl
62425            ! Porting/pumpkin.pod
62426 ____________________________________________________________________________
62427 [ 20602] By: jhi                                   on 2003/08/10  19:45:45
62428         Log: Retract #20597, too many resulting core dumps.
62429      Branch: perl
62430            ! pad.c t/op/closure.t
62431 ____________________________________________________________________________
62432 [ 20597] By: jhi                                   on 2003/08/10  17:55:03
62433         Log: Subject: Re: [perl #23265] Nested anonymous subs
62434              From: Dave Mitchell <davem@fdgroup.com>
62435              Date: Sun, 10 Aug 2003 01:35:30 +0100
62436              Message-ID: <20030810003530.GB6547@fdgroup.com>
62437      Branch: perl
62438            ! pad.c t/op/closure.t
62439 ____________________________________________________________________________
62440 [ 20596] By: jhi                                   on 2003/08/10  17:38:35
62441         Log: Try simple workaround for the POSIX autosplit.ix warning.
62442      Branch: perl
62443            ! ext/POSIX/POSIX.pm
62444 ____________________________________________________________________________
62445 [ 20595] By: jhi                                   on 2003/08/10  17:33:12
62446         Log: One more PL_csighandlerp.
62447      Branch: perl
62448            ! ext/POSIX/POSIX.xs
62449 ____________________________________________________________________________
62450 [ 20594] By: rgs                                   on 2003/08/10  13:30:11
62451         Log: Further tweaks on perlreref.pod (by Iain Truskett)
62452      Branch: perl
62453            ! pod/perlreref.pod
62454 ____________________________________________________________________________
62455 [ 20593] By: rgs                                   on 2003/08/10  12:32:47
62456         Log: Add the perlreref manpage, by Iain Truskett
62457              (regular expressions quick reference.)
62458              Regenerate the table of contents.
62459      Branch: perl
62460            + pod/perlreref.pod
62461            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
62462 ____________________________________________________________________________
62463 [ 20592] By: rgs                                   on 2003/08/09  21:13:27
62464         Log: Remove ByteLoader from the list of modules whose compilability should
62465              be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache
62466              pointed out.)
62467      Branch: perl
62468            ! t/lib/1_compile.t
62469 ____________________________________________________________________________
62470 [ 20591] By: rgs                                   on 2003/08/09  21:08:59
62471         Log: Subject: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
62472              From: Dave Mitchell <davem@fdgroup.com>
62473              Date: Sat, 9 Aug 2003 14:51:44 +0100
62474              Message-ID: <20030809135144.GC4997@fdgroup.com>
62475      Branch: perl
62476            ! embed.fnc embed.h global.sym op.c pp_ctl.c proto.h scope.c
62477            ! scope.h t/lib/warnings/pad
62478 ____________________________________________________________________________
62479 [ 20590] By: rgs                                   on 2003/08/09  21:02:21
62480         Log: Regenerate perlapi.pod.
62481      Branch: perl
62482            ! pod/perlapi.pod
62483 ____________________________________________________________________________
62484 [ 20589] By: rgs                                   on 2003/08/09  20:26:28
62485         Log: Subject: [PATCH t/lib/1_compile.t] Removing tested modules
62486              From: Michael G Schwern <schwern@pobox.com>
62487              Date: Sat, 9 Aug 2003 13:36:59 -0700
62488              Message-ID: <20030809203659.GB24919@windhund.schwern.org>
62489      Branch: perl
62490            ! t/lib/1_compile.t
62491 ____________________________________________________________________________
62492 [ 20588] By: jhi                                   on 2003/08/09  18:13:07
62493         Log: Update Jon Orwant's email address as he wants it,
62494              drop TPJ URL; upate also Doug MacEachern's address.
62495      Branch: perl
62496            ! pod/perlembed.pod pod/perlmodinstall.pod
62497 ____________________________________________________________________________
62498 [ 20587] By: ams                                   on 2003/08/09  18:09:34
62499         Log: hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
62500              normal key was replaced by its UTF-8 equivalent. This caused the
62501              "Storable problem" RT3 users reported under RH9.
62502      Branch: perl
62503            ! hv.c
62504 ____________________________________________________________________________
62505 [ 20586] By: jhi                                   on 2003/08/09  18:08:20
62506         Log: Subject: [PATCH perlmodinstall.pod] Installation on Win32
62507              From: Michael G Schwern <schwern@pobox.com>
62508              Date: Fri, 8 Aug 2003 18:35:51 -0700
62509              Message-ID: <20030809013550.GS1587@windhund.schwern.org>
62510      Branch: perl
62511            ! pod/perlmodinstall.pod
62512 ____________________________________________________________________________
62513 [ 20584] By: jhi                                   on 2003/08/09  18:05:22
62514         Log: Reintroduce the U_32-ification to pad.c,
62515              suggested by Dave Mitchell.
62516      Branch: perl
62517            ! pad.c
62518 ____________________________________________________________________________
62519 [ 20583] By: rgs                                   on 2003/08/09  12:43:50
62520         Log: Change #20578 to SelfLoader is probably also useful to AutoSplit.
62521      Branch: perl
62522            ! lib/AutoSplit.pm
62523 ____________________________________________________________________________
62524 [ 20579] By: jhi                                   on 2003/08/09  08:07:22
62525         Log: Some updates for the memory use debugging section:
62526              -DL is obsolete, mention Devel::Size, and Purify and valgrind.
62527      Branch: perl
62528            ! pod/perldebguts.pod
62529 ____________________________________________________________________________
62530 [ 20578] By: jhi                                   on 2003/08/09  07:34:16
62531         Log: Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
62532              Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
62533              which was on old bug unearthed by the change #20559.
62534              Basically, qr// + (??{$lexical}) combination is very, VERY broken.
62535              Workaround is not to use lexicals.
62536      Branch: perl
62537            ! lib/SelfLoader.pm
62538 ____________________________________________________________________________
62539 [ 20577] By: jhi                                   on 2003/08/09  07:28:41
62540         Log: The libcygipc doesn't really work with the Perl SysV IPC tests
62541              so no much point in adding it yet.
62542      Branch: perl
62543            ! hints/cygwin.sh
62544 ____________________________________________________________________________
62545 [ 20575] By: jhi                                   on 2003/08/09  07:24:43
62546         Log: Retract #20524 since it was due to broken INT32_MIN in
62547              Cygwin 1.5's stdint.h.
62548      Branch: perl
62549            ! pad.c
62550 ____________________________________________________________________________
62551 [ 20574] By: jhi                                   on 2003/08/09  07:11:32
62552         Log: Subject: [ PATCH] Re: strange destruction problem on VMS
62553              From: Dave Mitchell <davem@fdgroup.com>
62554              Date: Fri, 8 Aug 2003 22:28:48 +0100
62555              Message-ID: <20030808212848.GA2628@fdgroup.com>
62556      Branch: perl
62557            ! sv.c
62558 ____________________________________________________________________________
62559 [ 20573] By: jhi                                   on 2003/08/09  07:09:07
62560         Log: Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
62561              From: Michael G Schwern <schwern@pobox.com>
62562              Date: Fri, 8 Aug 2003 13:59:50 -0700
62563              Message-ID: <20030808205950.GJ1587@windhund.schwern.org>
62564      Branch: perl
62565            ! pod/perlfaq8.pod
62566 ____________________________________________________________________________
62567 [ 20572] By: jhi                                   on 2003/08/09  07:06:37
62568         Log: Subject: [PATCH] kill 'INT' doesn't work on Windows
62569              From: Jan Dubois <jand@ActiveState.com>
62570              Date: Fri, 08 Aug 2003 17:49:03 -0700
62571              Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>
62572      Branch: perl
62573            ! win32/win32.c
62574 ____________________________________________________________________________
62575 [ 20571] By: jhi                                   on 2003/08/09  06:53:54
62576         Log: Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
62577              From: Nicholas Clark <nick@ccl4.org>
62578              Date: Fri, 8 Aug 2003 23:30:00 +0100
62579              Message-ID: <20030808233000.B20130@plum.flirble.org>
62580      Branch: perl
62581            ! ext/Storable/Storable.xs
62582 ____________________________________________________________________________
62583 [ 20570] By: jhi                                   on 2003/08/09  06:52:36
62584         Log: Two more tests for #20566/#20568.
62585      Branch: perl
62586            ! t/op/pat.t
62587 ____________________________________________________________________________
62588 [ 20568] By: jhi                                   on 2003/08/08  21:05:24
62589         Log: Subject: [PATCH] Re: UNICODE regexp bug
62590              From: Nick Ing-Simmons <nick@ing-simmons.net>
62591              Date: Fri, 08 Aug 2003 23:05:49 +0100
62592              Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
62593
62594              Better patch (than #20566) from NI-S, one more test
62595              (introduce another variable rather than reuse the tmp, though)
62596      Branch: perl
62597            ! regexec.c t/op/pat.t
62598 ____________________________________________________________________________
62599 [ 20566] By: jhi                                   on 2003/08/08  19:47:45
62600         Log: Subject: UNICODE regexp bug
62601              From: Nick Ing-Simmons <nick@ing-simmons.net>
62602              Date: Fri, 08 Aug 2003 20:36:56 +0100
62603              Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>
62604      Branch: perl
62605            ! regexec.c t/op/pat.t
62606 ____________________________________________________________________________
62607 [ 20565] By: jhi                                   on 2003/08/08  18:59:40
62608         Log: Move the csighandler to be a data variable so that
62609              things like DLL trampolines can't mess up the code
62610              variables the Perl_csighandler (seen in Cygwin:
62611              Perl_csighandler in POSIX extension was different
62612              than in main executable).
62613      Branch: perl
62614            ! embedvar.h ext/POSIX/POSIX.xs mg.c perlapi.h perlvars.h
62615 ____________________________________________________________________________
62616 [ 20564] By: jhi                                   on 2003/08/08  13:12:19
62617         Log: Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2
62618              From: Steve Hay <steve.hay@uk.radan.com>
62619              Date: Fri, 08 Aug 2003 12:42:28 +0100
62620              Message-ID: <3F338CA4.3010503@uk.radan.com>
62621      Branch: perl
62622            ! t/op/time.t
62623 ____________________________________________________________________________
62624 [ 20563] By: jhi                                   on 2003/08/08  13:09:00
62625         Log: Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
62626              From: "Gerrit P. Haase" <gp@familiehaase.de>
62627              Date: Fri, 8 Aug 2003 13:44:51 +0200
62628              Message-ID: <1621817486657.20030808134451@familiehaase.de>
62629      Branch: perl
62630            ! ext/NDBM_File/hints/cygwin.pl ext/ODBM_File/hints/cygwin.pl
62631            ! hints/cygwin.sh
62632 ____________________________________________________________________________
62633 [ 20560] By: jhi                                   on 2003/08/08  04:28:44
62634         Log: Retract PASTHRU* changes as recommended by Schwern.
62635      Branch: perl
62636            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
62637            ! lib/ExtUtils/t/MM_Win32.t
62638 ____________________________________________________________________________
62639 [ 20559] By: rgs                                   on 2003/08/07  19:59:18
62640         Log: Subject: Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
62641              From: Dave Mitchell <davem@fdgroup.com>
62642              Date: Thu, 7 Aug 2003 15:53:35 +0100
62643              Message-ID: <20030807145335.GF26683@fdgroup.com>
62644      Branch: perl
62645            ! scope.c t/lib/warnings/pad
62646 ____________________________________________________________________________
62647 [ 20556] By: jhi                                   on 2003/08/07  18:14:41
62648         Log: The #20546 was too ambitious, broke the test.
62649      Branch: perl
62650            ! lib/Benchmark.pm lib/Benchmark.t
62651 ____________________________________________________________________________
62652 [ 20554] By: jhi                                   on 2003/08/07  17:00:03
62653         Log: Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
62654              From: PPrymmer@factset.com
62655              Date: Thu, 7 Aug 2003 14:02:02 -0400
62656              Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>
62657      Branch: perl
62658            ! vms/descrip_mms.template
62659 ____________________________________________________________________________
62660 [ 20553] By: jhi                                   on 2003/08/07  16:45:25
62661         Log: Some AUTHORS updates.
62662      Branch: perl
62663            ! AUTHORS
62664 ____________________________________________________________________________
62665 [ 20552] By: jhi                                   on 2003/08/07  15:45:03
62666         Log: Hint away the semid_ds test in NetBSD/sparc.
62667      Branch: perl
62668            ! hints/netbsd.sh
62669 ____________________________________________________________________________
62670 [ 20550] By: jhi                                   on 2003/08/07  15:39:53
62671         Log: Allow hinting d_semctl_semun and d_semctl_semid_ds.
62672      Branch: perl
62673            ! Configure
62674 ____________________________________________________________________________
62675 [ 20548] By: jhi                                   on 2003/08/07  14:48:27
62676         Log: Subject: [PATCH] Test::More
62677              From: Fergal Daly <fergal@esatclear.ie>
62678              Date: Thu, 7 Aug 2003 15:52:11 +0100
62679              Message-Id: <200308071552.11873.fergal@esatclear.ie>
62680      Branch: perl
62681            ! lib/Test/More.pm
62682 ____________________________________________________________________________
62683 [ 20547] By: jhi                                   on 2003/08/07  14:45:22
62684         Log: Integrate from maint:
62685              [ 20543]
62686              Workround for SuSE8.2's -lndbm hack
62687      Branch: perl
62688           !> hints/linux.sh
62689 ____________________________________________________________________________
62690 [ 20546] By: jhi                                   on 2003/08/07  14:43:57
62691         Log: Subject: [PATCH 5.8.1] Benchmark problem
62692              From: Radu Greab <rgreab@fx.ro>
62693              Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
62694              Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
62695
62696              Subject: Re: [PATCH 5.8.1] Benchmark problem
62697              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
62698              Date: Thu, 7 Aug 2003 15:48:38 +0200
62699              Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>
62700      Branch: perl
62701            ! lib/Benchmark.pm lib/Benchmark.t
62702 ____________________________________________________________________________
62703 [ 20544] By: jhi                                   on 2003/08/07  14:25:25
62704         Log: Retract #20359: too wide a brush.
62705      Branch: perl
62706            ! hints/netbsd.sh
62707 ____________________________________________________________________________
62708 [ 20542] By: jhi                                   on 2003/08/07  06:24:23
62709         Log: If no alarm(), skip the subtests.
62710      Branch: perl
62711            ! ext/Time/HiRes/t/HiRes.t
62712 ____________________________________________________________________________
62713 [ 20541] By: jhi                                   on 2003/08/07  06:15:54
62714         Log: Subject: Re: maint @ 20537
62715              From: Philip Newton <Philip.Newton@gmx.net>
62716              Date: Thu, 07 Aug 2003 09:05:17 +0200
62717              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
62718      Branch: perl
62719            ! ext/Socket/Socket.xs
62720 ____________________________________________________________________________
62721 [ 20540] By: jhi                                   on 2003/08/07  06:13:19
62722         Log: Subject: Re: maint @ 20537
62723              From: Philip Newton <Philip.Newton@gmx.net>
62724              Date: Thu, 07 Aug 2003 09:05:17 +0200
62725              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
62726      Branch: perl
62727            ! hints/dos_djgpp.sh
62728 ____________________________________________________________________________
62729 [ 20539] By: jhi                                   on 2003/08/07  05:17:56
62730         Log: NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
62731              broken SysV semaphores.
62732      Branch: perl
62733            ! hints/netbsd.sh
62734 ____________________________________________________________________________
62735 [ 20538] By: jhi                                   on 2003/08/07  05:08:14
62736         Log: Subject: Re: [perl #23030] Error in negative lookahead with alternations
62737              From: hv@crypt.org
62738              Date: Thu, 07 Aug 2003 02:44:23 +0100
62739              Message-Id: <200308070144.h771iN906446@zen.crypt.org>
62740      Branch: perl
62741            ! regexec.c t/op/re_tests
62742 ____________________________________________________________________________
62743 [ 20535] By: jhi                                   on 2003/08/06  19:05:18
62744         Log: ESUCCESS = 0 is not true, but exists.
62745      Branch: perl
62746            ! ext/Errno/t/Errno.t
62747 ____________________________________________________________________________
62748 [ 20533] By: jhi                                   on 2003/08/06  18:39:49
62749         Log: Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message
62750              From: jari.aalto@poboxes.com (Jari Aalto)
62751              Date: Wed, 06 Aug 2003 14:24:42 +0300
62752              Message-ID: <ekzzowp1.fsf@blue.sea.net>
62753      Branch: perl
62754            ! ext/Sys/Syslog/Syslog.pm
62755 ____________________________________________________________________________
62756 [ 20530] By: jhi                                   on 2003/08/06  18:24:56
62757         Log: Make code agree with documentation (from Wolfgang Friebel)
62758      Branch: perl
62759            ! lib/ExtUtils/MakeMaker.pm
62760 ____________________________________________________________________________
62761 [ 20529] By: jhi                                   on 2003/08/06  18:20:31
62762         Log: Various tweaks to help DJGPP builds.
62763      Branch: perl
62764            ! djgpp/djgppsed.sh hints/dos_djgpp.sh
62765 ____________________________________________________________________________
62766 [ 20527] By: jhi                                   on 2003/08/06  14:57:22
62767         Log: More PASTHRU patching from Steve Hay.
62768      Branch: perl
62769            ! lib/ExtUtils/MM_Unix.pm
62770 ____________________________________________________________________________
62771 [ 20526] By: jhi                                   on 2003/08/06  13:53:01
62772         Log: Cast away gcc 3.3 type conversion pickiness.
62773      Branch: perl
62774            ! ext/threads/threads.xs
62775 ____________________________________________________________________________
62776 [ 20524] By: jhi                                   on 2003/08/06  13:36:44
62777         Log: Subject: Re: perl with cygwin 1.5, need help
62778              From: "Gerrit P. Haase" <gp@familiehaase.de>
62779              Date: Tue, 5 Aug 2003 14:36:55 +0200
62780              Message-ID: <71561410910.20030805143655@familiehaase.de>
62781
62782              (needed manual fitting)
62783      Branch: perl
62784            ! pad.c
62785 ____________________________________________________________________________
62786 [ 20523] By: jhi                                   on 2003/08/06  13:30:42
62787         Log: Subject: maint @ 20512
62788              From: Robin Barker <Robin.Barker@npl.co.uk>
62789              Date: Wed, 6 Aug 2003 15:31:33 +0100
62790              Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>
62791      Branch: perl
62792            ! MANIFEST Porting/Maintainers.pl
62793 ____________________________________________________________________________
62794 [ 20520] By: jhi                                   on 2003/08/06  11:38:46
62795         Log: Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
62796              From: Steve Hay <steve.hay@uk.radan.com>
62797              Date: Wed, 06 Aug 2003 10:56:44 +0100
62798              Message-ID: <3F30D0DC.20700@uk.radan.com>
62799      Branch: perl
62800            ! lib/ExtUtils/MM_Unix.pm
62801 ____________________________________________________________________________
62802 [ 20514] By: jhi                                   on 2003/08/06  05:22:29
62803         Log: Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
62804              From: Tim Jenness <t.jenness@jach.hawaii.edu>
62805              Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST)
62806              Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>
62807      Branch: perl
62808            ! pod/perlfaq2.pod
62809 ____________________________________________________________________________
62810 [ 20513] By: jhi                                   on 2003/08/06  05:18:32
62811         Log: Subject: [PATCH] dprofpp.PL again -- #20488 thinko
62812              From: "Craig A. Berry" <craigberry@mac.com>
62813              Date: Wed, 06 Aug 2003 00:18:36 -0500
62814              Message-ID: <3F308FAC.4090409@mac.com>
62815
62816              (from vmsperl list)
62817      Branch: perl
62818            ! utils/dprofpp.PL
62819 ____________________________________________________________________________
62820 [ 20510] By: jhi                                   on 2003/08/05  19:01:08
62821         Log: Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition
62822              From: mjd@plover.com
62823              Date: 5 Aug 2003 19:23:46 -0000
62824              Message-ID: <20030805192346.25911.qmail@plover.com>
62825      Branch: perl
62826            ! pod/perlfaq2.pod
62827 ____________________________________________________________________________
62828 [ 20508] By: jhi                                   on 2003/08/05  18:36:38
62829         Log: Continue #20506.
62830      Branch: perl
62831            ! lib/ExtUtils/MM_Unix.pm
62832 ____________________________________________________________________________
62833 [ 20506] By: jhi                                   on 2003/08/05  17:58:01
62834         Log: Try to fix the INC in PASTHRU.
62835      Branch: perl
62836            ! lib/ExtUtils/MM_Unix.pm
62837 ____________________________________________________________________________
62838 [ 20503] By: jhi                                   on 2003/08/05  16:02:14
62839         Log: Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
62840              From: Chip Salzenberg <chip@pobox.com>
62841              Date: Tue, 5 Aug 2003 11:39:24 -0400
62842              Message-ID: <20030805153924.GO1751@perlsupport.com
62843      Branch: perl
62844            ! perlio.c
62845 ____________________________________________________________________________
62846 [ 20502] By: jhi                                   on 2003/08/05  15:32:39
62847         Log: Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
62848              From: Steve Hay <steve.hay@uk.radan.com>
62849              Date: Tue, 05 Aug 2003 10:43:49 +0100
62850              Message-ID: <3F2F7C55.9020808@uk.radan.com>
62851
62852              (The MM_Unix.pm part was dealt with in #20501.)
62853      Branch: perl
62854            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t
62855 ____________________________________________________________________________
62856 [ 20501] By: jhi                                   on 2003/08/05  15:28:17
62857         Log: Reinstate #11125, hopefully making MakeMaker to pass
62858              DEFINE and INCLUDE to subdirs (NI-S says he'll work
62859              around any problems caused seen Tk if necessary).
62860              Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE
62861              to be _after_ the directory-specific INC and DEFINE as suggested
62862              by NI-S (Tk probably being the only "user" of the said macros).
62863      Branch: perl
62864            ! lib/ExtUtils/MM_Unix.pm
62865 ____________________________________________________________________________
62866 [ 20500] By: jhi                                   on 2003/08/05  15:14:35
62867         Log: Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions
62868              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
62869              Date: Tue, 5 Aug 2003 20:12:18 +0400
62870              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com>
62871      Branch: perl
62872            - wince/include/netdb.h
62873            ! MANIFEST wince/Makefile.ce wince/win32.h wince/win32io.c
62874            ! wince/wince.c
62875 ____________________________________________________________________________
62876 [ 20499] By: jhi                                   on 2003/08/05  14:03:43
62877         Log: A suggested perlio doc addition from Stas.
62878      Branch: perl
62879            ! pod/perliol.pod
62880 ____________________________________________________________________________
62881 [ 20498] By: jhi                                   on 2003/08/05  13:32:59
62882         Log: Subject: [PATCH RC4] AUTHORS +  Maintainers.pl
62883              From: Robin Barker <Robin.Barker@npl.co.uk>
62884              Date: Tue, 5 Aug 2003 15:32:36 +0100
62885              Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk>
62886      Branch: perl
62887            ! AUTHORS Porting/Maintainers.pl
62888 ____________________________________________________________________________
62889 [ 20497] By: jhi                                   on 2003/08/05  12:23:04
62890         Log: This is necessary to get things building for the VMS debugger.
62891              (Craig Berry)
62892      Branch: perl
62893            ! vms/descrip_mms.template
62894 ____________________________________________________________________________
62895 [ 20495] By: jhi                                   on 2003/08/05  09:23:24
62896         Log: Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6
62897              From: alian <alian@cpan.org>
62898              Date: Tue, 05 Aug 2003 12:21:42 +0200
62899              Message-ID: <3F2F8536.1090702@jupiter.alianet>
62900      Branch: perl
62901            ! ext/POSIX/t/posix.t
62902 ____________________________________________________________________________
62903 [ 20494] By: jhi                                   on 2003/08/05  09:03:57
62904         Log: Add some known cases to Maintainers.
62905      Branch: perl
62906            ! Porting/Maintainers.pl
62907 ____________________________________________________________________________
62908 [ 20492] By: jhi                                   on 2003/08/05  08:34:34
62909         Log: Subject: [PATCH] perlthrtut.pod
62910              From: Elizabeth Mattijsen <liz@dijkmat.nl>
62911              Date: Tue, 5 Aug 2003 11:26:04 +0200
62912              Message-Id: <p05111b0abb5525e65401@[80.127.186.62]>
62913      Branch: perl
62914            ! pod/perlthrtut.pod
62915 ____________________________________________________________________________
62916 [ 20491] By: jhi                                   on 2003/08/05  08:31:29
62917         Log: Add META.yml and Stas' makemeta (plus extensive reworking
62918              of the Maintainers utility)
62919      Branch: perl
62920            + META.yml Porting/Maintainers.pm Porting/makemeta
62921            ! MANIFEST Makefile.SH Porting/Maintainers
62922            ! Porting/Maintainers.pl
62923 ____________________________________________________________________________
62924 [ 20490] By: jhi                                   on 2003/08/05  06:28:06
62925         Log: ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc
62926              Try to remove the created message queues and semaphores
62927              even in the case of failures.
62928      Branch: perl
62929            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
62930 ____________________________________________________________________________
62931 [ 20489] By: jhi                                   on 2003/08/05  06:21:47
62932         Log: Subject: PerlIO_{read,write} return value doc patch
62933              From: Gisle Aas <gisle@ActiveState.com>
62934              Date: 04 Aug 2003 13:25:28 -0700
62935              Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com>
62936      Branch: perl
62937            ! pod/perlapio.pod
62938 ____________________________________________________________________________
62939 [ 20488] By: jhi                                   on 2003/08/05  06:12:07
62940         Log: Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS)
62941              From: "Craig A. Berry" <craigberry@mac.com>
62942              Date: Mon, 04 Aug 2003 19:29:51 -0500
62943              Message-ID: <3F2EFA7F.6070801@mac.com>
62944      Branch: perl
62945            ! utils/dprofpp.PL
62946 ____________________________________________________________________________
62947 [ 20486] By: jhi                                   on 2003/08/05  06:05:53
62948         Log: Subject: [PATCH] typos in encoding.pm
62949              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
62950              Date: Mon, 4 Aug 2003 20:09:35 +0200
62951              Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2>
62952      Branch: perl
62953            ! ext/Encode/encoding.pm
62954 ____________________________________________________________________________
62955 [ 20485] By: jhi                                   on 2003/08/05  05:29:11
62956         Log: Bytecode patching from Enache.
62957      Branch: perl
62958            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
62959            ! ext/B/t/bytecode.t ext/ByteLoader/bytecode.h t/TEST
62960 ____________________________________________________________________________
62961 [ 20484] By: jhi                                   on 2003/08/05  05:26:32
62962         Log: Upgrade to Digest::MD5 2.27.
62963      Branch: perl
62964            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
62965            ! ext/Digest/MD5/t/files.t
62966 ____________________________________________________________________________
62967 [ 20483] By: jhi                                   on 2003/08/05  05:15:16
62968         Log: Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated
62969              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
62970              Date: Tue, 05 Aug 2003 00:27:10 +0900
62971              Message-Id: <20030805002313.9880.BQW10602@nifty.com>
62972      Branch: perl
62973            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
62974 ____________________________________________________________________________
62975 [ 20482] By: rgs                                   on 2003/08/04  22:06:46
62976         Log: Nit in INSTALL about the svr?.sh hint files.
62977      Branch: perl
62978            ! INSTALL
62979 ____________________________________________________________________________
62980 [ 20480] By: rgs                                   on 2003/08/04  21:30:25
62981         Log: Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
62982              From: Steve Grazzini <grazz@pobox.com>
62983              Date: Mon, 4 Aug 2003 16:01:45 -0400
62984              Message-ID: <20030804200145.GB21699@grazzini.net>
62985
62986              Prevent the warning "Bareword found where operator expected" in
62987              the case "print $fh foo()" where foo() is an undefined function.
62988      Branch: perl
62989            ! toke.c
62990 ____________________________________________________________________________
62991 [ 20479] By: rgs                                   on 2003/08/04  20:26:17
62992         Log: Fix bug #23141 : localization of readonly magic scalars
62993              now produces an error "Modification of a read-only value
62994              attempted", instead of silently failing.
62995      Branch: perl
62996            ! scope.c t/op/local.t
62997 ____________________________________________________________________________
62998 [ 20478] By: rgs                                   on 2003/08/04  20:10:52
62999         Log: Revert change #19282 : it caused problems for some -Duseshrplib
63000              builds. On the other hand, make sure that your C compiler isn't
63001              a perl script !
63002      Branch: perl
63003            ! Makefile.SH
63004 ____________________________________________________________________________
63005 [ 20475] By: jhi                                   on 2003/08/04  09:35:55
63006         Log: Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
63007      Branch: perl
63008            ! perl.c perl.h
63009 ____________________________________________________________________________
63010 [ 20474] By: jhi                                   on 2003/08/04  08:41:55
63011         Log: Oops.
63012      Branch: perl
63013            ! hints/darwin.sh hints/rhapsody.sh
63014 ____________________________________________________________________________
63015 [ 20473] By: jhi                                   on 2003/08/04  07:58:36
63016         Log: Subject: [PATCH] Re: Can't usemymalloc on OS X
63017              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
63018              Date: Mon, 4 Aug 2003 10:35:12 +0200
63019              Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>
63020      Branch: perl
63021            ! hints/darwin.sh
63022 ____________________________________________________________________________
63023 [ 20470] By: jhi                                   on 2003/08/04  06:30:05
63024         Log: Test count adjustment from Rafael.
63025      Branch: perl
63026            ! lib/Test/Simple/t/is_deeply.t
63027 ____________________________________________________________________________
63028 [ 20469] By: jhi                                   on 2003/08/04  06:23:26
63029         Log: Subject: [PATCH] maint, Win32, GCC 3.2
63030              From: Mattia Barbon <mbarbon@dsi.unive.it>
63031              Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale)
63032              Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it>
63033      Branch: perl
63034            ! ext/Errno/Errno_pm.PL
63035 ____________________________________________________________________________
63036 [ 20467] By: jhi                                   on 2003/08/04  05:10:57
63037         Log: Apparently the newly introduce -DDARWIN did conflict with
63038              some Apple definition, how ironic...
63039      Branch: perl
63040            ! hints/darwin.sh perl.h
63041 ____________________________________________________________________________
63042 [ 20466] By: jhi                                   on 2003/08/04  05:03:30
63043         Log: Subject: Debian patch that skips podless modules
63044              From: Alexey Tourbin <at@altlinux.ru>
63045              Date: Sun, 3 Aug 2003 21:33:00 +0400
63046              Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
63047
63048              (plus Schwern's and Robert's nits)
63049      Branch: perl
63050            ! installman
63051 ____________________________________________________________________________
63052 [ 20465] By: jhi                                   on 2003/08/04  05:00:04
63053         Log: Subject: [PATCH] 4 bugs in Test::More
63054              From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>)
63055              Date: Fri, 21 Mar 2003 10:57:31 +0000
63056              Message-Id: <200303211057.31879.fergal@esatclear.ie>
63057      Branch: perl
63058            ! lib/Test/More.pm lib/Test/Simple/t/More.t
63059            ! lib/Test/Simple/t/is_deeply.t
63060 ____________________________________________________________________________
63061 [ 20464] By: jhi                                   on 2003/08/04  04:44:08
63062         Log: Upgrade to ExtUtils::MakeMaker 6.15.
63063      Branch: perl
63064            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
63065            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
63066            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
63067 ____________________________________________________________________________
63068 [ 20463] By: jhi                                   on 2003/08/04  04:37:25
63069         Log: Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
63070              From: Michael G Schwern <schwern@pobox.com>
63071              Date: Sun, 3 Aug 2003 16:12:35 -0700
63072              Message-ID: <20030803231235.GJ24350@windhund.schwern.org>
63073      Branch: perl
63074            ! lib/Benchmark.pm lib/Benchmark.t
63075 ____________________________________________________________________________
63076 [ 20462] By: rgs                                   on 2003/08/03  22:26:10
63077         Log: Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr
63078              From: Enache Adrian <enache@rdslink.ro>
63079              Date: Sun, 3 Aug 2003 18:00:05 +0300
63080              Message-ID: <20030803150005.GA1319@ratsnest.hole>
63081      Branch: perl
63082            ! pp.c t/op/substr.t
63083 ____________________________________________________________________________
63084 [ 20461] By: rgs                                   on 2003/08/03  21:50:11
63085         Log: Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6
63086              From: alian <alian@cpan.org>
63087              Date: Sat, 02 Aug 2003 16:19:25 +0200
63088              Message-ID: <3F2BC86D.2050400@jupiter.alianet>
63089
63090              Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
63091      Branch: perl
63092            ! ext/POSIX/t/posix.t
63093 ____________________________________________________________________________
63094 [ 20458] By: jhi                                   on 2003/08/03  19:01:08
63095         Log: Subject: [PATCH-for-5.8.1-RC4] wince distribution
63096              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
63097              Date: Mon, 4 Aug 2003 00:01:08 +0400
63098              Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad>
63099      Branch: perl
63100            ! wince/makedist.pl
63101 ____________________________________________________________________________
63102 [ 20457] By: jhi                                   on 2003/08/03  18:59:10
63103         Log: Subject: [PATCH perlreftut.pod] Minor edits
63104              From: mjd@plover.com
63105              Date: 3 Aug 2003 17:46:08 -0000
63106              Message-ID: <20030803174608.15792.qmail@plover.com>
63107      Branch: perl
63108            ! pod/perlreftut.pod
63109 ____________________________________________________________________________
63110 [ 20456] By: jhi                                   on 2003/08/03  18:52:16
63111         Log: Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits
63112              From: mjd@plover.com
63113              Date: 3 Aug 2003 19:37:49 -0000
63114              Message-ID: <20030803193749.3733.qmail@plover.com>
63115      Branch: perl
63116            ! ext/Time/HiRes/HiRes.pm
63117 ____________________________________________________________________________
63118 [ 20455] By: jhi                                   on 2003/08/03  18:47:13
63119         Log: Subject: [PATCH] Re: win32.c bug - handle leak
63120              From: Jan Dubois <jand@ActiveState.com>
63121              Date: Sat, 02 Aug 2003 10:25:05 -0700
63122              Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com>
63123      Branch: perl
63124            ! win32/win32.c
63125 ____________________________________________________________________________
63126 [ 20454] By: jhi                                   on 2003/08/03  18:45:53
63127         Log: Subject: [PATCH 5.8.1 @20218] OS/2 build
63128              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
63129              Date: Sat, 2 Aug 2003 09:38:50 -0700
63130              Message-ID: <20030802163850.GA4712@math.berkeley.edu>
63131      Branch: perl
63132            ! os2/os2ish.h
63133 ____________________________________________________________________________
63134 [ 20453] By: jhi                                   on 2003/08/03  18:44:29
63135         Log: Subject: [PATCH] Storable and uninitalized array values
63136              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
63137              Date: Sat, 2 Aug 2003 13:40:16 +0200
63138              Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2>
63139      Branch: perl
63140            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
63141 ____________________________________________________________________________
63142 [ 20452] By: jhi                                   on 2003/08/03  18:27:47
63143         Log: Upgrade to Unicode::Collate 0.26.
63144      Branch: perl
63145            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
63146            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
63147            ! lib/Unicode/Collate/t/test.t
63148 ____________________________________________________________________________
63149 [ 20451] By: jhi                                   on 2003/08/03  18:24:18
63150         Log: Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl
63151              From: "Craig A. Berry" <craigberry@mac.com>
63152              Date: Sat, 02 Aug 2003 10:25:44 -0500
63153              Message-ID: <3F2BD7F8.8090003@mac.com>
63154      Branch: perl
63155            ! lib/Net/Ping.pm
63156 ____________________________________________________________________________
63157 [ 20450] By: rgs                                   on 2003/08/03  12:50:07
63158         Log: Subject: [PATCH 5.8.1 @20218] Shell.t
63159              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
63160              Date: Sun, 3 Aug 2003 06:21:41 -0700
63161              Message-ID: <20030803132141.GA5156@math.berkeley.edu>
63162      Branch: perl
63163            ! lib/Shell.t
63164 ____________________________________________________________________________
63165 [ 20447] By: jhi                                   on 2003/08/02  07:26:58
63166         Log: C++ (or C99) sneak attack ("inline" function keyword).
63167      Branch: perl
63168            ! ext/Devel/DProf/DProf.xs
63169 ____________________________________________________________________________
63170 [ 20445] By: jhi                                   on 2003/08/02  06:24:30
63171         Log: Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob
63172              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
63173              Date: Fri, 1 Aug 2003 13:12:14 +0200
63174              Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
63175      Branch: perl
63176            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
63177            ! ext/File/Glob/t/basic.t
63178 ____________________________________________________________________________
63179 [ 20444] By: jhi                                   on 2003/08/02  06:17:28
63180         Log: Only show the message if the locale settings look risky.
63181      Branch: perl
63182            ! ext/Time/HiRes/Makefile.PL
63183 ____________________________________________________________________________
63184 [ 20443] By: jhi                                   on 2003/08/02  06:01:27
63185         Log: Add a message about the LC_ALL=C workaround (for non-core builds);
63186              update Changes.
63187      Branch: perl
63188            ! ext/Time/HiRes/Changes ext/Time/HiRes/Makefile.PL
63189 ____________________________________________________________________________
63190 [ 20441] By: jhi                                   on 2003/08/02  05:37:37
63191         Log: Subject: [PATCH] Small nit to pad.c
63192              From: Enache Adrian <enache@rdslink.ro>
63193              Date: Sat, 2 Aug 2003 01:50:40 +0300
63194              Message-ID: <20030801225040.GB1281@ratsnest.hole>
63195      Branch: perl
63196            ! pad.c
63197 ____________________________________________________________________________
63198 [ 20440] By: jhi                                   on 2003/08/02  05:12:13
63199         Log: Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes
63200              From: Radu Greab <rgreab@fx.ro>
63201              Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST)
63202              Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro>
63203      Branch: perl
63204            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
63205            ! ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t
63206            ! t/lib/dprof/test8_v
63207 ____________________________________________________________________________
63208 [ 20439] By: jhi                                   on 2003/08/02  05:06:43
63209         Log: Subject: [PATCH] ioctl for VMS
63210              From: "Craig A. Berry" <craigberry@mac.com>
63211              Date: Fri, 01 Aug 2003 23:34:31 -0500
63212              Message-ID: <3F2B3F57.4050609@mac.com>
63213      Branch: perl
63214            ! configure.com vms/vmsish.h
63215 ____________________________________________________________________________
63216 [ 20438] By: jhi                                   on 2003/08/02  05:05:40
63217         Log: Subject: [PATCH] argv case nit for VMS
63218              From: "Craig A. Berry" <craigberry@mac.com>
63219              Date: Fri, 01 Aug 2003 19:16:30 -0500
63220              Message-ID: <3F2B02DE.10207@mac.com>
63221      Branch: perl
63222            ! ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL
63223 ____________________________________________________________________________
63224 [ 20437] By: jhi                                   on 2003/08/01  22:00:30
63225         Log: Hugo's second thoughts: drop the relatively rare and
63226              slow optimization for now.
63227      Branch: perl
63228            ! regexec.c
63229 ____________________________________________________________________________
63230 [ 20435] By: jhi                                   on 2003/08/01  21:55:19
63231         Log: Missed this bit in the last update: couldn't answer ''
63232              or ' ' to get 'none'.
63233      Branch: perl
63234            ! Configure
63235 ____________________________________________________________________________
63236 [ 20432] By: jhi                                   on 2003/08/01  13:45:10
63237         Log: Encode pre-1.98 update from Dan Kogai, sent from
63238              the ashes of his smoldering motherboard.
63239      Branch: perl
63240            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml
63241            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
63242            ! ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm
63243            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm
63244 ____________________________________________________________________________
63245 [ 20431] By: jhi                                   on 2003/08/01  13:34:28
63246         Log: More runperl(switches => ...) finds (bleadperl only).
63247      Branch: perl
63248            ! t/op/readline.t
63249 ____________________________________________________________________________
63250 [ 20426] By: jhi                                   on 2003/08/01  12:45:19
63251         Log: Regen perltoc.
63252      Branch: perl
63253            ! pod/perltoc.pod
63254 ____________________________________________________________________________
63255 [ 20425] By: jhi                                   on 2003/08/01  12:44:16
63256         Log: pod likes whitespace.
63257      Branch: perl
63258            ! ext/ByteLoader/ByteLoader.pm
63259 ____________________________________________________________________________
63260 [ 20422] By: jhi                                   on 2003/08/01  11:37:53
63261         Log: Faulty check.
63262      Branch: perl
63263            ! t/test.pl
63264 ____________________________________________________________________________
63265 [ 20420] By: jhi                                   on 2003/08/01  11:06:54
63266         Log: Update INSTALL on the *dir.
63267      Branch: perl
63268            ! INSTALL
63269 ____________________________________________________________________________
63270 [ 20419] By: jhi                                   on 2003/08/01  11:04:55
63271         Log: Regen Glossary et al.
63272      Branch: perl
63273            ! Porting/Glossary Porting/config.sh Porting/config_H
63274 ____________________________________________________________________________
63275 [ 20418] By: jhi                                   on 2003/08/01  10:58:23
63276         Log: Now the test should be really testing what it's supposed to.
63277      Branch: perl
63278            ! ext/B/t/bytecode.t
63279 ____________________________________________________________________________
63280 [ 20417] By: jhi                                   on 2003/08/01  10:45:57
63281         Log: Fix the options.
63282      Branch: perl
63283            ! ext/B/t/bytecode.t
63284 ____________________________________________________________________________
63285 [ 20416] By: jhi                                   on 2003/08/01  10:44:19
63286         Log: Argument sanity checking.
63287      Branch: perl
63288            ! t/test.pl
63289 ____________________________________________________________________________
63290 [ 20413] By: jhi                                   on 2003/08/01  10:37:09
63291         Log: Regen Configure to use the *html*dir files.
63292              (installhtml uses none of that, though)
63293      Branch: perl
63294            ! Configure Policy_sh.SH config_h.SH
63295 ____________________________________________________________________________
63296 [ 20411] By: jhi                                   on 2003/08/01  10:10:05
63297         Log: More for the *dir changes.
63298      Branch: perl
63299            ! Policy_sh.SH config_h.SH hints/darwin.sh
63300 ____________________________________________________________________________
63301 [ 20410] By: jhi                                   on 2003/08/01  10:09:38
63302         Log: Regen Configure for the new *dir installation variables.
63303              If these don't work, ask Schwern.
63304      Branch: perl
63305            ! Configure
63306 ____________________________________________________________________________
63307 [ 20408] By: jhi                                   on 2003/08/01  05:27:48
63308         Log: Upgrade to MakeMaker 6.13.
63309      Branch: perl
63310            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
63311            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
63312            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
63313            ! lib/ExtUtils/t/basic.t
63314 ____________________________________________________________________________
63315 [ 20407] By: jhi                                   on 2003/08/01  05:21:36
63316         Log: JAPH patch :-) from Abigail.
63317      Branch: perl
63318            ! t/japh/abigail.t
63319 ____________________________________________________________________________
63320 [ 20406] By: jhi                                   on 2003/08/01  05:10:30
63321         Log: Regen perlapi.
63322      Branch: perl
63323            ! perlapi.c
63324 ____________________________________________________________________________
63325 [ 20405] By: jhi                                   on 2003/08/01  05:09:23
63326         Log: Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2
63327              From: Dave Mitchell <davem@fdgroup.com>
63328              Date: Fri, 1 Aug 2003 01:16:31 +0100
63329              Message-ID: <20030801001631.GA11233@fdgroup.com>
63330      Branch: perl
63331            ! regcomp.c t/op/pat.t
63332 ____________________________________________________________________________
63333 [ 20404] By: ams                                   on 2003/08/01  03:28:17
63334         Log: Subject: [PATCH] LotR quote for perlapi.c
63335              From: Autrijus Tang <autrijus@autrijus.org>
63336              Date: Fri, 1 Aug 2003 10:00:29 +0800
63337              Message-Id: <20030801020029.GA28241@not.autrijus.org>
63338      Branch: perl
63339            ! embed.pl
63340 ____________________________________________________________________________
63341 [ 20396] By: rgs                                   on 2003/07/31  20:37:50
63342         Log: Document in INSTALL that -Uinstallusrbinperl is now the default.
63343      Branch: perl
63344            ! INSTALL
63345 ____________________________________________________________________________
63346 [ 20395] By: jhi                                   on 2003/07/31  20:32:30
63347         Log: Integrate README.macosx more.
63348      Branch: perl
63349            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
63350            ! win32/Makefile win32/makefile.mk
63351 ____________________________________________________________________________
63352 [ 20394] By: jhi                                   on 2003/07/31  20:31:49
63353         Log: README.macosx from Sherm Pendley.
63354      Branch: perl
63355            + README.macosx
63356            ! MANIFEST
63357 ____________________________________________________________________________
63358 [ 20393] By: jhi                                   on 2003/07/31  20:31:08
63359         Log: Unportable subtest needs rethink.
63360      Branch: perl
63361            ! ext/B/t/bytecode.t
63362 ____________________________________________________________________________
63363 [ 20392] By: jhi                                   on 2003/07/31  20:22:03
63364         Log: Enache again.
63365      Branch: perl
63366            ! ext/ByteLoader/bytecode.h
63367 ____________________________________________________________________________
63368 [ 20390] By: jhi                                   on 2003/07/31  20:20:28
63369         Log: Retract #20385.
63370      Branch: perl
63371            ! ext/ByteLoader/bytecode.h
63372 ____________________________________________________________________________
63373 [ 20389] By: jhi                                   on 2003/07/31  20:14:06
63374         Log: Yet another bytecode tweak from Enache.
63375      Branch: perl
63376            ! ext/B/B/Bytecode.pm
63377 ____________________________________________________________________________
63378 [ 20388] By: jhi                                   on 2003/07/31  20:11:21
63379         Log: Subject: [DOC PATCH] pod/perlguts.pod
63380              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
63381              Date: Thu, 31 Jul 2003 22:39:01 +0200
63382              Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2>
63383      Branch: perl
63384            ! pod/perlguts.pod
63385 ____________________________________________________________________________
63386 [ 20387] By: jhi                                   on 2003/07/31  19:57:36
63387         Log: Subject: Re: [perl #23171] Regex too selfish
63388              From: hv@crypt.org
63389              Date: Thu, 31 Jul 2003 18:59:43 +0100
63390              Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
63391
63392              (choose the second code patch)
63393      Branch: perl
63394            ! regexec.c t/op/re_tests
63395 ____________________________________________________________________________
63396 [ 20386] By: jhi                                   on 2003/07/31  19:48:17
63397         Log: Make consistent with installperl (and working in MPE/iX)
63398              (Mark Bixby)
63399      Branch: perl
63400            ! installman
63401 ____________________________________________________________________________
63402 [ 20385] By: jhi                                   on 2003/07/31  19:46:14
63403         Log: (retracted by #20390)
63404      Branch: perl
63405            ! ext/ByteLoader/bytecode.h
63406 ____________________________________________________________________________
63407 [ 20383] By: jhi                                   on 2003/07/31  19:37:22
63408         Log: Upgrade to real CPAN.pm 1.76.
63409      Branch: perl
63410            + lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE
63411            + lib/CPAN/t/signature.t
63412            ! MANIFEST lib/CPAN.pm
63413 ____________________________________________________________________________
63414 [ 20379] By: jhi                                   on 2003/07/31  12:32:31
63415         Log: One more tweak for Mac OS X hints.
63416      Branch: perl
63417            ! hints/darwin.sh
63418 ____________________________________________________________________________
63419 [ 20378] By: jhi                                   on 2003/07/31  11:39:31
63420         Log: The new PKI system is far too untested and rough yet
63421              (think machines with no network, machines behind firewalls,
63422              corporate and national encryption policies).  It cannot be
63423              considered useable at this stage.
63424
63425              Therefore, create a fake CPAN 1.76.
63426      Branch: perl
63427            ! lib/CPAN.pm
63428 ____________________________________________________________________________
63429 [ 20377] By: jhi                                   on 2003/07/31  11:28:58
63430         Log: This test is pretty useless as it stands.
63431      Branch: perl
63432            - lib/CPAN/t/signature.t
63433            ! MANIFEST
63434 ____________________________________________________________________________
63435 [ 20376] By: jhi                                   on 2003/07/31  10:30:08
63436         Log: Document the requirements for Module::Signature a bit.
63437      Branch: perl
63438            ! lib/CPAN.pm
63439 ____________________________________________________________________________
63440 [ 20375] By: jhi                                   on 2003/07/31  09:37:44
63441         Log: We are change #20316 ahead of 1.75.
63442      Branch: perl
63443            ! lib/CPAN.pm
63444 ____________________________________________________________________________
63445 [ 20373] By: jhi                                   on 2003/07/31  07:35:11
63446         Log: Integrate from maint:
63447              [ 20359]
63448              No more wince/README.compile here, either.
63449      Branch: perl
63450           !> Porting/makerel
63451 ____________________________________________________________________________
63452 [ 20371] By: jhi                                   on 2003/07/31  05:41:56
63453         Log: ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File.
63454              (Schwern)
63455      Branch: perl
63456            ! lib/ExtUtils/MakeMaker.pm
63457 ____________________________________________________________________________
63458 [ 20370] By: jhi                                   on 2003/07/31  05:39:11
63459         Log: Schwern says this is most probably an old VMS MakeMaker
63460              bug workaround that can go now.
63461      Branch: perl
63462            ! ext/SDBM_File/sdbm/Makefile.PL
63463 ____________________________________________________________________________
63464 [ 20369] By: jhi                                   on 2003/07/31  05:32:15
63465         Log: Final touches to "Apple-like" installation directories.
63466      Branch: perl
63467            ! hints/darwin.sh
63468 ____________________________________________________________________________
63469 [ 20368] By: jhi                                   on 2003/07/31  05:28:17
63470         Log: Tests for change #20367 (and change use overload; to
63471              just require overload;)
63472      Branch: perl
63473            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
63474 ____________________________________________________________________________
63475 [ 20367] By: jhi                                   on 2003/07/31  05:12:47
63476         Log: Subject: [PATCH Tie::RefHash] added support for overloaded ""
63477              From: Xavier Noria <fxn@hashref.com>
63478              Date: Thu, 31 Jul 2003 00:29:13 +0200
63479              Message-Id: <200307310029.13567.fxn@hashref.com>
63480      Branch: perl
63481            ! lib/Tie/RefHash.pm
63482 ____________________________________________________________________________
63483 [ 20366] By: jhi                                   on 2003/07/31  05:06:11
63484         Log: Subject: [PATCH] test for B::Bytecode/ByteLoader
63485              From: Enache Adrian <enache@rdslink.ro>
63486              Date: Thu, 31 Jul 2003 03:49:40 +0300
63487              Message-ID: <20030731004940.GB1266@ratsnest.hole>
63488
63489              (but use test.pl:run_perl() instead of manual `$^X ...`)
63490      Branch: perl
63491            + ext/B/t/bytecode.t
63492            ! MANIFEST
63493 ____________________________________________________________________________
63494 [ 20364] By: rgs                                   on 2003/07/30  21:35:08
63495         Log: Silence spurious noise from MakeMaker :
63496              hint files shouldn't return undef and have set $!.
63497      Branch: perl
63498            ! ext/DynaLoader/hints/linux.pl
63499 ____________________________________________________________________________
63500 [ 20362] By: jhi                                   on 2003/07/30  20:24:49
63501         Log: Upgrade to NEXT 0.52.
63502      Branch: perl
63503            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
63504            ! lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
63505 ____________________________________________________________________________
63506 [ 20356] By: jhi                                   on 2003/07/30  18:16:55
63507         Log: Might as well.
63508      Branch: perl
63509            ! pod/perlhist.pod
63510 ____________________________________________________________________________
63511 [ 20355] By: jhi                                   on 2003/07/30  18:15:49
63512         Log: Silly gcc.
63513      Branch: perl
63514            ! perl.c
63515 ____________________________________________________________________________
63516 [ 20353] By: jhi                                   on 2003/07/30  17:09:59
63517         Log: This is getting comical.  (Practical tip: never ask
63518              for opinions from one than one person at one time.)
63519              Now back to -Dprefix='/usr' replacing the system Perl,
63520              but don't use the Apple internal DSTROOT.
63521      Branch: perl
63522            ! hints/darwin.sh
63523 ____________________________________________________________________________
63524 [ 20352] By: jhi                                   on 2003/07/30  17:00:25
63525         Log: Mac OS X hints dance continues.  Now drop any special
63526              installation directory mangling.  In other words, if
63527              you want to overwrite the system perl, you really need
63528              to find out how to do that.
63529      Branch: perl
63530            ! hints/darwin.sh
63531 ____________________________________________________________________________
63532 [ 20350] By: jhi                                   on 2003/07/30  14:23:03
63533         Log: Try again with the Mac OS X hints.  Now the three cases
63534              (no -Dprefix, /usr, and something else) all install
63535              into separate places.  No prefix installs to /usr/local.
63536              The /usr overwrites the Apple install (modulo the version).
63537      Branch: perl
63538            ! hints/darwin.sh
63539 ____________________________________________________________________________
63540 [ 20348] By: jhi                                   on 2003/07/30  13:28:30
63541         Log: Subject: [PATCH] NEXT and Diamond Inheritance
63542              From: Casey West <casey@geeknest.com>
63543              Date: Tue, 29 Jul 2003 17:37:15 -0400
63544              Message-ID: <20030729213715.GY76899@geeknest.com>
63545
63546              (Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
63547      Branch: perl
63548            ! lib/NEXT.pm lib/NEXT/t/unseen.t
63549 ____________________________________________________________________________
63550 [ 20347] By: jhi                                   on 2003/07/30  13:19:03
63551         Log: Match also on full name and email (though the email is
63552              now less interesting than it used to be).
63553      Branch: perl
63554            ! Porting/Maintainers
63555 ____________________________________________________________________________
63556 [ 20346] By: jhi                                   on 2003/07/30  12:26:53
63557         Log: Maintainers script tweaks.
63558      Branch: perl
63559            ! Porting/Maintainers
63560 ____________________________________________________________________________
63561 [ 20345] By: jhi                                   on 2003/07/30  11:17:33
63562         Log: rmdir t/lib/IO.
63563      Branch: perl
63564            ! ext/IO/t/IO.t
63565 ____________________________________________________________________________
63566 [ 20344] By: jhi                                   on 2003/07/30  11:15:30
63567         Log: Adjust the list of rmdired lib directories.
63568      Branch: perl
63569            ! Makefile.SH
63570 ____________________________________________________________________________
63571 [ 20343] By: jhi                                   on 2003/07/30  10:06:24
63572         Log: Be paranoid about PL_origargv.
63573              Paranoia warranted by Win32 mod_perl.
63574      Branch: perl
63575            ! perl.c
63576 ____________________________________________________________________________
63577 [ 20342] By: jhi                                   on 2003/07/30  09:57:55
63578         Log: Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
63579              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
63580              Date: Wed, 30 Jul 2003 14:56:32 +0400
63581              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
63582      Branch: perl
63583            ! perlio.c
63584 ____________________________________________________________________________
63585 [ 20341] By: jhi                                   on 2003/07/30  09:54:46
63586         Log: Upgrade to ExtUtils::MakeMaker 6.12.
63587      Branch: perl
63588            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
63589            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
63590            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
63591            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
63592 ____________________________________________________________________________
63593 [ 20340] By: jhi                                   on 2003/07/30  09:47:32
63594         Log: That's M. Schwern to you, earthling.
63595      Branch: perl
63596            ! Porting/Maintainers.pl
63597 ____________________________________________________________________________
63598 [ 20339] By: jhi                                   on 2003/07/30  09:43:32
63599         Log: Arthur maintains Safe.
63600      Branch: perl
63601            ! Porting/Maintainers.pl
63602 ____________________________________________________________________________
63603 [ 20338] By: jhi                                   on 2003/07/30  09:40:28
63604         Log: Use the CPAN id where available.
63605      Branch: perl
63606            ! Porting/Maintainers.pl
63607 ____________________________________________________________________________
63608 [ 20337] By: jhi                                   on 2003/07/30  09:26:47
63609         Log: Rename Modules and Modules.pl as Maintainers and
63610              Maintainers.pl since the same framework can be used
63611              for more than just modules.
63612      Branch: perl
63613            + Porting/Maintainers Porting/Maintainers.pl
63614            - Porting/Modules Porting/Modules.pl
63615            ! MANIFEST
63616 ____________________________________________________________________________
63617 [ 20336] By: jhi                                   on 2003/07/30  09:11:06
63618         Log: Strip leading ./
63619      Branch: perl
63620            ! Porting/Modules
63621 ____________________________________________________________________________
63622 [ 20335] By: jhi                                   on 2003/07/30  09:01:47
63623         Log: More Modules.pl.
63624      Branch: perl
63625            ! Porting/Modules.pl
63626 ____________________________________________________________________________
63627 [ 20334] By: jhi                                   on 2003/07/30  08:51:57
63628         Log: Modules.pl: add B::Deparse.
63629      Branch: perl
63630            ! Porting/Modules.pl
63631 ____________________________________________________________________________
63632 [ 20333] By: jhi                                   on 2003/07/30  08:26:47
63633         Log: Mac OS X: tweak once again the installation directories.
63634      Branch: perl
63635            ! hints/darwin.sh
63636 ____________________________________________________________________________
63637 [ 20332] By: jhi                                   on 2003/07/30  07:55:04
63638         Log: Modules.pl tweaks.
63639      Branch: perl
63640            ! Porting/Modules.pl
63641 ____________________________________________________________________________
63642 [ 20331] By: jhi                                   on 2003/07/30  06:13:55
63643         Log: Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information
63644              From: Jan Dubois <jand@ActiveState.com>
63645              Date: Tue, 29 Jul 2003 19:14:10 -0700
63646              Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
63647      Branch: perl
63648            ! lib/Win32.pod win32/win32.c
63649 ____________________________________________________________________________
63650 [ 20330] By: rgs                                   on 2003/07/29  21:20:28
63651         Log: FAQ sync.
63652      Branch: perl
63653            ! pod/perlfaq4.pod pod/perlfaq7.pod
63654 ____________________________________________________________________________
63655 [ 20329] By: jhi                                   on 2003/07/29  20:54:38
63656         Log: Subject: tiny fix for WinCE (Re: maint @ 20277)
63657              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
63658              Date: Wed, 30 Jul 2003 02:02:41 +0400
63659              Message-ID: <016701c3561d$43735ca0$195ec3d9@vad>
63660      Branch: perl
63661            ! wince/wince.c
63662 ____________________________________________________________________________
63663 [ 20327] By: jhi                                   on 2003/07/29  20:09:15
63664         Log: MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
63665      Branch: perl
63666            ! README.mpeix ext/IO/t/io_sock.t mpeix/mpeix.c mpeix/mpeixish.h
63667 ____________________________________________________________________________
63668 [ 20324] By: jhi                                   on 2003/07/29  19:55:50
63669         Log: Revert #20301, apparently the _SOCKADDR_LEN #define is
63670              important for IPv6 (Spider).  Since there is no way to
63671              otherwise detect 3.X, use the hints.
63672      Branch: perl
63673            ! hints/dec_osf.sh perl.h
63674 ____________________________________________________________________________
63675 [ 20316] By: jhi                                   on 2003/07/29  15:27:46
63676         Log: Don't nag about Module::Signature if there is no
63677              way for the user to use it (based on Autrijus' patch).
63678      Branch: perl
63679            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
63680 ____________________________________________________________________________
63681 [ 20315] By: jhi                                   on 2003/07/29  14:47:04
63682         Log: Oops.
63683      Branch: perl
63684            ! sv.c
63685 ____________________________________________________________________________
63686 [ 20314] By: jhi                                   on 2003/07/29  13:26:26
63687         Log: Slight rewording on the destdir.
63688      Branch: perl
63689            ! INSTALL
63690 ____________________________________________________________________________
63691 [ 20312] By: jhi                                   on 2003/07/29  13:20:21
63692         Log: Subject: [PATCH] pod/perlvar.pod: minor typo
63693              From: "Brendan O'Dea" <bod@debian.org>
63694              Date: Tue, 29 Jul 2003 23:49:18 +1000
63695              Message-ID: <20030729134918.GA4339@londo.c47.org>
63696      Branch: perl
63697            ! pod/perlvar.pod
63698 ____________________________________________________________________________
63699 [ 20310] By: jhi                                   on 2003/07/29  13:11:57
63700         Log: Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems)
63701              From: PPrymmer@factset.com
63702              Date: Tue, 22 Jul 2003 11:12:05 -0400
63703              Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
63704      Branch: perl
63705            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
63706            ! ext/Encode/t/perlio.t
63707 ____________________________________________________________________________
63708 [ 20309] By: jhi                                   on 2003/07/29  13:06:24
63709         Log: Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
63710              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
63711              Date: Sun, 13 Jul 2003 10:23:35 +0900
63712              Message-Id: <20030713102228.C76A.BQW10602@nifty.com>
63713      Branch: perl
63714            ! ext/Encode/lib/Encode/Alias.pm
63715 ____________________________________________________________________________
63716 [ 20308] By: jhi                                   on 2003/07/29  13:02:43
63717         Log: The --destdir option to installman should be made
63718              optional so that it doesn't complain when passed
63719              an empty value (from Rafael)
63720      Branch: perl
63721            ! installman
63722 ____________________________________________________________________________
63723 [ 20306] By: jhi                                   on 2003/07/29  12:05:24
63724         Log: Too many my $fh:s.
63725      Branch: perl
63726            ! lib/CPAN.pm
63727 ____________________________________________________________________________
63728 [ 20305] By: jhi                                   on 2003/07/29  11:55:11
63729         Log: Quieten MSVC6.
63730      Branch: perl
63731            ! pp.c
63732 ____________________________________________________________________________
63733 [ 20302] By: jhi                                   on 2003/07/29  11:31:17
63734         Log: Subject: DESTDIR in perl-5.8.1 package?
63735              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
63736              Date: Fri, 11 Jul 2003 14:48:41 +0200
63737              Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
63738
63739              Subject: Re: DESTDIR in perl-5.8.1 package?
63740              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
63741              Date: Mon, 14 Jul 2003 12:00:25 +0200
63742              Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
63743
63744              (blindly prepending and s///ing away the $destdir does not work
63745              at least in VMS, but the --destdir should help rpm builders
63746              and the like)
63747      Branch: perl
63748            ! INSTALL Makefile.SH installman installperl
63749 ____________________________________________________________________________
63750 [ 20301] By: jhi                                   on 2003/07/29  11:20:07
63751         Log: Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
63752              From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
63753              Date: 26 Jul 2003 21:44:06 -0000
63754              Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
63755
63756              Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
63757              releases 4.x and 5.x.
63758      Branch: perl
63759            ! perl.h
63760 ____________________________________________________________________________
63761 [ 20300] By: jhi                                   on 2003/07/29  11:18:27
63762         Log: Cleanup the sv_gets() logic for platforms with small stacks.
63763              (I think hogging 8K of stack sounds like bad behaviour on any
63764              platform, big stack or not.)
63765      Branch: perl
63766            ! sv.c
63767 ____________________________________________________________________________
63768 [ 20299] By: merijn                                on 2003/07/29  10:57:37
63769         Log: README.hpux now mentions the http mirror for prebuilt gcc binaries
63770      Branch: perl
63771            ! README.hpux
63772 ____________________________________________________________________________
63773 [ 20298] By: jhi                                   on 2003/07/29  10:57:28
63774         Log: DEC OSF/1 3.x did (does) not do sizer -v.
63775      Branch: perl
63776            ! hints/dec_osf.sh
63777 ____________________________________________________________________________
63778 [ 20295] By: jhi                                   on 2003/07/29  10:36:25
63779         Log: Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM
63780              From: Autrijus Tang <autrijus@autrijus.org>
63781              Date: Tue, 29 Jul 2003 09:58:35 +0800
63782              Message-ID: <20030729015834.GA7149@not.autrijus.org>
63783      Branch: perl
63784            ! lib/CPAN.pm
63785 ____________________________________________________________________________
63786 [ 20294] By: jhi                                   on 2003/07/29  10:30:05
63787         Log: There is no skip() since we are not using Test*.
63788      Branch: perl
63789            ! lib/CPAN/t/signature.t
63790 ____________________________________________________________________________
63791 [ 20293] By: jhi                                   on 2003/07/29  10:28:10
63792         Log: Upgrade to CPAN.pm 1.74.
63793      Branch: perl
63794            ! lib/CPAN.pm lib/CPAN/t/signature.t
63795 ____________________________________________________________________________
63796 [ 20292] By: jhi                                   on 2003/07/29  10:14:26
63797         Log: Most importantly, don't try HvNAME(gp->gp_hv)
63798              unless PL_stashcache exists, otherwise we get
63799              an invalid read (detected by valgrind, and crashes
63800              ext/threads/t/basic.t in Windows).
63801
63802              Also add a few if:s for the refcnt decrements,
63803              no need to call Perl_sv_free() if there's nothing to free.
63804      Branch: perl
63805            ! gv.c
63806 ____________________________________________________________________________
63807 [ 20291] By: jhi                                   on 2003/07/29  09:00:58
63808         Log: Tabify.
63809      Branch: perl
63810            ! MANIFEST
63811 ____________________________________________________________________________
63812 [ 20288] By: jhi                                   on 2003/07/29  08:29:50
63813         Log: Subject: [perl #22969] fix $hash{utf8bareword}
63814              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
63815              Date: Tue, 29 Jul 2003 11:09:37 +0200
63816              Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com>
63817      Branch: perl
63818            ! t/op/utfhash.t toke.c
63819 ____________________________________________________________________________
63820 [ 20287] By: jhi                                   on 2003/07/29  08:26:48
63821         Log: Subject: [PATCH pointer] B::Deparse 0.64
63822              From: Stephen McCamant <smcc@mit.edu>
63823              Date: Mon, 28 Jul 2003 16:57:19 -0400
63824              Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
63825      Branch: perl
63826            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
63827 ____________________________________________________________________________
63828 [ 20286] By: jhi                                   on 2003/07/29  08:24:45
63829         Log: More perlio docs from Stas.
63830      Branch: perl
63831            ! pod/perliol.pod
63832 ____________________________________________________________________________
63833 [ 20285] By: jhi                                   on 2003/07/29  08:22:49
63834         Log: Reintroduce Porting/Modules.  No, it's not duplicating
63835              the information in Module::CoreList.
63836      Branch: perl
63837            + Porting/Modules Porting/Modules.pl
63838            ! AUTHORS MANIFEST
63839 ____________________________________________________________________________
63840 [ 20283] By: jhi                                   on 2003/07/29  05:00:12
63841         Log: The better prefixify() patch from Ed Moy.
63842      Branch: perl
63843            ! lib/ExtUtils/MM_Unix.pm
63844 ____________________________________________________________________________
63845 [ 20282] By: jhi                                   on 2003/07/29  04:57:57
63846         Log: PerlIO_popped doc addition from NI-S.
63847      Branch: perl
63848            ! pod/perliol.pod
63849 ____________________________________________________________________________
63850 [ 20281] By: jhi                                   on 2003/07/29  04:55:48
63851         Log: Subject: [PATCH] another File::Find tweak for VMS (improve on #20221)
63852              From: "Craig A. Berry" <craigberry@mac.com>
63853              Date: Tue, 29 Jul 2003 00:11:46 -0500
63854              Message-ID: <3F260212.9000104@mac.com>
63855      Branch: perl
63856            ! lib/File/Find.pm
63857 ____________________________________________________________________________
63858 [ 20278] By: jhi                                   on 2003/07/28  18:03:48
63859         Log: More bytecode tweaks.
63860      Branch: perl
63861            ! ext/B/B.xs ext/B/B/Bytecode.pm
63862 ____________________________________________________________________________
63863 [ 20275] By: jhi                                   on 2003/07/28  16:47:53
63864         Log: No more wince/README.compile.
63865      Branch: perl
63866            ! Porting/curliff.pl
63867 ____________________________________________________________________________
63868 [ 20272] By: jhi                                   on 2003/07/28  16:19:47
63869         Log: Slightly better failure output.
63870      Branch: perl
63871            ! ext/Devel/Peek/t/Peek.t
63872 ____________________________________________________________________________
63873 [ 20270] By: jhi                                   on 2003/07/28  15:12:28
63874         Log: These directories no more exist during cleanup.
63875      Branch: perl
63876            ! Makefile.SH
63877 ____________________________________________________________________________
63878 [ 20269] By: jhi                                   on 2003/07/28  15:07:22
63879         Log: No more ext/*/*.t, move them all to ext/*/t.
63880      Branch: perl
63881            + ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t
63882            + ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t
63883            + ext/I18N/Langinfo/t/Langinfo.t ext/IPC/SysV/t/ipcsysv.t
63884            + ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t
63885            + ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t
63886            + ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t
63887            + ext/Safe/t/safe3.t ext/Socket/t/Socket.t
63888            + ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t
63889            + ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t
63890            + ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t
63891            - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
63892            - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
63893            - ext/I18N/Langinfo/Langinfo.t ext/IPC/SysV/ipcsysv.t
63894            - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
63895            - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
63896            - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
63897            - ext/Socket/Socket.t ext/Socket/socketpair.t
63898            - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
63899            - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
63900            - ext/re/re.t
63901            ! MANIFEST ext/IPC/SysV/MANIFEST
63902 ____________________________________________________________________________
63903 [ 20268] By: jhi                                   on 2003/07/28  14:31:17
63904         Log: Move the ext/IO tests to a more standard location so that
63905              the *.t do not get copied to the build tree (lib/IO/).
63906      Branch: perl
63907            + ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t
63908            + ext/IO/t/io_dup.t ext/IO/t/io_linenum.t
63909            + ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t
63910            + ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
63911            + ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
63912            + ext/IO/t/io_utf8.t ext/IO/t/io_xs.t
63913            - ext/IO/lib/IO/t/IO.t ext/IO/lib/IO/t/io_const.t
63914            - ext/IO/lib/IO/t/io_dir.t ext/IO/lib/IO/t/io_dup.t
63915            - ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t
63916            - ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_poll.t
63917            - ext/IO/lib/IO/t/io_sel.t ext/IO/lib/IO/t/io_sock.t
63918            - ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t
63919            - ext/IO/lib/IO/t/io_udp.t ext/IO/lib/IO/t/io_unix.t
63920            - ext/IO/lib/IO/t/io_utf8.t ext/IO/lib/IO/t/io_xs.t
63921            ! MANIFEST
63922 ____________________________________________________________________________
63923 [ 20267] By: jhi                                   on 2003/07/28  14:16:44
63924         Log: Retract #20260.
63925      Branch: perl
63926            ! perlio.c perliol.h
63927 ____________________________________________________________________________
63928 [ 20266] By: jhi                                   on 2003/07/28  13:38:59
63929         Log: Bump the $VERSION of core File::Spec as requested by Ken Williams.
63930      Branch: perl
63931            ! lib/File/Spec.pm
63932 ____________________________________________________________________________
63933 [ 20265] By: jhi                                   on 2003/07/28  13:23:44
63934         Log: Subject: [PATCH] #20177 broke skip logic in t/op/write.t
63935              From: "Craig A. Berry" <craigberry@mac.com>
63936              Date: Mon, 28 Jul 2003 08:04:32 -0500
63937              Message-ID: <3F251F60.6050607@mac.com>
63938      Branch: perl
63939            ! t/op/write.t
63940 ____________________________________________________________________________
63941 [ 20264] By: jhi                                   on 2003/07/28  13:21:58
63942         Log: Subject: [PATCH] t/op/write.t cleanup after itself.
63943              From: Michael G Schwern <schwern@pobox.com>
63944              Date: Mon, 28 Jul 2003 05:54:19 -0700
63945              Message-ID: <20030728125419.GJ21044@windhund.schwern.org>
63946      Branch: perl
63947            ! t/op/write.t
63948 ____________________________________________________________________________
63949 [ 20263] By: jhi                                   on 2003/07/28  12:13:24
63950         Log: Make Storable work with blead/maint by making PL_sv_placeholder
63951              a true global, bump $VERSION to 2.08.  Will take a look at the
63952              portability issue of placeholders soon.
63953      Branch: perl
63954            ! embedvar.h ext/Storable/Storable.pm ext/Storable/Storable.xs
63955            ! intrpvar.h perlapi.h perlvars.h sv.c
63956 ____________________________________________________________________________
63957 [ 20262] By: jhi                                   on 2003/07/28  11:35:31
63958         Log: Storable test nosewipe.
63959      Branch: perl
63960            ! ext/Storable/t/code.t ext/Storable/t/utf8hash.t
63961 ____________________________________________________________________________
63962 [ 20261] By: jhi                                   on 2003/07/28  11:02:23
63963         Log: Solaris cc didn't appreciate casting a long to a pointer
63964              with no cast, and lval casts are unportable, so introduce
63965              a rval cast.
63966      Branch: perl
63967            ! bytecode.pl ext/ByteLoader/byterun.c
63968 ____________________________________________________________________________
63969 [ 20260] By: jhi                                   on 2003/07/28  10:46:58
63970         Log: (Retracted by #20267)
63971      Branch: perl
63972            ! perlio.c perliol.h
63973 ____________________________________________________________________________
63974 [ 20257] By: jhi                                   on 2003/07/28  10:05:58
63975         Log: Subject: CPAN/t/signature.t noisy
63976              From: Michael G Schwern <schwern@pobox.com>
63977              Date: Mon, 28 Jul 2003 02:14:19 -0700
63978              Message-ID: <20030728091419.GG21044@windhund.schwern.org>
63979      Branch: perl
63980            ! lib/CPAN/t/signature.t
63981 ____________________________________________________________________________
63982 [ 20256] By: jhi                                   on 2003/07/28  10:00:11
63983         Log: Extra noise from File::Spec.
63984      Branch: perl
63985            ! lib/File/Spec/t/rel2abs2rel.t
63986 ____________________________________________________________________________
63987 [ 20255] By: jhi                                   on 2003/07/28  09:50:55
63988         Log: Prettyprint the constants list of defsubs_h.PL.
63989      Branch: perl
63990            ! ext/B/defsubs_h.PL
63991 ____________________________________________________________________________
63992 [ 20253] By: jhi                                   on 2003/07/28  04:56:48
63993         Log: Subject: [PATCH] B enhancements
63994              From: Stephen McCamant <smcc@mit.edu>
63995              Date: Sun, 27 Jul 2003 14:07:46 -0400
63996              Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
63997      Branch: perl
63998            ! ext/B/B.pm ext/B/B.xs ext/B/defsubs_h.PL
63999 ____________________________________________________________________________
64000 [ 20252] By: jhi                                   on 2003/07/28  04:55:42
64001         Log: More clarification about the hash randomisation defines.
64002      Branch: perl
64003            ! perl.h
64004 ____________________________________________________________________________
64005 [ 20251] By: jhi                                   on 2003/07/28  04:51:46
64006         Log: Clarify the process a bit.
64007      Branch: perl
64008            ! INSTALL
64009 ____________________________________________________________________________
64010 [ 20250] By: jhi                                   on 2003/07/28  04:43:23
64011         Log: Add $VERSION to B::Bytecode.
64012      Branch: perl
64013            ! ext/B/B/Bytecode.pm
64014 ____________________________________________________________________________
64015 [ 20249] By: jhi                                   on 2003/07/28  04:39:14
64016         Log: Missing test file.  (Not very useful since Module::Signature
64017              is not in the core, but let's not make an exception.)
64018      Branch: perl
64019            ! MANIFEST
64020 ____________________________________________________________________________
64021 [ 20248] By: jhi                                   on 2003/07/28  04:35:27
64022         Log: Subject: Re: downrev modules in RC2
64023              From: Gisle Aas <gisle@ActiveState.com>
64024              Date: 27 Jul 2003 20:25:07 -0700
64025              Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
64026
64027              (upgrade to Digest::MD5 2.26)
64028      Branch: perl
64029            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
64030            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
64031 ____________________________________________________________________________
64032 [ 20247] By: jhi                                   on 2003/07/28  04:31:32
64033         Log: Upgrade to CGI 2.97.
64034      Branch: perl
64035            ! lib/CGI.pm
64036 ____________________________________________________________________________
64037 [ 20246] By: jhi                                   on 2003/07/28  04:26:58
64038         Log: Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
64039              (from Enache)
64040      Branch: perl
64041            ! bytecode.pl ext/ByteLoader/byterun.c
64042 ____________________________________________________________________________
64043 [ 20243] By: jhi                                   on 2003/07/27  20:31:31
64044         Log: Upgrade to CPAN 1.72.
64045      Branch: perl
64046            + lib/CPAN/t/signature.t
64047            ! MANIFEST lib/CPAN.pm
64048 ____________________________________________________________________________
64049 [ 20242] By: jhi                                   on 2003/07/27  20:21:40
64050         Log: We now return to your normally scheduled hash randomisation.
64051      Branch: perl
64052            ! INSTALL perl.h pod/perlfunc.pod pod/perlrun.pod
64053            ! pod/perlsec.pod
64054 ____________________________________________________________________________
64055 [ 20240] By: jhi                                   on 2003/07/27  19:45:22
64056         Log: fresh_perl_(is|like) were printing out the wrong file/line
64057              number on failure because _where() was hard coded to only
64058              look one level up the call stack.  In these cases it has to
64059              look two.
64060              (Schwern)
64061      Branch: perl
64062            ! t/test.pl
64063 ____________________________________________________________________________
64064 [ 20239] By: jhi                                   on 2003/07/27  19:43:34
64065         Log: cleanup tiehandle.t to use test.pl, is(), like(), etc...
64066              (Schwern)
64067      Branch: perl
64068            ! t/op/tiehandle.t
64069 ____________________________________________________________________________
64070 [ 20238] By: jhi                                   on 2003/07/27  19:20:45
64071         Log: Upgrade to Test::Harness 2.29.
64072      Branch: perl
64073            ! lib/Test/Harness.pm lib/Test/Harness/Straps.pm
64074            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
64075            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
64076            ! lib/Test/Harness/t/test-harness.t
64077 ____________________________________________________________________________
64078 [ 20237] By: jhi                                   on 2003/07/27  18:37:45
64079         Log: Missing MakeMaker test.
64080      Branch: perl
64081            + lib/ExtUtils/t/postamble.t
64082            ! MANIFEST
64083 ____________________________________________________________________________
64084 [ 20236] By: jhi                                   on 2003/07/27  18:29:16
64085         Log: Add -l (one file per line) option to manicheck.
64086      Branch: perl
64087            ! Porting/manicheck
64088 ____________________________________________________________________________
64089 [ 20235] By: jhi                                   on 2003/07/27  18:08:55
64090         Log: Further Byteloader tweaks from Enache.
64091      Branch: perl
64092            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
64093            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/defsubs_h.PL
64094            ! ext/B/t/assembler.t ext/ByteLoader/ByteLoader.pm
64095            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
64096            ! ext/ByteLoader/byterun.h t/TEST
64097 ____________________________________________________________________________
64098 [ 20234] By: jhi                                   on 2003/07/27  18:02:24
64099         Log: Reapply some perldoc changes not in 3.09.
64100      Branch: perl
64101            ! lib/Pod/Perldoc.pm
64102 ____________________________________________________________________________
64103 [ 20233] By: jhi                                   on 2003/07/27  17:51:01
64104         Log: Upgrade to Pod::Perldoc 3.09.
64105      Branch: perl
64106            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
64107 ____________________________________________________________________________
64108 [ 20232] By: jhi                                   on 2003/07/27  17:34:23
64109         Log: A bug reported in perl-unicode by Terry Jones, fixed
64110              by Andreas Koenig, and add a test.
64111      Branch: perl
64112            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
64113 ____________________________________________________________________________
64114 [ 20231] By: jhi                                   on 2003/07/27  17:21:11
64115         Log: Unicode::UCD doc nit from Andreas Koenig.
64116      Branch: perl
64117            ! lib/Unicode/UCD.pm
64118 ____________________________________________________________________________
64119 [ 20230] By: jhi                                   on 2003/07/27  17:13:55
64120         Log: Upgrade to I18N::LangTags 0.28.
64121      Branch: perl
64122            + lib/I18N/LangTags/t/01test.t
64123            - lib/I18N/LangTags/test.pl
64124            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm
64125 ____________________________________________________________________________
64126 [ 20229] By: jhi                                   on 2003/07/27  16:59:27
64127         Log: Skip the test until Enache fixes it.
64128      Branch: perl
64129            ! ext/B/t/assembler.t
64130 ____________________________________________________________________________
64131 [ 20225] By: jhi                                   on 2003/07/27  16:12:44
64132         Log: Upgrade to File::Spec 0.85.
64133      Branch: perl
64134            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
64135            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
64136            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
64137            ! lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
64138            ! lib/File/Spec/t/rel2abs2rel.t
64139 ____________________________________________________________________________
64140 [ 20224] By: jhi                                   on 2003/07/27  15:48:20
64141         Log: Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
64142              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
64143              Date: Sun, 20 Jul 2003 22:36:02 +0200
64144              Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
64145      Branch: perl
64146            ! dump.c embedvar.h ext/Storable/Storable.xs hv.c intrpvar.h
64147            ! perl.c perlapi.h sv.c universal.c
64148 ____________________________________________________________________________
64149 [ 20223] By: jhi                                   on 2003/07/27  15:43:30
64150         Log: Regen byterun once more: the incav is not yet right, but at
64151              least it compiles now (Tru64 cc choked on the lvalue cast).
64152      Branch: perl
64153            ! bytecode.pl ext/ByteLoader/byterun.c
64154 ____________________________________________________________________________
64155 [ 20222] By: jhi                                   on 2003/07/27  15:31:52
64156         Log: Regenerated because of #20220.
64157      Branch: perl
64158            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
64159            ! ext/ByteLoader/byterun.h
64160 ____________________________________________________________________________
64161 [ 20221] By: jhi                                   on 2003/07/27  15:19:57
64162         Log: Subject: [PATCH] fix for File::Find logical name collision on VMS
64163              From: "Craig A. Berry" <craigberry@mac.com>
64164              Date: Mon, 21 Jul 2003 19:40:20 -0500
64165              Message-ID: <3F1C87F4.2070401@mac.com>
64166      Branch: perl
64167            ! lib/File/Find.pm
64168 ____________________________________________________________________________
64169 [ 20220] By: jhi                                   on 2003/07/27  15:13:10
64170         Log: Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
64171              From: Enache Adrian <enache@rdslink.ro>
64172              Date: Fri, 18 Jul 2003 23:15:37 +0300
64173              Message-ID: <20030718201537.GA1574@ratsnest.hole>
64174      Branch: perl
64175            ! Makefile.SH bytecode.pl ext/B/B.xs ext/B/B/Assembler.pm
64176            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/typemap
64177            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
64178            ! ext/ByteLoader/bytecode.h installperl t/TEST utils/perlcc.PL
64179 ____________________________________________________________________________
64180 [ 20219] By: jhi                                   on 2003/07/27  15:08:23
64181         Log: Subject: [PATCH-for-RC2] WinCE port addition
64182              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
64183              Date: Fri, 25 Jul 2003 22:17:11 +0400
64184              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
64185      Branch: perl
64186            - wince/README.compile
64187            ! MANIFEST README.ce wince/Makefile.ce wince/README.perlce
64188            ! wince/compile.bat wince/wince.c wince/wince.h
64189 ____________________________________________________________________________
64190 [ 20217] By: jhi                                   on 2003/07/25  06:39:08
64191         Log: Another missing hunk for MakeMaker from .org.
64192      Branch: perl
64193            ! lib/ExtUtils/MakeMaker.pm
64194 ____________________________________________________________________________
64195 [ 20213] By: jhi                                   on 2003/07/24  14:49:25
64196         Log: Grabbed from www.makemaker.org.
64197      Branch: perl
64198            + t/lib/MakeMaker/Test/Setup/Recurs.pm
64199            ! MANIFEST
64200 ____________________________________________________________________________
64201 [ 20211] By: jhi                                   on 2003/07/24  14:00:29
64202         Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8
64203              From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
64204              Date: 14 Jul 2003 05:35:15 -0000
64205              Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
64206      Branch: perl
64207            ! utf8.c
64208 ____________________________________________________________________________
64209 [ 20209] By: jhi                                   on 2003/07/24  13:42:58
64210         Log: Subject: Re: [typo] sv.c pod/perlapi.pod
64211              From: Stas Bekman <stas@stason.org>
64212              Date: Thu, 24 Jul 2003 16:49:27 +0200
64213              Message-ID: <3F1FF1F7.30500@stason.org>
64214      Branch: perl
64215            ! pod/perlapi.pod sv.c
64216 ____________________________________________________________________________
64217 [ 20208] By: jhi                                   on 2003/07/24  13:41:37
64218         Log: Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11
64219              From: Michael G Schwern <schwern@pobox.com>
64220              Date: Thu, 24 Jul 2003 01:28:07 -0700
64221              Message-ID: <20030724082807.GA24285@windhund.schwern.org>
64222      Branch: perl
64223            ! lib/ExtUtils/MakeMaker.pm
64224 ____________________________________________________________________________
64225 [ 20207] By: jhi                                   on 2003/07/24  13:40:39
64226         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_08
64227              From: Michael G Schwern <schwern@pobox.com>
64228              Date: Mon, 21 Jul 2003 20:12:25 -0700
64229              Message-ID: <20030722031224.GD12711@windhund.schwern.org>
64230      Branch: perl
64231            + lib/ExtUtils/t/recurs.t
64232            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
64233            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
64234            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
64235            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/PATCHING
64236            ! lib/ExtUtils/README lib/ExtUtils/t/Command.t
64237            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
64238            ! lib/ExtUtils/t/basic.t
64239 ____________________________________________________________________________
64240 [ 20206] By: jhi                                   on 2003/07/24  13:23:27
64241         Log: (accidentally empty checkin)
64242      Branch: perl
64243            ! lib/perl5db.pl
64244 ____________________________________________________________________________
64245 [ 20203] By: jhi                                   on 2003/07/24  13:14:53
64246         Log: Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()?
64247              From: Steve Hay <steve.hay@uk.radan.com>
64248              Date: Fri, 18 Jul 2003 10:03:21 +0100
64249              Message-ID: <3F17B7D9.80805@uk.radan.com>
64250      Branch: perl
64251            ! makedef.pl
64252 ____________________________________________________________________________
64253 [ 20202] By: jhi                                   on 2003/07/24  13:12:08
64254         Log: Subject: [patch] perldebug.pod clarification
64255              From: Stéphane Payrard <stef@payrard.net>
64256              Date: Mon, 21 Jul 2003 21:36:59 +0200
64257              Message-ID: <20030721193659.GC2722@stefp.dyndns.org>
64258      Branch: perl
64259            ! pod/perldebug.pod
64260 ____________________________________________________________________________
64261 [ 20201] By: jhi                                   on 2003/07/24  13:08:50
64262         Log: Subject: PATCH: More edge tests on t/op/pow.t
64263              From: Andy Lester <andy@petdance.com>
64264              Date: Wed, 23 Jul 2003 16:38:35 -0500
64265              Message-ID: <20030723213834.GA20468@petdance.com>
64266      Branch: perl
64267            ! t/op/pow.t
64268 ____________________________________________________________________________
64269 [ 20200] By: jhi                                   on 2003/07/24  13:06:36
64270         Log: Subject: [PATCH] Fix saving 'V' magic in scan_vstring()
64271              From: Stephen McCamant <smcc@mit.edu>
64272              Date: Tue, 22 Jul 2003 09:41:10 -0400
64273              Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU>
64274      Branch: perl
64275            ! toke.c
64276 ____________________________________________________________________________
64277 [ 20199] By: jhi                                   on 2003/07/24  13:04:24
64278         Log: Subject: [PATCH] Re: Reference to tied elements results in lvalue.
64279              From: Dave Mitchell <davem@fdgroup.com>
64280              Date: Fri, 18 Jul 2003 18:49:43 +0100
64281              Message-ID: <20030718174943.GB6427@fdgroup.com>
64282      Branch: perl
64283            ! sv.c t/op/tie.t
64284 ____________________________________________________________________________
64285 [ 20198] By: jhi                                   on 2003/07/24  09:07:45
64286         Log: Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads
64287              From: Stephen McCamant <smcc@mit.edu>
64288              Date: Sat, 19 Jul 2003 12:06:31 -0400
64289              Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU>
64290      Branch: perl
64291            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
64292 ____________________________________________________________________________
64293 [ 20197] By: jhi                                   on 2003/07/24  08:59:45
64294         Log: Subject: [PATCH] typo in VMS::Filespec
64295              From: Ken Williams <ken@mathforum.org>
64296              Date: Tue, 22 Jul 2003 15:18:21 -0500
64297              Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
64298      Branch: perl
64299            ! vms/ext/Filespec.pm
64300 ____________________________________________________________________________
64301 [ 20196] By: jhi                                   on 2003/07/24  08:54:54
64302         Log: EBCDIC fix from Thomas Dorner.
64303      Branch: perl
64304            ! Makefile.SH
64305 ____________________________________________________________________________
64306 [ 20195] By: jhi                                   on 2003/07/24  08:54:13
64307         Log: POSIX-BC patch from Thomas Dorner.
64308      Branch: perl
64309            ! hints/posix-bc.sh
64310 ____________________________________________________________________________
64311 [ 20194] By: jhi                                   on 2003/07/24  08:45:55
64312         Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning
64313              From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
64314              Date: 14 Jul 2003 05:37:15 -0000
64315              Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
64316      Branch: perl
64317            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
64318 ____________________________________________________________________________
64319 [ 20193] By: jhi                                   on 2003/07/24  08:43:33
64320         Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0
64321              From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
64322              Date: 14 Jul 2003 05:37:02 -0000
64323              Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
64324      Branch: perl
64325            ! ext/IO/lib/IO/Socket.pm
64326 ____________________________________________________________________________
64327 [ 20191] By: jhi                                   on 2003/07/24  08:38:35
64328         Log: Subject: [PATCH] Re: Fatal 5.8.1 error in our $FOO = x if $FOO
64329              From: Dave Mitchell <davem@fdgroup.com>
64330              Date: Thu, 17 Jul 2003 20:33:29 +0100
64331              Message-ID: <20030717193329.GA2699@fdgroup.com>
64332      Branch: perl
64333            ! pad.c t/lib/warnings/pad
64334 ____________________________________________________________________________
64335 [ 20190] By: jhi                                   on 2003/07/24  08:35:11
64336         Log: Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
64337              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
64338              Date: 22 Jul 2003 02:59:13 -0000
64339              Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>
64340      Branch: perl
64341            ! pod/perlfunc.pod
64342 ____________________________________________________________________________
64343 [ 20189] By: jhi                                   on 2003/07/24  08:26:02
64344         Log: Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro
64345              From: Stephen Clouse <stephenc@theiqgroup.com>
64346              Date: Tue, 22 Jul 2003 21:31:38 -0500
64347              Message-ID: <20030723023138.GA15653@owns.warpcore.org>
64348      Branch: perl
64349            ! perl.h
64350 ____________________________________________________________________________
64351 [ 20187] By: jhi                                   on 2003/07/24  07:53:33
64352         Log: Subject: [PATCH] configure.gnu --prefix
64353              From: slaven@rezic.de
64354              Date: Thu, 10 Jul 2003 09:33:27 +0000
64355              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
64356      Branch: perl
64357            ! configure.gnu
64358 ____________________________________________________________________________
64359 [ 20186] By: jhi                                   on 2003/07/24  07:48:21
64360         Log: Subject: Re: problem with rc1 and rc2 on Mac OS X
64361              From: Edward Moy <emoy@apple.com>
64362              Date: Sun, 13 Jul 2003 14:12:57 -0700
64363              Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com>
64364      Branch: perl
64365            ! lib/ExtUtils/MM_Unix.pm
64366 ____________________________________________________________________________
64367 [ 20184] By: jhi                                   on 2003/07/24  07:02:31
64368         Log: Subject: [PATCH 5.8.1 @20153] malloc cleanup
64369              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
64370              Date: Tue, 15 Jul 2003 07:46:58 -0700
64371              Message-ID: <20030715144657.GA21313@math.berkeley.edu>
64372      Branch: perl
64373            ! makedef.pl malloc.c malloc_ctl.h
64374 ____________________________________________________________________________
64375 [ 20182] By: jhi                                   on 2003/07/23  13:28:52
64376         Log: This should make Stas happy.
64377      Branch: perl
64378            ! hv.h perl.c
64379 ____________________________________________________________________________
64380 [ 20180] By: jhi                                   on 2003/07/23  12:40:11
64381         Log: utils.lst parsing tweak for bin/perldoc installation from Rafael.
64382      Branch: perl
64383            ! installperl
64384 ____________________________________________________________________________
64385 [ 20179] By: rgs                                   on 2003/07/21  19:46:19
64386         Log: As the perldoc.pod is now in a separate file under pod/,
64387              the installman script was installing an empty perldoc.1 manpage.
64388      Branch: perl
64389            ! installperl utils.lst
64390 ____________________________________________________________________________
64391 [ 20178] By: rgs                                   on 2003/07/21  19:19:06
64392         Log: Subject: [DOCPATCH] %SIG and SA_RESTART
64393              From: Steve Grazzini <grazz@pobox.com>
64394              Date: Wed, 16 Jul 2003 08:56:21 -0400
64395              Message-ID: <20030716125620.GA7022@grazzini.net>
64396      Branch: perl
64397            ! pod/perlipc.pod pod/perlvar.pod
64398 ____________________________________________________________________________
64399 [ 20177] By: rgs                                   on 2003/07/21  19:14:35
64400         Log: Subject: [PATCH] Re: Perl formats do not work with tied values
64401              From: Dave Mitchell <davem@fdgroup.com>
64402              Date: Tue, 15 Jul 2003 20:46:07 +0100
64403              Message-ID: <20030715194607.GA24592@fdgroup.com>
64404
64405              plus the regression test :
64406              Subject: Re: [PATCH] Re: Perl formats do not work with tied values
64407              From: Nicholas Clark <nick@ccl4.org>
64408              Date: Tue, 15 Jul 2003 22:24:04 +0100
64409              Message-ID: <20030715222404.L20414@plum.flirble.org>
64410      Branch: perl
64411            ! pp_ctl.c t/op/write.t
64412 ____________________________________________________________________________
64413 [ 20176] By: rgs                                   on 2003/07/21  19:00:32
64414         Log: Subject: Re: [PATCH] h2xs and extra_libraries
64415              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
64416              Date: Tue, 15 Jul 2003 07:28:52 +0200
64417              Message-id: <20030715052852.GA494@ethan>
64418      Branch: perl
64419            ! utils/h2xs.PL
64420 ____________________________________________________________________________
64421 [ 20175] By: merijn                                on 2003/07/21  14:26:43
64422         Log: Subject: Re: [PATCH] test clean-up for VMS
64423              From: "Craig A. Berry" <craigberry@mac.com>
64424              Date: Sun, 20 Jul 2003 10:43:32 -0500
64425              Message-ID: <3F1AB8A4.2070207@mac.com>
64426      Branch: perl
64427            ! ext/PerlIO/t/encoding.t lib/File/Spec/t/rel2abs2rel.t
64428            ! lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
64429            ! lib/FileCache/t/03append.t t/io/argv.t t/op/stat.t
64430            ! t/uni/write.t
64431 ____________________________________________________________________________
64432 [ 20174] By: hv                                    on 2003/07/21  10:26:07
64433         Log: Update Changes.
64434      Branch: perl
64435            ! Changes patchlevel.h
64436 ____________________________________________________________________________
64437 [ 20173] By: rgs                                   on 2003/07/20  21:48:21
64438         Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG
64439              (bug #22968)
64440      Branch: perl
64441            ! pod/perlfaq3.pod pod/perlrun.pod
64442 ____________________________________________________________________________
64443 [ 20172] By: rgs                                   on 2003/07/20  21:14:12
64444         Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
64445              From: Andy Dougherty <doughera@lafayette.edu>
64446              Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
64447              Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
64448
64449              plus a clarification to INSTALL :
64450              Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
64451              From: Andy Dougherty <doughera@lafayette.edu>
64452              Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
64453              Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
64454      Branch: perl
64455            ! INSTALL Makefile.SH
64456 ____________________________________________________________________________
64457 [ 20171] By: rgs                                   on 2003/07/20  20:12:54
64458         Log: The warning "Possible precedence problem on bitwise operator"
64459              was incorrectly produced with the bitwise-assignment operators.
64460              Fix it. (bug #23065 concerning 5.8.1 RC2)
64461      Branch: perl
64462            ! op.c t/lib/warnings/op
64463 ____________________________________________________________________________
64464 [ 20170] By: rgs                                   on 2003/07/18  08:03:02
64465         Log: Rename get_seed() to get_hash_seed(), as suggested by
64466              Eric J Kidder, to solve a name conflict on HP_UX 11.00.
64467      Branch: perl
64468            ! embed.fnc embed.h perl.c proto.h util.c
64469 ____________________________________________________________________________
64470 [ 20169] By: rgs                                   on 2003/07/18  06:36:20
64471         Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
64472              From: Andreas J Koenig <andreas.koenig@anima.de>
64473              Date: Fri, 18 Jul 2003 09:36:47 +0200
64474              Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
64475      Branch: perl
64476            ! t/op/pow.t
64477 ____________________________________________________________________________
64478 [ 20168] By: rgs                                   on 2003/07/18  06:21:15
64479         Log: Subject: [ PATCH] Re: isa(UNIVERSAL)?
64480              From: Dave Mitchell <davem@fdgroup.com>
64481              Date: Thu, 17 Jul 2003 21:51:12 +0100
64482              Message-ID: <20030717205112.GA2994@fdgroup.com>
64483      Branch: perl
64484            ! t/op/universal.t universal.c
64485 ____________________________________________________________________________
64486 [ 20167] By: rgs                                   on 2003/07/18  06:14:33
64487         Log: Subject: [PATCH] Re: Oops - Can't calculate our powers
64488              From: Stephen McCamant <smcc@mit.edu>
64489              Date: Fri, 18 Jul 2003 02:26:14 -0400
64490              Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
64491      Branch: perl
64492            ! pp.c t/op/pow.t
64493 ____________________________________________________________________________
64494 [ 20166] By: rgs                                   on 2003/07/17  21:49:10
64495         Log: Subject: [PATCH] Increment cop_seqmax in utilize()
64496              From: Stephen McCamant <smcc@mit.edu>
64497              Date: Tue, 15 Jul 2003 09:57:26 -0400
64498              Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
64499
64500              Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
64501              From: Stephen McCamant <smcc@mit.edu>
64502              Date: Tue, 15 Jul 2003 09:57:31 -0400
64503              Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
64504      Branch: perl
64505            ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c
64506 ____________________________________________________________________________
64507 [ 20165] By: rgs                                   on 2003/07/17  21:24:46
64508         Log: Subject: [PATCH] Re: POSIX::div
64509              From: Michael G Schwern <schwern@pobox.com>
64510              Date: Mon, 14 Jul 2003 14:00:58 -0700
64511              Message-ID: <20030714210057.GK18517@windhund.schwern.org>
64512      Branch: perl
64513            ! ext/POSIX/POSIX.pm
64514 ____________________________________________________________________________
64515 [ 20164] By: rgs                                   on 2003/07/17  21:15:51
64516         Log: PERL5LIB is not colon-separated everywhere
64517      Branch: perl
64518            ! pod/perlrun.pod
64519 ____________________________________________________________________________
64520 [ 20163] By: rgs                                   on 2003/07/17  20:59:15
64521         Log: Subject: [PATCH] fix $^N-related coredump
64522              From: Anton Berezin <tobez@tobez.org>
64523              Date: Mon, 14 Jul 2003 13:50:35 +0200
64524              Message-ID: <20030714115035.GA10971@heechee.tobez.org>
64525      Branch: perl
64526            ! pp_hot.c sv.c
64527 ____________________________________________________________________________
64528 [ 20162] By: rgs                                   on 2003/07/17  20:39:31
64529         Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
64530              From: Tony Bowden <tony@kasei.com>
64531              Date: Thu, 17 Jul 2003 16:49:35 +0100
64532              Message-ID: <20030717154935.GA20302@soto.kasei.com>
64533      Branch: perl
64534            ! pod/perlfunc.pod
64535 ____________________________________________________________________________
64536 [ 20161] By: rgs                                   on 2003/07/17  20:25:52
64537         Log: Minor nits in perlsyn.pod
64538      Branch: perl
64539            ! pod/perlsyn.pod
64540 ____________________________________________________________________________
64541 [ 20159] By: rgs                                   on 2003/07/13  20:02:34
64542         Log: Subject: [PATCH] incorrect error message from Attribute::Handlers
64543              From: Claes Jacobsson <claes@surfar.nu>
64544              Date: Sat, 12 Jul 2003 16:30:42 +0200
64545              Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
64546      Branch: perl
64547            ! lib/Attribute/Handlers.pm
64548 ____________________________________________________________________________
64549 [ 20158] By: rgs                                   on 2003/07/13  19:52:58
64550         Log: Add a TODO test for perlbug #19049
64551              Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
64552              From: Alex Gough <alex-p5p@earth.li>
64553              Date: Fri, 11 Jul 2003 01:12:42 +0100
64554              Message-ID: <20030711001242.GD2484@the.earth.li>
64555      Branch: perl
64556            ! t/op/pat.t
64557 ____________________________________________________________________________
64558 [ 20157] By: rgs                                   on 2003/07/13  19:43:29
64559         Log: Minor updates of the charnames documentation.
64560      Branch: perl
64561            ! lib/charnames.pm
64562 ____________________________________________________________________________
64563 [ 20156] By: rgs                                   on 2003/07/11  19:37:34
64564         Log: Subject: Re: Sort sub and NaNs
64565              From: "John P. Linderman" <jpl@research.att.com>
64566              Date: Thu, 10 Jul 2003 10:45:06 -0400
64567              Message-Id: <200307101445.KAA79110@raptor.research.att.com>
64568
64569              Warn against a potential edge case with sort, <=> and NaNs.
64570      Branch: perl
64571            ! pod/perlfunc.pod
64572 ____________________________________________________________________________
64573 [ 20155] By: rgs                                   on 2003/07/11  19:11:17
64574         Log: Subject: [DOCPATCH] perlfunc/read
64575              From: Steve Grazzini <grazz@pobox.com>
64576              Date: Tue, 8 Jul 2003 10:23:03 -0400
64577              Message-ID: <20030708142303.GB23698@grazzini.net>
64578
64579              Clarify the OFFSET parameter to read().
64580      Branch: perl
64581            ! pod/perlfunc.pod
64582 ____________________________________________________________________________
64583 [ 20154] By: rgs                                   on 2003/07/11  18:54:09
64584         Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
64585              From: Michael G Schwern <schwern@pobox.com>
64586              Date: Tue, 13 May 2003 18:33:05 -0700
64587              Message-ID: <20030514013305.GB22001@windhund.schwern.org>
64588      Branch: perl
64589            ! pod/perlsyn.pod pod/perltrap.pod
64590 ____________________________________________________________________________
64591 [ 20145] By: jhi                                   on 2003/07/11  05:07:09
64592         Log: I think the API for mod_perl v2 should be simply that
64593              PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
64594              itself, hopefully from a good source of random bits.
64595      Branch: perl
64596            ! perl.c
64597 ____________________________________________________________________________
64598 [ 20143] By: jhi                                   on 2003/07/11  00:35:07
64599         Log: pTHX.
64600      Branch: perl
64601            ! util.c
64602 ____________________________________________________________________________
64603 [ 20139] By: jhi                                   on 2003/07/11  00:21:43
64604         Log: New order of seed.
64605      Branch: perl
64606            ! pod/perlrun.pod
64607 ____________________________________________________________________________
64608 [ 20138] By: jhi                                   on 2003/07/11  00:13:11
64609         Log: More retraction.
64610      Branch: perl
64611            ! INSTALL
64612 ____________________________________________________________________________
64613 [ 20137] By: jhi                                   on 2003/07/11  00:10:14
64614         Log: Retract the statements.
64615      Branch: perl
64616            ! pod/perlfunc.pod pod/perlsec.pod
64617 ____________________________________________________________________________
64618 [ 20135] By: jhi                                   on 2003/07/11  00:03:33
64619         Log: Chicken out: the hash randomisation is not on by default.
64620              We switch over to the explicit mode: in other words, if
64621              the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
64622              randomise only if PL_hash_seed_set is FALSE (this means
64623              one can use PERL_HASH() before perl_run.)  Also, since
64624              now PERL_HASH_SEED is okay even under -T, all should be fine.
64625              (Ha!)
64626      Branch: perl
64627            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
64628            ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
64629 ____________________________________________________________________________
64630 [ 20134] By: jhi                                   on 2003/07/10  23:23:38
64631         Log: Check PERL_HASH_SEED even when tainted.
64632      Branch: perl
64633            ! perl.c pod/perlrun.pod
64634 ____________________________________________________________________________
64635 [ 20131] By: jhi                                   on 2003/07/10  22:42:29
64636         Log: &Time::HiRes::d_nanosleep was broken.
64637      Branch: perl
64638            ! ext/Time/HiRes/Makefile.PL
64639 ____________________________________________________________________________
64640 [ 20130] By: jhi                                   on 2003/07/10  22:37:02
64641         Log: Subject: [PATCH} db-recno.t on Mac OS X
64642              From: slaven@rezic.de
64643              Date: Thu, 10 Jul 2003 12:41:05 +0000
64644              Message-Id: <1057840865.9622@devpc01.iconmobile.de>
64645      Branch: perl
64646            ! ext/DB_File/t/db-recno.t
64647 ____________________________________________________________________________
64648 [ 20129] By: jhi                                   on 2003/07/10  22:31:39
64649         Log: Subject: [comment patch]
64650              From: Stas Bekman <stas@stason.org>
64651              Date: Thu, 10 Jul 2003 14:19:22 -0700
64652              Message-ID: <3F0DD85A.1070902@stason.org>
64653      Branch: perl
64654            ! perl.c
64655 ____________________________________________________________________________
64656 [ 20127] By: jhi                                   on 2003/07/10  22:21:04
64657         Log: Be vague enough.
64658      Branch: perl
64659            ! pod/perldata.pod
64660 ____________________________________________________________________________
64661 [ 20125] By: rgs                                   on 2003/07/10  19:28:48
64662         Log: regen embed.pl for the bleadperl branch as well.
64663      Branch: perl
64664            ! embedvar.h
64665 ____________________________________________________________________________
64666 [ 20124] By: jhi                                   on 2003/07/10  18:33:56
64667         Log: Time travel noticed by Enache.
64668      Branch: perl
64669            ! pod/perlhist.pod
64670 ____________________________________________________________________________
64671 [ 20120] By: jhi                                   on 2003/07/10  17:38:28
64672         Log: I can see the future.  It is cloudy.
64673      Branch: perl
64674            ! pod/perlhist.pod
64675 ____________________________________________________________________________
64676 [ 20119] By: jhi                                   on 2003/07/10  17:37:25
64677         Log: Subject: [PATCH] configure.gnu --prefix
64678              From: slaven@rezic.de
64679              Date: Thu, 10 Jul 2003 09:33:27 +0000
64680              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
64681      Branch: perl
64682            ! configure.gnu
64683 ____________________________________________________________________________
64684 [ 20118] By: jhi                                   on 2003/07/10  17:35:32
64685         Log: malloc alignment patch from Spider, needed for Tru64 + longdouble.
64686      Branch: perl
64687            ! malloc.c
64688 ____________________________________________________________________________
64689 [ 20117] By: jhi                                   on 2003/07/10  17:33:53
64690         Log: Subject: [PATCH] Restore SIGFPE on exec()
64691              From: Chip Salzenberg <chip@pobox.com>
64692              Date: Thu, 10 Jul 2003 13:13:20 -0400
64693              Message-ID: <20030710171319.GA21588@perlsupport.com>
64694      Branch: perl
64695            ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c
64696 ____________________________________________________________________________
64697 [ 20116] By: jhi                                   on 2003/07/10  17:28:00
64698         Log: The *right* way to make the csighandler visible.
64699      Branch: perl
64700            ! embed.fnc embed.h global.sym
64701 ____________________________________________________________________________
64702 [ 20114] By: jhi                                   on 2003/07/10  15:06:41
64703         Log: Retract #20112.
64704      Branch: perl
64705            ! embed.fnc embedvar.h intrpvar.h perlapi.h
64706 ____________________________________________________________________________
64707 [ 20112] By: jhi                                   on 2003/07/10  14:17:59
64708         Log: Argh.  At least AIX builds choke because of this.
64709      Branch: perl
64710            ! embed.fnc embedvar.h intrpvar.h perlapi.h
64711 ____________________________________________________________________________
64712 [ 20106] By: jhi                                   on 2003/07/10  04:50:05
64713         Log: Upgrade to podlators 1.27.
64714      Branch: perl
64715            ! lib/Pod/Text/Termcap.pm
64716 ____________________________________________________________________________
64717 [ 20104] By: jhi                                   on 2003/07/10  04:40:02
64718         Log: Deprecate v-strings.
64719      Branch: perl
64720            ! pod/perldata.pod
64721 ____________________________________________________________________________
64722 [ 20103] By: jhi                                   on 2003/07/10  04:28:40
64723         Log: perlfaq sync.
64724      Branch: perl
64725            ! pod/perlfaq1.pod
64726 ____________________________________________________________________________
64727 [ 20100] By: jhi                                   on 2003/07/09  17:40:41
64728         Log: Detypo.
64729      Branch: perl
64730            ! hints/darwin.sh
64731 ____________________________________________________________________________
64732 [ 20098] By: jhi                                   on 2003/07/09  17:29:53
64733         Log: Fixes from Ron Kimball.
64734      Branch: perl
64735            ! pod/perldata.pod
64736 ____________________________________________________________________________
64737 [ 20097] By: jhi                                   on 2003/07/09  17:27:35
64738         Log: Fix for the 'print v65' plus safety tweaks from Rafael.
64739      Branch: perl
64740            ! toke.c
64741 ____________________________________________________________________________
64742 [ 20096] By: jhi                                   on 2003/07/09  17:06:29
64743         Log: More Darwin/MacOSX paths twiddling.
64744      Branch: perl
64745            ! hints/darwin.sh
64746 ____________________________________________________________________________
64747 [ 20093] By: jhi                                   on 2003/07/09  11:43:09
64748         Log: Play safe and use the system malloc in FreeBSD.
64749              Yes, performance suffers.  But that is better than
64750              random core dumps.
64751      Branch: perl
64752            ! hints/freebsd.sh
64753 ____________________________________________________________________________
64754 [ 20090] By: jhi                                   on 2003/07/09  08:12:32
64755         Log: Upgrade to Encode 1.97.
64756      Branch: perl
64757            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
64758            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
64759            ! ext/Encode/lib/Encode/Encoder.pm
64760            ! ext/Encode/lib/Encode/Guess.pm
64761            ! ext/Encode/lib/Encode/JP/JIS7.pm
64762 ____________________________________________________________________________
64763 [ 20089] By: jhi                                   on 2003/07/09  08:08:30
64764         Log: Rework the perldata vXX => ... entry a bit.
64765      Branch: perl
64766            ! pod/perldata.pod
64767 ____________________________________________________________________________
64768 [ 20088] By: jhi                                   on 2003/07/09  08:04:04
64769         Log: Document the vXX => change in perldata, too.
64770      Branch: perl
64771            ! pod/perldata.pod
64772 ____________________________________________________________________________
64773 [ 20085] By: jhi                                   on 2003/07/09  07:49:46
64774         Log: Test the vX => ... fix.
64775      Branch: perl
64776            ! t/op/ver.t
64777 ____________________________________________________________________________
64778 [ 20084] By: jhi                                   on 2003/07/09  06:58:39
64779         Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
64780              From: John Peacock <jpeacock@rowman.com>
64781              Date: Wed, 09 Jul 2003 01:05:38 -0700
64782              Message-ID: <3F0BCCD2.1020009@rowman.com>
64783      Branch: perl
64784            ! embed.fnc pod/perlapi.pod toke.c util.c
64785 ____________________________________________________________________________
64786 [ 20083] By: jhi                                   on 2003/07/09  06:27:15
64787         Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
64788              for the install dirs.
64789      Branch: perl
64790            ! hints/darwin.sh
64791 ____________________________________________________________________________
64792 [ 20082] By: jhi                                   on 2003/07/09  05:57:16
64793         Log: Enable avoiding /System/Library in Mac OS X by
64794              doing Configure -Dprefix=/some/where -Uvendorlib.
64795      Branch: perl
64796            ! hints/darwin.sh
64797 ____________________________________________________________________________
64798 [ 20081] By: jhi                                   on 2003/07/09  05:53:56
64799         Log: Subject: [PATCH] Safe signals via POSIX::sigaction
64800              From: Chip Salzenberg <chip@pobox.com>
64801              Date: Wed, 9 Jul 2003 01:49:10 -0400
64802              Message-ID: <20030709054910.GH2021@perlsupport.com>
64803      Branch: perl
64804            ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
64805            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h
64806 ____________________________________________________________________________
64807 [ 20079] By: rgs                                   on 2003/07/08  20:26:20
64808         Log: The CHECKOP macro was not invoked on some newly created ops
64809              (to match them against the current opmask.) As a consequence,
64810              Safe compartments were unable to trap some ops (pattern
64811              match, slices, conditionals.) This fixes the holes.
64812      Branch: perl
64813            ! op.c
64814 ____________________________________________________________________________
64815 [ 20078] By: jhi                                   on 2003/07/08  19:30:13
64816         Log: Revert #20077.
64817      Branch: perl
64818            ! lib/CPAN.pm
64819 ____________________________________________________________________________
64820 [ 20077] By: jhi                                   on 2003/07/08  18:40:51
64821         Log: Don't recommend to upgrade the base.pm in the core with
64822              the base.pm from Class::Fields.  They are not the same.
64823      Branch: perl
64824            ! lib/CPAN.pm
64825 ____________________________________________________________________________
64826 [ 20076] By: jhi                                   on 2003/07/08  17:39:49
64827         Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
64828              From: Enache Adrian <enache@rdslink.ro>
64829              Date: Tue, 8 Jul 2003 20:47:58 +0300
64830              Message-ID: <20030708174758.GA1177@ratsnest.hole>
64831
64832              (ByteLoader tweak avoiding a leaked scalar)
64833      Branch: perl
64834            ! op.c
64835 ____________________________________________________________________________
64836 [ 20071] By: jhi                                   on 2003/07/08  09:18:19
64837         Log: In 5.8.x, fast stdio places still do use stdio.
64838      Branch: perl
64839            ! ext/Digest/MD5/t/badfile.t
64840 ____________________________________________________________________________
64841 [ 20069] By: jhi                                   on 2003/07/08  08:41:01
64842         Log: Subject: [PATCH] format 'botched' in malloc.c
64843              From: Enache Adrian <enache@rdslink.ro>
64844              Date: Mon, 7 Jul 2003 21:57:06 +0300
64845              Message-ID: <20030707185706.GB7017@ratsnest.hole>
64846      Branch: perl
64847            ! malloc.c
64848 ____________________________________________________________________________
64849 [ 20068] By: jhi                                   on 2003/07/08  08:36:27
64850         Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
64851              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
64852              Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
64853              Message-ID: <12022.1057655645@www59.gmx.net>
64854      Branch: perl
64855            ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c
64856 ____________________________________________________________________________
64857 [ 20066] By: jhi                                   on 2003/07/08  05:24:58
64858         Log: Retract #20065: I don't think this is the right way
64859              to patch this issue.
64860      Branch: perl
64861            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
64862 ____________________________________________________________________________
64863 [ 20065] By: jhi                                   on 2003/07/08  05:14:31
64864         Log: Configure tweak from Johnny Lam so that the
64865              INSTALLSITEMAN[13]DIR get correctly set.
64866      Branch: perl
64867            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
64868 ____________________________________________________________________________
64869 [ 20063] By: rgs                                   on 2003/07/07  18:58:47
64870         Log: Regexp bug in the docs, spotted by Enache's eagle eyes.
64871      Branch: perl
64872            ! pod/perlsyn.pod
64873 ____________________________________________________________________________
64874 [ 20062] By: jhi                                   on 2003/07/07  18:27:02
64875         Log: Mark Bixby ++.
64876      Branch: perl
64877            ! perl.c
64878 ____________________________________________________________________________
64879 [ 20061] By: jhi                                   on 2003/07/07  18:26:35
64880         Log: The nanosleep() probe was kaputt, fixed by Mark Bixby.
64881      Branch: perl
64882            ! ext/Time/HiRes/Makefile.PL
64883 ____________________________________________________________________________
64884 [ 20059] By: jhi                                   on 2003/07/07  15:06:35
64885         Log: Good catch from Gisle.
64886      Branch: perl
64887            ! pod/perlfunc.pod
64888 ____________________________________________________________________________
64889 [ 20058] By: jhi                                   on 2003/07/07  14:12:27
64890         Log: Refashioned #20055: we cannot trust stdio to fail here.
64891      Branch: perl
64892            ! ext/Digest/MD5/t/badfile.t
64893 ____________________________________________________________________________
64894 [ 20057] By: jhi                                   on 2003/07/07  14:08:16
64895         Log: Retract #20056, #20055, #20052, #20050, #20048: the changes
64896              are just breaking more than they are fixing.
64897      Branch: perl
64898            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
64899            ! ext/Digest/MD5/t/files.t perlio.c
64900 ____________________________________________________________________________
64901 [ 20056] By: jhi                                   on 2003/07/07  13:31:14
64902         Log: Returning zero from PerlIO_read() is okay;
64903              update MD5 sums.
64904      Branch: perl
64905            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
64906 ____________________________________________________________________________
64907 [ 20055] By: jhi                                   on 2003/07/07  13:23:58
64908         Log: If perlio is completely out of the picture, we can
64909              get tripped by different stdio implementations.
64910      Branch: perl
64911            ! ext/Digest/MD5/t/badfile.t
64912 ____________________________________________________________________________
64913 [ 20054] By: jhi                                   on 2003/07/07  12:58:06
64914         Log: AUTHORS tweak.
64915      Branch: perl
64916            ! AUTHORS
64917 ____________________________________________________________________________
64918 [ 20053] By: jhi                                   on 2003/07/07  12:04:26
64919         Log: Subject: Patch to README.solaris
64920              From: Alan Burlison <Alan.Burlison@sun.com>
64921              Date: Mon, 07 Jul 2003 14:15:57 +0100
64922              Message-ID: <3F09728D.1070408@sun.com>
64923      Branch: perl
64924            ! README.solaris
64925 ____________________________________________________________________________
64926 [ 20052] By: jhi                                   on 2003/07/07  10:28:35
64927         Log: Update MD5 checksums.
64928      Branch: perl
64929            ! ext/Digest/MD5/t/files.t
64930 ____________________________________________________________________________
64931 [ 20051] By: jhi                                   on 2003/07/07  09:56:48
64932         Log: Be more explicit than just 'characters'.
64933      Branch: perl
64934            ! pod/perlfunc.pod
64935 ____________________________________________________________________________
64936 [ 20050] By: jhi                                   on 2003/07/07  09:38:28
64937         Log: Try making PerlIO errors more consistent.
64938              (1) Check early whether the filehandle is capable of
64939              the requested action.
64940              (2) PerlIO_read() really can return -1, and so can
64941              PerlIOUnix_read().
64942              (3) Some stdio implementations are more forgiving
64943              than others, so check also for errors recorded
64944              by PerlIO in PerlStdio_errno().
64945      Branch: perl
64946            ! perlio.c
64947 ____________________________________________________________________________
64948 [ 20049] By: jhi                                   on 2003/07/07  09:08:19
64949         Log: Linewrapping.
64950      Branch: perl
64951            ! pod/perlapio.pod
64952 ____________________________________________________________________________
64953 [ 20048] By: jhi                                   on 2003/07/07  09:06:58
64954         Log: PerlIO_read() can return negative.
64955      Branch: perl
64956            ! ext/Digest/MD5/MD5.xs
64957 ____________________________________________________________________________
64958 [ 20043] By: jhi                                   on 2003/07/07  04:36:22
64959         Log: Use the existence, instead of the truth, to decide
64960              whether to scan for a symbol.
64961              (Also remove trailing spaces.)
64962      Branch: perl
64963            ! ext/Time/HiRes/Makefile.PL
64964 ____________________________________________________________________________
64965 [ 20042] By: jhi                                   on 2003/07/07  04:29:35
64966         Log: MPE/iX tweak from Mark Bixby.
64967      Branch: perl
64968            ! ext/Time/HiRes/Makefile.PL
64969 ____________________________________________________________________________
64970 [ 20041] By: rgs                                   on 2003/07/06  21:45:37
64971         Log: Upgrade BigInt and BigRat
64972              Subject: BigInt v1.65, Bigrat v0.10 - reloaded
64973              From: Tels <perl_dummy@bloodgate.com>
64974              Date: Sun, 6 Jul 2003 15:41:36 +0200
64975              Message-Id: <200307061158.23576@bloodgate.com>
64976      Branch: perl
64977            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
64978            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
64979            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
64980            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
64981            ! lib/Math/BigRat/t/bigratpm.t
64982 ____________________________________________________________________________
64983 [ 20040] By: rgs                                   on 2003/07/06  21:11:20
64984         Log: Subject: Re: [perl #5025] #line directive explination wrong
64985              From: Casey West <casey@geeknest.com>
64986              Date: Sun, 6 Jul 2003 18:24:46 -0400
64987              Message-ID: <20030706222446.GL7506@geeknest.com>
64988      Branch: perl
64989            ! pod/perlsyn.pod
64990 ____________________________________________________________________________
64991 [ 20039] By: jhi                                   on 2003/07/06  20:19:31
64992         Log: Update the CPAN mirrors list.
64993      Branch: perl
64994            ! pod/perlmodlib.PL pod/perlmodlib.pod
64995 ____________________________________________________________________________
64996 [ 20036] By: gsar                                  on 2003/07/06  17:11:59
64997         Log: yet another symbol missing in change#20018
64998      Branch: perl
64999            ! makedef.pl
65000 ____________________________________________________________________________
65001 [ 20035] By: gsar                                  on 2003/07/06  17:02:21
65002         Log: PerlIOBase_pushed seems to have gone missing in change#20018
65003      Branch: perl
65004            ! makedef.pl
65005 ____________________________________________________________________________
65006 [ 20034] By: jhi                                   on 2003/07/06  16:46:20
65007         Log: Subject: [PATCH @19834] DProf fixes
65008              From: Radu Greab <radu@netsoft.ro>
65009              Date: Sun, 6 Jul 2003 20:09:12 +0300
65010              Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
65011      Branch: perl
65012            + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
65013            + t/lib/dprof/test8_v
65014            ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
65015            ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod
65016            ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c
65017 ____________________________________________________________________________
65018 [ 20032] By: jhi                                   on 2003/07/06  16:21:33
65019         Log: Forgotten from change #20031.
65020      Branch: perl
65021            ! makedef.pl malloc_ctl.h
65022 ____________________________________________________________________________
65023 [ 20031] By: jhi                                   on 2003/07/06  16:16:08
65024         Log: Subject: [PATCH] improve WinCE port
65025              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
65026              Date: Sun, 6 Jul 2003 18:46:09 +0400
65027              Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
65028
65029              Subject: [PATCH] improve WinCE port -- addition
65030              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
65031              Date: Sun, 6 Jul 2003 19:50:47 +0400
65032              Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
65033      Branch: perl
65034            + wince/perlhost.h wince/vdir.h wince/vmem.h
65035            ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c
65036            ! wince/win32.h wince/win32io.c wince/win32iop.h
65037            ! wince/win32thread.c wince/win32thread.h wince/wince.c
65038            ! wince/wince.h
65039 ____________________________________________________________________________
65040 [ 20030] By: jhi                                   on 2003/07/06  15:59:25
65041         Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
65042              From: merlyn@stonehenge.com (Randal L. Schwartz)
65043              Date: 05 Jul 2003 16:29:14 -0700
65044              Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
65045      Branch: perl
65046            ! pod/perlfaq2.pod
65047 ____________________________________________________________________________
65048 [ 20026] By: jhi                                   on 2003/07/06  08:14:48
65049         Log: FreeBSD: if someone *really* wants to use the system malloc.
65050      Branch: perl
65051            ! hints/freebsd.sh
65052 ____________________________________________________________________________
65053 [ 20025] By: jhi                                   on 2003/07/06  07:48:01
65054         Log: Make the 'slow ok' feature optional.
65055      Branch: perl
65056            ! lib/Test/Harness.pm
65057 ____________________________________________________________________________
65058 [ 20024] By: jhi                                   on 2003/07/06  07:44:57
65059         Log: The change #20022 didn't work for Command.t.
65060      Branch: perl
65061            ! lib/ExtUtils/t/Command.t
65062 ____________________________________________________________________________
65063 [ 20023] By: jhi                                   on 2003/07/06  07:29:22
65064         Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
65065              From: Michael G Schwern <schwern@pobox.com>
65066              Date: Sat, 5 Jul 2003 13:34:37 -0700
65067              Message-ID: <20030705203437.GB2598@windhund.schwern.org>
65068
65069              Print out the "ok" messages only once every second,
65070              this should make output much less and therefore testing
65071              much faster, especially on slower connections.
65072      Branch: perl
65073            ! lib/Test/Harness.pm
65074 ____________________________________________________________________________
65075 [ 20022] By: jhi                                   on 2003/07/06  07:26:52
65076         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
65077              From: Michael G Schwern <schwern@pobox.com>
65078              Date: Sat, 5 Jul 2003 16:59:49 -0700
65079              Message-ID: <20030705235949.GB3485@windhund.schwern.org>
65080      Branch: perl
65081            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
65082            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
65083            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod
65084            ! lib/ExtUtils/t/Command.t
65085 ____________________________________________________________________________
65086 [ 20021] By: jhi                                   on 2003/07/06  07:19:17
65087         Log: Reintroduce changes #19723 and #19723 that were not
65088              in Net::Ping 2.31; needed for Windows.
65089      Branch: perl
65090            ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
65091 ____________________________________________________________________________
65092 [ 20020] By: jhi                                   on 2003/07/05  19:12:21
65093         Log: Upgrade to Digest::MD5 2.25.
65094      Branch: perl
65095            + ext/Digest/MD5/t/clone.t
65096            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
65097            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
65098            ! ext/Digest/MD5/t/files.t
65099 ____________________________________________________________________________
65100 [ 20019] By: jhi                                   on 2003/07/05  18:40:51
65101         Log: Make a read from a write-only fh to set errno
65102              (found by Gisle)
65103      Branch: perl
65104            ! perlio.c
65105 ____________________________________________________________________________
65106 [ 20018] By: jhi                                   on 2003/07/05  18:05:19
65107         Log: Add PerlIOBuf_close to makedef.pl as pointed out by
65108              Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
65109              duplicates.
65110      Branch: perl
65111            ! makedef.pl
65112 ____________________________________________________________________________
65113 [ 20017] By: jhi                                   on 2003/07/05  17:47:47
65114         Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures
65115              From: Dave Mitchell <davem@fdgroup.com>
65116              Date: Sat, 5 Jul 2003 19:12:51 +0100
65117              Message-ID: <20030705181251.GA14502@fdgroup.com>
65118      Branch: perl
65119            ! ext/threads/t/problems.t
65120 ____________________________________________________________________________
65121 [ 20016] By: jhi                                   on 2003/07/05  17:36:34
65122         Log: OpenBSD sometimes gets -0, probably due to fp fuzziness..
65123      Branch: perl
65124            ! lib/Benchmark.t
65125 ____________________________________________________________________________
65126 [ 20012] By: jhi                                   on 2003/07/05  13:46:05
65127         Log: Be explicit about the $0 pain in Linux 2.2.
65128      Branch: perl
65129            ! pod/perlvar.pod
65130 ____________________________________________________________________________
65131 [ 20010] By: rgs                                   on 2003/07/05  12:06:41
65132         Log: Comment out some debugging output in Math::BigInt, that
65133              causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
65134      Branch: perl
65135            ! lib/Math/BigInt.pm
65136 ____________________________________________________________________________
65137 [ 20009] By: jhi                                   on 2003/07/05  10:56:55
65138         Log: The logic for additional randomisation for 64-bit UV
65139              cases was wrong.
65140      Branch: perl
65141            ! perl.c
65142 ____________________________________________________________________________
65143 [ 20008] By: jhi                                   on 2003/07/05  09:10:46
65144         Log: IIRC gcc would complain about if (s = ...).
65145      Branch: perl
65146            ! perl.c
65147 ____________________________________________________________________________
65148 [ 20007] By: jhi                                   on 2003/07/05  09:09:44
65149         Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
65150              since CGI scripts are (should be) run under -T, being able
65151              to show the HASH_SEED in case of problems is good.
65152              The $ENV{PERL_HASH_SEED} is still ignored under taint.
65153      Branch: perl
65154            ! perl.c
65155 ____________________________________________________________________________
65156 [ 20006] By: jhi                                   on 2003/07/05  07:56:56
65157         Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation
65158              From: "Craig A. Berry" <craigberry@mac.com>
65159              Date: Sat, 05 Jul 2003 00:38:28 -0500
65160              Message-ID: <3F066454.90003@mac.com>
65161      Branch: perl
65162            ! lib/ExtUtils/MM_VMS.pm
65163 ____________________________________________________________________________
65164 [ 20004] By: jhi                                   on 2003/07/05  07:47:02
65165         Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
65166              From: Robin Barker <Robin.Barker@npl.co.uk>
65167              Date: Fri, 4 Jul 2003 19:15:01 +0100
65168              Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
65169      Branch: perl
65170            ! dump.c
65171 ____________________________________________________________________________
65172 [ 20003] By: rgs                                   on 2003/07/05  07:45:16
65173         Log: Allow to create more than one Shell object :
65174              Subject: [patch] Shell.pm fix
65175              From: Stéphane Payrard <stef@payrard.net>
65176              Date: Sat, 5 Jul 2003 01:16:50 +0200
65177              Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
65178      Branch: perl
65179            ! lib/Shell.pm
65180 ____________________________________________________________________________
65181 [ 20002] By: rgs                                   on 2003/07/04  21:49:05
65182         Log: Author list update (to be continued...)
65183      Branch: perl
65184            ! AUTHORS
65185 ____________________________________________________________________________
65186 [ 20001] By: rgs                                   on 2003/07/04  21:42:12
65187         Log: Add a new test target in the makefile, test_harness_notty.
65188              It's like test_harness, but sets HARNESS_NOTTY=1 to make
65189              Test::Harness' output less blinking.
65190      Branch: perl
65191            ! Makefile.SH
65192 ____________________________________________________________________________
65193 [ 20000] By: rgs                                   on 2003/07/04  20:58:05
65194         Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
65195              and bignum v0.14.
65196      Branch: perl
65197            + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
65198            + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
65199            + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
65200            + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
65201            + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
65202            + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
65203            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
65204            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
65205            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
65206            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
65207            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
65208            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/bigints.t
65209            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
65210            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/mbimbf.inc
65211            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/require.t
65212            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
65213            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.inc
65214            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
65215            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
65216            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
65217            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
65218            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
65219            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
65220            ! lib/bignum/t/brinfnan.t lib/bigrat.pm
65221            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
65222            ! t/lib/Math/BigInt/Subclass.pm
65223 ____________________________________________________________________________
65224 [ 19999] By: rgs                                   on 2003/07/04  19:39:01
65225         Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
65226              appears just before the name of the command to be run. See
65227
65228              Subject: Re: PERL_SKIP_TTY_TEST fix
65229              From: Alexey Tourbin <at@altlinux.ru>
65230              Date: Fri, 4 Jul 2003 17:25:34 +0400
65231              Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
65232      Branch: perl
65233            ! Makefile.SH
65234 ____________________________________________________________________________
65235 [ 19998] By: rgs                                   on 2003/07/04  19:31:33
65236         Log: Fix non-numeric $VERSION.
65237      Branch: perl
65238            ! lib/Math/BigInt.pm
65239 ____________________________________________________________________________
65240 [ 19995] By: jhi                                   on 2003/07/04  14:36:56
65241         Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN.
65242      Branch: perl
65243            ! lib/Math/BigInt.pm
65244 ____________________________________________________________________________
65245 [ 19994] By: jhi                                   on 2003/07/04  14:36:17
65246         Log: More $0 sad tales.
65247      Branch: perl
65248            ! pod/perlvar.pod
65249 ____________________________________________________________________________
65250 [ 19993] By: jhi                                   on 2003/07/04  14:34:40
65251         Log: Oops.
65252      Branch: perl
65253            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
65254 ____________________________________________________________________________
65255 [ 19990] By: jhi                                   on 2003/07/04  13:50:29
65256         Log: Upgrade to PodParser 1.23; but do not update
65257              t/pod/find.t or t/pod/testp2pt.pl since the
65258              first one does not work at all under core,
65259              and the second change would drop MacOS Classic
65260              portability tweaks introduced by change #18669.
65261      Branch: perl
65262            ! lib/Pod/Find.pm lib/Pod/Usage.pm
65263 ____________________________________________________________________________
65264 [ 19989] By: jhi                                   on 2003/07/04  13:20:51
65265         Log: Upgrade to Text::Balanced 1.94.
65266      Branch: perl
65267            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
65268            ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t
65269            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
65270 ____________________________________________________________________________
65271 [ 19988] By: jhi                                   on 2003/07/04  13:17:22
65272         Log: Upgrade to Net::Ping 2.31.
65273      Branch: perl
65274            ! lib/Net/Ping.pm lib/Net/Ping/Changes
65275            ! lib/Net/Ping/t/250_ping_hires.t
65276            ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t
65277 ____________________________________________________________________________
65278 [ 19987] By: jhi                                   on 2003/07/04  13:09:04
65279         Log: Upgrade to Locale::Maketext 1.06.
65280      Branch: perl
65281            + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
65282            + lib/Locale/Maketext/t/90utf8.t
65283            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
65284 ____________________________________________________________________________
65285 [ 19986] By: jhi                                   on 2003/07/04  12:59:45
65286         Log: Upgrade to Digest::MD5 2.24, with few extra tweaks:
65287              (1) make the PATCHLEVEL logic as it is with List::Util
65288              (more portable to older Perls)
65289              (2) regen the MD5 checksums with ...
65290              (3) ... the Mac OS Classic checksums generated via MacRoman
65291              (just a guess)
65292              (4) Keep the core Makefile.PL.
65293      Branch: perl
65294            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
65295            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
65296 ____________________________________________________________________________
65297 [ 19985] By: jhi                                   on 2003/07/04  12:43:10
65298         Log: Upgrade to CPAN 1.71.
65299      Branch: perl
65300            ! lib/CPAN.pm
65301 ____________________________________________________________________________
65302 [ 19984] By: jhi                                   on 2003/07/04  12:39:20
65303         Log: Upgrade to CGI.pm 2.97.
65304      Branch: perl
65305            ! lib/CGI.pm lib/CGI/Carp.pm
65306 ____________________________________________________________________________
65307 [ 19982] By: jhi                                   on 2003/07/04  10:45:05
65308         Log: No energy now to figure out what is wrong with $0
65309              (or ps) in Tru64.  The test works fine when run from
65310              command line.
65311      Branch: perl
65312            ! ext/threads/t/join.t
65313 ____________________________________________________________________________
65314 [ 19981] By: jhi                                   on 2003/07/04  10:34:42
65315         Log: AUTHORS updates.
65316      Branch: perl
65317            ! AUTHORS
65318 ____________________________________________________________________________
65319 [ 19980] By: jhi                                   on 2003/07/04  08:40:51
65320         Log: line_t is U32, not I32.
65321      Branch: perl
65322            ! bytecode.pl
65323 ____________________________________________________________________________
65324 [ 19979] By: jhi                                   on 2003/07/04  08:33:32
65325         Log: Remove PL_earlytaint since the hash seed code
65326              can be delayed until perl_parse().
65327      Branch: perl
65328            ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h
65329            ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h
65330            ! plan9/plan9ish.h unixish.h vms/vmsish.h
65331 ____________________________________________________________________________
65332 [ 19977] By: jhi                                   on 2003/07/04  04:56:41
65333         Log: $0 is pain.
65334      Branch: perl
65335            ! ext/threads/t/join.t
65336 ____________________________________________________________________________
65337 [ 19976] By: jhi                                   on 2003/07/04  04:48:37
65338         Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
65339              From: PPrymmer@factset.com
65340              Date: Thu, 3 Jul 2003 23:59:51 -0400
65341              Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
65342      Branch: perl
65343            ! vms/vms.c vms/vmspipe.com
65344 ____________________________________________________________________________
65345 [ 19973] By: jhi                                   on 2003/07/03  21:34:03
65346         Log: Bump Time::HiRes version to 1.50.
65347      Branch: perl
65348            ! ext/Time/HiRes/HiRes.pm
65349 ____________________________________________________________________________
65350 [ 19972] By: jhi                                   on 2003/07/03  21:33:10
65351         Log: Subject: [PATCH] installperl -n
65352              From: Slaven Rezic <slaven@rezic.de>
65353              Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
65354              Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
65355      Branch: perl
65356            ! installperl
65357 ____________________________________________________________________________
65358 [ 19971] By: jhi                                   on 2003/07/03  21:31:47
65359         Log: Subject: [PATCH] t/op/magic.t on FreeBSD
65360              From: Slaven Rezic <slaven@rezic.de>
65361              Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
65362              Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
65363      Branch: perl
65364            ! t/op/magic.t
65365 ____________________________________________________________________________
65366 [ 19969] By: jhi                                   on 2003/07/03  21:27:11
65367         Log: Ask Schwern.
65368      Branch: perl
65369            - Porting/Modules
65370            ! AUTHORS MANIFEST
65371 ____________________________________________________________________________
65372 [ 19967] By: jhi                                   on 2003/07/03  19:02:40
65373         Log: Add autarch and Time::Local to Modules.
65374      Branch: perl
65375            ! Porting/Modules
65376 ____________________________________________________________________________
65377 [ 19966] By: jhi                                   on 2003/07/03  18:59:44
65378         Log: Subject: Re: [PATCH] Bring Time::Local to 1.07
65379              From: Dave Rolsky <autarch@urth.org>
65380              Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
65381              Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
65382      Branch: perl
65383            ! lib/Time/Local.pm
65384 ____________________________________________________________________________
65385 [ 19965] By: jhi                                   on 2003/07/03  18:58:25
65386         Log: Subject: [PATCH] Win32: fix WM_TIMER handling
65387              From: Mattia Barbon <mbarbon@dsi.unive.it>
65388              Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
65389              Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
65390      Branch: perl
65391            ! win32/win32.c
65392 ____________________________________________________________________________
65393 [ 19964] By: jhi                                   on 2003/07/03  18:56:26
65394         Log: Subject: Re: randomly untainting?
65395              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
65396              Date: Thu, 3 Jul 2003 17:35:09 +0200
65397              Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
65398      Branch: perl
65399            ! t/TestInit.pm
65400 ____________________________________________________________________________
65401 [ 19963] By: jhi                                   on 2003/07/03  18:55:37
65402         Log: Revert #19957 as requested by Rafael.
65403      Branch: perl
65404            ! ext/List/Util/t/tainted.t
65405 ____________________________________________________________________________
65406 [ 19962] By: jhi                                   on 2003/07/03  18:54:09
65407         Log: Add at least meager beginnings of assertion checks for
65408              the UTF-8 length/pos cache.  It's not as full as I would
65409              like since the exact behaviour of the second half of the
65410              cache, used in substr(), eludes me right now.
65411      Branch: perl
65412            ! sv.c
65413 ____________________________________________________________________________
65414 [ 19961] By: jhi                                   on 2003/07/03  13:57:47
65415         Log: Extra light testing for the UTF-8 cache
65416              (that it isn't broken, not that it helps).
65417      Branch: perl
65418            ! t/op/length.t
65419 ____________________________________________________________________________
65420 [ 19957] By: jhi                                   on 2003/07/03  12:01:25
65421         Log: Subject: Re: randomly untainting?
65422              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
65423              Date: Thu, 3 Jul 2003 14:58:18 +0200
65424              Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
65425              (plus extra debug printing)
65426      Branch: perl
65427            ! ext/List/Util/t/tainted.t
65428 ____________________________________________________________________________
65429 [ 19954] By: jhi                                   on 2003/07/03  11:10:21
65430         Log: Subject: Re: maint @ 19923
65431              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
65432              Date: Thu, 3 Jul 2003 15:57:55 +0400
65433              Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
65434      Branch: perl
65435            ! wince/Makefile.ce wince/wince.c
65436 ____________________________________________________________________________
65437 [ 19952] By: jhi                                   on 2003/07/03  10:56:45
65438         Log: Tiny tweak to perlartistic from Robin Barker.
65439      Branch: perl
65440            ! pod/perlartistic.pod
65441 ____________________________________________________________________________
65442 [ 19950] By: jhi                                   on 2003/07/03  07:46:45
65443         Log: Mention Modules in AUTHORS.
65444      Branch: perl
65445            ! AUTHORS
65446 ____________________________________________________________________________
65447 [ 19949] By: jhi                                   on 2003/07/03  06:58:01
65448         Log: No fancy binmode() if no perlio.
65449      Branch: perl
65450            ! ext/IO/lib/IO/t/io_sock.t
65451 ____________________________________________________________________________
65452 [ 19948] By: jhi                                   on 2003/07/03  06:55:12
65453         Log: Underline the fact that XSLoader is not DynaLoader
65454              ([perl #21974] dl_load_flags not honored by XSLoader)
65455      Branch: perl
65456            ! ext/DynaLoader/XSLoader_pm.PL
65457 ____________________________________________________________________________
65458 [ 19947] By: jhi                                   on 2003/07/03  06:35:29
65459         Log: Apply Schwern's suggested warning code from
65460              [perl #22209] Test::Harness::Straps vs. $Config{path_sep}
65461      Branch: perl
65462            ! lib/Test/Harness/Straps.pm
65463 ____________________________________________________________________________
65464 [ 19944] By: jhi                                   on 2003/07/03  06:30:11
65465         Log: Subject: [PATCH] "without parens" vs "without parentheses"
65466              From: Iain Truskett <spoon@cpan.org>
65467              Date: Thu, 3 Jul 2003 12:40:42 +1000
65468              Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
65469      Branch: perl
65470            ! t/lib/warnings/toke toke.c
65471 ____________________________________________________________________________
65472 [ 19943] By: jhi                                   on 2003/07/03  06:27:18
65473         Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
65474              From: Dave Mitchell <davem@fdgroup.com>
65475              Date: Thu, 3 Jul 2003 01:32:11 +0100
65476              Message-ID: <20030703003211.GB3747@fdgroup.com>
65477      Branch: perl
65478            ! mg.c sv.c
65479 ____________________________________________________________________________
65480 [ 19942] By: jhi                                   on 2003/07/03  06:25:30
65481         Log: Nicer options for Porting/Modules.
65482      Branch: perl
65483            ! MANIFEST Porting/Modules
65484 ____________________________________________________________________________
65485 [ 19941] By: rgs                                   on 2003/07/02  21:38:19
65486         Log: Minor test adjustments :
65487              - test name correction in op/concat.t by Yitzchak Scott-Thoennes
65488              - prototypes added to some public functions in t/test.pl,
65489              as suggested by Enache Adrian
65490      Branch: perl
65491            ! t/op/concat.t t/test.pl
65492 ____________________________________________________________________________
65493 [ 19940] By: rgs                                   on 2003/07/02  20:58:19
65494         Log: Skip a socketpair test on SCO OSR
65495      Branch: perl
65496            ! ext/Socket/socketpair.t
65497 ____________________________________________________________________________
65498 [ 19939] By: jhi                                   on 2003/07/02  20:10:47
65499         Log: Subject: [PATCH] various Deparse fixes
65500              From: Dave Mitchell <davem@fdgroup.com>
65501              Date: Wed, 2 Jul 2003 18:10:45 +0100
65502              Message-ID: <20030702171045.GF2137@fdgroup.com>
65503      Branch: perl
65504            ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
65505            ! ext/B/defsubs_h.PL t/TEST t/op/ord.t
65506 ____________________________________________________________________________
65507 [ 19935] By: jhi                                   on 2003/07/02  20:01:06
65508         Log: It would seem that in Linux 2.2 there is no way
65509              we can do the right thing to make ps(1) see $0
65510              our way.  Also amend the $0 documentation a bit.
65511      Branch: perl
65512            ! pod/perlvar.pod t/op/magic.t
65513 ____________________________________________________________________________
65514 [ 19934] By: jhi                                   on 2003/07/02  19:39:11
65515         Log: Subject: [PATCH] line numbers are given % 64k
65516              From: James Jurach <muaddib@erf.net>
65517              Date: Wed, 2 Jul 2003 13:31:05 -0500
65518              Message-ID: <20030702183105.GA4837@lebowski>
65519      Branch: perl
65520            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
65521            ! handy.h pp_ctl.c scope.h
65522 ____________________________________________________________________________
65523 [ 19933] By: jhi                                   on 2003/07/02  14:55:49
65524         Log: Subject: Re: maint @ 19923
65525              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
65526              Date: Wed, 2 Jul 2003 11:43:05 -0400
65527              Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
65528      Branch: perl
65529            ! pod/perlfunc.pod
65530 ____________________________________________________________________________
65531 [ 19932] By: jhi                                   on 2003/07/02  14:29:42
65532         Log: Subject: Re: maint @ 19923
65533              From: Jim Cromie <jcromie@divsol.com>
65534              Date: Wed, 02 Jul 2003 05:35:06 -0600
65535              Message-ID: <3F02C36A.9030704@divsol.com>
65536      Branch: perl
65537            ! pod/perlfunc.pod
65538 ____________________________________________________________________________
65539 [ 19931] By: jhi                                   on 2003/07/02  11:34:49
65540         Log: Fix for [perl #22759 insufficient format string checking];
65541              using ewix makes no sense, assuming evix was intended,
65542              no old tests fail; add the test case.
65543      Branch: perl
65544            ! sv.c t/op/sprintf.t
65545 ____________________________________________________________________________
65546 [ 19929] By: jhi                                   on 2003/07/02  09:13:33
65547         Log: Better links.
65548      Branch: perl
65549            ! pod/perlipc.pod pod/perlrun.pod
65550 ____________________________________________________________________________
65551 [ 19928] By: jhi                                   on 2003/07/02  08:58:26
65552         Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
65553      Branch: perl
65554            ! hints/darwin.sh
65555 ____________________________________________________________________________
65556 [ 19927] By: jhi                                   on 2003/07/02  08:48:00
65557         Log: ...and getting the comma right, too.
65558      Branch: perl
65559            ! t/op/magic.t
65560 ____________________________________________________________________________
65561 [ 19926] By: jhi                                   on 2003/07/02  08:46:18
65562         Log: Getting the whitespace right.
65563      Branch: perl
65564            ! t/op/magic.t
65565 ____________________________________________________________________________
65566 [ 19925] By: jhi                                   on 2003/07/02  08:40:36
65567         Log: FreeBSD $0 dance.
65568      Branch: perl
65569            ! pod/perlvar.pod t/op/magic.t
65570 ____________________________________________________________________________
65571 [ 19924] By: jhi                                   on 2003/07/02  08:17:31
65572         Log: Fix from Enache Adrian for the magic.t failure in
65573              FreeBSD: setproctitle() cannot get rid of the " (perl)".
65574      Branch: perl
65575            ! t/op/magic.t
65576 ____________________________________________________________________________
65577 [ 19921] By: jhi                                   on 2003/07/02  05:26:33
65578         Log: VMS: with this, 100% make test in Compaq C V6.5-001
65579              on OpenVMS Alpha V7.3-1, from Craig Berry.
65580      Branch: perl
65581            ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t
65582 ____________________________________________________________________________
65583 [ 19920] By: jhi                                   on 2003/07/02  05:21:23
65584         Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
65585              The latest releases of NetBSD don't require the hack.  From
65586              Johnny Lam.
65587      Branch: perl
65588            ! hints/netbsd.sh
65589 ____________________________________________________________________________
65590 [ 19918] By: jhi                                   on 2003/07/01  20:02:33
65591         Log: Add a new utility, Porting/Modules.
65592      Branch: perl
65593            + Porting/Modules
65594            ! MANIFEST
65595 ____________________________________________________________________________
65596 [ 19917] By: jhi                                   on 2003/07/01  17:00:02
65597         Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
65598              From: Robin Barker <Robin.Barker@npl.co.uk>
65599              Date: Tue, 1 Jul 2003 18:21:34 +0100
65600              Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
65601
65602              Subject:  [PATCH] long C<=item>s in lib/CGI.pm
65603              From: Robin Barker <Robin.Barker@npl.co.uk>
65604              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
65605              Date: Tue, 1 Jul 2003 18:25:17 +0100
65606
65607              Subject: [PATCH] long <=item>s  in lib/ExtUtils/MakeMaker/FAQ.pod
65608              From: Robin Barker <Robin.Barker@npl.co.uk>
65609              Date: Tue, 1 Jul 2003 18:29:09 +0100
65610              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
65611      Branch: perl
65612            ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
65613 ____________________________________________________________________________
65614 [ 19916] By: jhi                                   on 2003/07/01  16:51:31
65615         Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
65616              From: Enache Adrian <enache@rdslink.ro>
65617              Date: Tue, 1 Jul 2003 19:51:25 +0300
65618              Message-ID: <20030701165125.GA1521@ratsnest.hole>
65619      Branch: perl
65620            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL
65621            ! ext/B/typemap t/op/magic.t
65622 ____________________________________________________________________________
65623 [ 19915] By: jhi                                   on 2003/07/01  16:22:09
65624         Log: Upgrade to Unicode::Normalize 0.23.
65625      Branch: perl
65626            ! ext/Unicode/Normalize/Changes
65627            ! ext/Unicode/Normalize/Normalize.pm
65628            ! ext/Unicode/Normalize/Normalize.xs
65629 ____________________________________________________________________________
65630 [ 19914] By: jhi                                   on 2003/07/01  13:08:44
65631         Log: A naked values() caused shuffling of lib/Config.pm,
65632              which in turn caused unnecessary rebuilds.
65633      Branch: perl
65634            ! configpm
65635 ____________________________________________________________________________
65636 [ 19913] By: jhi                                   on 2003/07/01  13:01:10
65637         Log: Even more :utf8 socket testing, now in both directions.
65638      Branch: perl
65639            ! ext/IO/lib/IO/t/io_sock.t
65640 ____________________________________________________________________________
65641 [ 19912] By: jhi                                   on 2003/07/01  12:44:32
65642         Log: One more test (does binmode()ing a socket succeed)
65643              and add -w.
65644      Branch: perl
65645            ! ext/IO/lib/IO/t/io_sock.t
65646 ____________________________________________________________________________
65647 [ 19911] By: jhi                                   on 2003/07/01  12:38:13
65648         Log: Tweak an existing IO test to test also the change #19910.
65649      Branch: perl
65650            ! ext/IO/lib/IO/t/io_sock.t
65651 ____________________________________________________________________________
65652 [ 19910] By: jhi                                   on 2003/07/01  11:18:27
65653         Log: Integrate from perlio:
65654              [ 19909]
65655              binmode() should affect IoOFP() as well as IoIFP() if it is
65656              distinct (e.g. sockets).
65657      Branch: perl
65658           !> pp_sys.c
65659 ____________________________________________________________________________
65660 [ 19906] By: jhi                                   on 2003/07/01  08:03:17
65661         Log: Do the "aligned contiguous" check only if the arguments
65662              look like aligned; re-introduce the "traditional contiguous"
65663              checks with OS/2 special quirks and all.
65664      Branch: perl
65665            ! perl.c
65666 ____________________________________________________________________________
65667 [ 19903] By: jhi                                   on 2003/07/01  06:22:12
65668         Log: Switch on PERL_IMPLICIT_SYS, not on Win32.
65669      Branch: perl
65670            ! perl.c
65671 ____________________________________________________________________________
65672 [ 19902] By: jhi                                   on 2003/07/01  06:20:48
65673         Log: Regen Glossary et al.
65674      Branch: perl
65675            ! Porting/Glossary Porting/config.sh Porting/config_H
65676 ____________________________________________________________________________
65677 [ 19900] By: jhi                                   on 2003/07/01  05:56:38
65678         Log: Regen Configure.
65679      Branch: perl
65680            ! Configure
65681 ____________________________________________________________________________
65682 [ 19899] By: jhi                                   on 2003/07/01  05:56:14
65683         Log: More nanosleep removal.
65684      Branch: perl
65685            ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh
65686            ! hints/vos.sh win32/config.gc win32/config.vc win32/config.vc64
65687            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
65688            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
65689 ____________________________________________________________________________
65690 [ 19898] By: jhi                                   on 2003/07/01  05:54:58
65691         Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
65692      Branch: perl
65693            + ext/Time/HiRes/hints/dec_osf.pl
65694            ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
65695            ! ext/Time/HiRes/hints/sco.pl
65696 ____________________________________________________________________________
65697 [ 19897] By: jhi                                   on 2003/07/01  05:04:50
65698         Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
65699              From: Alan Burlison <Alan.Burlison@sun.com>
65700              Date: Tue, 01 Jul 2003 00:03:24 +0100
65701              Message-ID: <3F00C1BC.3020103@sun.com>
65702      Branch: perl
65703            ! Configure Makefile.SH config_h.SH configure.com
65704            ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh
65705 ____________________________________________________________________________
65706 [ 19896] By: jhi                                   on 2003/06/30  20:20:54
65707         Log: Integrate #19892, #19895 from perlio to compile and avoid
65708              crashing on Win32.
65709      Branch: perl
65710           !> perl.c
65711 ____________________________________________________________________________
65712 [ 19890] By: jhi                                   on 2003/06/30  08:41:51
65713         Log: int is not UV.
65714      Branch: perl
65715            ! perl.c
65716 ____________________________________________________________________________
65717 [ 19889] By: jhi                                   on 2003/06/30  08:36:38
65718         Log: The 'contiguous' test for argv[], envp[] was bogus
65719              since those need not be in memory end-to-end, e.g.
65720              in Tru64 they are aligned by eight.  Loosen the test
65721              so that 'contiguousness' is fulfilled if the elements
65722              are within PTRSIZE alignment.  This makes Tru64 to pass
65723              the join.t, too.
65724      Branch: perl
65725            ! ext/threads/t/join.t mg.c perl.c
65726 ____________________________________________________________________________
65727 [ 19888] By: jhi                                   on 2003/06/30  07:24:18
65728         Log: $0 doc tweakage.
65729      Branch: perl
65730            ! pod/perlvar.pod
65731 ____________________________________________________________________________
65732 [ 19887] By: jhi                                   on 2003/06/30  07:20:58
65733         Log: $0 test tweaks from Andreas.
65734      Branch: perl
65735            ! ext/threads/t/join.t t/op/magic.t
65736 ____________________________________________________________________________
65737 [ 19886] By: rgs                                   on 2003/06/29  19:18:43
65738         Log: Misc Pod Nits.
65739      Branch: perl
65740            ! ext/B/B.pm pod/perlrun.pod
65741 ____________________________________________________________________________
65742 [ 19885] By: jhi                                   on 2003/06/29  15:49:52
65743         Log: Fix a faulty alias.
65744      Branch: perl
65745            ! ext/Encode/lib/Encode/Alias.pm
65746 ____________________________________________________________________________
65747 [ 19884] By: jhi                                   on 2003/06/29  15:41:05
65748         Log: The joy of $0.  Undoing the #16399 makes Andreas'
65749              tests (see [perl #22811]) pass (yes, padding with space    instead
65750              of nul makes no sense, but that seems to work, maybe Linux does
65751              some deep magic in ps(1)?); moving the PL_origalen computation
65752              earlier makes also the threaded-first case fully pass.
65753
65754              But in general modifying the argv[] is very non-portable.
65755              (e.g. in Tru64 it seems to be limited to the size of the
65756              original argv[0] since the argv[] are not contiguous?)
65757
65758              Everybody should just have setproctitle().
65759      Branch: perl
65760            ! mg.c perl.c pod/perlvar.pod
65761 ____________________________________________________________________________
65762 [ 19883] By: jhi                                   on 2003/06/29  13:47:36
65763         Log: More on the macro debugging and expansion.
65764      Branch: perl
65765            ! pod/perlhack.pod
65766 ____________________________________________________________________________
65767 [ 19882] By: rgs                                   on 2003/06/29  13:17:09
65768         Log: Perl_doing_taint must be public, for programs that embed perl
65769      Branch: perl
65770            ! embed.fnc embed.h global.sym
65771 ____________________________________________________________________________
65772 [ 19881] By: jhi                                   on 2003/06/29  10:17:28
65773         Log: More coffee...
65774      Branch: perl
65775            ! lib/Test/Harness.pm
65776 ____________________________________________________________________________
65777 [ 19880] By: jhi                                   on 2003/06/29  09:48:50
65778         Log: argc, argv.
65779      Branch: perl
65780            ! perl.h
65781 ____________________________________________________________________________
65782 [ 19879] By: jhi                                   on 2003/06/29  09:34:47
65783         Log: Another spot where a zero $test{$max} can make things go boom.
65784      Branch: perl
65785            ! lib/Test/Harness.pm
65786 ____________________________________________________________________________
65787 [ 19878] By: jhi                                   on 2003/06/29  09:28:58
65788         Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT()
65789              as per suggestion from Sarathy.
65790      Branch: perl
65791            ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h
65792            ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h
65793 ____________________________________________________________________________
65794 [ 19877] By: jhi                                   on 2003/06/28  18:28:01
65795         Log: The #19842 is no more needed thanks to #19876,
65796              and the #19842 was wrong anyway (it affected
65797              only the threaded case.)
65798      Branch: perl
65799            ! hints/dec_osf.sh
65800 ____________________________________________________________________________
65801 [ 19876] By: jhi                                   on 2003/06/28  18:24:46
65802         Log: Subject: Re: your malloc patches
65803              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
65804              Date: Fri, 27 Jun 2003 06:54:06 -0700
65805              Message-ID: <20030627135406.GA8914@math.berkeley.edu>
65806
65807              More malloc patches: now they seem to work even in Tru64.
65808      Branch: perl
65809            ! malloc.c
65810 ____________________________________________________________________________
65811 [ 19875] By: jhi                                   on 2003/06/28  18:09:30
65812         Log: Duh.
65813      Branch: perl
65814            ! perl.h
65815 ____________________________________________________________________________
65816 [ 19874] By: jhi                                   on 2003/06/28  17:30:52
65817         Log: Retract #19867; the bug was really much simpler:
65818              the < max must be <= max instead.
65819      Branch: perl
65820            ! hv.c
65821 ____________________________________________________________________________
65822 [ 19873] By: rgs                                   on 2003/06/28  16:02:53
65823         Log: Using $1 without testing success of the regexp, bad.
65824      Branch: perl
65825            ! pod/perlretut.pod
65826 ____________________________________________________________________________
65827 [ 19872] By: rgs                                   on 2003/06/28  16:01:08
65828         Log: Some clarification about the current semantics of CHECK and
65829              INIT blocks. See bug [perl #22826].
65830      Branch: perl
65831            ! pod/perlmod.pod
65832 ____________________________________________________________________________
65833 [ 19871] By: rgs                                   on 2003/06/28  15:47:22
65834         Log: Subject: [Encode] pre-1.97 patches
65835              From: Dan Kogai <dankogai@dan.co.jp>
65836              Date: Sat, 28 Jun 2003 01:20:59 +0900
65837              Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
65838      Branch: perl
65839            ! ext/Encode/Changes ext/Encode/Encode.pm
65840            ! ext/Encode/lib/Encode/Guess.pm
65841 ____________________________________________________________________________
65842 [ 19870] By: rgs                                   on 2003/06/28  15:39:57
65843         Log: Two debugging patches.
65844              The first allows to hold symbolic switches in $^D
65845              and more generally fixes assignment to $^D. The
65846              second one improves the information given by -Dl.
65847
65848              Subject: [PATCH] allow $^D = "flags"
65849              From: Dave Mitchell <davem@fdgroup.com>
65850              Date: Fri, 27 Jun 2003 22:26:24 +0100
65851              Message-ID: <20030627212624.GB12887@fdgroup.com>
65852
65853              Subject: [PATCH] make -Dl show more scope info
65854              From: Dave Mitchell <davem@fdgroup.com>
65855              Date: Fri, 27 Jun 2003 23:00:36 +0100
65856              Message-ID: <20030627220036.GC12887@fdgroup.com>
65857      Branch: perl
65858            ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod
65859            ! proto.h scope.h
65860 ____________________________________________________________________________
65861 [ 19869] By: rgs                                   on 2003/06/28  14:39:40
65862         Log: Fix test count, by Abe Timmerman.
65863      Branch: perl
65864            ! t/comp/require.t
65865 ____________________________________________________________________________
65866 [ 19867] By: jhi                                   on 2003/06/27  10:08:20
65867         Log: The two-for-loops is no more a valid way to walk through
65868              a hash (this was the reason the Hash/Util.t intermittently
65869              failed, the two-loop didn't find all the SVs of the HV).
65870      Branch: perl
65871            ! hv.c
65872 ____________________________________________________________________________
65873 [ 19866] By: jhi                                   on 2003/06/27  08:54:16
65874         Log: Some warnings about the (im)proper uses of the hash randomisation.
65875      Branch: perl
65876            ! pod/perlsec.pod
65877 ____________________________________________________________________________
65878 [ 19865] By: jhi                                   on 2003/06/27  08:40:45
65879         Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED
65880              is larger than INT_MAX (atoi() returns -1 in that case).
65881      Branch: perl
65882            ! perl.c
65883 ____________________________________________________________________________
65884 [ 19864] By: jhi                                   on 2003/06/27  08:18:47
65885         Log: Use the PL_earlytaint.  (PL_earlytaint is a global,
65886              not per-interp, since perl_construct() is not passed
65887              the argc, argv, and therefore it can't set the per-interp
65888              PL_tainting.)
65889      Branch: perl
65890            ! perl.c perl.h
65891 ____________________________________________________________________________
65892 [ 19863] By: jhi                                   on 2003/06/27  08:15:11
65893         Log: Introduce (global) variable PL_earlytaint which
65894              is set very early in main(), before perl_parse()
65895              has been called and PL_tainting (or PL_taint_warn)
65896              might have been set.
65897      Branch: perl
65898            ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h
65899            ! perlvars.h proto.h
65900 ____________________________________________________________________________
65901 [ 19862] By: jhi                                   on 2003/06/27  07:39:58
65902         Log: Make doing_taint() always available (though not
65903              part of the public API).
65904      Branch: perl
65905            ! embed.fnc embed.h perl.c proto.h
65906 ____________________________________________________________________________
65907 [ 19861] By: jhi                                   on 2003/06/27  05:30:03
65908         Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
65909              if tainting-- but is this a good thing or a bad thing?
65910              (At least it makes debugging lib/Hash/Util.t harder,
65911              since it has, for no apparent good reason, -T: one must
65912              make a copy of it without the -T.)
65913      Branch: perl
65914            ! perl.c
65915 ____________________________________________________________________________
65916 [ 19860] By: jhi                                   on 2003/06/27  05:02:14
65917         Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
65918              From: Tim Bunce <Tim.Bunce@pobox.com>
65919              Date: Thu, 26 Jun 2003 10:53:22 +0100
65920              Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
65921      Branch: perl
65922            ! INSTALL
65923 ____________________________________________________________________________
65924 [ 19859] By: jhi                                   on 2003/06/27  04:59:23
65925         Log: Hash/Util.t and Encode/t/Aliases.t seem to be having
65926              random failures.  To make these easier to reproduce,
65927              add a variable, PERL_HASH_SEED_DEBUG, to display the
65928              hash seed.  E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
65929              of 82972356 makes the first one to fail.
65930      Branch: perl
65931            ! perl.c pod/perlrun.pod
65932 ____________________________________________________________________________
65933 [ 19858] By: rgs                                   on 2003/06/26  20:21:53
65934         Log: perlhack update, by Steve Grazzini
65935              about macro support in gdb and gcc.
65936      Branch: perl
65937            ! pod/perlhack.pod
65938 ____________________________________________________________________________
65939 [ 19854] By: jhi                                   on 2003/06/26  05:32:02
65940         Log: Bite the bullet and apply the hash randomisation patch.
65941              [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
65942      Branch: perl
65943            ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
65944            ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h
65945            ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
65946            ! sv.c
65947 ____________________________________________________________________________
65948 [ 19853] By: rgs                                   on 2003/06/25  19:35:02
65949         Log: Subject: Re: P and V
65950              From: "Philip Newton" <pnewton@gmx.de>
65951              Date: Wed, 25 Jun 2003 17:50:22 +0200
65952              Message-ID: <3EF9E0DE.4786.16A6869@localhost>
65953      Branch: perl
65954            ! lib/Thread/Semaphore.pm
65955 ____________________________________________________________________________
65956 [ 19852] By: rgs                                   on 2003/06/25  19:27:42
65957         Log: Enhance some macro robustness.
65958      Branch: perl
65959            ! opcode.h opcode.pl
65960 ____________________________________________________________________________
65961 [ 19851] By: rgs                                   on 2003/06/25  19:25:47
65962         Log: Fix [perl #21742] :
65963              require() should always be called in scalar context,
65964              even when it's the last statement in an eval("").
65965      Branch: perl
65966            ! pp_ctl.c t/comp/require.t
65967 ____________________________________________________________________________
65968 [ 19849] By: jhi                                   on 2003/06/24  17:32:37
65969         Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
65970              From: Dave Mitchell <davem@fdgroup.com>
65971              Date: Tue, 24 Jun 2003 13:16:18 +0100
65972              Message-ID: <20030624121618.GC22675@fdgroup.com>
65973      Branch: perl
65974            ! sv.c t/op/ref.t
65975 ____________________________________________________________________________
65976 [ 19848] By: merijn                                on 2003/06/24  08:06:57
65977         Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
65978              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
65979              Date: Tue, 24 Jun 2003 11:00:34 +0200
65980              Message-ID: <186930306740.20030624110034@familiehaase.de>
65981      Branch: perl
65982            ! lib/Pod/Perldoc.pm
65983 ____________________________________________________________________________
65984 [ 19847] By: jhi                                   on 2003/06/24  04:52:42
65985         Log: Subject: [PATCH] version.pm up to date with CPAN
65986              From: John Peacock <jpeacock@rowman.com>
65987              Date: Mon, 23 Jun 2003 21:58:18 -0400
65988              Message-ID: <3EF7B03A.2060705@rowman.com>
65989      Branch: perl
65990            ! lib/version.pm lib/version.t universal.c
65991 ____________________________________________________________________________
65992 [ 19846] By: rgs                                   on 2003/06/23  20:52:26
65993         Log: Subject: [perlport.pod] code point of \cU
65994              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
65995              Date: Tue, 24 Jun 2003 01:00:16 +0900
65996              Message-Id: <20030624004743.1237.BQW10602@nifty.com>
65997      Branch: perl
65998            ! pod/perlport.pod
65999 ____________________________________________________________________________
66000 [ 19845] By: jhi                                   on 2003/06/23  04:55:39
66001         Log: Test tweaks for VMS from Craig Berry.
66002      Branch: perl
66003            ! lib/strict.t lib/warnings.t
66004 ____________________________________________________________________________
66005 [ 19843] By: jhi                                   on 2003/06/22  17:00:10
66006         Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
66007      Branch: perl
66008            ! embed.fnc embed.h pp.c proto.h util.c
66009 ____________________________________________________________________________
66010 [ 19842] By: jhi                                   on 2003/06/22  16:44:16
66011         Log: Until the Perl malloc problems in Tru64 are fixed.
66012      Branch: perl
66013            ! hints/dec_osf.sh
66014 ____________________________________________________________________________
66015 [ 19841] By: jhi                                   on 2003/06/22  16:35:33
66016         Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
66017              From: Enache Adrian <enache@rdslink.ro>
66018              Date: Sat, 21 Jun 2003 03:19:31 +0300
66019              Message-ID: <20030621001931.GB1255@ratsnest.hole>
66020      Branch: perl
66021            ! op.c t/op/concat.t
66022 ____________________________________________________________________________
66023 [ 19840] By: jhi                                   on 2003/06/22  16:33:25
66024         Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs
66025              From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
66026              Date: 21 Jun 2003 19:02:30 -0000
66027              Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
66028      Branch: perl
66029            ! lib/overload.pm lib/overload.t
66030 ____________________________________________________________________________
66031 [ 19839] By: jhi                                   on 2003/06/22  16:31:05
66032         Log: Subject: FileCache 1.03 broken on VMS -- possible patch
66033              From: "Craig A. Berry" <craigberry@mac.com>
66034              Date: Sat, 21 Jun 2003 10:31:59 -0500
66035              Message-ID: <3EF47A6F.9060904@mac.com>
66036      Branch: perl
66037            ! lib/FileCache.pm lib/FileCache/t/01open.t
66038            ! lib/FileCache/t/03append.t lib/FileCache/t/05override.t
66039 ____________________________________________________________________________
66040 [ 19838] By: jhi                                   on 2003/06/22  16:16:01
66041         Log: Debian fix from Brendan O'Dea:
66042              Adjust output to screen width.
66043              (adjusted to probe for the stty command)
66044      Branch: perl
66045            ! utils/dprofpp.PL
66046 ____________________________________________________________________________
66047 [ 19837] By: jhi                                   on 2003/06/22  15:56:45
66048         Log: Debian fix from Brendan O'Dea:
66049              Use a temporary directory to avoid symlink attacks.
66050              Specify -gstabs explicitly (not the default format for gcc 3.2).
66051      Branch: perl
66052            ! utils/c2ph.PL
66053 ____________________________________________________________________________
66054 [ 19836] By: jhi                                   on 2003/06/22  15:55:13
66055         Log: Debian fix from Brendan O'Dea:
66056              Bug#156284: the stucture used by pp_accept is too small to hold an
66057              IPv6 address.
66058      Branch: perl
66059            ! pp_sys.c
66060 ____________________________________________________________________________
66061 [ 19835] By: jhi                                   on 2003/06/22  15:46:50
66062         Log: For characters beyond the BMP the $bits will be undef,
66063              which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
66064              analysis and fix from SADAHIRO Tomoyuki)
66065      Branch: perl
66066            ! lib/utf8_heavy.pl
66067 ____________________________________________________________________________
66068 [ 19834] By: jhi                                   on 2003/06/20  08:42:58
66069         Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
66070      Branch: perl
66071            ! malloc.c
66072 ____________________________________________________________________________
66073 [ 19833] By: jhi                                   on 2003/06/20  08:16:02
66074         Log: Don't do sprintf().
66075      Branch: perl
66076            ! malloc.c
66077 ____________________________________________________________________________
66078 [ 19832] By: jhi                                   on 2003/06/20  07:43:48
66079         Log: Show the source code location of an "assertion botch".
66080      Branch: perl
66081            ! malloc.c
66082 ____________________________________________________________________________
66083 [ 19831] By: jhi                                   on 2003/06/20  07:31:11
66084         Log: More Perl malloc debugging magic from Ilya.  Seems to work in
66085              Linux, Solaris, AIX.  Had to do #ifdef OS2 for the <io.h> in
66086              malloc.c, found in AIX since there is no such header.
66087              In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
66088              memory was overwritten?"
66089              (In IRIX compiles but that doesn't prove much since in IRIX
66090              Perl's malloc is simply not used.)
66091      Branch: perl
66092            + malloc_ctl.h
66093            ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c
66094            ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h
66095 ____________________________________________________________________________
66096 [ 19830] By: jhi                                   on 2003/06/20  06:02:21
66097         Log: Retract #19785 and #19756: JPL nowadays works without this
66098              (verified by a true JPL user).
66099      Branch: perl
66100            ! perl.c
66101 ____________________________________________________________________________
66102 [ 19827] By: jhi                                   on 2003/06/19  20:18:31
66103         Log: Apparently this is needed for VMS (Craig Berry).
66104      Branch: perl
66105            ! lib/Tie/File.pm
66106 ____________________________________________________________________________
66107 [ 19824] By: jhi                                   on 2003/06/19  15:11:48
66108         Log: Bump Time::HiRes to 1.49.
66109      Branch: perl
66110            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
66111            ! ext/Time/HiRes/HiRes.xs
66112 ____________________________________________________________________________
66113 [ 19822] By: jhi                                   on 2003/06/19  14:49:37
66114         Log: This change chunk doesn't work well with blead.
66115      Branch: perl
66116            ! lib/ExtUtils/t/Command.t
66117 ____________________________________________________________________________
66118 [ 19821] By: jhi                                   on 2003/06/19  14:27:52
66119         Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
66120              make happy.
66121      Branch: perl
66122            ! lib/ExtUtils/MM_Unix.pm
66123 ____________________________________________________________________________
66124 [ 19820] By: jhi                                   on 2003/06/19  14:25:53
66125         Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
66126              as of 2003-06-19 18:39 EET).
66127      Branch: perl
66128            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
66129            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
66130            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
66131            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
66132 ____________________________________________________________________________
66133 [ 19819] By: jhi                                   on 2003/06/19  14:08:13
66134         Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
66135              From: grazz@pobox.com (Steve Grazzini)
66136              Date: Wed, 18 Jun 2003 19:42:37 -0400
66137              Message-ID: <20030618234237.GA6267@grazzini.net>
66138      Branch: perl
66139            ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h
66140            ! t/op/runlevel.t t/op/tiehandle.t util.c
66141 ____________________________________________________________________________
66142 [ 19818] By: jhi                                   on 2003/06/19  13:57:55
66143         Log: Subject: [PATCH -current] email address correction
66144              Date: Thu, 19 Jun 2003 02:19:31 -0700
66145              Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
66146              From: rs@crystalflame.net (Richard Soderberg)
66147      Branch: perl
66148            ! ext/threads/threads.pm
66149 ____________________________________________________________________________
66150 [ 19816] By: jhi                                   on 2003/06/19  05:02:22
66151         Log: MPE/iX gets serious indigestion on w-packed infinities.
66152      Branch: perl
66153            ! t/op/pack.t
66154 ____________________________________________________________________________
66155 [ 19815] By: rgs                                   on 2003/06/18  20:47:47
66156         Log: A bunch of minor changes to perlguts.pod.
66157      Branch: perl
66158            ! pod/perlguts.pod
66159 ____________________________________________________________________________
66160 [ 19814] By: jhi                                   on 2003/06/18  19:19:38
66161         Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics
66162              From: Enache Adrian <enache@rdslink.ro>
66163              Date: Wed, 18 Jun 2003 23:00:43 +0300
66164              Message-ID: <20030618200043.GA1249@ratsnest.hole>
66165      Branch: perl
66166            ! pp.c regexec.c t/op/pat.t
66167 ____________________________________________________________________________
66168 [ 19813] By: jhi                                   on 2003/06/18  17:31:50
66169         Log: Upgrade to Tie::File 0.97.
66170      Branch: perl
66171            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
66172            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t
66173            ! lib/Tie/File/t/29_downcopy.t
66174 ____________________________________________________________________________
66175 [ 19812] By: gbarr                                 on 2003/06/18  16:41:31
66176         Log: Sync with libnet 1.16
66177      Branch: perl
66178            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
66179 ____________________________________________________________________________
66180 [ 19811] By: jhi                                   on 2003/06/18  12:11:07
66181         Log: Subject: Encode] 1.96 Released
66182              From: Dan Kogai <dankogai@dan.co.jp>
66183              Date: Wed, 18 Jun 2003 19:09:11 +0900
66184              Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
66185      Branch: perl
66186            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
66187            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
66188            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv
66189            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
66190            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t
66191            ! ext/Encode/t/guess.t
66192 ____________________________________________________________________________
66193 [ 19810] By: jhi                                   on 2003/06/18  09:20:43
66194         Log: Oops in change #19809.
66195      Branch: perl
66196            ! ext/POSIX/POSIX.xs
66197 ____________________________________________________________________________
66198 [ 19809] By: jhi                                   on 2003/06/18  09:08:47
66199         Log: If the first argument of sigaction() was a string, not a number
66200              (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
66201              isn't numeric in subroutine entry ...' but after that one got
66202              (depending on the OS) either a coredump (because of trying to
66203              assign to *0 in mg_get) or a hang (because of the sigprocmask()
66204              blocking signals inside POSIX::sigaction, a nasty hang since
66205              one obviously cannot interrupt it...only SIGKILL works).
66206              In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
66207              because of the string becoming zero due to the XS typemap magic.
66208              Resolved by making the POSIX::sigaction to try harder to figure
66209              out a valid signal number (one still gets the warning, though),
66210              and returning undef if no sense can be made.
66211      Branch: perl
66212            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
66213 ____________________________________________________________________________
66214 [ 19808] By: rgs                                   on 2003/06/17  21:10:06
66215         Log: Some docs for the assertions.
66216      Branch: perl
66217            ! lib/assertions.pm lib/assertions/activate.pm
66218            ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t
66219 ____________________________________________________________________________
66220 [ 19806] By: jhi                                   on 2003/06/17  18:12:26
66221         Log: io_dir.t tweak from Craig Berry.
66222      Branch: perl
66223            ! ext/IO/lib/IO/t/io_dir.t
66224 ____________________________________________________________________________
66225 [ 19805] By: jhi                                   on 2003/06/17  16:47:06
66226         Log: Subject: /ext/DynaLoader/dl_dyld.xs
66227              From: "Peter O'Gorman" <peter@pogma.com>
66228              Date: Tue, 17 Jun 2003 23:45:47 +0900
66229              Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
66230
66231              No need to see dlclose() and dlsym() outside the dl_dyld.xs
66232              (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
66233              of OpenDarwin.
66234      Branch: perl
66235            ! ext/DynaLoader/dl_dyld.xs
66236 ____________________________________________________________________________
66237 [ 19804] By: jhi                                   on 2003/06/17  13:12:21
66238         Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches
66239              From: david nicol <whatever@davidnicol.com>
66240              Date: 16 Jun 2003 20:35:24 -0500
66241              Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
66242
66243              Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
66244              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
66245              Date: Tue, 17 Jun 2003 00:12:04 -0400
66246              Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
66247      Branch: perl
66248            ! pod/perlre.pod pod/perltrap.pod
66249 ____________________________________________________________________________
66250 [ 19802] By: jhi                                   on 2003/06/17  04:51:33
66251         Log: UNICOS: try papering over the Configure symbol scan problems
66252              by disavowing any knowledge of dynaloading.
66253      Branch: perl
66254            ! hints/unicos.sh
66255 ____________________________________________________________________________
66256 [ 19801] By: rgs                                   on 2003/06/16  22:47:28
66257         Log: Revert change #19126, a poor attempt at fixing bug #21742.
66258              The test for #21742 is marked as TODO.
66259              Plus new regression tests from :
66260
66261              Subject: [perl #22708] void context in string eval is broken
66262              From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
66263              Date: 15 Jun 2003 23:09:03 -0000
66264              Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
66265      Branch: perl
66266            ! pp_ctl.c t/comp/require.t t/op/eval.t
66267 ____________________________________________________________________________
66268 [ 19800] By: rgs                                   on 2003/06/16  21:14:26
66269         Log: Subject: [PATCH] unnecessary stringification in eval/die
66270              From: Steve Grazzini <grazz@pobox.com>
66271              Date: 15 Jun 2003 21:02:26 -0000
66272              Message-ID: <20030615210226.56430.qmail@onion.perl.org>
66273              (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
66274              in c.l.p.misc and bug #17763)
66275      Branch: perl
66276            ! pod/perlfunc.pod pp_ctl.c
66277 ____________________________________________________________________________
66278 [ 19799] By: rgs                                   on 2003/06/16  20:15:28
66279         Log: Subject: [perl #22622] Bogus error codes from File::Copy::move
66280              From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
66281              Date: 9 Jun 2003 15:48:09 -0000
66282              Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
66283      Branch: perl
66284            ! lib/File/Copy.pm
66285 ____________________________________________________________________________
66286 [ 19798] By: jhi                                   on 2003/06/16  12:26:29
66287         Log: And even more glibc fcntl constants, this time mostly F_XXX.
66288              Be more conservative and use @EXPORT_OK instead of @EXPORT.
66289      Branch: perl
66290            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
66291 ____________________________________________________________________________
66292 [ 19797] By: jhi                                   on 2003/06/16  08:05:11
66293         Log: Even more glibc O_ modes.
66294      Branch: perl
66295            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
66296 ____________________________________________________________________________
66297 [ 19796] By: jhi                                   on 2003/06/16  07:59:26
66298         Log: Add O_NOATIME.
66299      Branch: perl
66300            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
66301 ____________________________________________________________________________
66302 [ 19795] By: jhi                                   on 2003/06/16  06:51:19
66303         Log: Instead of fancy condvar footwork do a simple join,
66304              as suggested by Arthur.
66305      Branch: perl
66306            ! ext/threads/shared/t/hv_refs.t
66307 ____________________________________________________________________________
66308 [ 19794] By: rgs                                   on 2003/06/15  21:01:18
66309         Log: Rename again the warning about $* being no longer supported
66310              (and update perldiag this time!)
66311      Branch: perl
66312            ! gv.c pod/perldiag.pod t/lib/warnings/gv
66313 ____________________________________________________________________________
66314 [ 19793] By: rgs                                   on 2003/06/15  19:47:21
66315         Log: Remove all magic in untie()
66316
66317              Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
66318              From: Aaron J Mackey <ajm6q@virginia.edu>
66319              Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
66320              Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
66321              (plus a test case)
66322      Branch: perl
66323            ! pp_sys.c t/op/tie.t
66324 ____________________________________________________________________________
66325 [ 19790] By: jhi                                   on 2003/06/15  17:22:08
66326         Log: Start using Perl malloc in FreeBSD since the system malloc
66327              is reaaally slooow for Perl.
66328
66329              Subject: FreeBSD 5.1 vs. -Uusemymalloc
66330              From: Dan Kogai <dankogai@dan.co.jp>
66331              Date: Mon, 16 Jun 2003 01:48:49 +0900
66332              Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
66333      Branch: perl
66334            ! hints/freebsd.sh
66335 ____________________________________________________________________________
66336 [ 19789] By: jhi                                   on 2003/06/15  17:08:02
66337         Log: Subject: [PATCH 5.8.1 @19774] OS2 patches
66338              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
66339              Date: Sat, 14 Jun 2003 17:49:57 -0700
66340              Message-ID: <20030615004956.GA28272@math.berkeley.edu>
66341      Branch: perl
66342            + os2/OS2/typemap os2/perlrexx.cmd
66343            - os2/OS2/PrfDB/typemap
66344            ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h
66345            ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl
66346            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
66347            ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm
66348            ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t
66349            ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c
66350            ! os2/os2ish.h pp_sys.c utils/h2xs.PL
66351 ____________________________________________________________________________
66352 [ 19788] By: jhi                                   on 2003/06/15  15:05:40
66353         Log: Reindent a section of the file.
66354      Branch: perl
66355            ! universal.c
66356 ____________________________________________________________________________
66357 [ 19787] By: jhi                                   on 2003/06/15  15:01:26
66358         Log: Unused variable.
66359      Branch: perl
66360            ! universal.c
66361 ____________________________________________________________________________
66362 [ 19786] By: jhi                                   on 2003/06/15  07:41:23
66363         Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
66364              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
66365              Date: Sun, 15 Jun 2003 10:48:40 +0200
66366              Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
66367      Branch: perl
66368            ! embed.fnc embed.h proto.h sv.c
66369 ____________________________________________________________________________
66370 [ 19785] By: jhi                                   on 2003/06/15  07:37:02
66371         Log: Most often unused variables.
66372      Branch: perl
66373            ! perl.c
66374 ____________________________________________________________________________
66375 [ 19784] By: rgs                                   on 2003/06/14  20:08:52
66376         Log: Rename the warning about $* being removed,
66377              as suggested by Dave Mitchell
66378      Branch: perl
66379            ! gv.c t/lib/warnings/gv
66380 ____________________________________________________________________________
66381 [ 19783] By: jhi                                   on 2003/06/14  16:30:23
66382         Log: The FileCache 1.03 tests from belg4mit.
66383      Branch: perl
66384            + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
66385            + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
66386            + lib/FileCache/t/05override.t
66387            - lib/FileCache.t
66388            ! MANIFEST
66389 ____________________________________________________________________________
66390 [ 19782] By: jhi                                   on 2003/06/14  13:45:01
66391         Log: Mention the Unicode::Regex::Set module.
66392      Branch: perl
66393            ! pod/perlunicode.pod
66394 ____________________________________________________________________________
66395 [ 19781] By: jhi                                   on 2003/06/14  13:39:45
66396         Log: Followup on #19779: make the helper function static,
66397              and rename it for paranoia reasons.
66398      Branch: perl
66399            ! embed.fnc embed.h proto.h sv.c
66400 ____________________________________________________________________________
66401 [ 19779] By: jhi                                   on 2003/06/14  13:13:34
66402         Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
66403              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
66404              Date: Sat, 14 Jun 2003 12:51:31 +0200
66405              Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
66406
66407              (choosing the safe alternative)
66408      Branch: perl
66409            ! sv.c
66410 ____________________________________________________________________________
66411 [ 19778] By: jhi                                   on 2003/06/14  09:28:01
66412         Log: Exercise the utf8:: "internal" functions.
66413      Branch: perl
66414            ! lib/utf8.pm lib/utf8.t
66415 ____________________________________________________________________________
66416 [ 19777] By: jhi                                   on 2003/06/14  09:05:07
66417         Log: Having to pull in the whole Encode just to get SvUTF8()
66418              is a bit too much: introduce utf8::is_utf8().
66419      Branch: perl
66420            ! lib/utf8.pm pod/perluniintro.pod universal.c
66421 ____________________________________________________________________________
66422 [ 19776] By: jhi                                   on 2003/06/14  08:56:11
66423         Log: Slight tweaks on the length() and chr() entries,
66424              passing-by rewrapping on the rmdir entry.
66425      Branch: perl
66426            ! pod/perlfunc.pod
66427 ____________________________________________________________________________
66428 [ 19775] By: jhi                                   on 2003/06/14  08:50:16
66429         Log: test.pl-ify and add a couple of tests.
66430      Branch: perl
66431            ! lib/bytes.t
66432 ____________________________________________________________________________
66433 [ 19773] By: jhi                                   on 2003/06/14  08:05:01
66434         Log: Slight reorg of the binmode() entry.
66435      Branch: perl
66436            ! pod/perlfunc.pod
66437 ____________________________________________________________________________
66438 [ 19772] By: jhi                                   on 2003/06/14  07:07:38
66439         Log: Illegal cpp.
66440      Branch: perl
66441            ! util.c
66442 ____________________________________________________________________________
66443 [ 19770] By: jhi                                   on 2003/06/14  04:36:18
66444         Log: Subject: Re: FileCache
66445              From: belg4mit <belg4mit@MIT.EDU>
66446              Date: Sat, 14 Jun 2003 01:35:05 -0400
66447              Message-ID: <3EEAB409.7B4C21EA@mit.edu>
66448
66449              FileCache 1.03.
66450      Branch: perl
66451            ! lib/FileCache.pm
66452 ____________________________________________________________________________
66453 [ 19769] By: rgs                                   on 2003/06/13  19:17:50
66454         Log: Remove the deprecated $* variable.
66455              Incidentally, this fixes bug #22354, about unwanted
66456              action-at-distance of the /m regexp modifier.
66457              Add a new warning to advertise this fact.
66458      Branch: perl
66459            ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod
66460            ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv
66461            ! t/op/pat.t t/op/study.t
66462 ____________________________________________________________________________
66463 [ 19768] By: jhi                                   on 2003/06/13  17:08:45
66464         Log: Encode simply needs more work on EBCDIC.
66465      Branch: perl
66466            ! ext/Encode/t/Unicode.t
66467 ____________________________________________________________________________
66468 [ 19767] By: jhi                                   on 2003/06/13  17:05:01
66469         Log: Redundancy removal from Brian De Pradine;
66470              both the forms, pthread_mutexattr_settype() and
66471              pthread_mutexattr_setkind_np(), exist on z/OS.
66472      Branch: perl
66473            ! thread.h
66474 ____________________________________________________________________________
66475 [ 19766] By: jhi                                   on 2003/06/13  17:02:57
66476         Log: Somehow MPE/iX managed to get
66477              "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
66478      Branch: perl
66479            ! lib/Test/Harness.pm
66480 ____________________________________________________________________________
66481 [ 19765] By: jhi                                   on 2003/06/13  14:36:18
66482         Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
66483              From: alan <alan@pair.com>
66484              Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
66485              Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
66486
66487              (the first alternative)
66488      Branch: perl
66489            ! util.c
66490 ____________________________________________________________________________
66491 [ 19764] By: jhi                                   on 2003/06/13  14:33:51
66492         Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
66493              way of detecting Darwin/Mac OS X; instead it is recommended to
66494              detect the OS at a higher level and pass the information manually
66495              down to the application, using e.g. a -Ddefinition.
66496      Branch: perl
66497            ! hints/darwin.sh perl.h x2p/util.c
66498 ____________________________________________________________________________
66499 [ 19763] By: jhi                                   on 2003/06/13  14:12:13
66500         Log: Define a cpp symbol, BSDish, if that looks appropriate.
66501      Branch: perl
66502            ! perl.h
66503 ____________________________________________________________________________
66504 [ 19760] By: jhi                                   on 2003/06/13  12:00:06
66505         Log: Even more tweakage on symbol scanning from Alan Burlison.
66506      Branch: perl
66507            ! Configure
66508 ____________________________________________________________________________
66509 [ 19758] By: gbarr                                 on 2003/06/13  07:01:11
66510         Log: Sync with libnet 1.15
66511      Branch: perl
66512            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
66513 ____________________________________________________________________________
66514 [ 19756] By: jhi                                   on 2003/06/13  05:09:17
66515         Log: The changes #8803 and #8896 that fixed JPL for use with
66516              JDK 1.2/1.3 had somehow disappeared.
66517      Branch: perl
66518            ! perl.c perl.h
66519 ____________________________________________________________________________
66520 [ 19752] By: rgs                                   on 2003/06/12  20:49:25
66521         Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
66522              to be issued if the string to be left-justified by s?printf contains
66523              a newline.
66524
66525              Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
66526              From: Robin Barker <Robin.Barker@npl.co.uk>
66527              Date: Wed, 11 Jun 2003 18:10:14 +0100
66528              Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
66529      Branch: perl
66530            ! pod/perldiag.pod sv.c t/lib/warnings/sv
66531 ____________________________________________________________________________
66532 [ 19751] By: rgs                                   on 2003/06/12  20:25:41
66533         Log: Patch for a warning emitted twice, from :
66534              Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
66535              From: Steve Grazzini <grazz@pobox.com>
66536              Date: Wed, 11 Jun 2003 00:46:47 -0400
66537              Message-ID: <20030611044647.GA16696@grazzini.net>
66538      Branch: perl
66539            ! pp_sys.c
66540 ____________________________________________________________________________
66541 [ 19750] By: sky                                   on 2003/06/12  15:03:55
66542         Log: In free we want to destroy, not init, thanks to Tim Bunce for
66543              detecting this. Should hopefully fix memory leak on Tru64
66544      Branch: perl
66545            ! ext/threads/shared/shared.xs
66546 ____________________________________________________________________________
66547 [ 19749] By: jhi                                   on 2003/06/12  13:27:44
66548         Log: More perlio ->Open paranoia.  Set errno to EINVAL if there's
66549              no ->Open, not if ->Open returns NULL.
66550      Branch: perl
66551            ! perlio.c
66552 ____________________________________________________________________________
66553 [ 19748] By: jhi                                   on 2003/06/12  11:32:44
66554         Log: Further perlio doc tweaks.
66555      Branch: perl
66556            ! lib/PerlIO.pm pod/perlrun.pod
66557 ____________________________________________________________________________
66558 [ 19747] By: jhi                                   on 2003/06/12  11:25:19
66559         Log: Slightly amended version of the proposed patch for
66560              "[perl #22390] export PERLIO=bytes segfaults";
66561              the amendment is to set errno.
66562              TODO: we really should not get here if the layer
66563              stack is corrupt or non-sensical (like "bytes").
66564      Branch: perl
66565            ! perlio.c
66566 ____________________________________________________________________________
66567 [ 19746] By: sky                                   on 2003/06/12  08:37:39
66568         Log: Be polite and destroy the mutexes and conditions we use!
66569      Branch: perl
66570            ! ext/threads/shared/shared.xs
66571 ____________________________________________________________________________
66572 [ 19744] By: rgs                                   on 2003/06/11  20:49:04
66573         Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
66574              From: Andy Dougherty <doughera@lafayette.edu>
66575              Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
66576              Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
66577      Branch: perl
66578            ! lib/File/Temp/t/security.t
66579 ____________________________________________________________________________
66580 [ 19742] By: jhi                                   on 2003/06/11  18:28:12
66581         Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list
66582              From: Andy Dougherty <doughera@lafayette.edu>
66583              Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
66584              Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
66585      Branch: perl
66586            ! Configure
66587 ____________________________________________________________________________
66588 [ 19741] By: merijn                                on 2003/06/11  14:06:49
66589         Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
66590              From: PPrymmer@factset.com
66591              Date: Wed, 11 Jun 2003 09:00:34 -0400
66592              Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
66593      Branch: perl
66594            ! lib/vmsish.t
66595 ____________________________________________________________________________
66596 [ 19740] By: jhi                                   on 2003/06/11  13:29:59
66597         Log: Doc nit.
66598      Branch: perl
66599            ! INSTALL
66600 ____________________________________________________________________________
66601 [ 19739] By: jhi                                   on 2003/06/11  05:30:53
66602         Log: Integrate from maint:
66603              [ 19738]
66604              Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
66605              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
66606              Date: Tue, 10 Jun 2003 22:10:47 +0200
66607              Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
66608      Branch: perl
66609           !> ext/Encode/encengine.c ext/List/Util/Util.xs
66610           !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs
66611           !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
66612           !> sv.c
66613 ____________________________________________________________________________
66614 [ 19735] By: jhi                                   on 2003/06/10  05:27:33
66615         Log: Upgrade to Unicode::Normalize 0.22.
66616      Branch: perl
66617            ! ext/Unicode/Normalize/Changes
66618            ! ext/Unicode/Normalize/Makefile.PL
66619            ! ext/Unicode/Normalize/Normalize.pm
66620            ! ext/Unicode/Normalize/Normalize.xs
66621            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
66622            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
66623            ! ext/Unicode/Normalize/t/test.t
66624 ____________________________________________________________________________
66625 [ 19734] By: jhi                                   on 2003/06/10  05:14:18
66626         Log: Upgrade to Unicode::Collate 0.25.
66627      Branch: perl
66628            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
66629            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
66630            ! lib/Unicode/Collate/t/test.t
66631 ____________________________________________________________________________
66632 [ 19731] By: jhi                                   on 2003/06/09  20:48:14
66633         Log: On a real multicpu box the child thread could still be running
66634              when the parent thread was already testing.
66635      Branch: perl
66636            ! ext/threads/shared/t/hv_refs.t
66637 ____________________________________________________________________________
66638 [ 19730] By: rgs                                   on 2003/06/09  19:56:29
66639         Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
66640              From: Andy Dougherty <doughera@lafayette.edu>
66641              Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
66642              Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
66643      Branch: perl
66644            ! INSTALL
66645 ____________________________________________________________________________
66646 [ 19729] By: rgs                                   on 2003/06/09  19:13:16
66647         Log: Subject: [PATCH] Re: nitpick with \(0..2)
66648              From: Steve Grazzini <grazz@pobox.com>
66649              Date: Fri, 6 Jun 2003 01:42:59 -0400
66650              Message-ID: <20030606054259.GA30249@grazzini.net>
66651      Branch: perl
66652            ! op.c pod/perlop.pod t/op/ref.t
66653 ____________________________________________________________________________
66654 [ 19726] By: jhi                                   on 2003/06/09  18:45:00
66655         Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
66656      Branch: perl
66657            ! ext/Unicode/Normalize/Normalize.pm
66658 ____________________________________________________________________________
66659 [ 19725] By: rgs                                   on 2003/06/09  18:33:50
66660         Log: In the debugger, flush stdout/stderr before the prompt is printed
66661              Subject: Re: [PATCH] Perlbug #15228
66662              From: Alex Vandiver <alexmv@MIT.EDU>
66663              Date: 04 Jun 2003 04:50:10 -0400
66664              Message-Id: <1054716610.21402.45.camel@supox>
66665      Branch: perl
66666            ! lib/perl5db.pl
66667 ____________________________________________________________________________
66668 [ 19724] By: gsar                                  on 2003/06/09  18:17:42
66669         Log: mark 450_service.t#18 as a todo test on windows
66670      Branch: perl
66671            ! lib/Net/Ping/t/450_service.t
66672 ____________________________________________________________________________
66673 [ 19723] By: gsar                                  on 2003/06/09  18:00:57
66674         Log: one of the Net::Ping time-dependent tests fails sporadically
66675              when the response from localhost is "too quick"
66676      Branch: perl
66677            ! lib/Net/Ping/t/250_ping_hires.t
66678 ____________________________________________________________________________
66679 [ 19721] By: jhi                                   on 2003/06/09  17:04:50
66680         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
66681              From: Michael G Schwern <schwern@pobox.com>
66682              Date: Sat, 7 Jun 2003 01:16:32 -0700
66683              Message-ID: <20030607081632.GA16228@windhund.schwern.org>
66684      Branch: perl
66685            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
66686            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod
66687            ! lib/ExtUtils/t/Liblist.t
66688 ____________________________________________________________________________
66689 [ 19720] By: gsar                                  on 2003/06/09  15:59:52
66690         Log: fix for perlio.t failures on windows (from Dan Kogai)
66691      Branch: perl
66692            ! ext/Encode/t/perlio.t
66693 ____________________________________________________________________________
66694 [ 19719] By: jhi                                   on 2003/06/09  15:28:18
66695         Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
66696              From: PPrymmer@factset.com
66697              Date: Mon, 9 Jun 2003 09:57:43 -0400
66698              Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
66699      Branch: perl
66700            ! configure.com utils/perlivp.PL
66701 ____________________________________________________________________________
66702 [ 19717] By: gsar                                  on 2003/06/09  14:09:55
66703         Log: windows: fix memory leak in %ENV handling (shows up as a
66704              leak even in the simplest fork() loop, because perl_construct()
66705              now does the equivalent of %ENV assignments using mg_set())
66706      Branch: perl
66707            ! win32/perlhost.h
66708 ____________________________________________________________________________
66709 [ 19715] By: sky                                   on 2003/06/09  09:35:47
66710         Log: Support blessed shared references.
66711      Branch: perl
66712            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
66713            ! ext/threads/shared/t/hv_refs.t
66714 ____________________________________________________________________________
66715 [ 19714] By: jhi                                   on 2003/06/09  04:29:04
66716         Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
66717              From: "Craig A. Berry" <craigberry@mac.com>
66718              Date: Sun, 08 Jun 2003 16:49:43 -0500
66719              Message-ID: <3EE3AF77.7060302@mac.com>
66720      Branch: perl
66721            ! t/op/pack.t
66722 ____________________________________________________________________________
66723 [ 19712] By: jhi                                   on 2003/06/08  17:05:59
66724         Log: Subject: Re: forwarded you a test result
66725              From: Dan Kogai <dankogai@dan.co.jp>
66726              Date: Sun, 8 Jun 2003 11:04:43 +0900
66727              Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
66728      Branch: perl
66729            ! ext/Encode/t/Encode.t
66730 ____________________________________________________________________________
66731 [ 19710] By: jhi                                   on 2003/06/08  17:03:07
66732         Log: Regen Configure et al.
66733      Branch: perl
66734            ! Configure Porting/config.sh Porting/config_H
66735 ____________________________________________________________________________
66736 [ 19709] By: jhi                                   on 2003/06/08  16:45:50
66737         Log: More symbol scan logic from Alan Burlison.
66738      Branch: perl
66739            ! Configure Porting/Glossary hints/solaris_2.sh
66740 ____________________________________________________________________________
66741 [ 19708] By: sky                                   on 2003/06/07  13:28:50
66742         Log: Major (internal) change to make it much more easy to embed
66743              threaded perl because we don't use our own TLS for the current
66744              thread info, but instead use PL_modglobal. Should make the
66745              mod_perl2 team (Hi Stas!) happy. Should also be more robust.
66746      Branch: perl
66747            ! ext/threads/threads.xs
66748 ____________________________________________________________________________
66749 [ 19707] By: sky                                   on 2003/06/07  13:27:01
66750         Log: Last patch broke this slightly because INC was wrong.
66751      Branch: perl
66752            ! ext/threads/t/thread.t
66753 ____________________________________________________________________________
66754 [ 19706] By: sky                                   on 2003/06/07  13:07:53
66755         Log: Remove warnings from tests.
66756      Branch: perl
66757            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
66758            ! ext/threads/t/list.t
66759 ____________________________________________________________________________
66760 [ 19705] By: sky                                   on 2003/06/07  12:42:28
66761         Log: Work in non core env.
66762      Branch: perl
66763            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
66764            ! ext/threads/t/libc.t ext/threads/t/list.t
66765            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
66766            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
66767            ! ext/threads/t/thread.t
66768 ____________________________________________________________________________
66769 [ 19703] By: jhi                                   on 2003/06/07  05:11:50
66770         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
66771              From: Michael G Schwern <schwern@pobox.com>
66772              Date: Fri, 6 Jun 2003 18:41:45 -0700
66773              Message-ID: <20030607014145.GB12031@windhund.schwern.org>
66774      Branch: perl
66775            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
66776            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml
66777            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
66778            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
66779            ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t
66780            ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t
66781            ! lib/ExtUtils/t/zz_cleanup_dummy.t
66782 ____________________________________________________________________________
66783 [ 19702] By: rgs                                   on 2003/06/06  23:00:00
66784         Log: Upgrade to Time::Local 1.06, by Dave Rolsky
66785      Branch: perl
66786            ! lib/Time/Local.pm lib/Time/Local.t
66787 ____________________________________________________________________________
66788 [ 19701] By: rgs                                   on 2003/06/06  22:50:37
66789         Log: Complement to change #19698 :
66790              add also this information (=> and curly braces doesn't
66791              quote compound identifiers) to the strict manpage.
66792              As an experiment in documentation, add a "HISTORY" section
66793              to the strict manpage.
66794      Branch: perl
66795            ! lib/strict.pm
66796 ____________________________________________________________________________
66797 [ 19700] By: rgs                                   on 2003/06/06  22:31:50
66798         Log: Minor grammatical nit.
66799      Branch: perl
66800            ! README.hpux
66801 ____________________________________________________________________________
66802 [ 19699] By: rgs                                   on 2003/06/06  22:29:38
66803         Log: Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
66804              From: Stas Bekman <stas@stason.org>
66805              Date: Thu, 05 Jun 2003 10:10:36 +1000
66806              Message-ID: <3EDE8A7C.2080302@stason.org>
66807
66808              Subject: [patch] perlguts authors dup
66809              From: Stas Bekman <stas@stason.org>
66810              Date: Thu, 05 Jun 2003 10:14:12 +1000
66811              Message-ID: <3EDE8B54.6090808@stason.org>
66812      Branch: perl
66813            ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod
66814 ____________________________________________________________________________
66815 [ 19698] By: rgs                                   on 2003/06/06  22:23:56
66816         Log: Clarify that => doesn't quote compound identifiers.
66817      Branch: perl
66818            ! pod/perldata.pod
66819 ____________________________________________________________________________
66820 [ 19696] By: merijn                                on 2003/06/06  12:21:43
66821         Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
66822              as the compiler supports it)
66823      Branch: perl
66824            ! README.hpux
66825 ____________________________________________________________________________
66826 [ 19695] By: jhi                                   on 2003/06/05  18:50:51
66827         Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work!
66828              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66829              Date: Wed, 04 Jun 2003 00:08:32 -0700
66830              Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
66831      Branch: perl
66832            ! t/run/switches.t toke.c
66833 ____________________________________________________________________________
66834 [ 19694] By: jhi                                   on 2003/06/05  18:37:02
66835         Log: Subject: [PATCH] RE: maint @ 19683
66836              From: Robin Barker <Robin.Barker@npl.co.uk>
66837              Date: Thu, 5 Jun 2003 17:16:58 +0100
66838              Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
66839
66840              (skipped the MIME::Base64 part, leaving that to Gisle)
66841      Branch: perl
66842            ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
66843 ____________________________________________________________________________
66844 [ 19693] By: jhi                                   on 2003/06/05  17:26:04
66845         Log: SKIP label was missing.
66846      Branch: perl
66847            ! t/io/utf8.t
66848 ____________________________________________________________________________
66849 [ 19692] By: jhi                                   on 2003/06/05  16:58:23
66850         Log: z/OS makedepend fix from Peter Prymmer;
66851              still needed as reported by Brian De Pradine.
66852      Branch: perl
66853            ! makedepend.SH
66854 ____________________________________________________________________________
66855 [ 19691] By: jhi                                   on 2003/06/05  16:56:01
66856         Log: Even more getspecific patches from Brian De Pradine;
66857              macrofy the construct.
66858      Branch: perl
66859            ! ext/threads/threads.xs
66860 ____________________________________________________________________________
66861 [ 19690] By: jhi                                   on 2003/06/05  16:19:40
66862         Log: z/OS threads tweak from Brian De Pradine.
66863      Branch: perl
66864            ! ext/threads/threads.xs
66865 ____________________________________________________________________________
66866 [ 19689] By: jhi                                   on 2003/06/05  05:43:31
66867         Log: Upgrade to Time::HiRes 1.48.
66868      Branch: perl
66869            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
66870 ____________________________________________________________________________
66871 [ 19688] By: rgs                                   on 2003/06/04  18:53:48
66872         Log: Prevent a potential null pointer dereference.
66873              Noticed by Ryan Koga <rkoga@caida.org> in
66874              Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
66875      Branch: perl
66876            ! perlio.c
66877 ____________________________________________________________________________
66878 [ 19687] By: jhi                                   on 2003/06/04  18:26:08
66879         Log: Subject: Re: [MacOS X] consider useshrplib='false' by default
66880              From: Andy Dougherty <doughera@lafayette.edu>
66881              Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
66882              Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
66883      Branch: perl
66884            ! hints/darwin.sh
66885 ____________________________________________________________________________
66886 [ 19686] By: jhi                                   on 2003/06/04  11:02:54
66887         Log: On closer reading the proposed UTS#18 update required
66888              even more changes.
66889      Branch: perl
66890            ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl
66891            ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
66892            ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl
66893            ! lib/unicore/mktables
66894 ____________________________________________________________________________
66895 [ 19685] By: jhi                                   on 2003/06/04  10:14:09
66896         Log: Align the 'graph' property definition with the proposed
66897              Unicode UTS #18 update (v7).
66898      Branch: perl
66899            ! lib/unicore/lib/Graph.pl lib/unicore/mktables
66900 ____________________________________________________________________________
66901 [ 19681] By: jhi                                   on 2003/06/04  05:16:38
66902         Log: Subject: [MacOS X] consider useshrplib='false' by default
66903              From: Dan Kogai <dankogai@dan.co.jp>
66904              Date: Wed, 4 Jun 2003 01:29:42 +0900
66905              Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
66906      Branch: perl
66907            ! hints/darwin.sh
66908 ____________________________________________________________________________
66909 [ 19679] By: jhi                                   on 2003/06/03  15:51:36
66910         Log: Urk.  Joe's patches were for the maint branch,
66911              not for the blead (which has assertions and stuff).
66912              Retract #19677, #19676, #19674.
66913      Branch: perl
66914            ! lib/perl5db.pl
66915 ____________________________________________________________________________
66916 [ 19678] By: jhi                                   on 2003/06/03  15:05:19
66917         Log: According to Arthur this should help
66918              #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
66919      Branch: perl
66920            ! ext/threads/threads.xs
66921 ____________________________________________________________________________
66922 [ 19677] By: jhi                                   on 2003/06/03  14:07:06
66923         Log: Tiny tweaks from Joe McMahon.
66924      Branch: perl
66925            ! lib/perl5db.pl
66926 ____________________________________________________________________________
66927 [ 19676] By: jhi                                   on 2003/06/03  12:38:46
66928         Log: Tiny pod and speling tweaks.
66929      Branch: perl
66930            ! lib/perl5db.pl
66931 ____________________________________________________________________________
66932 [ 19674] By: jhi                                   on 2003/06/03  12:20:59
66933         Log: Subject: Extensive documentation patch redux
66934              From: Joe McMahon <mcmahon@ibiblio.org>
66935              Date: Mon, 2 Jun 2003 09:53:40 -0400
66936              Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
66937
66938              Subject: RE: [PATCH] RE: Extensive documentation patch redux
66939              From: Robin Barker <Robin.Barker@npl.co.uk>
66940              Date: Tue, 3 Jun 2003 10:00:22 +0100
66941              Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
66942      Branch: perl
66943            ! lib/perl5db.pl
66944 ____________________________________________________________________________
66945 [ 19673] By: jhi                                   on 2003/06/03  09:51:59
66946         Log: Salvage parts of #19667.
66947      Branch: perl
66948            ! perlio.c win32/win32.c win32/win32iop.h
66949 ____________________________________________________________________________
66950 [ 19672] By: jhi                                   on 2003/06/03  09:26:45
66951         Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t
66952              still is there).
66953      Branch: perl
66954            ! MANIFEST pod/perlfunc.pod
66955 ____________________________________________________________________________
66956 [ 19671] By: merijn                                on 2003/06/03  08:27:07
66957         Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
66958              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66959              Date: Tue, 03 Jun 2003 01:55:06 -0700
66960              Message-ID: <qJG3+gzkgajL092yn@efn.org>
66961      Branch: perl
66962            ! README.cygwin
66963 ____________________________________________________________________________
66964 [ 19670] By: jhi                                   on 2003/06/03  08:04:39
66965         Log: Retract #19667, #19660, #19659, #19658, #19657, #19656,
66966              #19655, #19418; File::Temp no more used internally.
66967              Some parts of these will be salvaged later.
66968      Branch: perl
66969            ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod
66970            ! proto.h win32/win32.c win32/win32iop.h
66971 ____________________________________________________________________________
66972 [ 19669] By: gsar                                  on 2003/06/02  20:59:39
66973         Log: fix for 09_gen_rs.t#59 failure on windows
66974      Branch: perl
66975            ! lib/Tie/File/t/09_gen_rs.t
66976 ____________________________________________________________________________
66977 [ 19668] By: gsar                                  on 2003/06/02  20:40:19
66978         Log: resurrect change#19628 and make it work by generalizing
66979              a spot that had a hardcoded dependency on the cmd.exe
66980              arguments being "/x/c" or "/c"
66981      Branch: perl
66982            ! pod/perlrun.pod win32/win32.c
66983 ____________________________________________________________________________
66984 [ 19667] By: gsar                                  on 2003/06/02  18:44:34
66985         Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
66986              reuse the straightforward native implementation instead
66987
66988              this fixes the warning from io_xs.t
66989
66990              NOTE: File::Temp has a less-than-robust implementation on windows
66991              that relies on END blocks being run (this may not happen always)
66992      Branch: perl
66993            ! op.c win32/win32.c win32/win32iop.h
66994 ____________________________________________________________________________
66995 [ 19666] By: gsar                                  on 2003/06/02  18:29:46
66996         Log: change#19628 broke many win32/system.t tests, so back it out
66997      Branch: perl
66998            ! pod/perlrun.pod win32/win32.c
66999 ____________________________________________________________________________
67000 [ 19665] By: rgs                                   on 2003/06/02  18:22:06
67001         Log: A little bit more of weird-code-proofing in B::Deparse.
67002              Fixes a bug reported by Alexey Tourbin in
67003              Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
67004      Branch: perl
67005            ! ext/B/B/Deparse.pm
67006 ____________________________________________________________________________
67007 [ 19664] By: jhi                                   on 2003/06/02  16:41:37
67008         Log: Upgrade to the CGI.pm 2.93.
67009
67010              (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks.  Sigh.)
67011      Branch: perl
67012            + lib/CGI/t/util-58.t
67013            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
67014            ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm
67015            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
67016            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
67017            ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t
67018            ! lib/CGI/t/switch.t lib/CGI/t/util.t
67019 ____________________________________________________________________________
67020 [ 19663] By: jhi                                   on 2003/06/02  16:16:51
67021         Log: Whitespace tweaks.
67022      Branch: perl
67023            ! hints/uwin.sh
67024 ____________________________________________________________________________
67025 [ 19662] By: jhi                                   on 2003/06/02  16:08:22
67026         Log: U/WIN: final (for now) touches from John P. Linderman;
67027              now we get 97% success rate, the remaining failures are
67028              quite obscure.
67029      Branch: perl
67030            ! hints/uwin.sh lib/locale.t
67031 ____________________________________________________________________________
67032 [ 19661] By: gbarr                                 on 2003/06/02  12:13:35
67033         Log: Sync with libnet 1.14
67034      Branch: perl
67035            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm
67036            ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm
67037            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
67038            ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t
67039 ____________________________________________________________________________
67040 [ 19660] By: jhi                                   on 2003/06/02  09:28:30
67041         Log: Beautification.
67042      Branch: perl
67043            ! op.c
67044 ____________________________________________________________________________
67045 [ 19659] By: jhi                                   on 2003/06/02  09:07:38
67046         Log: Duplicate definition bad.
67047      Branch: perl
67048            ! op.c
67049 ____________________________________________________________________________
67050 [ 19658] By: jhi                                   on 2003/06/02  09:02:18
67051         Log: I thought I tried building threaded.  Never think.  Try.
67052      Branch: perl
67053            ! perlio.c
67054 ____________________________________________________________________________
67055 [ 19657] By: jhi                                   on 2003/06/02  08:54:04
67056         Log: Stick with the original (5.8.0) logic.
67057      Branch: perl
67058            ! op.c
67059 ____________________________________________________________________________
67060 [ 19656] By: jhi                                   on 2003/06/02  08:28:51
67061         Log: Since pulling in File::Temp for tempfiles would pull in
67062              also Fcntl, miniperl could not open up tempfiles.  This broke
67063              the use of miniperl in VMS, as noticed by Craig Berry.
67064              Try to cure this by moving the creation of tempfile into its
67065              own routine, my_tmpfp(), which gets compiled differently
67066              for miniperl and perl.
67067      Branch: perl
67068            ! embed.fnc embed.h op.c perlio.c proto.h
67069 ____________________________________________________________________________
67070 [ 19655] By: jhi                                   on 2003/06/02  06:54:05
67071         Log: A pointless test, noticed by Craig Berry.
67072      Branch: perl
67073            ! perlio.c
67074 ____________________________________________________________________________
67075 [ 19654] By: rgs                                   on 2003/06/01  07:37:50
67076         Log: Two Cygwin patches from Gerrit.
67077
67078              Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
67079              From: "Gerrit P. Haase" <gp@familiehaase.de>
67080              Date: Sat, 31 May 2003 14:12:07 +0200
67081              Message-ID: <179860591535.20030531141207@familiehaase.de>
67082
67083              Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
67084              Date: Sat, 31 May 2003 13:57:49 +0200
67085              Message-ID: <11859733881.20030531135749@familiehaase.de>
67086      Branch: perl
67087            ! README.cygwin perl.h t/io/layers.t
67088 ____________________________________________________________________________
67089 [ 19652] By: rgs                                   on 2003/05/31  19:54:31
67090         Log: Fix a case of segfault in gv_check(), by making
67091              it ignore non-GV values in stashes.
67092      Branch: perl
67093            ! gv.c t/op/stash.t
67094 ____________________________________________________________________________
67095 [ 19651] By: rgs                                   on 2003/05/31  18:48:59
67096         Log: Don't install test.pl files.
67097      Branch: perl
67098            ! installperl
67099 ____________________________________________________________________________
67100 [ 19650] By: rgs                                   on 2003/05/31  18:47:50
67101         Log: Regenerate internals pods.
67102      Branch: perl
67103            ! pod/perlapi.pod pod/perlintern.pod
67104 ____________________________________________________________________________
67105 [ 19649] By: rgs                                   on 2003/05/31  18:33:07
67106         Log: Subject: [PATCH] jumbo closure patch broke formats
67107              From: Dave Mitchell <davem@fdgroup.com>
67108              Date: Sat, 31 May 2003 19:54:48 +0100
67109              Message-ID: <20030531185448.GA6055@fdgroup.com>
67110              Plus restore the original test script for bug #22372
67111      Branch: perl
67112            ! pad.c t/op/write.t
67113 ____________________________________________________________________________
67114 [ 19648] By: jhi                                   on 2003/05/31  17:37:36
67115         Log: Better patch from Inaba Hiroto for
67116              [perl #22375] 'split'/'index' problem for utf8
67117      Branch: perl
67118            ! sv.c
67119 ____________________________________________________________________________
67120 [ 19647] By: rgs                                   on 2003/05/31  11:46:52
67121         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
67122              From: Enache Adrian <enache@rdslink.ro>
67123              Date: Sat, 31 May 2003 14:18:11 +0300
67124              Message-ID: <20030531111811.GA1240@ratsnest.hole>
67125      Branch: perl
67126            ! t/op/write.t
67127 ____________________________________________________________________________
67128 [ 19646] By: jhi                                   on 2003/05/31  05:40:15
67129         Log: Interesting patch(1) glitch.
67130      Branch: perl
67131            ! lib/Tie/File.pm
67132 ____________________________________________________________________________
67133 [ 19645] By: jhi                                   on 2003/05/31  05:37:10
67134         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
67135              From: Enache Adrian <enache@rdslink.ro>
67136              Date: Fri, 30 May 2003 18:52:28 +0300
67137              Message-ID: <20030530155228.GA872@ratsnest.hole>
67138      Branch: perl
67139            ! sv.c t/op/write.t
67140 ____________________________________________________________________________
67141 [ 19644] By: jhi                                   on 2003/05/31  05:31:11
67142         Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
67143              From: "Craig A. Berry" <craigberry@mac.com>
67144              Date: Fri, 30 May 2003 13:08:01 -0500
67145              Message-ID: <3ED79E01.8050401@mac.com>
67146      Branch: perl
67147            ! ext/Encode/t/perlio.t
67148 ____________________________________________________________________________
67149 [ 19643] By: jhi                                   on 2003/05/31  05:28:56
67150         Log: Upgrade to Tie::File 0.96.
67151      Branch: perl
67152            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
67153            ! lib/Tie/File/t/09_gen_rs.t
67154 ____________________________________________________________________________
67155 [ 19642] By: jhi                                   on 2003/05/30  19:06:02
67156         Log: test.pl-isation.
67157      Branch: perl
67158            ! t/op/index.t
67159 ____________________________________________________________________________
67160 [ 19641] By: jhi                                   on 2003/05/30  15:59:57
67161         Log: A bit of networking notworking negativity.
67162              (Inspiration from Jos.)
67163      Branch: perl
67164            ! pod/perlport.pod
67165 ____________________________________________________________________________
67166 [ 19640] By: jhi                                   on 2003/05/30  05:47:15
67167         Log: Fix for "#22375 'split'/'index' problem for utf8".
67168      Branch: perl
67169            ! sv.c t/op/index.t
67170 ____________________________________________________________________________
67171 [ 19639] By: jhi                                   on 2003/05/29  19:07:35
67172         Log: Add the test case for the already fixed
67173              [perl #22351] perl bug with 'e' substitution modifier
67174      Branch: perl
67175            ! t/op/subst.t
67176 ____________________________________________________________________________
67177 [ 19638] By: jhi                                   on 2003/05/29  18:56:46
67178         Log: Comment tweakage.
67179      Branch: perl
67180            ! intrpvar.h
67181 ____________________________________________________________________________
67182 [ 19637] By: rgs                                   on 2003/05/29  18:47:40
67183         Log: Subject: [PATCH] jumbo closure fix
67184              From: Dave Mitchell <davem@fdgroup.com>
67185              Date: Wed, 26 Feb 2003 14:49:47 +0000
67186              Message-ID: <20030226144947.A14444@fdgroup.com>
67187      Branch: perl
67188            ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h
67189            ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod
67190            ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad
67191            ! t/op/closure.t
67192 ____________________________________________________________________________
67193 [ 19635] By: jhi                                   on 2003/05/29  09:13:06
67194         Log: Subject: Credits patch
67195              From: Ed Avis <ed@membled.com>
67196              Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
67197              Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
67198      Branch: perl
67199            ! lib/Tie/RefHash.pm
67200 ____________________________________________________________________________
67201 [ 19634] By: jhi                                   on 2003/05/29  09:11:30
67202         Log: Subject: [patch] IO::File->open() with encoding
67203              From: Pradeep Hodigere <phodigere@yahoo.com>
67204              Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
67205              Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
67206      Branch: perl
67207            + ext/IO/lib/IO/t/io_utf8.t
67208            ! MANIFEST ext/IO/lib/IO/File.pm
67209 ____________________________________________________________________________
67210 [ 19633] By: jhi                                   on 2003/05/29  08:18:09
67211         Log: A *much* cut-down version of the patches in the thread
67212              Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
67213              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
67214              Date: 16 May 2003 19:04:28 -0000
67215              Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
67216      Branch: perl
67217            ! pod/perldiag.pod
67218 ____________________________________________________________________________
67219 [ 19632] By: jhi                                   on 2003/05/29  08:12:46
67220         Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
67221              From: Dave Mitchell <davem@fdgroup.com>
67222              Date: Tue, 27 May 2003 19:31:10 +0100
67223              Message-ID: <20030527183110.GA22715@fdgroup.com>
67224      Branch: perl
67225            ! hv.c
67226 ____________________________________________________________________________
67227 [ 19631] By: jhi                                   on 2003/05/29  08:11:42
67228         Log: Document that setvbuf() is not probably any more available.
67229              Many reports, most recently by mjd in
67230              [perl #22339] IO::Handle::setvbuf not defined properly
67231      Branch: perl
67232            ! ext/IO/lib/IO/Handle.pm
67233 ____________________________________________________________________________
67234 [ 19630] By: jhi                                   on 2003/05/29  07:59:51
67235         Log: Subject: typo in pod/perlfunc.pod
67236              From: Alexey Mahotkin <alexm@w-m.ru>
67237              Date: Wed, 28 May 2003 15:18:04 +0400
67238              Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
67239      Branch: perl
67240            ! pod/perlfunc.pod
67241 ____________________________________________________________________________
67242 [ 19629] By: merijn                                on 2003/05/28  12:24:42
67243         Log: Subject: [PATCH] Re: a2p is linked against too many libraries
67244              From: Andy Dougherty <doughera@lafayette.edu>
67245              Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
67246              Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
67247      Branch: perl
67248            ! x2p/Makefile.SH
67249 ____________________________________________________________________________
67250 [ 19628] By: jhi                                   on 2003/05/28  05:26:43
67251         Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
67252              From: Jan Dubois <jand@ActiveState.com>
67253              Date: Mon, 26 May 2003 23:33:53 -0700
67254              Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
67255      Branch: perl
67256            ! pod/perlrun.pod win32/win32.c
67257 ____________________________________________________________________________
67258 [ 19627] By: jhi                                   on 2003/05/28  05:08:07
67259         Log: OpenZaurus cross-compilation patches from Redvers Davies.
67260      Branch: perl
67261            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
67262            ! Cross/config.sh-arm-linux Cross/generate_config_sh
67263            ! Cross/installperl.patch
67264 ____________________________________________________________________________
67265 [ 19626] By: jhi                                   on 2003/05/27  06:30:54
67266         Log: For now reword the sysread/syswrite description to
67267              stress the fact that by default everything is still bytes.
67268      Branch: perl
67269            ! pod/perlfunc.pod
67270 ____________________________________________________________________________
67271 [ 19625] By: jhi                                   on 2003/05/26  20:31:56
67272         Log: Subject: Re: [perl #22299] goto doesn't find label
67273              From: Dave Mitchell <davem@fdgroup.com>
67274              Date: Sat, 24 May 2003 12:25:17 +0100
67275              Message-ID: <20030524112517.GA11761@fdgroup.com>
67276
67277              Subject: [PATCH] Re: [perl #22299] goto doesn't find label
67278              From: Dave Mitchell <davem@fdgroup.com>
67279              Date: Mon, 26 May 2003 13:47:11 +0100
67280              Message-ID: <20030526124710.GA17670@fdgroup.com>
67281      Branch: perl
67282            ! pp_ctl.c t/op/goto.t
67283 ____________________________________________________________________________
67284 [ 19623] By: merijn                                on 2003/05/26  11:19:38
67285         Log: Subject: [PATCH] for cygwin/perlld.in
67286              From: "Gerrit P. Haase" <gp@familiehaase.de>
67287              Date: Sat, 24 May 2003 16:51:29 +0200
67288              Message-ID: <162265353578.20030524165129@familiehaase.de>
67289      Branch: perl
67290            ! cygwin/perlld.in
67291 ____________________________________________________________________________
67292 [ 19622] By: jhi                                   on 2003/05/25  18:57:18
67293         Log: Regen modlib and toc.
67294      Branch: perl
67295            ! pod/perlmodlib.pod pod/perltoc.pod
67296 ____________________________________________________________________________
67297 [ 19621] By: jhi                                   on 2003/05/25  18:51:00
67298         Log: Run external commands only with localized sanitized $ENV{PATH}.
67299      Branch: perl
67300            ! ext/Sys/Hostname/Hostname.pm
67301 ____________________________________________________________________________
67302 [ 19620] By: jhi                                   on 2003/05/25  18:39:04
67303         Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613
67304              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
67305              Date: Sun, 25 May 2003 21:17:42 +0200
67306              Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
67307      Branch: perl
67308            ! perlio.h
67309 ____________________________________________________________________________
67310 [ 19619] By: jhi                                   on 2003/05/25  18:36:17
67311         Log: Protect against race conditions: if the pid is not seen,
67312              neither will be the $0 change be seen (and vice versa).
67313      Branch: perl
67314            ! ext/threads/t/join.t
67315 ____________________________________________________________________________
67316 [ 19618] By: jhi                                   on 2003/05/24  19:54:39
67317         Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long
67318              From: Dan Kogai <dankogai@dan.co.jp>
67319              Date: 24 May 2003 19:50:48 -0000
67320              Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
67321      Branch: perl
67322            ! ext/Encode/bin/piconv
67323 ____________________________________________________________________________
67324 [ 19610] By: jhi                                   on 2003/05/24  06:42:52
67325         Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
67326              From: Dave Mitchell <davem@fdgroup.com>
67327              Date: Thu, 22 May 2003 10:13:19 +0100
67328              Message-ID: <20030522091319.GA4568@fdgroup.com>
67329
67330              Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
67331              From: Dave Mitchell <davem@fdgroup.com>
67332              Date: Fri, 23 May 2003 17:09:44 +0100
67333              Message-ID: <20030523160944.GC9194@fdgroup.com>
67334      Branch: perl
67335            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t
67336            ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t
67337 ____________________________________________________________________________
67338 [ 19608] By: jhi                                   on 2003/05/24  06:30:40
67339         Log: Missing "to".
67340      Branch: perl
67341            ! NetWare/config_H.wc Porting/config_H config_h.SH
67342            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
67343            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
67344            ! win32/config_H.vc64 wince/config_H.ce
67345 ____________________________________________________________________________
67346 [ 19607] By: jhi                                   on 2003/05/24  06:23:51
67347         Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands.
67348      Branch: perl
67349            ! Cross/config.sh-arm-linux NetWare/config.wc
67350            ! NetWare/config_H.wc configure.com epoc/config.sh
67351            ! plan9/config.plan9 plan9/config_h.sample
67352            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
67353            ! win32/config.gc win32/config.vc win32/config.vc64
67354            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
67355            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
67356 ____________________________________________________________________________
67357 [ 19606] By: jhi                                   on 2003/05/24  06:05:17
67358         Log: Regen Glossary et al.
67359      Branch: perl
67360            ! Porting/Glossary Porting/config.sh Porting/config_H
67361 ____________________________________________________________________________
67362 [ 19604] By: jhi                                   on 2003/05/24  05:57:49
67363         Log: Add a real scan for pthread_attr_setscope().
67364      Branch: perl
67365            ! Configure config_h.SH ext/threads/threads.xs
67366 ____________________________________________________________________________
67367 [ 19603] By: jhi                                   on 2003/05/24  05:32:34
67368         Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
67369      Branch: perl
67370            - lib/ftp.pl
67371            ! MANIFEST
67372 ____________________________________________________________________________
67373 [ 19602] By: jhi                                   on 2003/05/23  17:02:28
67374         Log: Noticed by John P. Linderman.
67375      Branch: perl
67376            ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h
67377 ____________________________________________________________________________
67378 [ 19601] By: jhi                                   on 2003/05/23  16:58:04
67379         Log: Subject: [PATCH] RE: state of deparse?
67380              From: Robin Barker <Robin.Barker@npl.co.uk>
67381              Date: Fri, 23 May 2003 17:42:37 +0100
67382              Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
67383      Branch: perl
67384            ! ext/B/B/Deparse.pm
67385 ____________________________________________________________________________
67386 [ 19600] By: jhi                                   on 2003/05/23  16:55:09
67387         Log: Subject: [PATCH] for Configure -Dnoextensions=Encode
67388              From: Robin Barker <Robin.Barker@npl.co.uk>
67389              Date: Fri, 23 May 2003 17:37:09 +0100
67390              Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
67391      Branch: perl
67392            ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t
67393            ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t
67394 ____________________________________________________________________________
67395 [ 19599] By: jhi                                   on 2003/05/23  16:51:18
67396         Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
67397              From: Robin Barker <Robin.Barker@npl.co.uk>
67398              Date: Fri, 23 May 2003 17:32:22 +0100
67399              Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
67400      Branch: perl
67401            ! embed.pl perl.h perlio.c perlio.h proto.h
67402 ____________________________________________________________________________
67403 [ 19598] By: jhi                                   on 2003/05/23  16:05:36
67404         Log: Hasty editing, grumble.
67405      Branch: perl
67406            ! ext/POSIX/POSIX.xs
67407 ____________________________________________________________________________
67408 [ 19597] By: jhi                                   on 2003/05/23  16:02:30
67409         Log: Linewrapping MUAs, grumble.
67410      Branch: perl
67411            ! ext/POSIX/POSIX.xs
67412 ____________________________________________________________________________
67413 [ 19596] By: jhi                                   on 2003/05/23  16:00:51
67414         Log: U/WIN extension fix from John P. Linderman.
67415      Branch: perl
67416            ! ext/POSIX/POSIX.xs
67417 ____________________________________________________________________________
67418 [ 19595] By: jhi                                   on 2003/05/23  14:19:53
67419         Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
67420              From: Dan Kogai <dankogai@dan.co.jp>
67421              Date: Sat, 24 May 2003 00:15:49 +0900
67422              Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
67423      Branch: perl
67424            ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs
67425            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
67426 ____________________________________________________________________________
67427 [ 19594] By: jhi                                   on 2003/05/23  13:06:25
67428         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
67429              From: Michael G Schwern <schwern@pobox.com>
67430              Date: Fri, 23 May 2003 02:10:46 -0700
67431              Message-ID: <20030523091046.GB11662@windhund.schwern.org>
67432      Branch: perl
67433            + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
67434            + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
67435            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
67436            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Any.pm
67437            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
67438            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
67439            ! lib/ExtUtils/MakeMaker/FAQ.pod
67440            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
67441            ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t
67442            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
67443 ____________________________________________________________________________
67444 [ 19593] By: jhi                                   on 2003/05/23  12:56:23
67445         Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
67446              From: Dan Kogai <dankogai@dan.co.jp>
67447              Date: Fri, 23 May 2003 20:17:16 +0900
67448              Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
67449      Branch: perl
67450            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
67451            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
67452            ! ext/Encode/lib/Encode/Encoding.pm
67453            ! ext/PerlIO/encoding/encoding.xs
67454 ____________________________________________________________________________
67455 [ 19592] By: jhi                                   on 2003/05/23  12:52:05
67456         Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
67457      Branch: perl
67458            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
67459            ! ext/Time/HiRes/HiRes.xs
67460 ____________________________________________________________________________
67461 [ 19590] By: jhi                                   on 2003/05/22  11:51:46
67462         Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
67463              From: Dan Kogai <dankogai@dan.co.jp>
67464              Date: Thu, 22 May 2003 18:46:40 +0900
67465              Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>
67466      Branch: perl
67467            ! ext/Encode/encoding.pm
67468 ____________________________________________________________________________
67469 [ 19589] By: rgs                                   on 2003/05/21  21:37:28
67470         Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
67471              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
67472              Date: Tue, 13 May 2003 10:36:32 +0200
67473              Message-id: <20030513083631.GA21782@ethan>
67474      Branch: perl
67475            ! utils/h2xs.PL
67476 ____________________________________________________________________________
67477 [ 19588] By: rgs                                   on 2003/05/21  21:03:04
67478         Log: New warning "Useless localization of %s", based on
67479              Subject: [PATCH] new warning "Useless localization of %s is deprecated"
67480              From: Dave Mitchell <davem@fdgroup.com>
67481              Date: Wed, 30 Apr 2003 21:17:38 +0100
67482              Message-ID: <20030430201738.GA22054@fdgroup.com>
67483
67484              The proposed patch added this warning in the 'deprecated' category ;
67485              I think this category is for things that exist and will be removed,
67486              rather than for things that don't exist and that will maybe be added.
67487      Branch: perl
67488            ! op.c pod/perldiag.pod t/lib/warnings/op
67489 ____________________________________________________________________________
67490 [ 19586] By: rgs                                   on 2003/05/21  19:56:38
67491         Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
67492              disable the loading of .pmc files if defined.
67493              Rename the function S_doopen_pmc to S_doopen_pm.
67494      Branch: perl
67495            ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h
67496 ____________________________________________________________________________
67497 [ 19585] By: jhi                                   on 2003/05/21  19:28:23
67498         Log: More U/WIN tweaks from John P. Linderman.
67499      Branch: perl
67500            ! t/io/layers.t t/io/tell.t
67501 ____________________________________________________________________________
67502 [ 19584] By: rgs                                   on 2003/05/21  19:27:13
67503         Log: Subject: [PATCH] perldata.pod revamp rev. 3
67504              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
67505              Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
67506              Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
67507      Branch: perl
67508            ! pod/perldata.pod
67509 ____________________________________________________________________________
67510 [ 19583] By: jhi                                   on 2003/05/21  19:18:21
67511         Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
67512              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
67513              Date: Mon, 19 May 2003 17:53:25 -0400
67514              Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
67515
67516              (the bug id corrected to be #22231, not #22238)
67517      Branch: perl
67518            ! lib/Switch.pm
67519 ____________________________________________________________________________
67520 [ 19582] By: jhi                                   on 2003/05/21  14:17:14
67521         Log: MAN3PODS => {} good.  (Was in 5.8.0, has been lost at some point.)
67522      Branch: perl
67523            ! ext/MIME/Base64/Makefile.PL
67524 ____________________________________________________________________________
67525 [ 19581] By: jhi                                   on 2003/05/21  14:15:26
67526         Log: U/WIN test tweak from John P. Linderman.
67527      Branch: perl
67528            ! t/op/chdir.t
67529 ____________________________________________________________________________
67530 [ 19580] By: jhi                                   on 2003/05/21  13:06:13
67531         Log: VMS test tweak from Craig Berry.
67532      Branch: perl
67533            ! lib/DirHandle.t
67534 ____________________________________________________________________________
67535 [ 19579] By: jhi                                   on 2003/05/21  13:03:34
67536         Log: U/WIN test nit for John P. Linderman.
67537      Branch: perl
67538            ! ext/Cwd/t/cwd.t
67539 ____________________________________________________________________________
67540 [ 19578] By: jhi                                   on 2003/05/21  13:01:42
67541         Log: Subject: [Encode] 1.95 released
67542              From: Dan Kogai <dankogai@dan.co.jp>
67543              Date: Wed, 21 May 2003 18:26:26 +0900
67544              Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
67545      Branch: perl
67546            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
67547            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
67548            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
67549            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.t
67550            ! ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
67551            ! ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
67552            ! ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
67553            ! ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
67554            ! ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
67555            ! ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
67556            ! ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
67557            ! ext/Encode/ucm/8859-9.ucm
67558 ____________________________________________________________________________
67559 [ 19575] By: rgs                                   on 2003/05/20  19:22:30
67560         Log: Enhance the failure reporting for the pod2html tests
67561      Branch: perl
67562            ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl
67563 ____________________________________________________________________________
67564 [ 19574] By: rgs                                   on 2003/05/20  18:52:21
67565         Log: Upgrade to Getopt::Long 2.33
67566              (mostly a version number increment)
67567      Branch: perl
67568            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
67569            ! lib/Getopt/Long/README
67570 ____________________________________________________________________________
67571 [ 19573] By: rgs                                   on 2003/05/20  18:43:37
67572         Log: Upgrade to CPAN 1.70_54
67573              Subject: Re: CPAN.pm into blead
67574              From: Andreas J Koenig <andreas.koenig@anima.de>
67575              Date: Tue, 20 May 2003 11:31:16 +0200
67576              Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
67577      Branch: perl
67578            - lib/CPAN/README
67579            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
67580 ____________________________________________________________________________
67581 [ 19571] By: jhi                                   on 2003/05/19  19:52:23
67582         Log: Further -Uuseperlio tweaking.
67583      Branch: perl
67584            ! ext/Encode/t/Unicode.t
67585 ____________________________________________________________________________
67586 [ 19570] By: rgs                                   on 2003/05/19  19:20:48
67587         Log: Subject: Re: Possible precedence problem on bitwise ^ operator
67588              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67589              Date: Sun, 18 May 2003 19:21:01 -0700
67590              Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
67591              (with tweaks to perldiag.pod)
67592      Branch: perl
67593            ! op.c pod/perldiag.pod
67594 ____________________________________________________________________________
67595 [ 19569] By: jhi                                   on 2003/05/19  19:02:23
67596         Log: More Ultrix double definition avoidance.
67597      Branch: perl
67598            ! ext/Socket/Socket.xs
67599 ____________________________________________________________________________
67600 [ 19566] By: jhi                                   on 2003/05/19  04:58:25
67601         Log: Integrate perlio:
67602              [ 19556]
67603              Fix ticket 18265
67604
67605              [ 19557]
67606              EINTR retry should exit on count >= 0 not !=0
67607      Branch: perl
67608           !> perlio.c
67609 ____________________________________________________________________________
67610 [ 19565] By: jhi                                   on 2003/05/19  04:56:16
67611         Log: Nekkid numbers.
67612      Branch: perl
67613            ! ext/threads/threads.xs
67614 ____________________________________________________________________________
67615 [ 19564] By: jhi                                   on 2003/05/19  04:52:49
67616         Log: Meaningless cosmetics.
67617      Branch: perl
67618            ! ext/threads/threads.xs
67619 ____________________________________________________________________________
67620 [ 19563] By: jhi                                   on 2003/05/19  04:47:53
67621         Log: Make Perl_ithread_self() a bit more helpful when
67622              finding the thread fails (suggested by Stas in
67623              perl-ithreads Mar 01)
67624      Branch: perl
67625            ! ext/threads/threads.xs
67626 ____________________________________________________________________________
67627 [ 19562] By: jhi                                   on 2003/05/19  04:40:11
67628         Log: Slightly wrong panic messages.
67629      Branch: perl
67630            ! ext/threads/threads.xs
67631 ____________________________________________________________________________
67632 [ 19561] By: jhi                                   on 2003/05/19  04:33:31
67633         Log: Ultrix: the #19435 helped the IO extension, so this should
67634              help the Socket extension (socket structs redefinitions).
67635      Branch: perl
67636            ! ext/Socket/Socket.xs
67637 ____________________________________________________________________________
67638 [ 19560] By: jhi                                   on 2003/05/19  04:30:01
67639         Log: Based on
67640
67641              Subject: [PATCH threads.xs] no system scope on VMS
67642              From: "Craig A. Berry" <craigberry@mac.com>
67643              Date: Sun, 18 May 2003 23:02:07 -0500
67644              Message-ID: <3EC8573F.6050005@mac.com>
67645
67646              but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
67647      Branch: perl
67648            ! ext/threads/threads.xs
67649 ____________________________________________________________________________
67650 [ 19559] By: jhi                                   on 2003/05/19  04:24:27
67651         Log: Make the test work without perlio, from Dan Kogai.
67652      Branch: perl
67653            ! ext/Encode/t/Unicode.t
67654 ____________________________________________________________________________
67655 [ 19558] By: rgs                                   on 2003/05/18  21:40:10
67656         Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
67657              From: Michael G Schwern <schwern@pobox.com>
67658              Date: Wed, 14 May 2003 15:36:23 -0700
67659              Message-ID: <20030514223623.GD23350@windhund.schwern.org>
67660      Branch: perl
67661            ! pod/perlsyn.pod pod/perltrap.pod
67662 ____________________________________________________________________________
67663 [ 19552] By: jhi                                   on 2003/05/18  07:57:23
67664         Log: Integrate from perlio:
67665              [ 19542]
67666              Fix ticket #22219
67667
67668              [ 19543]
67669              Spotted a bare close() where PerlLIO_close() seems correct.
67670      Branch: perl
67671           !> doio.c perlio.c
67672 ____________________________________________________________________________
67673 [ 19550] By: jhi                                   on 2003/05/18  06:23:50
67674         Log: UTF-7 tweak from Dan Kogai.
67675      Branch: perl
67676            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
67677 ____________________________________________________________________________
67678 [ 19549] By: jhi                                   on 2003/05/18  05:58:58
67679         Log: The 'quotes' really are important (caught by Enache Adrian).
67680      Branch: perl
67681            ! Makefile.SH
67682 ____________________________________________________________________________
67683 [ 19548] By: jhi                                   on 2003/05/17  16:39:19
67684         Log: Subject: [Encode] UTF-7 Support
67685              From: Dan Kogai <dankogai@dan.co.jp>
67686              Date: Sun, 18 May 2003 00:45:35 +0900
67687              Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
67688      Branch: perl
67689            + ext/Encode/lib/Encode/Unicode/UTF7.pm
67690            ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST
67691            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
67692            ! ext/Encode/lib/Encode/Config.pm
67693            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
67694 ____________________________________________________________________________
67695 [ 19547] By: jhi                                   on 2003/05/17  16:26:47
67696         Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand
67697              non-left-aligned heredocs.
67698      Branch: perl
67699            ! Makefile.SH
67700 ____________________________________________________________________________
67701 [ 19545] By: jhi                                   on 2003/05/17  15:51:07
67702         Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
67703              From: Alan Burlison <Alan.Burlison@sun.com>
67704              Date: Thu, 15 May 2003 22:17:55 +0100
67705              Message-ID: <3EC40403.9000804@sun.com>
67706
67707              (fixed symbol scanning for Solaris 10)
67708      Branch: perl
67709            ! Configure
67710 ____________________________________________________________________________
67711 [ 19541] By: rgs                                   on 2003/05/17  12:10:14
67712         Log: Upgrade to Getopt::Long 2.32_05
67713      Branch: perl
67714            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
67715            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
67716            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
67717            ! lib/Getopt/Long/t/gol-oo.t
67718 ____________________________________________________________________________
67719 [ 19540] By: rgs                                   on 2003/05/17  11:46:25
67720         Log: Clarify the explanation of the warning "Possible precedence problem
67721              on bitwise operator".
67722      Branch: perl
67723            ! pod/perldiag.pod
67724 ____________________________________________________________________________
67725 [ 19539] By: rgs                                   on 2003/05/17  11:36:08
67726         Log: Fix bug #22216 : B::Deparse can't handle "use Module Version"
67727              with fractional version numbers or v-strings.
67728      Branch: perl
67729            ! ext/B/B/Deparse.pm
67730 ____________________________________________________________________________
67731 [ 19537] By: gsar                                  on 2003/05/17  06:32:46
67732         Log: missing init in change#19533
67733      Branch: perl
67734            ! win32/win32sck.c
67735 ____________________________________________________________________________
67736 [ 19536] By: gsar                                  on 2003/05/17  06:07:07
67737         Log: apply Net::Ping patch that makes the fork()-based approach
67738              work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
67739
67740              the code this affects is currently not enabled anywhere, but
67741              could be enabled if the non-blocking approach runs into problems
67742              on older windows versions
67743      Branch: perl
67744            ! lib/Net/Ping.pm
67745 ____________________________________________________________________________
67746 [ 19535] By: gsar                                  on 2003/05/17  05:54:39
67747         Log: improve the implementation of Net::Ping on windows by avoiding
67748              fork(), which is pretty heavy-weight for this kind of
67749              application; use non-blocking sockets instead
67750
67751              has been verified to work on Win2k but will need testing on
67752              other flavors of windows
67753
67754              there is a single known failure on windows in 450_service.t (test 18)
67755              due to what appears to be bugs in the ping_syn()/ack() code
67756      Branch: perl
67757            ! lib/Net/Ping.pm
67758 ____________________________________________________________________________
67759 [ 19534] By: gsar                                  on 2003/05/17  04:53:06
67760         Log: change#16723 broke the ioctl() return value on platforms
67761              that have ioctl() but no fcntl() (e.g. windows)
67762
67763              change#17577 then attempted to fix the bustage, but got
67764              it wrong
67765      Branch: perl
67766            ! pp_sys.c
67767 ____________________________________________________________________________
67768 [ 19533] By: gsar                                  on 2003/05/17  04:49:18
67769         Log: avoid select() on windows destroying errno (used to typically
67770              always sets it to EINVAL due to the way it maps the FD_SETs)
67771      Branch: perl
67772            ! win32/win32sck.c
67773 ____________________________________________________________________________
67774 [ 19532] By: jhi                                   on 2003/05/16  18:21:27
67775         Log: The suggested patch for [perl #22201] "patch: perl 5.8.0
67776              compile error on ia64/HP-UX (comparing incompatible pointers)"
67777              plus a possible cure for the warning mentioned in the case.
67778      Branch: perl
67779            ! ext/Storable/Storable.xs
67780 ____________________________________________________________________________
67781 [ 19531] By: jhi                                   on 2003/05/16  17:56:06
67782         Log: Apply the supplied patch for [perl #22195]
67783              "File::Find, sorted directory traversal order is inverted"
67784      Branch: perl
67785            ! lib/File/Find.pm
67786 ____________________________________________________________________________
67787 [ 19528] By: jhi                                   on 2003/05/16  15:56:33
67788         Log: Subject: [PATCH] RE: maint snapshot @ 19525
67789              From: Robin Barker <Robin.Barker@npl.co.uk>
67790              Date: Fri, 16 May 2003 17:16:57 +0100
67791              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
67792
67793              (Part #2: the hv.c SVf)
67794      Branch: perl
67795            ! hv.c
67796 ____________________________________________________________________________
67797 [ 19527] By: jhi                                   on 2003/05/16  15:55:10
67798         Log: Subject: [PATCH] RE: maint snapshot @ 19525
67799              From: Robin Barker <Robin.Barker@npl.co.uk>
67800              Date: Fri, 16 May 2003 17:16:57 +0100
67801              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
67802
67803              (Part #1: the __format__ and __printf__)
67804      Branch: perl
67805            ! Configure embed.pl perlio.c proto.h
67806 ____________________________________________________________________________
67807 [ 19523] By: jhi                                   on 2003/05/14  05:19:05
67808         Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
67809              From: Gisle Aas <gisle@ActiveState.com>
67810              Date: 13 May 2003 19:51:19 -0700
67811              Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
67812      Branch: perl
67813            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
67814            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
67815            ! ext/MIME/Base64/t/quoted-print.t
67816 ____________________________________________________________________________
67817 [ 19522] By: jhi                                   on 2003/05/14  05:11:49
67818         Log: More Panther moves.
67819      Branch: perl
67820            ! Makefile.SH hints/darwin.sh
67821 ____________________________________________________________________________
67822 [ 19521] By: jhi                                   on 2003/05/13  19:33:44
67823         Log: Curliff and liff with ease.
67824      Branch: perl
67825            + Porting/curliff.pl
67826            ! MANIFEST
67827 ____________________________________________________________________________
67828 [ 19520] By: jhi                                   on 2003/05/13  18:59:51
67829         Log: Use /usr/bin/perl (de facto in Porting/ scripts).
67830      Branch: perl
67831            ! Porting/sort_perldiag.pl
67832 ____________________________________________________________________________
67833 [ 19518] By: jhi                                   on 2003/05/13  18:53:48
67834         Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/
67835              From: Casey West <casey@geeknest.com>
67836              Date: Fri, 9 May 2003 04:00:44 -0400
67837              Message-ID: <20030509080044.GA49820@geeknest.com>
67838
67839              (except for the dup.t patch which diddled with system().)
67840      Branch: perl
67841            ! Configure NetWare/config_H.wc Porting/config_H README.Y2K
67842            ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm
67843            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
67844            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
67845            ! win32/config_H.vc64 wince/config_H.ce
67846 ____________________________________________________________________________
67847 [ 19517] By: jhi                                   on 2003/05/13  18:39:40
67848         Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
67849              From: Gisle Aas <gisle@ActiveState.com>
67850              Date: 13 May 2003 09:59:50 -0700
67851              Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
67852      Branch: perl
67853            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
67854            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
67855            ! ext/MIME/Base64/t/quoted-print.t
67856 ____________________________________________________________________________
67857 [ 19516] By: jhi                                   on 2003/05/13  18:37:11
67858         Log: Subject: [PATCH] More perldiag.pod sorting
67859              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
67860              Date: Tue, 13 May 2003 15:13:53 -0400
67861              Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
67862
67863              (plus add 'no locale;')
67864      Branch: perl
67865            + Porting/sort_perldiag.pl
67866            ! MANIFEST pod/perldiag.pod
67867 ____________________________________________________________________________
67868 [ 19514] By: jhi                                   on 2003/05/13  17:38:09
67869         Log: Detypo.
67870      Branch: perl
67871            ! lib/Unicode/UCD.pm
67872 ____________________________________________________________________________
67873 [ 19512] By: gsar                                  on 2003/05/13  13:28:42
67874         Log: make it easier to reproduce the bug
67875      Branch: perl
67876            ! lib/Tie/File.pm
67877 ____________________________________________________________________________
67878 [ 19511] By: gsar                                  on 2003/05/13  13:08:47
67879         Log: the \do {local *FH} trick in Tie::File was really only needed
67880              on 5.005 and earlier, since later versions can autovivify
67881              the handle
67882
67883              however, a search in the p5p archives reveals the trick doesn't
67884              fully work in the versions it is needed in, so use the more
67885              standard Symbol::gensym() way
67886      Branch: perl
67887            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
67888 ____________________________________________________________________________
67889 [ 19510] By: gsar                                  on 2003/05/13  12:36:01
67890         Log: $Config{usethreads} wasn't being set on windows
67891      Branch: perl
67892            ! win32/Makefile win32/makefile.mk
67893 ____________________________________________________________________________
67894 [ 19509] By: jhi                                   on 2003/05/13  12:24:19
67895         Log: Reinstate the #19498 but now skip the crashing
67896              tests (when threaded) as TODOs.
67897      Branch: perl
67898            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
67899 ____________________________________________________________________________
67900 [ 19508] By: jhi                                   on 2003/05/13  11:22:06
67901         Log: Revert #19498 since it broke threaded builds.
67902      Branch: perl
67903            ! lib/Tie/File.pm
67904 ____________________________________________________________________________
67905 [ 19507] By: jhi                                   on 2003/05/13  05:20:56
67906         Log: Better be explicit with dangling elses.
67907      Branch: perl
67908            ! pp.c
67909 ____________________________________________________________________________
67910 [ 19506] By: jhi                                   on 2003/05/13  04:46:18
67911         Log: Detypo Pantherisms.
67912      Branch: perl
67913            ! Makefile.SH hints/darwin.sh
67914 ____________________________________________________________________________
67915 [ 19505] By: rgs                                   on 2003/05/12  21:49:21
67916         Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016]
67917              From: Alex Vandiver <alexmv@MIT.EDU>
67918              Date: 02 May 2003 06:45:05 -0400
67919              Message-Id: <1051872303.26203.104.camel@supox>
67920              (plus perldiag nit)
67921      Branch: perl
67922            ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c
67923            ! t/comp/package.t
67924 ____________________________________________________________________________
67925 [ 19504] By: rgs                                   on 2003/05/12  20:52:52
67926         Log: Small nit in perlsyn about the new // operator
67927      Branch: perl
67928            ! pod/perlsyn.pod
67929 ____________________________________________________________________________
67930 [ 19503] By: rgs                                   on 2003/05/12  19:43:07
67931         Log: Use a more sophisticated heuristics to produce the warning
67932              'Parentheses missing around "%s" list'. This fixes bug #22147.
67933              Also, the warning is now produced for C<local *a,*b;>.
67934      Branch: perl
67935            ! op.c t/lib/warnings/op
67936 ____________________________________________________________________________
67937 [ 19502] By: jhi                                   on 2003/05/12  19:34:10
67938         Log: Work also without perlio.
67939      Branch: perl
67940            ! t/io/dup.t
67941 ____________________________________________________________________________
67942 [ 19500] By: jhi                                   on 2003/05/12  05:25:14
67943         Log: Panther preparation.
67944      Branch: perl
67945            ! Makefile.SH hints/darwin.sh
67946 ____________________________________________________________________________
67947 [ 19499] By: jhi                                   on 2003/05/12  04:49:57
67948         Log: More moves to intrpvar.h.
67949      Branch: perl
67950            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
67951 ____________________________________________________________________________
67952 [ 19498] By: gsar                                  on 2003/05/12  01:40:46
67953         Log: fix for Tie::File test failures on windows: the problem was
67954              that Tie::File did not close any file handles it opens internally,
67955              leading to file handle leaks and t/tf* temporary file littering;
67956              we now close the handle iff Tie::File opened it
67957
67958              this fix unearths what appears to be a perl bug in localizing globs:
67959              09_gen_rs.t fails due to a prematurely closed filehandle, although
67960              it wasn't explicitly closed anywhere by the code (renaming the
67961              *FH at line 97 to *FH1 makes it work, but I haven't done this
67962              to allow the bug to be tracked down)
67963      Branch: perl
67964            ! lib/Tie/File.pm
67965 ____________________________________________________________________________
67966 [ 19497] By: jhi                                   on 2003/05/11  20:17:30
67967         Log: Move the thread *hook into interpreter.
67968      Branch: perl
67969            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
67970 ____________________________________________________________________________
67971 [ 19496] By: rgs                                   on 2003/05/11  20:06:03
67972         Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
67973              From: Dave Mitchell <davem@fdgroup.com>
67974              Date: Sat, 10 May 2003 01:45:23 +0100
67975              Message-ID: <20030510004523.GC20871@fdgroup.com>
67976      Branch: perl
67977            ! pp_ctl.c
67978 ____________________________________________________________________________
67979 [ 19495] By: rgs                                   on 2003/05/11  20:01:10
67980         Log: Open UNIX is not really "formerly Unixware", since the most
67981              recent releases are known as Unixware, not as Open UNIX.
67982      Branch: perl
67983            ! pod/perlport.pod
67984 ____________________________________________________________________________
67985 [ 19494] By: jhi                                   on 2003/05/11  19:52:38
67986         Log: Slight tweaks to the platform list.
67987      Branch: perl
67988            ! pod/perlport.pod
67989 ____________________________________________________________________________
67990 [ 19493] By: rgs                                   on 2003/05/11  19:13:00
67991         Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
67992              From: Casey West <casey@geeknest.com>
67993              Date: Fri, 9 May 2003 10:30:13 -0400
67994              Message-ID: <20030509143013.GM49820@geeknest.com>
67995      Branch: perl
67996            ! pod/perlop.pod
67997 ____________________________________________________________________________
67998 [ 19492] By: rgs                                   on 2003/05/11  19:04:27
67999         Log: perlport.pod nit for doc bug #8253.
68000      Branch: perl
68001            ! pod/perlport.pod
68002 ____________________________________________________________________________
68003 [ 19491] By: jhi                                   on 2003/05/11  17:50:49
68004         Log: Use test.pl.
68005      Branch: perl
68006            ! t/io/fflush.t
68007 ____________________________________________________________________________
68008 [ 19490] By: jhi                                   on 2003/05/11  17:46:09
68009         Log: Try to handle a $^X with spaces in it.
68010      Branch: perl
68011            ! t/test.pl
68012 ____________________________________________________________________________
68013 [ 19489] By: jhi                                   on 2003/05/11  17:44:28
68014         Log: Separate the creation of the command to run by
68015              runperl() into its own function, _create_runperl().
68016      Branch: perl
68017            ! t/test.pl
68018 ____________________________________________________________________________
68019 [ 19488] By: jhi                                   on 2003/05/11  16:52:00
68020         Log: Fixup the method behaviour table.
68021      Branch: perl
68022            ! pod/perliol.pod
68023 ____________________________________________________________________________
68024 [ 19487] By: jhi                                   on 2003/05/11  16:43:26
68025         Log: Integrate from perlio:
68026              [ 19474]
68027              Tweaks to Jarkko's NULL deref checks in perlio.c
68028
68029              [ 19475]
68030              Fix for bugs 21717 and 22140.
68031              Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
68032              and derived layers. So have :unix's "pushed" method stat() the fd and
68033              cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
68034              UNIX behaviour.
68035
68036              [ 19479]
68037              Better but still unproven fix for lseek() on pipes.
68038
68039              [ 19483]
68040              Unused variable
68041
68042              [ 19485]
68043              Tests to prove Ticket 9468 is fixed.
68044
68045              [ 19486]
68046              add test for change#19475,19479 (bugs#21717,22140)
68047      Branch: perl
68048           !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t
68049           !> t/io/fflush.t
68050 ____________________________________________________________________________
68051 [ 19484] By: gsar                                  on 2003/05/11  15:37:14
68052         Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
68053              in terms of an exported function rather than as an inlined
68054              macro (latter wants PL_op_mutex which isn't exported as such)
68055
68056              Jarkko: please merge into maint-5.8
68057      Branch: perl
68058            ! dosish.h makedef.pl win32/win32.c win32/win32.h
68059 ____________________________________________________________________________
68060 [ 19482] By: jhi                                   on 2003/05/11  07:53:26
68061         Log: Test _getcode().
68062      Branch: perl
68063            ! lib/Unicode/UCD.t
68064 ____________________________________________________________________________
68065 [ 19481] By: jhi                                   on 2003/05/11  06:25:08
68066         Log: Clarify the doc (and the code) for Unicode code points.
68067      Branch: perl
68068            ! lib/Unicode/UCD.pm
68069 ____________________________________________________________________________
68070 [ 19480] By: jhi                                   on 2003/05/11  06:18:06
68071         Log: Another doc suggestion from terry@eatoni.com (terry jones):
68072              use codepoints that return undef.
68073      Branch: perl
68074            ! lib/Unicode/UCD.pm
68075 ____________________________________________________________________________
68076 [ 19478] By: jhi                                   on 2003/05/10  19:01:17
68077         Log: Add Encode's META.yml.
68078      Branch: perl
68079            + ext/Encode/META.yml
68080            ! MANIFEST
68081 ____________________________________________________________________________
68082 [ 19477] By: jhi                                   on 2003/05/10  18:59:29
68083         Log: Upgrade to Encode 1.94.
68084      Branch: perl
68085            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
68086            ! ext/Encode/MANIFEST ext/Encode/bin/piconv
68087            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t
68088            ! ext/Encode/t/mime-header.t
68089 ____________________________________________________________________________
68090 [ 19476] By: jhi                                   on 2003/05/10  18:56:08
68091         Log: Doc bug noticed by terry@eatoni.com (terry jones).
68092      Branch: perl
68093            ! lib/Unicode/UCD.pm
68094 ____________________________________________________________________________
68095 [ 19472] By: jhi                                   on 2003/05/10  10:55:49
68096         Log: Try to plug more potential PerlIO NULL method
68097              dereferences; try to document the matter.
68098      Branch: perl
68099            ! perlio.c pod/perliol.pod
68100 ____________________________________________________________________________
68101 [ 19471] By: jhi                                   on 2003/05/10  07:07:30
68102         Log: UseNicerNames instead of SHOUTING_LIKE_THIS.
68103      Branch: perl
68104            ! perlio.c
68105 ____________________________________________________________________________
68106 [ 19470] By: jhi                                   on 2003/05/10  06:51:24
68107         Log: In eof() the errno can get stomped by the peek-ahead.
68108      Branch: perl
68109            ! doio.c ext/Socket/socketpair.t
68110 ____________________________________________________________________________
68111 [ 19469] By: rgs                                   on 2003/05/09  21:33:15
68112         Log: A regression test for the remaining "Final $ should be..." error.
68113      Branch: perl
68114            ! t/comp/parser.t
68115 ____________________________________________________________________________
68116 [ 19468] By: rgs                                   on 2003/05/09  21:23:57
68117         Log: Remove the error messages "Final @ should be \@ or @name"
68118              and "Final % should be \% or %name", that appear to be
68119              only produced in addition to another syntax error, and therefore
68120              misleading, if I understand correctly that kind of black magic.
68121      Branch: perl
68122            ! pod/perldiag.pod toke.c
68123 ____________________________________________________________________________
68124 [ 19467] By: jhi                                   on 2003/05/09  20:11:18
68125         Log: Have to think this test more when I'm awake.
68126      Branch: perl
68127            ! ext/Socket/socketpair.t
68128 ____________________________________________________________________________
68129 [ 19466] By: rgs                                   on 2003/05/09  19:56:37
68130         Log: Document that perl tries to load .pmc files before .pm files.
68131              Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
68132              From: Casey West <casey@geeknest.com>
68133              Date: Fri, 9 May 2003 17:03:50 -0400
68134              Message-ID: <20030509210350.GW49820@geeknest.com>
68135      Branch: perl
68136            ! pod/perlfunc.pod
68137 ____________________________________________________________________________
68138 [ 19465] By: rgs                                   on 2003/05/09  19:47:49
68139         Log: Fix for doc bug #8602 : clarify eof() example comments
68140      Branch: perl
68141            ! pod/perlfunc.pod
68142 ____________________________________________________________________________
68143 [ 19464] By: rgs                                   on 2003/05/09  19:34:30
68144         Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
68145              From: Casey West <casey@geeknest.com>
68146              Date: Fri, 9 May 2003 11:09:39 -0400
68147              Message-ID: <20030509150939.GN49820@geeknest.com>
68148      Branch: perl
68149            ! pod/perltrap.pod
68150 ____________________________________________________________________________
68151 [ 19463] By: rgs                                   on 2003/05/09  19:33:25
68152         Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
68153              From: Casey West <casey@geeknest.com>
68154              Date: Fri, 9 May 2003 15:25:59 -0400
68155              Message-ID: <20030509192559.GS49820@geeknest.com>
68156      Branch: perl
68157            ! pod/perlfunc.pod
68158 ____________________________________________________________________________
68159 [ 19462] By: jhi                                   on 2003/05/09  18:53:27
68160         Log: Try to comprehensively have a plan B if a PerlIO
68161              layer doesn't have a particular function.
68162              (1) If there's a corresponding PerlIOBase, call it.
68163              (2) If not having the function is 'harmless', be silently happy.
68164              (Currently only Flush is in this category.)
68165              (3) Otherwise set errno and return failure.
68166      Branch: perl
68167            ! perlio.c
68168 ____________________________________________________________________________
68169 [ 19461] By: rgs                                   on 2003/05/09  18:45:39
68170         Log: Subject: [PATCH] [perl #8703] unescaped @ is fine
68171              From: Casey West <casey@geeknest.com>
68172              Date: Fri, 9 May 2003 11:17:53 -0400
68173              Message-ID: <20030509151753.GO49820@geeknest.com>
68174      Branch: perl
68175            ! pod/perltrap.pod
68176 ____________________________________________________________________________
68177 [ 19460] By: jhi                                   on 2003/05/09  14:25:49
68178         Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas.
68179      Branch: perl
68180            ! makedef.pl
68181 ____________________________________________________________________________
68182 [ 19459] By: jhi                                   on 2003/05/09  14:22:08
68183         Log: Result of change #19458.
68184      Branch: perl
68185            ! MANIFEST
68186 ____________________________________________________________________________
68187 [ 19458] By: jhi                                   on 2003/05/09  14:21:51
68188         Log: Subject: Weekend fun: MANIFEST sorting
68189              From: andreas.koenig@anima.de (Andreas J. Koenig)
68190              Date: Fri, 09 May 2003 15:12:05 +0200
68191              Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
68192
68193              (both sorts need LC_ALL=C)
68194              (add also manicheck target)
68195      Branch: perl
68196            ! Makefile.SH
68197 ____________________________________________________________________________
68198 [ 19457] By: jhi                                   on 2003/05/09  04:30:13
68199         Log: Better skip this test on OpenBSD and BSD/OS since it
68200              does not seem to work (Slaven Rezic).
68201      Branch: perl
68202            ! lib/filetest.t
68203 ____________________________________________________________________________
68204 [ 19456] By: jhi                                   on 2003/05/09  03:41:56
68205         Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
68206              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68207              Date: Wed, 07 May 2003 23:37:47 -0700
68208              Message-ID: <7sfu+gzkg+AY092yn@efn.org>
68209      Branch: perl
68210            ! pod/perlfunc.pod
68211 ____________________________________________________________________________
68212 [ 19455] By: jhi                                   on 2003/05/09  03:36:54
68213         Log: Missing files.
68214      Branch: perl
68215            ! MANIFEST
68216 ____________________________________________________________________________
68217 [ 19454] By: rgs                                   on 2003/05/08  18:49:25
68218         Log: Suppress a few compilation warnings in pp_hot.c.
68219      Branch: perl
68220            ! pp_hot.c
68221 ____________________________________________________________________________
68222 [ 19453] By: rgs                                   on 2003/05/08  18:42:16
68223         Log: Remove duplicate entries from perldiag
68224      Branch: perl
68225            ! pod/perldiag.pod
68226 ____________________________________________________________________________
68227 [ 19452] By: jhi                                   on 2003/05/08  18:12:46
68228         Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
68229              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68230              Date: Wed, 07 May 2003 15:27:07 -0700
68231              Message-ID: <7gYu+gzkgaFU092yn@efn.org>
68232      Branch: perl
68233            ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
68234            ! pp_hot.c t/op/magic.t
68235 ____________________________________________________________________________
68236 [ 19451] By: jhi                                   on 2003/05/08  17:47:13
68237         Log: Tiny nit from mjd.
68238      Branch: perl
68239            ! lib/Tie/File.pm
68240 ____________________________________________________________________________
68241 [ 19450] By: jhi                                   on 2003/05/08  17:46:26
68242         Log: Upgrade to Tie::File 0.95.
68243      Branch: perl
68244            + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
68245            + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
68246            + lib/Tie/File/t/42_offset.t
68247            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
68248            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
68249            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
68250            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t
68251            ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t
68252            ! lib/Tie/File/t/30_defer.t
68253 ____________________________________________________________________________
68254 [ 19449] By: jhi                                   on 2003/05/08  17:35:10
68255         Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
68256              From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
68257              Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
68258              Date: 8 May 2003 00:42:18 -0000
68259      Branch: perl
68260            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
68261            ! ext/Time/HiRes/Makefile.PL
68262 ____________________________________________________________________________
68263 [ 19448] By: jhi                                   on 2003/05/08  17:27:47
68264         Log: Subject: [PATCH] alphabetize perldiag.pod
68265              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
68266              Date: Thu, 8 May 2003 11:52:39 -0400
68267              Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
68268      Branch: perl
68269            ! pod/perldiag.pod
68270 ____________________________________________________________________________
68271 [ 19447] By: jhi                                   on 2003/05/08  17:19:06
68272         Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
68273              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
68274              Date: Thu, 08 May 2003 08:42:20 +0200
68275              Message-id: <20030508064220.GA763@ethan>
68276      Branch: perl
68277            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
68278            ! ext/Devel/PPPort/t/test.t
68279 ____________________________________________________________________________
68280 [ 19445] By: jhi                                   on 2003/05/08  05:21:44
68281         Log: A variant of
68282
68283              Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
68284              From: enache@rdslink.ro (Enache Adrian)
68285              Date: Tue, 22 Apr 2003 02:54:05 +0300
68286              Message-ID: <20030421235405.GA1162@ratsnest.hole>
68287
68288              to quench the black smoke from the BSD builds.
68289      Branch: perl
68290            ! lib/ExtUtils/MM_Unix.pm
68291 ____________________________________________________________________________
68292 [ 19444] By: rgs                                   on 2003/05/07  20:25:45
68293         Log: Subject: Re: [DOC PATCH] & More File::Path issues
68294              From: Casey West <casey@geeknest.com>
68295              Date: Mon, 5 May 2003 13:25:47 -0400
68296              Message-ID: <20030505172547.GB20508@geeknest.com>
68297      Branch: perl
68298            ! lib/File/Path.pm
68299 ____________________________________________________________________________
68300 [ 19443] By: jhi                                   on 2003/05/07  20:03:58
68301         Log: Spelling correction from Nicholas Clark.
68302      Branch: perl
68303            ! ext/POSIX/POSIX.pod
68304 ____________________________________________________________________________
68305 [ 19440] By: jhi                                   on 2003/05/07  19:20:53
68306         Log: One more possible extensions permutation.
68307      Branch: perl
68308            ! Configure
68309 ____________________________________________________________________________
68310 [ 19437] By: jhi                                   on 2003/05/07  16:58:21
68311         Log: Allow platforms to manipulate their archname by creating
68312              a archname.cbu in their hints files.
68313      Branch: perl
68314            ! Configure
68315 ____________________________________________________________________________
68316 [ 19436] By: jhi                                   on 2003/05/07  16:53:26
68317         Log: More long double logic from Alan Burlison.
68318      Branch: perl
68319            ! Configure
68320 ____________________________________________________________________________
68321 [ 19435] By: jhi                                   on 2003/05/06  15:21:55
68322         Log: Worth a try for [perl #17146]
68323      Branch: perl
68324            ! ext/IO/poll.c
68325 ____________________________________________________________________________
68326 [ 19433] By: jhi                                   on 2003/05/06  05:12:23
68327         Log: Document which interfaces are NOT Unicode-aware.
68328      Branch: perl
68329            ! pod/perltodo.pod pod/perlunicode.pod
68330 ____________________________________________________________________________
68331 [ 19432] By: rgs                                   on 2003/05/05  20:31:22
68332         Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
68333              From: Casey West <casey@geeknest.com>
68334              Date: Mon, 28 Apr 2003 11:07:36 -0400
68335              Message-ID: <20030428150736.GD62281@geeknest.com>
68336      Branch: perl
68337            ! pod/perlfilter.pod
68338 ____________________________________________________________________________
68339 [ 19431] By: rgs                                   on 2003/05/05  20:07:33
68340         Log: Subject: [patch] Re: [perl #21728] regexp SEGV
68341              From: Enache Adrian <enache@rdslink.ro>
68342              Date: Fri, 28 Mar 2003 23:53:09 +0200
68343              Message-ID: <20030328215309.GA6413@ratsnest.hole>
68344              (with minor tweaks)
68345      Branch: perl
68346            ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h
68347 ____________________________________________________________________________
68348 [ 19430] By: rgs                                   on 2003/05/05  20:01:36
68349         Log: Fix doc bug #22067, noticed by Mark Knutsen
68350      Branch: perl
68351            ! pod/perlfunc.pod
68352 ____________________________________________________________________________
68353 [ 19429] By: rgs                                   on 2003/05/05  18:59:59
68354         Log: Fix : the svr5 hints file doesn't propagate libswanted with
68355              threads enabled. Now threads are OK on OpenUNIX 8, except a
68356              mysterious failure in ext/POSIX/t/sigaction.t.
68357      Branch: perl
68358            ! hints/svr5.sh
68359 ____________________________________________________________________________
68360 [ 19428] By: jhi                                   on 2003/05/05  16:54:34
68361         Log: Snip away the perlunicode slowness demo since the new
68362              caching scheme should help things a bit.
68363      Branch: perl
68364            ! pod/perlunicode.pod
68365 ____________________________________________________________________________
68366 [ 19427] By: jhi                                   on 2003/05/05  16:14:09
68367         Log: Subject: Re: Minor change to strict.pm. Who? How?
68368              From: Adam Kennedy <adam@ali.as>
68369              Date: Wed, 30 Apr 2003 00:02:40 +1000
68370              Message-ID: <3EAE8600.2000806@ali.as>
68371
68372              Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
68373              From: Michael G Schwern <schwern@pobox.com>
68374              Date: Tue, 29 Apr 2003 12:26:32 -0700
68375              Message-ID: <20030429192632.GA6129@windhund.schwern.org>
68376      Branch: perl
68377            ! lib/strict.pm
68378 ____________________________________________________________________________
68379 [ 19426] By: jhi                                   on 2003/05/05  15:48:57
68380         Log: Subject: [DOC PATCH] missing ')' in File::Path docs
68381              From: "Jos I.Boumans" <kane@dwim.org>
68382              Date: 30 Apr 2003 09:45:16 -0000
68383              Message-ID: <20030430114513165+0200@nntp.perl.org>
68384      Branch: perl
68385            ! lib/File/Path.pm
68386 ____________________________________________________________________________
68387 [ 19425] By: jhi                                   on 2003/05/05  15:47:19
68388         Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
68389              From: Michael G Schwern <schwern@pobox.com>
68390              Date: Sat, 3 May 2003 15:30:16 -0700
68391              Message-ID: <20030503223016.GE1234@windhund.schwern.org>
68392      Branch: perl
68393            ! pod/perlmod.pod
68394 ____________________________________________________________________________
68395 [ 19424] By: jhi                                   on 2003/05/05  15:44:39
68396         Log: Subject: [PATCH] [perl #3096] undefing hash with object values
68397              From: Dave Mitchell <davem@fdgroup.com>
68398              Date: Thu, 1 May 2003 21:06:57 +0100
68399              Message-ID: <20030501200657.GA25456@fdgroup.com>
68400      Branch: perl
68401            ! hv.c t/op/undef.t
68402 ____________________________________________________________________________
68403 [ 19423] By: jhi                                   on 2003/05/05  15:42:58
68404         Log: Subject: Re: hv.c patch - pathological hashes too easy
68405              From: "Tye McQueen" <tye@metronet.com>
68406              Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
68407              Message-Id: <200305011834.h41IYoE08503@metronet.com>
68408      Branch: perl
68409            ! hv.c
68410 ____________________________________________________________________________
68411 [ 19422] By: jhi                                   on 2003/05/05  15:40:02
68412         Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
68413              From: Casey West <casey@geeknest.com>
68414              Date: Tue, 29 Apr 2003 16:14:20 -0400
68415              Message-ID: <20030429201420.GT62281@geeknest.com>
68416      Branch: perl
68417            ! pod/perlrequick.pod
68418 ____________________________________________________________________________
68419 [ 19421] By: jhi                                   on 2003/05/05  15:38:23
68420         Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
68421              From: Slaven Rezic <slaven@rezic.de>
68422              Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
68423              Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
68424      Branch: perl
68425            ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
68426 ____________________________________________________________________________
68427 [ 19420] By: jhi                                   on 2003/05/05  15:36:39
68428         Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
68429              From: Steve Hay <steve.hay@uk.radan.com>
68430              Date: Wed, 30 Apr 2003 09:52:30 +0100
68431              Message-ID: <3EAF8ECE.8060403@uk.radan.com>
68432      Branch: perl
68433            ! utils/h2xs.PL
68434 ____________________________________________________________________________
68435 [ 19419] By: jhi                                   on 2003/05/05  08:20:34
68436         Log: Reintroduce the mention of the fact that the Artistic/GPL
68437              also are Perl's own licenses.
68438      Branch: perl
68439            ! pod/perlartistic.pod pod/perlgpl.pod
68440 ____________________________________________________________________________
68441 [ 19418] By: jhi                                   on 2003/05/05  07:23:57
68442         Log: Switch the new perlio way of opening anonymous temporary files
68443              open my $fh, '+>', undef
68444              to using File::Temp.  Test it, and test also the "accidental
68445              feature" of +< working the same way.
68446              This should address [perl #21937].
68447      Branch: perl
68448            + ext/PerlIO/t/open.t
68449            ! MANIFEST perlio.c pod/perlfunc.pod
68450 ____________________________________________________________________________
68451 [ 19417] By: jhi                                   on 2003/05/05  05:52:47
68452         Log: perlartistic and perlgpl reformatting from Sean Burke.
68453      Branch: perl
68454            ! pod/perlartistic.pod pod/perlgpl.pod
68455 ____________________________________________________________________________
68456 [ 19416] By: jhi                                   on 2003/05/05  05:33:43
68457         Log: pack/unpack fixes from Wolfgang Laun:
68458              - fix bug in UNICOS (where SIZE16 != sizeof(short))
68459              - introduce and use new internal pack/unpack API
68460              (packlist, unpackstring)
68461              that does away with the unused arguments in the old API
68462              (pack_cat, unpack_str).
68463      Branch: perl
68464            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h
68465 ____________________________________________________________________________
68466 [ 19415] By: jhi                                   on 2003/05/05  04:58:39
68467         Log: Subject: [PATCH] Embed.t flushing problem
68468              From: "Craig A. Berry" <craigberry@mac.com>
68469              Date: Sun, 04 May 2003 16:25:38 -0500
68470              Message-ID: <3EB58552.2070207@mac.com>
68471      Branch: perl
68472            ! lib/ExtUtils/t/Embed.t
68473 ____________________________________________________________________________
68474 [ 19414] By: jhi                                   on 2003/05/05  04:52:37
68475         Log: Doc nit from mjd.
68476      Branch: perl
68477            ! ext/DB_File/DB_File.pm
68478 ____________________________________________________________________________
68479 [ 19413] By: ams                                   on 2003/05/05  04:03:10
68480         Log: None of that "our" stuff here, please.
68481      Branch: perl
68482            ! ext/Storable/t/tied.t
68483 ____________________________________________________________________________
68484 [ 19412] By: ams                                   on 2003/05/05  03:57:06
68485         Log: Oops. More Storable 2.07 preparations.
68486      Branch: perl
68487            ! ext/Storable/README ext/Storable/Storable.pm
68488 ____________________________________________________________________________
68489 [ 19411] By: ams                                   on 2003/05/05  03:53:44
68490         Log: Update changelog for 2.07 release.
68491      Branch: perl
68492            ! ext/Storable/ChangeLog
68493 ____________________________________________________________________________
68494 [ 19410] By: ams                                   on 2003/05/05  03:31:36
68495         Log: Update Changes.
68496      Branch: perl
68497            ! Changes
68498 ____________________________________________________________________________
68499 [ 19409] By: ams                                   on 2003/05/05  03:21:41
68500         Log: Subject: Re: Bug in Storable???
68501              From: Slaven Rezic <slaven@rezic.de>
68502              Date: 04 May 2003 18:00:40 +0200
68503              Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
68504      Branch: perl
68505            ! ext/Storable/Storable.xs ext/Storable/t/integer.t
68506 ____________________________________________________________________________
68507 [ 19407] By: jhi                                   on 2003/05/04  19:39:01
68508         Log: This way reads a bit better with pod2man.
68509      Branch: perl
68510            ! pod/perlartistic.pod pod/perlgpl.pod
68511 ____________________________________________________________________________
68512 [ 19406] By: jhi                                   on 2003/05/04  12:01:00
68513         Log: Integrate from maint:
68514              [ 18568]
68515              Add the POSIX::sigaction() trick by Slaven Rezic
68516              for [perl #17341].
68517      Branch: perl
68518           !> pod/perlfunc.pod pod/perlipc.pod
68519 ____________________________________________________________________________
68520 [ 19401] By: jhi                                   on 2003/05/04  09:25:48
68521         Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
68522              regen perltoc, perlmodlib.  The GPL added as verbatim as possible,
68523              the perlartistic is a straightforward podification.
68524      Branch: perl
68525            + pod/perlartistic.pod pod/perlgpl.pod
68526            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
68527            ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
68528 ____________________________________________________________________________
68529 [ 19398] By: jhi                                   on 2003/05/04  08:19:14
68530         Log: Doesn't make any difference for the test but is more logical.
68531      Branch: perl
68532            ! t/lib/Devel/switchd.pm
68533 ____________________________________________________________________________
68534 [ 19396] By: jhi                                   on 2003/05/03  15:42:54
68535         Log: Plagued by thinkos tonight.
68536      Branch: perl
68537            ! lib/filetest.t
68538 ____________________________________________________________________________
68539 [ 19395] By: jhi                                   on 2003/05/03  15:37:35
68540         Log: Must skip more.
68541      Branch: perl
68542            ! lib/filetest.t
68543 ____________________________________________________________________________
68544 [ 19394] By: jhi                                   on 2003/05/03  15:30:45
68545         Log: Subject: Re: Does filetest work at all?
68546              From: Slaven Rezic <slaven@rezic.de>
68547              Date: 03 May 2003 18:26:49 +0200
68548              Message-ID: <87ade4q9me.fsf@vran.herceg.de>
68549      Branch: perl
68550            ! lib/filetest.t pp_sys.c
68551 ____________________________________________________________________________
68552 [ 19393] By: jhi                                   on 2003/05/03  05:34:21
68553         Log: Extra tweakage from Rafael for #19392.
68554      Branch: perl
68555            ! ext/B/B/Concise.pm lib/filetest.pm
68556 ____________________________________________________________________________
68557 [ 19392] By: jhi                                   on 2003/05/03  05:33:04
68558         Log: Salvage 'use filetest "access"' from compiletime to runtime.
68559      Branch: perl
68560            ! dump.c op.c op.h pp_sys.c
68561 ____________________________________________________________________________
68562 [ 19391] By: jhi                                   on 2003/05/03  05:19:23
68563         Log: Upgrade to Unicode 4.0.0.  (Well, upgrade at least
68564              the Unicode character database to 4.0.0.)
68565      Branch: perl
68566            + lib/unicore/HangulSyllableType.txt
68567            + lib/unicore/NormalizationCorrections.txt
68568            + lib/unicore/StandardizedVariants.txt
68569            + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
68570            + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
68571            + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
68572            + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
68573            + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
68574            + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
68575            + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
68576            + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
68577            + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
68578            + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
68579            + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
68580            + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
68581            ! (edit 129 files)
68582 ____________________________________________________________________________
68583 [ 19390] By: jhi                                   on 2003/05/03  04:52:09
68584         Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
68585              the fp offset, which was quite a big larger than the input file,
68586              which meant that the SvGROW tried to grow the file to about
68587              2**64-2**20, which made safesysrealloc() to understandably
68588              croak (in argv.t).
68589      Branch: perl
68590            ! sv.c
68591 ____________________________________________________________________________
68592 [ 19387] By: jhi                                   on 2003/05/02  19:18:35
68593         Log: Regen Configure (no changes but that's fine).
68594      Branch: perl
68595            ! Configure
68596 ____________________________________________________________________________
68597 [ 19386] By: jhi                                   on 2003/05/02  19:06:39
68598         Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
68599              From: Andy Dougherty <doughera@lafayette.edu>
68600              Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
68601              Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
68602      Branch: perl
68603            ! Configure
68604 ____________________________________________________________________________
68605 [ 19385] By: jhi                                   on 2003/05/02  19:01:04
68606         Log: Subject: [PATCH] OpenUNIX 8 support
68607              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
68608              Date: Fri, 2 May 2003 12:12:08 +0200
68609              Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
68610      Branch: perl
68611            ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
68612 ____________________________________________________________________________
68613 [ 19384] By: jhi                                   on 2003/05/02  18:58:32
68614         Log: Subject: [PATCH win32/win32.c] silence compiler warnings
68615              From: Abe Timmerman <abe@ztreet.demon.nl>
68616              Date: Fri, 2 May 2003 00:51:42 +0200
68617              Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
68618      Branch: perl
68619            ! win32/win32.c
68620 ____________________________________________________________________________
68621 [ 19383] By: jhi                                   on 2003/05/02  18:55:37
68622         Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
68623              From: Abe Timmerman <abe@ztreet.demon.nl>
68624              Date: Thu, 1 May 2003 18:34:35 +0200
68625              Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
68626      Branch: perl
68627            ! win32/win32.h
68628 ____________________________________________________________________________
68629 [ 19382] By: jhi                                   on 2003/05/02  18:50:25
68630         Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
68631              From: Michael G Schwern <schwern@pobox.com>
68632              Date: Wed, 30 Apr 2003 18:19:32 -0700
68633              Message-ID: <20030501011932.GM701@windhund.schwern.org>
68634      Branch: perl
68635            ! ext/POSIX/POSIX.pod
68636 ____________________________________________________________________________
68637 [ 19381] By: jhi                                   on 2003/05/02  15:12:47
68638         Log: Forgot to check in the -d: file.
68639      Branch: perl
68640            + t/lib/Devel/switchd.pm
68641            ! MANIFEST t/run/switchd.t
68642 ____________________________________________________________________________
68643 [ 19380] By: jhi                                   on 2003/05/02  15:02:04
68644         Log: Solaris: make -Duse64bitall'ed to have an archname of
68645              sun4-solaris-64, from Alan Burlison.  (The default is to not
68646              to suffix anything with -Duse64bitall if longs are 64 bit.
68647              This may lead into confusion and much sorrow if 32-bit binaries
68648              and 64-bit binaries are installed under the same directories.
68649              Why is "-64" or something like that the default?  Well, there
68650              are platforms where 64 bits really is the default default.
68651              There adding a "-64" would be kind of odd.  Better to let
68652              each 64-bit capable platform to choose their archnames.)
68653      Branch: perl
68654            ! hints/solaris_2.sh
68655 ____________________________________________________________________________
68656 [ 19378] By: jhi                                   on 2003/05/02  08:41:40
68657         Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
68658              by change #18589 (it was broken by change #9754); add test case.
68659      Branch: perl
68660            + t/run/switchd.t
68661            ! MANIFEST
68662 ____________________________________________________________________________
68663 [ 19376] By: jhi                                   on 2003/05/02  05:31:52
68664         Log: great_circle_direction() was broken,
68665              reported by Alexander Becher.
68666      Branch: perl
68667            ! lib/Math/Trig.pm lib/Math/Trig.t
68668 ____________________________________________________________________________
68669 [ 19375] By: jhi                                   on 2003/05/01  18:18:06
68670         Log: OS X: could not -Doptimize=-g.
68671      Branch: perl
68672            ! hints/darwin.sh
68673 ____________________________________________________________________________
68674 [ 19374] By: jhi                                   on 2003/05/01  12:33:44
68675         Log: OS X test tweak.
68676      Branch: perl
68677            ! ext/Cwd/t/cwd.t
68678 ____________________________________________________________________________
68679 [ 19373] By: jhi                                   on 2003/05/01  11:09:42
68680         Log: Subject: [PATCH] RE: perl@19333
68681              From: Robin Barker <Robin.Barker@npl.co.uk>
68682              Date: Tue, 29 Apr 2003 17:30:23 +0100
68683              Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
68684      Branch: perl
68685            ! embed.pl pp_hot.c pp_pack.c proto.h
68686 ____________________________________________________________________________
68687 [ 19372] By: jhi                                   on 2003/05/01  09:52:52
68688         Log: miniperl cannot handle layers.t.
68689      Branch: perl
68690            ! t/io/layers.t
68691 ____________________________________________________________________________
68692 [ 19371] By: jhi                                   on 2003/05/01  08:26:06
68693         Log: The solution in change #19363 was too unportable.
68694      Branch: perl
68695            ! t/io/openpid.t
68696 ____________________________________________________________________________
68697 [ 19369] By: jhi                                   on 2003/05/01  07:48:06
68698         Log: perlreftut updates from mjd.
68699      Branch: perl
68700            ! pod/perlreftut.pod
68701 ____________________________________________________________________________
68702 [ 19368] By: jhi                                   on 2003/05/01  07:45:06
68703         Log: z/OS: More threaded build tweaks from Brian De Pradine--
68704              apparently now it works!
68705      Branch: perl
68706            ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
68707 ____________________________________________________________________________
68708 [ 19367] By: rgs                                   on 2003/04/29  20:31:07
68709         Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
68710              From: Enache Adrian <enache@rdslink.ro>
68711              Date: Sat, 19 Apr 2003 01:41:07 +0300
68712              Message-ID: <20030418224107.GA2751@ratsnest.hole>
68713      Branch: perl
68714            ! t/comp/parser.t toke.c
68715 ____________________________________________________________________________
68716 [ 19366] By: jhi                                   on 2003/04/29  08:55:12
68717         Log: If it's S_, it should be STATIC.
68718      Branch: perl
68719            ! embed.fnc embed.h numeric.c proto.h
68720 ____________________________________________________________________________
68721 [ 19365] By: sky                                   on 2003/04/28  16:30:03
68722         Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
68723              From: Casey West <casey@geeknest.com>
68724              Date: mÂŒn apr 28, 2003  16:00:05 Europe/Stockholm
68725              Message-Id: <20030428140005.GC62281@geeknest.com>
68726      Branch: perl
68727            ! pod/perlop.pod
68728 ____________________________________________________________________________
68729 [ 19364] By: sky                                   on 2003/04/28  16:20:43
68730         Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
68731              From: Casey West <casey@geeknest.com>
68732              Date: mÂŒn apr 28, 2003  19:22:06 Europe/Stockholm
68733              Message-Id: <20030428172206.GK62281@geeknest.com>
68734      Branch: perl
68735            ! pod/perlop.pod
68736 ____________________________________________________________________________
68737 [ 19363] By: sky                                   on 2003/04/28  15:32:35
68738         Log: Fix bug 2681, change the test not to use the shell and use 3+arg
68739              open.
68740      Branch: perl
68741            ! t/io/openpid.t
68742 ____________________________________________________________________________
68743 [ 19359] By: jhi                                   on 2003/04/28  08:43:23
68744         Log: Feel-good cleanup.
68745      Branch: perl
68746            ! intrpvar.h sv.c
68747 ____________________________________________________________________________
68748 [ 19358] By: jhi                                   on 2003/04/28  08:27:15
68749         Log: SysV msg queues can be something hanging (witnessed in IRIX),
68750              so let's use IPC_NOWAIT.
68751      Branch: perl
68752            ! ext/IPC/SysV/t/msg.t t/op/taint.t
68753 ____________________________________________________________________________
68754 [ 19357] By: jhi                                   on 2003/04/28  06:32:47
68755         Log: Detecting errors of reentrant APIs: getgrgid_r and the like
68756              when returning an int can either return the error in the return
68757              value or in the errno.  We need a new per-interp variable to store
68758              the return value instead of clobbering the errno with it.  The new
68759              variable, PL_reentrant_retint, is only used within the reentrancy
68760              framework, and immediately after it's set, so there should not be
68761              similar visibility issues as for the errno.  Spotted by Edward Moy.
68762      Branch: perl
68763            ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
68764 ____________________________________________________________________________
68765 [ 19356] By: rgs                                   on 2003/04/27  20:09:01
68766         Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
68767              Check errno to see if the call to nice(2) succeeded.
68768              Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
68769              From: Enache Adrian <enache@rdslink.ro>
68770              Date: Wed, 23 Apr 2003 22:48:20 +0300
68771              Message-ID: <20030423194820.GA874@ratsnest.hole>
68772      Branch: perl
68773            ! ext/POSIX/POSIX.xs
68774 ____________________________________________________________________________
68775 [ 19355] By: jhi                                   on 2003/04/27  19:56:09
68776         Log: Document a faint compilation noise.
68777      Branch: perl
68778            ! README.aix
68779 ____________________________________________________________________________
68780 [ 19354] By: rgs                                   on 2003/04/27  19:35:11
68781         Log: $[ clarifications.
68782      Branch: perl
68783            ! pod/perlvar.pod
68784 ____________________________________________________________________________
68785 [ 19353] By: rgs                                   on 2003/04/27  18:51:37
68786         Log: utime() doc clarifications
68787              based on :
68788              Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
68789              From: Casey West <casey@geeknest.com>
68790              Date: Fri, 25 Apr 2003 08:00:54 -0400
68791              Message-ID: <20030425120054.GQ34510@geeknest.com>
68792      Branch: perl
68793            ! pod/perlfunc.pod
68794 ____________________________________________________________________________
68795 [ 19351] By: jhi                                   on 2003/04/27  08:13:34
68796         Log: Add a test case for [perl #15288] (already solved).
68797      Branch: perl
68798            ! t/op/pack.t
68799 ____________________________________________________________________________
68800 [ 19350] By: jhi                                   on 2003/04/27  07:38:17
68801         Log: Add Dave Mitchell's test case for fields.
68802      Branch: perl
68803            ! lib/fields.t
68804 ____________________________________________________________________________
68805 [ 19349] By: jhi                                   on 2003/04/27  06:50:09
68806         Log: Subject: [PATCH] VMS::Stdio test tweak
68807              From: "Craig A. Berry" <craigberry@mac.com>
68808              Date: Sat, 26 Apr 2003 15:53:07 -0500
68809              Message-ID: <3EAAF1B3.7020708@mac.com>
68810      Branch: perl
68811            ! vms/ext/Stdio/test.pl
68812 ____________________________________________________________________________
68813 [ 19348] By: jhi                                   on 2003/04/27  06:46:16
68814         Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
68815              From: Casey West <casey@geeknest.com>
68816              Date: Thu, 24 Apr 2003 08:18:42 -0400
68817              Message-ID: <20030424121842.GW34510@geeknest.com>
68818      Branch: perl
68819            ! lib/UNIVERSAL.pm
68820 ____________________________________________________________________________
68821 [ 19346] By: jhi                                   on 2003/04/27  06:03:48
68822         Log: Document that restricted hashes are not atomic
68823              (from Dave Mitchell).
68824      Branch: perl
68825            ! lib/Hash/Util.pm
68826 ____________________________________________________________________________
68827 [ 19345] By: jhi                                   on 2003/04/27  05:59:39
68828         Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
68829              From: Dave Mitchell <davem@fdgroup.com>
68830              Date: Sat, 26 Apr 2003 18:45:28 +0100
68831              Message-ID: <20030426174528.GA9588@fdgroup.com>
68832      Branch: perl
68833            ! hv.c lib/Hash/Util.t pod/perldiag.pod
68834 ____________________________________________________________________________
68835 [ 19344] By: rgs                                   on 2003/04/26  22:48:32
68836         Log: Some doc patches by Casey West :
68837
68838              Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
68839              From: Casey West <casey@geeknest.com>
68840              Date: Fri, 25 Apr 2003 10:46:39 -0400
68841              Message-ID: <20030425144639.GY34510@geeknest.com>
68842
68843              Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
68844              From: Casey West <casey@geeknest.com>
68845              Date: Fri, 25 Apr 2003 07:52:13 -0400
68846              Message-ID: <20030425115213.GP34510@geeknest.com>
68847
68848              Subject: Re: [perl #7213] [PATCH] Updating example in perldata
68849              From: Casey West <casey@geeknest.com>
68850              Date: Thu, 24 Apr 2003 21:27:22 -0400
68851              Message-ID: <20030425012722.GN34510@geeknest.com>
68852      Branch: perl
68853            ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
68854 ____________________________________________________________________________
68855 [ 19343] By: rgs                                   on 2003/04/26  22:30:07
68856         Log: Document that splice() doesn't extend arrays
68857              Subject: Re: slice autoextending ? still another revised doc patch; COW
68858              From: david nicol <whatever@davidnicol.com>
68859              Date: 22 Apr 2003 22:05:02 -0500
68860              Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
68861      Branch: perl
68862            ! pod/perlfunc.pod
68863 ____________________________________________________________________________
68864 [ 19342] By: sky                                   on 2003/04/26  21:43:32
68865         Log: Fix bug #15161 by increasing the refcount on the RE and making
68866              sure to restore it correctly. Deals with both s//e and s///g.
68867      Branch: perl
68868            ! pp_ctl.c pp_hot.c
68869 ____________________________________________________________________________
68870 [ 19341] By: jhi                                   on 2003/04/26  04:36:03
68871         Log: Integrate:
68872              [ 19340]
68873              Caught by Mark Lutz in UNICOS: A declaration cannot appear
68874              after an executable statement in a block.
68875      Branch: perl
68876           !> pp_pack.c
68877 ____________________________________________________________________________
68878 [ 19337] By: jhi                                   on 2003/04/25  20:19:36
68879         Log: Now the -Dnoextensions and -Dnoextensions have the
68880              chance of actually doing something.
68881      Branch: perl
68882            ! Configure
68883 ____________________________________________________________________________
68884 [ 19334] By: jhi                                   on 2003/04/25  19:48:31
68885         Log: Subject: [PATCH] Configure's extension sanity check is too strict
68886              From: Andy Dougherty <doughera@lafayette.edu>
68887              Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
68888              Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
68889      Branch: perl
68890            ! Configure
68891 ____________________________________________________________________________
68892 [ 19330] By: jhi                                   on 2003/04/25  14:11:33
68893         Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
68894              From: "Craig A. Berry" <craigberry@mac.com>
68895              Date: Thu, 24 Apr 2003 20:09:48 -0500
68896              Message-ID: <3EA88ADC.3000300@mac.com>
68897      Branch: perl
68898            ! ext/Encode/t/enc_module.t
68899 ____________________________________________________________________________
68900 [ 19329] By: jhi                                   on 2003/04/25  07:06:49
68901         Log: Upgrade to Time::HiRes 1.46.
68902      Branch: perl
68903            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
68904            ! ext/Time/HiRes/Makefile.PL
68905 ____________________________________________________________________________
68906 [ 19328] By: jhi                                   on 2003/04/25  06:57:10
68907         Log: Subject: typo in Time::HiRes docs
68908              From: mjd@plover.com
68909              Date: 19 Apr 2003 15:13:44 -0000
68910              Message-ID: <20030419151344.28237.qmail@plover.com>
68911      Branch: perl
68912            ! ext/Time/HiRes/HiRes.pm
68913 ____________________________________________________________________________
68914 [ 19327] By: jhi                                   on 2003/04/25  04:45:05
68915         Log: Clarify(?) the perlio default layers table.
68916      Branch: perl
68917            ! lib/PerlIO.pm t/io/layers.t
68918 ____________________________________________________________________________
68919 [ 19326] By: jhi                                   on 2003/04/25  04:22:49
68920         Log: Upgrade to Test::Harness 2.28.
68921      Branch: perl
68922            ! lib/Test/Harness.pm lib/Test/Harness/Changes
68923            ! lib/Test/Harness/t/pod.t
68924 ____________________________________________________________________________
68925 [ 19325] By: jhi                                   on 2003/04/24  19:06:29
68926         Log: Upgrade to Encode 1.93.
68927      Branch: perl
68928            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
68929            ! ext/Encode/lib/Encode/CJKConstants.pm
68930            ! ext/Encode/lib/Encode/CN/HZ.pm
68931            ! ext/Encode/lib/Encode/Encoding.pm
68932            ! ext/Encode/lib/Encode/Guess.pm
68933            ! ext/Encode/lib/Encode/KR/2022_KR.pm
68934            ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
68935            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
68936            ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
68937            ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
68938 ____________________________________________________________________________
68939 [ 19323] By: jhi                                   on 2003/04/24  16:57:13
68940         Log: VMS patch for faststdio from Craig Berry.
68941      Branch: perl
68942            ! configure.com
68943 ____________________________________________________________________________
68944 [ 19320] By: rgs                                   on 2003/04/23  20:20:58
68945         Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
68946              From: Casey West <casey@geeknest.com>
68947              Date: Wed, 23 Apr 2003 14:03:20 -0400
68948              Message-ID: <20030423180320.GZ15574@geeknest.com>
68949      Branch: perl
68950            ! pod/perlmodlib.PL pod/perlmodlib.pod
68951 ____________________________________________________________________________
68952 [ 19319] By: rgs                                   on 2003/04/23  19:54:31
68953         Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
68954              From: Chris Pepper (via RT) <perlbug-followup@perl.org>
68955              Date: 22 Apr 2003 04:31:17 -0000
68956              Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
68957              (with minor further corrections)
68958      Branch: perl
68959            ! pod/perlmod.pod
68960 ____________________________________________________________________________
68961 [ 19316] By: rgs                                   on 2003/04/23  19:11:01
68962         Log: A new fatal error :
68963              Subject: [PATCH] Perl_croak("Use of freed value in iteration")
68964              From: Dave Mitchell <davem@fdgroup.com>
68965              Date: Mon, 21 Apr 2003 13:19:50 +0100
68966              Message-ID: <20030421121950.GB18189@fdgroup.com>
68967              Message-ID: <20030421125433.GC18189@fdgroup.com>
68968      Branch: perl
68969            ! pod/perldiag.pod pp_hot.c t/cmd/for.t
68970 ____________________________________________________________________________
68971 [ 19314] By: jhi                                   on 2003/04/23  18:53:46
68972         Log: Introduce 'fast stdio' symbols to non-Configure lands.
68973      Branch: perl
68974            ! NetWare/config.wc NetWare/config_H.wc configure.com
68975            ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
68976            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
68977            ! win32/config.gc win32/config.vc win32/config.vc64
68978            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
68979            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
68980 ____________________________________________________________________________
68981 [ 19312] By: jhi                                   on 2003/04/23  18:21:47
68982         Log: Regen Configure, Glossary, et alia.
68983      Branch: perl
68984            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68985            ! config_h.SH
68986 ____________________________________________________________________________
68987 [ 19310] By: jhi                                   on 2003/04/23  08:34:33
68988         Log: Handle the combination of dosish and non-faststdio.
68989      Branch: perl
68990            ! t/io/layers.t
68991 ____________________________________________________________________________
68992 [ 19308] By: rgs                                   on 2003/04/22  20:53:20
68993         Log: Subject: 5.8.0: two problems
68994              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
68995              Date: Tue, 22 Apr 2003 11:43:17 -0700
68996              Message-ID: <20030422184316.GA8602@math.berkeley.edu>
68997      Branch: perl
68998            ! XSUB.h
68999 ____________________________________________________________________________
69000 [ 19307] By: ams                                   on 2003/04/22  16:39:51
69001         Log: Subject: [PATCH] Doc pointers in perlbot.
69002              From: Casey West <casey@geeknest.com>
69003              Date: Tue, 22 Apr 2003 11:19:09 -0400
69004              Message-Id: <20030422151909.GC11119@geeknest.com>
69005              (Applied by hand.)
69006      Branch: perl
69007            ! pod/perlbot.pod
69008 ____________________________________________________________________________
69009 [ 19306] By: jhi                                   on 2003/04/22  13:09:21
69010         Log: z/OS: changes for building threaded from "Brian De Pradine"
69011              <PRADINE@uk.ibm.com>.
69012      Branch: perl
69013            ! Makefile.SH hints/os390.sh thread.h util.c
69014 ____________________________________________________________________________
69015 [ 19305] By: jhi                                   on 2003/04/22  11:42:35
69016         Log: Enache's turn.
69017      Branch: perl
69018            ! ext/Encode/t/enc_module.t
69019 ____________________________________________________________________________
69020 [ 19304] By: jhi                                   on 2003/04/22  10:48:47
69021         Log: Re-merge Encode 1.92.
69022      Branch: perl
69023            ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
69024 ____________________________________________________________________________
69025 [ 19302] By: jhi                                   on 2003/04/22  05:26:21
69026         Log: Argh, cut-and-pasto.
69027      Branch: perl
69028            ! perlio.c
69029 ____________________________________________________________________________
69030 [ 19301] By: sky                                   on 2003/04/21  21:33:14
69031         Log: Fix bug 17964 by properly refcounting the gv top.
69032              Seems like the entries in rsfp are way different than
69033              normal PVIO objects.
69034      Branch: perl
69035            ! sv.c
69036 ____________________________________________________________________________
69037 [ 19300] By: rgs                                   on 2003/04/21  19:42:04
69038         Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
69039
69040              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
69041              From: Enache Adrian <enache@rdslink.ro>
69042              Date: Sun, 20 Apr 2003 02:45:48 +0300
69043              Message-ID: <20030419234548.GA849@ratsnest.hole>
69044              and
69045              Date: Wed, 2 Apr 2003 07:52:28 +0300
69046              Message-ID: <20030402045227.GA1023@ratsnest.hole>
69047      Branch: perl
69048            ! pp_sys.c t/op/ref.t util.c
69049 ____________________________________________________________________________
69050 [ 19299] By: sky                                   on 2003/04/21  17:05:31
69051         Log: Croak on non ref to shared methods instead of segfault.
69052              This can really only happen for &share("string").
69053      Branch: perl
69054            ! ext/threads/shared/shared.xs
69055 ____________________________________________________________________________
69056 [ 19297] By: jhi                                   on 2003/04/21  16:24:36
69057         Log: Add OpenZaurus cross-compilation patches.
69058      Branch: perl
69059            + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
69060            + Cross/config.sh-arm-linux Cross/generate_config_sh
69061            + Cross/installperl.patch Cross/warp
69062            ! Cross/README INSTALL MANIFEST
69063 ____________________________________________________________________________
69064 [ 19289] By: sky                                   on 2003/04/21  13:24:40
69065         Log: Fixes bug #17043, resets PL_srand_called before the cloning.
69066              Allows people to override the resetting by using srand() in CLONE.
69067      Branch: perl
69068            ! ext/threads/t/thread.t ext/threads/threads.xs
69069 ____________________________________________________________________________
69070 [ 19286] By: jhi                                   on 2003/04/21  06:50:42
69071         Log: Introduce two new Configure symbols:
69072              [1] d_faststdio  = d_stdstdio && d_stdio_ptr_lval &&
69073              (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
69074              [2] usefaststdio = do we use fast stdio if we have it?
69075              For 5.[68], we do.  For anything else, we don't.
69076              (At least, unless otherwise instructed by -Dusefaststdio.)
69077              This means that for bleadperl we no more use stdio, but instead
69078              default to perlio: the effect of PERLIO=perlio, in other words.
69079              (PERLIO=stdio will still switch to using stdio.)
69080              This change may endanger extensions using FILE*-- but if we are
69081              to migrate fully to perlio, better start swallowing the poison now.
69082              For maintperl, the usefaststdio still defaults to yes.
69083      Branch: perl
69084            ! Configure config_h.SH perlio.c t/io/layers.t
69085 ____________________________________________________________________________
69086 [ 19285] By: jhi                                   on 2003/04/21  05:43:55
69087         Log: Upgrade to Locale::Maketext 1.05.
69088      Branch: perl
69089            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
69090 ____________________________________________________________________________
69091 [ 19284] By: jhi                                   on 2003/04/21  05:40:34
69092         Log: Upgrade to Test 1.24.
69093      Branch: perl
69094            ! lib/Test.pm
69095 ____________________________________________________________________________
69096 [ 19283] By: rgs                                   on 2003/04/20  22:01:28
69097         Log: Subject: [PATCH] goto &sub doesn't empty @_
69098              From: Dave Mitchell <davem@fdgroup.com>
69099              Date: Sun, 20 Apr 2003 21:46:51 +0100
69100              Message-ID: <20030420204651.GE15591@fdgroup.com>
69101      Branch: perl
69102            ! pp_ctl.c
69103 ____________________________________________________________________________
69104 [ 19282] By: rgs                                   on 2003/04/20  21:22:29
69105         Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
69106              the commands that invoke $(CC).
69107              Subject: Re: Smoke failure
69108              From: Enache Adrian <enache@rdslink.ro>
69109              Date: Fri, 18 Apr 2003 19:06:07 +0300
69110              Message-ID: <20030418160606.GA797@ratsnest.hole>
69111      Branch: perl
69112            ! Makefile.SH
69113 ____________________________________________________________________________
69114 [ 19281] By: rgs                                   on 2003/04/20  19:53:53
69115         Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
69116              From: Enache Adrian <enache@rdslink.ro>
69117              Date: Sat, 19 Apr 2003 20:12:18 +0300
69118              Message-ID: <20030419171218.GA974@ratsnest.hole>
69119      Branch: perl
69120            ! sv.c
69121 ____________________________________________________________________________
69122 [ 19280] By: rgs                                   on 2003/04/20  18:55:40
69123         Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
69124              Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
69125              From: Steve Hay <steve.hay@uk.radan.com>
69126              Date: Wed, 16 Apr 2003 11:12:22 +0100
69127              Message-ID: <3E9D2C86.8040104@uk.radan.com>
69128      Branch: perl
69129            ! INSTALL win32/Makefile
69130 ____________________________________________________________________________
69131 [ 19278] By: jhi                                   on 2003/04/20  07:42:17
69132         Log: Give more information of what to do when -Dusexxx fail.
69133      Branch: perl
69134            ! Configure
69135 ____________________________________________________________________________
69136 [ 19277] By: rgs                                   on 2003/04/19  19:40:22
69137         Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
69138              by adding a dummy destructor method Regexp::DESTROY.
69139              This prevents infinite recursion, since Regexp::DESTROY
69140              is no more autoloaded.
69141
69142              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
69143              From: Enache Adrian <enache@rdslink.ro>
69144              Date: Wed, 2 Apr 2003 05:02:42 +0300
69145              Message-ID: <20030402020242.GA2966@ratsnest.hole>
69146      Branch: perl
69147            ! ext/B/t/stash.t t/op/ref.t universal.c
69148 ____________________________________________________________________________
69149 [ 19276] By: rgs                                   on 2003/04/19  19:32:25
69150         Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
69151              From: Dave Mitchell <davem@fdgroup.com>
69152              Date: Sat, 19 Apr 2003 20:06:51 +0100
69153              Message-ID: <20030419190651.GD13333@fdgroup.com>
69154      Branch: perl
69155            ! t/comp/parser.t toke.c
69156 ____________________________________________________________________________
69157 [ 19275] By: jhi                                   on 2003/04/19  18:52:24
69158         Log: Restore the two variables retired by the change #19268
69159              (for binary backward compatibility)
69160      Branch: perl
69161            ! embedvar.h perlapi.h thrdvar.h
69162 ____________________________________________________________________________
69163 [ 19273] By: jhi                                   on 2003/04/19  17:36:33
69164         Log: Fail if the specified -Duse64xxx cannot be fulfilled.
69165              (And undo a doublesize probe glitch from change #19272.)
69166      Branch: perl
69167            ! Configure
69168 ____________________________________________________________________________
69169 [ 19272] By: jhi                                   on 2003/04/19  16:38:12
69170         Log: If long doubles fail, we really cannot sensibly
69171              drop back to doubles anymore, therefore abort.
69172              Pointed out by Slaven Rezic. (I tried to fix this
69173              via metaconfig but ended up with a vicious cyclic
69174              dependency.)
69175      Branch: perl
69176            ! Configure
69177 ____________________________________________________________________________
69178 [ 19270] By: jhi                                   on 2003/04/19  12:09:21
69179         Log: Upgrade to Net::Ping 2.30.
69180      Branch: perl
69181            ! lib/Net/Ping.pm lib/Net/Ping/Changes
69182            ! lib/Net/Ping/t/450_service.t
69183 ____________________________________________________________________________
69184 [ 19269] By: jhi                                   on 2003/04/19  07:10:57
69185         Log: Bump the test count.
69186      Branch: perl
69187            ! ext/Storable/t/tied.t
69188 ____________________________________________________________________________
69189 [ 19268] By: jhi                                   on 2003/04/19  07:06:13
69190         Log: Subject: [PATCH] allow recursive FETCHes
69191              From: Dave Mitchell <davem@fdgroup.com>
69192              Date: Mon, 7 Apr 2003 10:00:41 +0100
69193              Message-ID: <20030407100041.A1617@fdgroup.com>
69194      Branch: perl
69195            ! av.c dump.c embed.fnc embed.h embedvar.h
69196            ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
69197            ! sv.h t/op/tie.t thrdvar.h
69198 ____________________________________________________________________________
69199 [ 19267] By: jhi                                   on 2003/04/19  06:54:34
69200         Log: Subject: [PATCH] readline.t tweak for VMS
69201              From: "Craig A. Berry" <craigberry@mac.com>
69202              Date: Thu, 17 Apr 2003 17:18:19 -0500
69203              Message-ID: <3E9F282B.6090603@mac.com>
69204      Branch: perl
69205            ! t/op/readline.t
69206 ____________________________________________________________________________
69207 [ 19266] By: jhi                                   on 2003/04/19  06:46:48
69208         Log: Subject: [PATCH] Re: any takers for this Storable bug?
69209              From: Enache Adrian <enache@rdslink.ro>
69210              Date: Wed, 16 Apr 2003 21:11:11 +0300
69211              Message-ID: <20030416181111.GA6687@ratsnest.hole>
69212
69213              ams had already fixed the bug by #19227, but take the
69214              test case.
69215      Branch: perl
69216            ! ext/Storable/t/tied.t
69217 ____________________________________________________________________________
69218 [ 19265] By: sky                                   on 2003/04/19  00:40:42
69219         Log: Don't use the stack to allocate a SV that we hand out to another
69220              function, only badness can ensure.
69221              Message-Id: <20030418180131.GD10086@fdgroup.com>
69222              Thanks go to Dave Mitchell for help in tracking down the bug!
69223      Branch: perl
69224            ! sv.c
69225 ____________________________________________________________________________
69226 [ 19264] By: jhi                                   on 2003/04/18  19:28:04
69227         Log: UTF8 regexp patch from Inaba Hiroto.
69228      Branch: perl
69229            ! regcomp.c t/op/pat.t
69230 ____________________________________________________________________________
69231 [ 19263] By: jhi                                   on 2003/04/18  19:16:43
69232         Log: Unused variables.
69233      Branch: perl
69234            ! perlio.c universal.c
69235 ____________________________________________________________________________
69236 [ 19262] By: sky                                   on 2003/04/17  20:02:33
69237         Log: Another needle in the voodoo doll.
69238              Now I think it should work with the shared
69239              strings.
69240      Branch: perl
69241            ! sv.c
69242 ____________________________________________________________________________
69243 [ 19254] By: sky                                   on 2003/04/17  17:31:52
69244         Log: Extreme Voodoo programming, by not pinching the SV if it is a
69245              PADTMP it happily keeps it's value later on!
69246      Branch: perl
69247            ! sv.c
69248 ____________________________________________________________________________
69249 [ 19253] By: jhi                                   on 2003/04/17  17:09:16
69250         Log: Implement -Dnoextensions=... and -Donlyextensions=...
69251      Branch: perl
69252            ! Configure INSTALL
69253 ____________________________________________________________________________
69254 [ 19252] By: ams                                   on 2003/04/17  16:19:31
69255         Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
69256              Anything that's broken by this change should be fixed.
69257      Branch: perl
69258            ! gv.c
69259 ____________________________________________________________________________
69260 [ 19251] By: jhi                                   on 2003/04/17  15:39:56
69261         Log: Introduce the new *l APIs, undefined, to non-Configure lands.
69262      Branch: perl
69263            ! NetWare/config.wc NetWare/config_H.wc configure.com
69264            ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
69265            ! plan9/config_h.sample plan9/config_sh.sample win32/config.bc
69266            ! win32/config.gc win32/config.vc win32/config.vc64
69267            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
69268            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
69269 ____________________________________________________________________________
69270 [ 19250] By: jhi                                   on 2003/04/17  15:07:08
69271         Log: Regen Glossary et alia.
69272      Branch: perl
69273            ! Porting/Glossary Porting/config.sh Porting/config_H
69274 ____________________________________________________________________________
69275 [ 19248] By: jhi                                   on 2003/04/17  14:53:41
69276         Log: Small tidying up of the selectminbits code, but most
69277              importantly allocate the buffer from the heap using
69278              malloc, not from the stack: using stack causes unaligned
69279              access in LP64 Solaris since stack data is not guaranteed
69280              to be 64-bit aligned, while a fd_set is (it has 1024 longs).
69281              (via Alan Burlison)
69282      Branch: perl
69283            ! Configure
69284 ____________________________________________________________________________
69285 [ 19247] By: ams                                   on 2003/04/17  12:24:57
69286         Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
69287              From: Enache Adrian <enache@rdslink.ro>
69288              Date: Thu, 17 Apr 2003 14:35:36 +0300
69289              Message-Id: <20030417113536.GA898@ratsnest.hole>
69290      Branch: perl
69291            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
69292 ____________________________________________________________________________
69293 [ 19245] By: jhi                                   on 2003/04/17  09:20:27
69294         Log: Document that the open pragma does not affect
69295              the three-headed hydra, ummm, open.
69296      Branch: perl
69297            ! lib/open.pm
69298 ____________________________________________________________________________
69299 [ 19244] By: jhi                                   on 2003/04/17  06:45:26
69300         Log: More maneuvering closer to proposed POSIX classes
69301              mapping to Unicode: (1) The definitions of "graph" and
69302              "print" are still in flux: move closer back to how Perl
69303              5.8.0 defined it (though drop Co, that did not make sense)
69304              (2) Add U+0085 (NEL) to "space".
69305      Branch: perl
69306            ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
69307            ! lib/unicore/lib/Space.pl lib/unicore/mktables
69308 ____________________________________________________________________________
69309 [ 19243] By: jhi                                   on 2003/04/17  05:29:24
69310         Log: Detect the 'fast stdio' case.
69311      Branch: perl
69312            ! lib/PerlIO.pm t/io/layers.t
69313 ____________________________________________________________________________
69314 [ 19242] By: jhi                                   on 2003/04/16  20:14:01
69315         Log: Fix up Larry's copyright statements to my best knowledge.
69316              (Lots of Perl 5 source code archaeology was involved.)
69317              Larry didn't make strangled noises when I showed him
69318              the patch, either :-)
69319      Branch: perl
69320            ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
69321            ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
69322            ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
69323            ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
69324            ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
69325            ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
69326            ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
69327            ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
69328            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
69329            ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
69330            ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
69331            ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h
69332            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
69333            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
69334            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
69335 ____________________________________________________________________________
69336 [ 19241] By: jhi                                   on 2003/04/16  17:24:24
69337         Log: Handle PERLIO= and document a bit.
69338      Branch: perl
69339            ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
69340 ____________________________________________________________________________
69341 [ 19240] By: sky                                   on 2003/04/16  16:27:43
69342         Log: Fix double join problem for those places where free
69343              actually means free (solaris for example :)
69344              Fixes bug #16681
69345      Branch: perl
69346            ! ext/threads/t/join.t ext/threads/threads.xs
69347 ____________________________________________________________________________
69348 [ 19239] By: jhi                                   on 2003/04/16  14:57:47
69349         Log: Try to get the layers.t working also for dosish platforms.
69350      Branch: perl
69351            ! lib/PerlIO.pm t/io/layers.t
69352 ____________________________________________________________________________
69353 [ 19238] By: jhi                                   on 2003/04/16  13:27:24
69354         Log: A -C parsed from the #! line can still have line endings in it.
69355      Branch: perl
69356            ! util.c
69357 ____________________________________________________________________________
69358 [ 19237] By: jhi                                   on 2003/04/16  13:23:37
69359         Log: What does an empty PERLIO= mean, anyway?
69360      Branch: perl
69361            ! t/io/layers.t
69362 ____________________________________________________________________________
69363 [ 19236] By: jhi                                   on 2003/04/16  13:09:42
69364         Log: Document the effect of thread creation context.
69365      Branch: perl
69366            ! ext/threads/threads.pm
69367 ____________________________________________________________________________
69368 [ 19235] By: jhi                                   on 2003/04/16  12:13:07
69369         Log: Use the right prototype and a glob is fine (from Rafael).
69370      Branch: perl
69371            ! lib/PerlIO.pm universal.c
69372 ____________________________________________________________________________
69373 [ 19234] By: jhi                                   on 2003/04/16  10:20:46
69374         Log: PerlIO::get_layers() usage tip.
69375      Branch: perl
69376            ! lib/PerlIO.pm
69377 ____________________________________________________________________________
69378 [ 19233] By: jhi                                   on 2003/04/16  10:07:48
69379         Log: Syntax terror.
69380      Branch: perl
69381            ! lib/unicore/mktables
69382 ____________________________________________________________________________
69383 [ 19232] By: jhi                                   on 2003/04/16  09:45:51
69384         Log: Redundant test.
69385      Branch: perl
69386            ! lib/unicore/mktables
69387 ____________________________________________________________________________
69388 [ 19231] By: jhi                                   on 2003/04/16  09:21:25
69389         Log: Synchronize the specifications of the POSIX character
69390              classes alnum, graph, and print closer to the planned
69391              Unicode proposal.
69392      Branch: perl
69393            ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
69394            ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
69395 ____________________________________________________________________________
69396 [ 19230] By: jhi                                   on 2003/04/16  08:57:01
69397         Log: Patch from Merijn.
69398      Branch: perl
69399            ! perl.h
69400 ____________________________________________________________________________
69401 [ 19228] By: jhi                                   on 2003/04/16  08:27:26
69402         Log: Thinko in modfl detection.
69403      Branch: perl
69404            ! Configure
69405 ____________________________________________________________________________
69406 [ 19227] By: ams                                   on 2003/04/16  02:32:11
69407         Log: Storable now handles self-tied scalars with NULL mg_obj.
69408      Branch: perl
69409            ! ext/Storable/Storable.xs
69410 ____________________________________________________________________________
69411 [ 19226] By: jhi                                   on 2003/04/15  18:00:21
69412         Log: Upgrade to Pod::LaTeX 0.55.
69413      Branch: perl
69414            + lib/Pod/t/pod2latex.t
69415            - lib/Pod/t/latex.t
69416            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
69417 ____________________________________________________________________________
69418 [ 19224] By: jhi                                   on 2003/04/15  17:01:27
69419         Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
69420      Branch: perl
69421            ! Configure
69422 ____________________________________________________________________________
69423 [ 19223] By: jhi                                   on 2003/04/15  16:36:32
69424         Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
69425      Branch: perl
69426            ! t/io/layers.t
69427 ____________________________________________________________________________
69428 [ 19221] By: jhi                                   on 2003/04/15  16:27:49
69429         Log: False alarm: no cyclic dependency.
69430      Branch: perl
69431            ! Configure config_h.SH
69432 ____________________________________________________________________________
69433 [ 19219] By: jhi                                   on 2003/04/15  16:08:11
69434         Log: Backport of _most_ of the changes in #19218: not one big
69435              cyclic dependency, though, it must be broken up somehow.
69436      Branch: perl
69437            ! Configure config_h.SH
69438 ____________________________________________________________________________
69439 [ 19218] By: jhi                                   on 2003/04/15  14:09:31
69440         Log: Big patch from Alan Burlison to make Solaris long doubles work.
69441              (Also spreads more <stdlib.h> joy.)
69442              Needs backporting to metaconfig units and introducing the new
69443              symbols to non-Configure lands.
69444      Branch: perl
69445            ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
69446 ____________________________________________________________________________
69447 [ 19217] By: jhi                                   on 2003/04/15  14:01:03
69448         Log: Don't skip the whole test for PERLIO=perlio.
69449      Branch: perl
69450            ! t/io/layers.t
69451 ____________________________________________________________________________
69452 [ 19215] By: jhi                                   on 2003/04/15  05:54:17
69453         Log: Add a test for [perl #17753].
69454      Branch: perl
69455            ! t/op/undef.t
69456 ____________________________________________________________________________
69457 [ 19214] By: jhi                                   on 2003/04/15  05:40:52
69458         Log: "proto.h": 'id' is a reserved word in Objective-C.
69459      Branch: perl
69460            ! embed.fnc op.c proto.h
69461 ____________________________________________________________________________
69462 [ 19213] By: sky                                   on 2003/04/14  21:42:10
69463         Log: Ook, run tests on correct build-dir next time.
69464              We must check if the hv is a stash, otherwise we try to delete
69465              something that is a HvNAME of null.....  tests pass better now
69466      Branch: perl
69467            ! gv.c
69468 ____________________________________________________________________________
69469 [ 19212] By: sky                                   on 2003/04/14  21:15:00
69470         Log: Fixes to bugs introduced by PL_stashcache
69471              A) Follow suggestion by Benjamin Goldberg to use hv_delete
69472              instead of hv_delete_ent to avoid creating a temporary SV
69473              B) Don't increment the refcount, sneak it into an IV instead
69474              C) When a GP is a deleted that contains a stash, remove the
69475              corresponding entry since hv might be in use in other places.
69476              D) Note that no test cases test the deletion of packages to catch
69477              this bug.
69478      Branch: perl
69479            ! gv.c hv.c pp_hot.c
69480 ____________________________________________________________________________
69481 [ 19211] By: rgs                                   on 2003/04/14  21:11:11
69482         Log: Mention that "make test_harness" lets messages sent through
69483              standard error out. Complements change #19206.
69484      Branch: perl
69485            ! pod/perlhack.pod
69486 ____________________________________________________________________________
69487 [ 19210] By: rgs                                   on 2003/04/14  20:48:02
69488         Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1  [perl #17757]
69489              From: Inaba Hiroto <inaba@st.rim.or.jp>
69490              Date: Fri, 21 Mar 2003 17:35:21 +0900
69491              Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
69492              Date: Sat, 22 Mar 2003 11:28:05 +0900
69493              Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
69494      Branch: perl
69495            ! regexec.c t/op/pat.t
69496 ____________________________________________________________________________
69497 [ 19209] By: jhi                                   on 2003/04/14  20:36:55
69498         Log: PERLIO=perlio requires extra steps.
69499      Branch: perl
69500            ! lib/PerlIO.pm t/io/layers.t
69501 ____________________________________________________________________________
69502 [ 19208] By: jhi                                   on 2003/04/14  20:02:04
69503         Log: Skip as early as possible if no perlio since the
69504              use open would be compile-time.
69505      Branch: perl
69506            ! t/io/layers.t
69507 ____________________________________________________________________________
69508 [ 19207] By: rgs                                   on 2003/04/14  19:34:42
69509         Log: Document and test autovivified dirhandles.
69510              Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
69511              From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
69512              Date: 12 Apr 2003 12:40:45 -0000
69513              Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
69514      Branch: perl
69515            ! pod/perlfunc.pod t/op/readdir.t
69516 ____________________________________________________________________________
69517 [ 19206] By: rgs                                   on 2003/04/14  19:13:26
69518         Log: More docs about running tests and the test suite.
69519              Update perlhack.pod in various places.
69520              Add 'test_harness' as a .PHONY dependency in the Makefile.
69521      Branch: perl
69522            ! Makefile.SH pod/perlhack.pod t/README
69523 ____________________________________________________________________________
69524 [ 19205] By: jhi                                   on 2003/04/14  18:58:01
69525         Log: Build get_layers() also under -Uuseperlio.
69526      Branch: perl
69527            ! universal.c
69528 ____________________________________________________________________________
69529 [ 19204] By: jhi                                   on 2003/04/14  18:48:04
69530         Log: Bump up the version and admonish against aspiring (ab)use.
69531      Branch: perl
69532            ! lib/PerlIO.pm
69533 ____________________________________________________________________________
69534 [ 19203] By: jhi                                   on 2003/04/14  17:35:51
69535         Log: Introduce PerlIO::get_layers() to allow people to peek
69536              at the PerlIO layer stack.
69537      Branch: perl
69538            + t/io/layers.t
69539            ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
69540            ! universal.c
69541 ____________________________________________________________________________
69542 [ 19202] By: merijn                                on 2003/04/14  05:42:18
69543         Log: Subject: [PATCH] vms/vms.c waitpid tweak
69544              From: "Craig A. Berry" <craigberry@mac.com>
69545              Date: Mon, 14 Apr 2003 00:43:00 -0500
69546              Message-ID: <3E9A4A64.6030205@mac.com>
69547      Branch: perl
69548            ! vms/vms.c
69549 ____________________________________________________________________________
69550 [ 19201] By: sky                                   on 2003/04/13  19:26:46
69551         Log: Fix bug #16253, use all the CPU that we can :-)
69552      Branch: perl
69553            ! ext/threads/threads.xs
69554 ____________________________________________________________________________
69555 [ 19200] By: sky                                   on 2003/04/13  18:38:58
69556         Log: Fix bug #15893 by creating shared scalars with a refcount of 1
69557              instead of 2 and make push and pop increase the refcount.
69558      Branch: perl
69559            ! ext/threads/shared/shared.xs
69560 ____________________________________________________________________________
69561 [ 19199] By: jhi                                   on 2003/04/13  11:45:42
69562         Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
69563              ../../lib for the lc() at line 66 (UTF-8 data possible
69564              if using UTF-8 locales).
69565      Branch: perl
69566            ! lib/ExtUtils/t/Install.t
69567 ____________________________________________________________________________
69568 [ 19198] By: jhi                                   on 2003/04/13  09:43:09
69569         Log: The lib/ipc_sysv.t test has a new name.
69570      Branch: perl
69571            ! INSTALL
69572 ____________________________________________________________________________
69573 [ 19197] By: jhi                                   on 2003/04/13  09:32:05
69574         Log: Continue hunting for the cause of the Tru64 failed threaded smokes
69575              most probably introduced by the change #19157.  The tweak suggested
69576              by Stephen McCamant trades a possible dangling pointer (CopFILE()
69577              is tricky like that with threads) to a memory leak.  (This means
69578              that this tweak shouldn't be left in as-is, but if this helps,
69579              we at least know that the failure was caused by the #19157.)
69580      Branch: perl
69581            ! op.c
69582 ____________________________________________________________________________
69583 [ 19196] By: jhi                                   on 2003/04/13  09:20:02
69584         Log: Upgrade to Net::Ping 2.29.
69585      Branch: perl
69586            + lib/Net/Ping/t/510_ping_udp.t
69587            - lib/Net/Ping/README
69588            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
69589 ____________________________________________________________________________
69590 [ 19195] By: jhi                                   on 2003/04/13  09:02:05
69591         Log: Upgrade to Test::Harness 2.27_04.
69592      Branch: perl
69593            + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
69594            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
69595            ! lib/Test/Harness/t/test-harness.t
69596 ____________________________________________________________________________
69597 [ 19194] By: rgs                                   on 2003/04/12  21:21:04
69598         Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
69599      Branch: perl
69600            ! hints/darwin.sh hints/rhapsody.sh
69601 ____________________________________________________________________________
69602 [ 19192] By: jhi                                   on 2003/04/12  18:23:40
69603         Log: The debugging aid #19182 didn't.
69604      Branch: perl
69605            ! ext/B/t/deparse.t
69606 ____________________________________________________________________________
69607 [ 19191] By: jhi                                   on 2003/04/12  16:51:12
69608         Log: Benchmark nit from Nicholas Clark (in OpenBSD the result could
69609              be a negative zero, -0).
69610      Branch: perl
69611            ! lib/Benchmark.t
69612 ____________________________________________________________________________
69613 [ 19190] By: rgs                                   on 2003/04/12  13:41:25
69614         Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
69615              From: Michael G Schwern <schwern@pobox.com>
69616              Date: Fri, 11 Apr 2003 00:32:02 -0700
69617              Message-ID: <20030411073202.GC5916@windhund.schwern.org>
69618      Branch: perl
69619            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
69620            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
69621            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
69622            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
69623            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
69624            ! lib/ExtUtils/t/zz_cleanup_dummy.t
69625 ____________________________________________________________________________
69626 [ 19189] By: rgs                                   on 2003/04/10  20:40:14
69627         Log: Peter Scott suggests that the docs for base.pm should
69628              state explicitely that base.pm doesn't call import()
69629              on base classes. Plus a few typos.
69630      Branch: perl
69631            ! lib/base.pm
69632 ____________________________________________________________________________
69633 [ 19188] By: rgs                                   on 2003/04/10  19:45:08
69634         Log: PerlFAQ sync.
69635      Branch: perl
69636            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
69637            ! pod/perlfaq7.pod pod/perlfaq9.pod
69638 ____________________________________________________________________________
69639 [ 19187] By: rgs                                   on 2003/04/10  19:25:18
69640         Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
69641              There used to be a nullstash (%{"<none>::"}) to hold illegal
69642              variables under strict 'vars'. It has been removed by change #17942.
69643              This can lead to segfaults during the parsing, because some illegal
69644              variables might have been discarded before the compilation of the
69645              current statement had completed.
69646              Bug analysis and test case by Enache Adrian.
69647      Branch: perl
69648            ! gv.c t/lib/strict/vars
69649 ____________________________________________________________________________
69650 [ 19186] By: jhi                                   on 2003/04/10  19:13:40
69651         Log: Be more descriptive.
69652      Branch: perl
69653            ! MANIFEST
69654 ____________________________________________________________________________
69655 [ 19185] By: jhi                                   on 2003/04/10  19:06:02
69656         Log: Noted by Nat: -0 didn't work that well with Unicode.
69657      Branch: perl
69658            ! perl.c pod/perlrun.pod
69659 ____________________________________________________________________________
69660 [ 19184] By: jhi                                   on 2003/04/10  17:26:43
69661         Log: Add an option for the grok_xxx() to silently ignore bad digits.
69662      Branch: perl
69663            ! numeric.c perl.h
69664 ____________________________________________________________________________
69665 [ 19183] By: jhi                                   on 2003/04/10  10:56:25
69666         Log: The test doesn't work that well when -Uusedl.
69667              Some of the tests could be salvaged even then I guess.
69668      Branch: perl
69669            ! lib/ExtUtils/t/Constant.t
69670 ____________________________________________________________________________
69671 [ 19182] By: jhi                                   on 2003/04/10  09:40:24
69672         Log: A temporary debugging aid for Tru64 threaded builds.
69673      Branch: perl
69674            ! ext/B/t/deparse.t
69675 ____________________________________________________________________________
69676 [ 19181] By: jhi                                   on 2003/04/10  08:02:10
69677         Log: Unless Inuits are involved...
69678      Branch: perl
69679            ! pod/perlrun.pod
69680 ____________________________________________________________________________
69681 [ 19180] By: jhi                                   on 2003/04/10  07:02:44
69682         Log: With AFS the cwds have little chance of agreeing.
69683      Branch: perl
69684            ! ext/Cwd/t/cwd.t
69685 ____________________________________________________________________________
69686 [ 19179] By: jhi                                   on 2003/04/10  06:46:50
69687         Log: I assume the idea was to use the *cwd variables for testing.
69688      Branch: perl
69689            ! ext/Cwd/t/cwd.t
69690 ____________________________________________________________________________
69691 [ 19177] By: jhi                                   on 2003/04/10  04:34:48
69692         Log: perlport information about portably embedding string data.
69693      Branch: perl
69694            ! pod/perlport.pod
69695 ____________________________________________________________________________
69696 [ 19176] By: jhi                                   on 2003/04/10  04:18:45
69697         Log: Also locale names can contain illegal UTF-8.
69698      Branch: perl
69699            ! lib/locale.t
69700 ____________________________________________________________________________
69701 [ 19175] By: jhi                                   on 2003/04/10  04:03:48
69702         Log: In case someone is using UTF-8 locales.
69703      Branch: perl
69704            ! lib/ExtUtils/MM_MacOS.pm
69705 ____________________________________________________________________________
69706 [ 19174] By: merijn                                on 2003/04/09  14:33:12
69707         Log: Even more promotion for -lc128 (long doubles on AIX)
69708              More obvious detection of C compiler
69709              cc_type should not promote to config.sh
69710
69711              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69712              Date: Wed, 09 Apr 2003 14:31:48 +0200
69713              Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
69714      Branch: perl
69715            ! hints/aix.sh
69716 ____________________________________________________________________________
69717 [ 19173] By: jhi                                   on 2003/04/09  12:39:35
69718         Log: open(my $fh, ">&", STDOUT) should not warn under strict.
69719      Branch: perl
69720            ! op.c t/io/open.t
69721 ____________________________________________________________________________
69722 [ 19172] By: jhi                                   on 2003/04/09  10:40:31
69723         Log: Try to be more descriptive than just __ANONIO__ which is what
69724              you get when you autovivify filehandles into array/hash elements.
69725      Branch: perl
69726            ! doio.c op.c t/io/open.t
69727 ____________________________________________________________________________
69728 [ 19171] By: rgs                                   on 2003/04/08  20:44:20
69729         Log: Implement support for --help and --version in Getopt::Std
69730              Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
69731              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
69732              Date: Mon, 7 Apr 2003 17:07:15 -0700
69733              Message-ID: <20030408000714.GA953@math.berkeley.edu>
69734      Branch: perl
69735            ! lib/Getopt/Std.pm
69736 ____________________________________________________________________________
69737 [ 19170] By: rgs                                   on 2003/04/08  19:47:05
69738         Log: Subject: [PATCH] Re: Error: Unknown error
69739              From: Enache Adrian <enache@rdslink.ro>
69740              Date: Tue, 8 Apr 2003 07:12:13 +0300
69741              Message-ID: <20030408041213.GA13553@ratsnest.hole>
69742      Branch: perl
69743            ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
69744 ____________________________________________________________________________
69745 [ 19169] By: rgs                                   on 2003/04/08  19:19:34
69746         Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
69747              From: Dave Mitchell <davem@fdgroup.com>
69748              Date: Mon, 7 Apr 2003 21:43:17 +0100
69749              Message-ID: <20030407204317.GA8796@fdgroup.com>
69750
69751              The new XTERMORDORDOR lexer expectation must also be named
69752              in debugging perls, to be used in the output of -DT.
69753      Branch: perl
69754            ! perl.h toke.c
69755 ____________________________________________________________________________
69756 [ 19168] By: rgs                                   on 2003/04/08  19:05:22
69757         Log: Document that perl recognizes 2>&1 on the command-line on VMS.
69758      Branch: perl
69759            ! vms/perlvms.pod
69760 ____________________________________________________________________________
69761 [ 19167] By: rgs                                   on 2003/04/08  18:47:18
69762         Log: Typos fixes by Stas Bekman.
69763      Branch: perl
69764            ! cv.h lib/attributes.pm sv.h
69765 ____________________________________________________________________________
69766 [ 19166] By: rgs                                   on 2003/04/08  18:43:22
69767         Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1`  these days?
69768              From: Robin Barker <Robin.Barker@npl.co.uk>
69769              Date: Tue, 8 Apr 2003 14:23:04 +0100
69770              Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
69771      Branch: perl
69772            ! pod/perlpod.pod
69773 ____________________________________________________________________________
69774 [ 19164] By: jhi                                   on 2003/04/08  04:42:05
69775         Log: Few more words about safe/unsafe signals.
69776      Branch: perl
69777            ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
69778 ____________________________________________________________________________
69779 [ 19163] By: jhi                                   on 2003/04/07  19:25:39
69780         Log: The SvGROW() might move the PV.
69781      Branch: perl
69782            ! pp.c
69783 ____________________________________________________________________________
69784 [ 19162] By: jhi                                   on 2003/04/07  18:23:29
69785         Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
69786              From: Michael G Schwern <schwern@pobox.com>
69787              Date: Mon, 7 Apr 2003 02:09:17 -0700
69788              Message-ID: <20030407090917.GA9221@windhund.schwern.org>
69789      Branch: perl
69790            + lib/ExtUtils/t/MM_Any.t
69791            ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
69792            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
69793            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
69794            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
69795            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
69796            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
69797            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.pm
69798            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
69799            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
69800            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
69801            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
69802            ! lib/ExtUtils/README lib/ExtUtils/TODO
69803            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
69804            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
69805 ____________________________________________________________________________
69806 [ 19160] By: jhi                                   on 2003/04/07  04:17:38
69807         Log: Time::HiRes: Do not create files in blib directories under core
69808              (from Rafael)
69809      Branch: perl
69810            ! ext/Time/HiRes/Makefile.PL
69811 ____________________________________________________________________________
69812 [ 19159] By: jhi                                   on 2003/04/07  03:53:01
69813         Log: Future binary compat wishful thinking:
69814              maint will use the stashcache, but not the dbassertion.
69815      Branch: perl
69816            ! intrpvar.h
69817 ____________________________________________________________________________
69818 [ 19158] By: jhi                                   on 2003/04/07  03:41:17
69819         Log: More WinCE tweaking for Vadim Konovalov.
69820      Branch: perl
69821            ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
69822            ! wince/makedist.pl
69823 ____________________________________________________________________________
69824 [ 19157] By: rgs                                   on 2003/04/06  20:53:29
69825         Log: Subject: CvFILE for constant subs
69826              From: Stephen McCamant <smcc@mit.edu>
69827              Date: Sun, 6 Apr 2003 16:39:13 -0400
69828              Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
69829      Branch: perl
69830            ! op.c
69831 ____________________________________________________________________________
69832 [ 19156] By: rgs                                   on 2003/04/06  20:44:09
69833         Log: Subject: [PATCH] B::Deparse: sv_no != 0
69834              From: Stephen McCamant <smcc@mit.edu>
69835              Date: Sun, 6 Apr 2003 17:00:48 -0400
69836              Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
69837      Branch: perl
69838            ! ext/B/B/Deparse.pm
69839 ____________________________________________________________________________
69840 [ 19154] By: jhi                                   on 2003/04/06  19:46:35
69841         Log: An unconditional carp is not nice.
69842      Branch: perl
69843            ! ext/Sys/Syslog/Syslog.pm
69844 ____________________________________________________________________________
69845 [ 19153] By: rgs                                   on 2003/04/06  18:37:58
69846         Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
69847              From: Robert Spier <rspier@pobox.com>
69848              Date: Sat, 05 Apr 2003 21:12:20 -0800
69849              Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
69850      Branch: perl
69851            ! README.solaris
69852 ____________________________________________________________________________
69853 [ 19152] By: rgs                                   on 2003/04/06  18:24:38
69854         Log: Remove unportable ">|" shell syntax
69855              Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
69856              From: Enache Adrian <enache@rdslink.ro>
69857              Date: Sun, 6 Apr 2003 21:13:27 +0300
69858              Message-ID: <20030406181326.GA873@ratsnest.hole>
69859      Branch: perl
69860            ! Makefile.SH
69861 ____________________________________________________________________________
69862 [ 19151] By: jhi                                   on 2003/04/06  18:14:44
69863         Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
69864              From: Joost van Baal <J.E.vanBaal@uvt.nl>
69865              Date: Mon, 25 Nov 2002 17:35:37 +0100
69866              Message-ID: <20021125163537.GC4745@banach.uvt.nl>
69867
69868              (The .pm patch modified a bit, and removed the false
69869              claim that _PATH_INFO would be coming from syslog.ph)
69870      Branch: perl
69871            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
69872            ! ext/Sys/Syslog/syslog.t
69873 ____________________________________________________________________________
69874 [ 19150] By: rgs                                   on 2003/04/05  21:10:00
69875         Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
69876              From: Enache Adrian <enache@rdslink.ro>
69877              Date: Thu, 3 Apr 2003 15:50:48 +0300
69878              Message-ID: <20030403125048.GA6107@ratsnest.hole>
69879
69880              On linux, when building a shared library, generate
69881              a small shell wrapper, "preload", that preloads libperl.so
69882              only if it exists. Useful when the 'make' process stops
69883              before the link phase.
69884      Branch: perl
69885            ! Makefile.SH
69886 ____________________________________________________________________________
69887 [ 19149] By: jhi                                   on 2003/04/05  20:44:25
69888         Log: Upgrade to Locale::Maketext 1.04.
69889      Branch: perl
69890            + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
69891            + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
69892            - lib/Locale/Maketext/test.pl
69893            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
69894            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
69895 ____________________________________________________________________________
69896 [ 19148] By: jhi                                   on 2003/04/05  20:38:30
69897         Log: perluniintro.pod: nice_string() doesn't escape
69898              literal escape chars -- use Sadahiro-san's fix(es).
69899      Branch: perl
69900            ! pod/perluniintro.pod
69901 ____________________________________________________________________________
69902 [ 19147] By: rgs                                   on 2003/04/05  19:12:30
69903         Log: Subject: [PATCH 5.8.1 @19053] Embedding
69904              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
69905              Date: Mon, 31 Mar 2003 12:39:24 -0800
69906              Message-ID: <20030331203924.GA3602@math.berkeley.edu>
69907
69908              Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
69909              to be used in a C program's main function.
69910      Branch: perl
69911            ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
69912 ____________________________________________________________________________
69913 [ 19146] By: jhi                                   on 2003/04/05  19:08:37
69914         Log: Heredocs and use encoding didn't work for SJIS;
69915              patch from Inaba Hiroto.
69916      Branch: perl
69917            ! toke.c
69918 ____________________________________________________________________________
69919 [ 19145] By: rgs                                   on 2003/04/05  11:45:36
69920         Log: The manpages don't have to be built by MakeMaker for the
69921              core modules in ext/. Disable this in Devel::PPPort (not
69922              up-to-date on CPAN), Unicode::Normalize (the CPAN version
69923              uses a different Makefile.PL anyway) and XS::APItest
69924              (not CPANized.)
69925      Branch: perl
69926            ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
69927            ! ext/XS/APItest/Makefile.PL
69928 ____________________________________________________________________________
69929 [ 19144] By: rgs                                   on 2003/04/05  11:28:22
69930         Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
69931              by SADAHIRO Tomoyuki.
69932      Branch: perl
69933            ! ext/Unicode/Normalize/Changes
69934            ! ext/Unicode/Normalize/Normalize.pm
69935            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
69936            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
69937            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
69938            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
69939            ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
69940 ____________________________________________________________________________
69941 [ 19143] By: merijn                                on 2003/04/03  08:55:33
69942         Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
69943              From: "Craig A. Berry" <craigberry@mac.com>
69944              Date: Wed, 02 Apr 2003 18:09:03 -0600
69945              Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
69946      Branch: perl
69947            ! vms/vms.c vms/vmsish.h
69948 ____________________________________________________________________________
69949 [ 19142] By: merijn                                on 2003/04/03  08:50:55
69950         Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
69951              From: andreas.koenig@anima.de (Andreas J. Koenig)
69952              Date: Thu, 03 Apr 2003 08:28:52 +0200
69953              Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
69954      Branch: perl
69955            ! lib/Pod/t/Functions.t
69956 ____________________________________________________________________________
69957 [ 19141] By: jhi                                   on 2003/04/03  05:00:36
69958         Log: Don't recurse from threads to threads/shared (since
69959              threads/shared is built separately, temp solution from
69960              Schwern while MM is being fixed.)
69961      Branch: perl
69962            ! ext/threads/Makefile.PL
69963 ____________________________________________________________________________
69964 [ 19140] By: rgs                                   on 2003/04/02  20:41:46
69965         Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
69966              From: Steve Hay <steve.hay@uk.radan.com>
69967              Date: Thu, 20 Mar 2003 11:55:01 +0000
69968              Message-ID: <3E79AC15.80307@uk.radan.com>
69969      Branch: perl
69970            ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
69971 ____________________________________________________________________________
69972 [ 19139] By: jhi                                   on 2003/04/02  19:44:07
69973         Log: Make perldiag agree with #19138.
69974      Branch: perl
69975            ! pod/perldiag.pod
69976 ____________________________________________________________________________
69977 [ 19138] By: jhi                                   on 2003/04/02  19:37:59
69978         Log: Make at least the thread count make sense.
69979      Branch: perl
69980            ! ext/threads/threads.xs
69981 ____________________________________________________________________________
69982 [ 19137] By: rgs                                   on 2003/04/02  19:24:47
69983         Log: Adjust test for the recent change (#19136) to Pod::Html
69984      Branch: perl
69985            ! lib/Pod/t/htmlview.t
69986 ____________________________________________________________________________
69987 [ 19136] By: rgs                                   on 2003/04/02  18:46:31
69988         Log: Fixes for "installhtml --splithead", based on :
69989              Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
69990              From: Steve Hay <steve.hay@uk.radan.com>
69991              Date: Wed, 02 Apr 2003 11:33:41 +0100
69992              Message-ID: <3E8ABC85.5060807@uk.radan.com>
69993
69994              This also includes a small patch to Pod::Html : when generating
69995              anchor names, play on the safe side and turn every non-alphanumeric
69996              character into an '_'. Moreover, Pod::Html::anchorify() is now
69997              optionally exported.
69998      Branch: perl
69999            ! installhtml lib/Pod/Html.pm
70000 ____________________________________________________________________________
70001 [ 19135] By: rgs                                   on 2003/04/02  18:42:50
70002         Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
70003              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70004              Date: Tue, 01 Apr 2003 16:32:46 -0800
70005              Message-ID: <u+ii+gzkgqkV092yn@efn.org>
70006      Branch: perl
70007            ! pp.c t/op/split.t
70008 ____________________________________________________________________________
70009 [ 19134] By: sky                                   on 2003/04/02  18:01:40
70010         Log: Fix some small nits, thanks to Rafael.
70011      Branch: perl
70012            ! pp_hot.c
70013 ____________________________________________________________________________
70014 [ 19133] By: sky                                   on 2003/04/02  13:41:14
70015         Log: Add packname->stash cache before the check if a packname is a
70016              filehandle or a package, it works because only packnames
70017              that have been resolved to stashes are added to the cache,
70018              and when a newIO is created we clean the cache.
70019              Results in roughly 1.8 speed increase for class->method()
70020              calls.
70021      Branch: perl
70022            ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
70023 ____________________________________________________________________________
70024 [ 19132] By: merijn                                on 2003/04/02  11:28:02
70025         Log: #19122 should have been tested on non-glibc system (like AIX)
70026      Branch: perl
70027            ! pp.c
70028 ____________________________________________________________________________
70029 [ 19131] By: jhi                                   on 2003/04/02  05:25:19
70030         Log: Spread IlyaZ's PERL_CORE detection trick.
70031      Branch: perl
70032            ! ext/Encode/Makefile.PL
70033 ____________________________________________________________________________
70034 [ 19130] By: jhi                                   on 2003/04/02  04:42:40
70035         Log: Cannot portably compare files if one of them is still open
70036              (from Craig Berry).
70037      Branch: perl
70038            ! ext/Encode/t/enc_module.t
70039 ____________________________________________________________________________
70040 [ 19129] By: jhi                                   on 2003/04/02  04:30:45
70041         Log: MM_VMS tweak from Craig Berry:
70042              http://nntp.x.perl.org/group/perl.makemaker/1002
70043      Branch: perl
70044            ! lib/ExtUtils/MM_VMS.pm
70045 ____________________________________________________________________________
70046 [ 19128] By: rgs                                   on 2003/04/01  21:30:12
70047         Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
70048              From: Steve Hay <steve.hay@uk.radan.com>
70049              Date: Thu, 20 Mar 2003 12:34:15 +0000
70050              Message-ID: <3E79B547.6030201@uk.radan.com>
70051              (with a few minor tweaks)
70052      Branch: perl
70053            ! installhtml
70054 ____________________________________________________________________________
70055 [ 19127] By: rgs                                   on 2003/04/01  19:01:20
70056         Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
70057              From: Enache Adrian <enache@rdslink.ro>
70058              Date: Sat, 29 Mar 2003 19:45:41 +0200
70059              Message-ID: <20030329174541.GA8138@ratsnest.hole>
70060      Branch: perl
70061            ! ext/B/B/Deparse.pm
70062 ____________________________________________________________________________
70063 [ 19126] By: rgs                                   on 2003/04/01  18:39:43
70064         Log: Fix bug #21742. require should be always invoked in
70065              scalar context. This wasn't the case when called from
70066              an eval(""), because the void context doesn't propagate
70067              through the leaveeval op. Instead of making scalarvoid()
70068              handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
70069              a workaround in doeval().
70070      Branch: perl
70071            ! pp_ctl.c t/comp/require.t
70072 ____________________________________________________________________________
70073 [ 19124] By: jhi                                   on 2003/04/01  16:52:28
70074         Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
70075              From: "Green, Paul" <Paul.Green@stratus.com>
70076              Date: Tue, 1 Apr 2003 12:37:38 -0500
70077              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
70078      Branch: perl
70079            ! hints/vos.sh
70080 ____________________________________________________________________________
70081 [ 19122] By: jhi                                   on 2003/04/01  16:36:52
70082         Log: Integrate:
70083              [ 19119]
70084              Address "5.8.1@19053: crypt_r() takes 128K per thread".
70085      Branch: perl
70086           !> pp.c reentr.c reentr.h reentr.pl
70087 ____________________________________________________________________________
70088 [ 19121] By: jhi                                   on 2003/04/01  16:36:02
70089         Log: Integrate:
70090              [ 19109]
70091              Subject: [PATCH 5.8.1 @19053] Time::HiRes
70092              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
70093              Date: Mon, 31 Mar 2003 12:53:01 -0800
70094              Message-ID: <20030331205301.GA3687@math.berkeley.edu>
70095
70096              [ 19111]
70097              A cleaner way to detect PERL_CORE, from IlyaZ.
70098      Branch: perl
70099           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
70100 ____________________________________________________________________________
70101 [ 19120] By: jhi                                   on 2003/04/01  16:32:03
70102         Log: Integrate:
70103              [ 19106]
70104              Subject: [PATCH 5.8.1 @19053] OS/2-related patches
70105              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
70106              Date: Mon, 31 Mar 2003 12:43:37 -0800
70107              Message-ID: <20030331204337.GA3634@math.berkeley.edu>
70108
70109              and regen Configure.
70110      Branch: perl
70111            ! Configure config_h.SH embedvar.h
70112           !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
70113           !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
70114           !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
70115           !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
70116           !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
70117           !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
70118           !> reentr.h reentr.pl sv.c
70119 ____________________________________________________________________________
70120 [ 19118] By: jhi                                   on 2003/04/01  16:17:04
70121         Log: Document the _exit() issue with threads in Linux [perl #17057].
70122      Branch: perl
70123            ! ext/POSIX/POSIX.pod
70124 ____________________________________________________________________________
70125 [ 19117] By: jhi                                   on 2003/04/01  16:07:59
70126         Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
70127              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
70128              Date: Tue, 1 Apr 2003 11:02:35 +0200
70129              Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
70130      Branch: perl
70131            ! t/op/getpid.t
70132 ____________________________________________________________________________
70133 [ 19116] By: jhi                                   on 2003/04/01  16:06:12
70134         Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
70135              From: Michael G Schwern <schwern@pobox.com>
70136              Date: Mon, 31 Mar 2003 15:16:57 -0800
70137              Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
70138      Branch: perl
70139            ! ext/SDBM_File/sdbm/Makefile.PL
70140 ____________________________________________________________________________
70141 [ 19115] By: jhi                                   on 2003/04/01  15:58:45
70142         Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
70143              From: Richard.Foley@ubsw.com
70144              Date: Mon, 31 Mar 2003 16:27:14 +0200
70145              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
70146      Branch: perl
70147            ! pod/perlhack.pod
70148 ____________________________________________________________________________
70149 [ 19114] By: jhi                                   on 2003/04/01  15:56:27
70150         Log: Subject: [PATCH] Text::Abbrev warnings safe
70151              From: Peter Scott <Peter@PSDT.com>
70152              Date: Fri, 28 Mar 2003 16:34:47 -0800
70153              Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
70154      Branch: perl
70155            ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
70156 ____________________________________________________________________________
70157 [ 19113] By: merijn                                on 2003/04/01  14:12:33
70158         Log: Implemented AIX longdouble support in hints/aix.sh, which now
70159              actually work.  Thanks to John L. Allen for the hint.
70160
70161              Subject: Re: AIX longdoubles
70162              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70163              Date: Tue, 01 Apr 2003 17:18:57 +0200
70164              Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
70165      Branch: perl
70166            ! hints/aix.sh
70167 ____________________________________________________________________________
70168 [ 19104] By: jhi                                   on 2003/03/31  10:51:36
70169         Log: Tabify; strictly speaking unnecessary but anyway...
70170      Branch: perl
70171            ! MANIFEST
70172 ____________________________________________________________________________
70173 [ 19102] By: jhi                                   on 2003/03/31  10:36:48
70174         Log: Upgrade to Test::Harness 2.27_02.
70175      Branch: perl
70176            + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
70177            + t/lib/sample-tests/too_many
70178            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
70179            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
70180            ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t
70181 ____________________________________________________________________________
70182 [ 19101] By: jhi                                   on 2003/03/31  10:07:35
70183         Log: Upgrade to podlators 1.26.
70184      Branch: perl
70185            ! lib/Pod/Man.pm
70186 ____________________________________________________________________________
70187 [ 19100] By: jhi                                   on 2003/03/31  10:03:50
70188         Log: Upgrade to Encode 1.92.
70189      Branch: perl
70190            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
70191            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
70192            ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
70193            ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
70194            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
70195            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
70196 ____________________________________________________________________________
70197 [ 19099] By: jhi                                   on 2003/03/31  09:54:52
70198         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
70199              From: Michael G Schwern <schwern@pobox.com>
70200              Date: Mon, 31 Mar 2003 02:42:58 -0800
70201              Message-ID: <20030331104257.GB15327@windhund.schwern.org>
70202      Branch: perl
70203            + lib/ExtUtils/MakeMaker/FAQ.pod
70204            + lib/ExtUtils/MakeMaker/Tutorial.pod
70205            + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
70206            + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
70207            + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
70208            + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
70209            + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
70210            + t/lib/TieIn.pm
70211            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
70212            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
70213            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
70214            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
70215            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
70216            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
70217            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
70218            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
70219            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
70220            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
70221            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
70222            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
70223            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
70224            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t
70225            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
70226            ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t
70227            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
70228            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
70229 ____________________________________________________________________________
70230 [ 19098] By: jhi                                   on 2003/03/31  09:36:11
70231         Log: Subject: [PATCH dump.c] stray n_a
70232              From: Michael G Schwern <schwern@pobox.com>
70233              Date: Mon, 31 Mar 2003 00:55:49 -0800
70234              Message-ID: <20030331085549.GB1300@windhund.schwern.org>
70235      Branch: perl
70236            ! dump.c
70237 ____________________________________________________________________________
70238 [ 19097] By: jhi                                   on 2003/03/31  05:00:07
70239         Log: Some low-hanging fruit for EBCDIC portability
70240              (or for marking as EBCDIC todos)
70241      Branch: perl
70242            ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
70243            ! t/uni/write.t
70244 ____________________________________________________________________________
70245 [ 19094] By: jhi                                   on 2003/03/30  15:54:35
70246         Log: Upgrade to Time::HiRes 1.44.
70247      Branch: perl
70248            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
70249 ____________________________________________________________________________
70250 [ 19092] By: jhi                                   on 2003/03/30  15:09:02
70251         Log: IRIX 5.3 update.
70252      Branch: perl
70253            ! README.irix
70254 ____________________________________________________________________________
70255 [ 19091] By: jhi                                   on 2003/03/30  10:26:32
70256         Log: Not all compilers like #ifdefs within cpp macros
70257              (follow-up on #19086)
70258      Branch: perl
70259            ! pp_sys.c
70260 ____________________________________________________________________________
70261 [ 19090] By: jhi                                   on 2003/03/30  09:50:33
70262         Log: Ending strings is customary (typo from #19084).
70263      Branch: perl
70264            ! ext/Socket/Socket.t
70265 ____________________________________________________________________________
70266 [ 19089] By: jhi                                   on 2003/03/30  09:24:08
70267         Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
70268      Branch: perl
70269            ! MANIFEST
70270 ____________________________________________________________________________
70271 [ 19088] By: jhi                                   on 2003/03/30  09:09:42
70272         Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
70273              as the test expects.
70274      Branch: perl
70275            ! lib/Net/hostent.t
70276 ____________________________________________________________________________
70277 [ 19087] By: jhi                                   on 2003/03/30  09:08:07
70278         Log: In IRIX 5.3 turn off some of the warnings that cannot
70279              really be helped (e.g. warnings coming from system headers,
70280              or linker warnings during Configure).
70281      Branch: perl
70282            ! hints/irix_5.sh
70283 ____________________________________________________________________________
70284 [ 19086] By: jhi                                   on 2003/03/30  08:59:24
70285         Log: In IRIX 5.3 the cc is awfully confused about the prototype
70286              of select().
70287      Branch: perl
70288            ! hints/irix_5.sh pp_sys.c
70289 ____________________________________________________________________________
70290 [ 19085] By: jhi                                   on 2003/03/30  08:43:53
70291         Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
70292      Branch: perl
70293            + ext/Time/HiRes/hints/irix.pl
70294            ! MANIFEST
70295 ____________________________________________________________________________
70296 [ 19084] By: jhi                                   on 2003/03/30  08:31:53
70297         Log: gethostbyname('localhost') is not that portable.
70298              inet_aton('localhost') in IRIX 5.3 returned an undef,
70299              which in turn made pack_sockaddr_in to barf on zero
70300              length in_addr.
70301      Branch: perl
70302            ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
70303 ____________________________________________________________________________
70304 [ 19083] By: jhi                                   on 2003/03/30  07:49:46
70305         Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
70306              From: Nicholas Clark <nick@unfortu.net>
70307              Date: Sun, 30 Mar 2003 00:35:48 +0000
70308              Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
70309      Branch: perl
70310            ! sv.c
70311 ____________________________________________________________________________
70312 [ 19082] By: jhi                                   on 2003/03/29  21:18:32
70313         Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
70314              not defined AF_LINK.
70315      Branch: perl
70316            ! ext/Socket/Socket.xs
70317 ____________________________________________________________________________
70318 [ 19081] By: jhi                                   on 2003/03/29  20:41:56
70319         Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
70320              From: Nicholas Clark <nick@unfortu.net>
70321              Date: Sat, 29 Mar 2003 18:58:09 +0000
70322              Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
70323      Branch: perl
70324            ! dump.c
70325 ____________________________________________________________________________
70326 [ 19080] By: rgs                                   on 2003/03/29  20:39:34
70327         Log: Minor rephrasing in perlopentut,
70328              noticed by Bob Wilkinson (RT [perl #21725])
70329      Branch: perl
70330            ! pod/perlopentut.pod
70331 ____________________________________________________________________________
70332 [ 19079] By: rgs                                   on 2003/03/29  20:21:11
70333         Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
70334              From: Nicholas Clark <nick@unfortu.net>
70335              Date: Thu, 27 Mar 2003 22:37:35 +0000
70336              Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
70337      Branch: perl
70338            ! pod/perlapi.pod sv.h
70339 ____________________________________________________________________________
70340 [ 19078] By: jhi                                   on 2003/03/29  07:23:00
70341         Log: It seems that in Tru64 V5 gcc cannot be used to
70342              compile a threaded Perl because <pthread.h> explicitly
70343              checks for supported compilers (gcc not being one of them).
70344              This is not so bad since the system C compiler is always there.
70345      Branch: perl
70346            ! README.tru64 hints/dec_osf.sh
70347 ____________________________________________________________________________
70348 [ 19077] By: jhi                                   on 2003/03/28  06:03:16
70349         Log: Feeding illegal QP (like \x80) to this
70350              ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
70351              caused a coredump in av_length() <- nextargv() because
70352              the av was NULL.  I don't know that returning Nullfp is
70353              the best thing to do, but it dodges the segfault and
70354              introduces no test failures.
70355      Branch: perl
70356            ! doio.c
70357 ____________________________________________________________________________
70358 [ 19074] By: jhi                                   on 2003/03/27  18:17:20
70359         Log: Missing final \n.
70360      Branch: perl
70361            ! lib/Attribute/Handlers/Changes
70362 ____________________________________________________________________________
70363 [ 19072] By: rgs                                   on 2003/03/26  22:30:09
70364         Log: Subject: [perl #21672] IO::New and undefined filename behaviour
70365              From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
70366              Date: 24 Mar 2003 16:29:08 -0000
70367              Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
70368              plus a regression test
70369      Branch: perl
70370            ! ext/IO/lib/IO/File.pm lib/FileHandle.t
70371 ____________________________________________________________________________
70372 [ 19071] By: rgs                                   on 2003/03/26  22:08:16
70373         Log: Better version of change #19069
70374              Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
70375              From: Nicholas Clark <nick@unfortu.net>
70376              Date: Wed, 26 Mar 2003 23:01:46 +0000
70377              Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
70378      Branch: perl
70379            ! pp_hot.c sv.c t/op/readline.t
70380 ____________________________________________________________________________
70381 [ 19070] By: rgs                                   on 2003/03/26  21:31:55
70382         Log: Subject: [patch] for Stratus VOS
70383              From: "Green, Paul" <Paul.Green@stratus.com>
70384              Date: Wed, 26 Mar 2003 17:24:38 -0500
70385              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
70386              (plus a small tweak to the test script)
70387      Branch: perl
70388            ! README.vos t/op/pack.t
70389 ____________________________________________________________________________
70390 [ 19069] By: rgs                                   on 2003/03/26  21:14:33
70391         Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
70392              From: Nicholas Clark <nick@unfortu.net>
70393              Date: Tue, 25 Mar 2003 22:59:17 +0000
70394              Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
70395      Branch: perl
70396            ! sv.c t/op/readline.t
70397 ____________________________________________________________________________
70398 [ 19068] By: rgs                                   on 2003/03/26  20:53:18
70399         Log: Win32 counterpart of change #19065
70400      Branch: perl
70401            ! win32/Makefile win32/makefile.mk
70402 ____________________________________________________________________________
70403 [ 19067] By: rgs                                   on 2003/03/26  20:34:32
70404         Log: VMS counterpart of change #19065
70405      Branch: perl
70406            ! vms/descrip_mms.template
70407 ____________________________________________________________________________
70408 [ 19066] By: jhi                                   on 2003/03/26  20:05:40
70409         Log: Upgrade to Term::ANSIColor 1.07.
70410      Branch: perl
70411            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
70412            ! lib/Term/ANSIColor/README
70413 ____________________________________________________________________________
70414 [ 19065] By: rgs                                   on 2003/03/26  19:55:20
70415         Log: Add a file utils/cpan.PL to generate the "cpan" utility,
70416              also separately maintained on CPAN, and now moved as
70417              lib/CPAN/bin/cpan. Tweak installperl to avoid installing
70418              this last file.
70419      Branch: perl
70420            + utils/cpan.PL
70421           +> lib/CPAN/bin/cpan
70422            - utils/cpan
70423            ! MANIFEST installperl utils/Makefile
70424 ____________________________________________________________________________
70425 [ 19064] By: jhi                                   on 2003/03/26  19:48:32
70426         Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
70427              From: Dave Mitchell <davem@fdgroup.com>
70428              Date: Thu, 20 Mar 2003 01:26:19 +0000
70429              Message-ID: <20030320012619.C19869@fdgroup.com>
70430
70431              Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
70432              From: Dave Mitchell <davem@fdgroup.com>
70433              Date: Mon, 24 Mar 2003 16:06:51 +0000
70434              Message-ID: <20030324160651.D1798@fdgroup.com>
70435      Branch: perl
70436            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
70437 ____________________________________________________________________________
70438 [ 19063] By: jhi                                   on 2003/03/26  19:33:09
70439         Log: Subject: [perl #21648] Doc typo in Net::servent
70440              From: Andy Lester (via RT) <perlbug-followup@perl.org>
70441              Date: 22 Mar 2003 05:02:31 -0000
70442              Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
70443      Branch: perl
70444            ! lib/Net/servent.pm
70445 ____________________________________________________________________________
70446 [ 19062] By: jhi                                   on 2003/03/26  19:29:39
70447         Log: Subject: [PATCH README.qnx] for QNX 6.2
70448              From: Norton Allen <allen@huarp.harvard.edu>
70449              Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
70450              Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
70451      Branch: perl
70452            ! README.qnx
70453 ____________________________________________________________________________
70454 [ 19060] By: merijn                                on 2003/03/26  13:13:23
70455         Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
70456              From: "Craig A. Berry" <craigberry@mac.com>
70457              Date: Tue, 25 Mar 2003 22:52:58 -0600
70458              Message-ID: <3E81322A.3040508@mac.com>
70459      Branch: perl
70460            ! lib/vmsish.t
70461 ____________________________________________________________________________
70462 [ 19059] By: rgs                                   on 2003/03/24  21:43:03
70463         Log: Change 19056 wasn't good enough.
70464              ldlibpth should be changed later, to avoid spaces to be quoted.
70465      Branch: perl
70466            ! Makefile.SH
70467 ____________________________________________________________________________
70468 [ 19058] By: rgs                                   on 2003/03/24  21:37:59
70469         Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
70470              From: Michael G Schwern <schwern@pobox.com>
70471              Date: Mon, 24 Mar 2003 00:50:39 -0800
70472              Message-ID: <20030324085039.GA19981@windhund.schwern.org>
70473      Branch: perl
70474            ! pod/perlhist.pod
70475 ____________________________________________________________________________
70476 [ 19057] By: rgs                                   on 2003/03/24  21:33:43
70477         Log: Typo, spotted by Doru Petrescu
70478              Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
70479      Branch: perl
70480            ! ext/Data/Dumper/Dumper.pm
70481 ____________________________________________________________________________
70482 [ 19056] By: rgs                                   on 2003/03/24  21:05:48
70483         Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
70484              From: Enache Adrian <enache@rdslink.ro>
70485              Date: Mon, 24 Mar 2003 23:56:25 +0200
70486              Message-ID: <20030324215625.GB853@ratsnest.hole>
70487      Branch: perl
70488            ! Makefile.SH
70489 ____________________________________________________________________________
70490 [ 19055] By: merijn                                on 2003/03/24  07:05:39
70491         Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
70492              From: Enache Adrian <enache@rdslink.ro>
70493              Date: Sat, 22 Mar 2003 22:49:49 +0200
70494              Message-ID: <20030322204949.GB794@ratsnest.hole>
70495
70496              This is a slightly more defensive patch than Chip's patch that
70497              fell through the cracks, but does the same
70498              Subject: Shared libperl.so and build issues
70499              From: Chip Turner <cturner@redhat.com>
70500              Date: Tue 31 Dec 2002 17:21
70501      Branch: perl
70502            ! Makefile.SH
70503 ____________________________________________________________________________
70504 [ 19054] By: merijn                                on 2003/03/24  06:54:23
70505         Log: Subject: [PATCH bleadperl] vms.c thread clean-up
70506              From: "Craig A. Berry" <craigberry@mac.com>
70507              Date: Sun, 23 Mar 2003 15:32:58 -0600
70508              Message-ID: <3E7E280A.5000304@mac.com>
70509      Branch: perl
70510            ! vms/vms.c
70511 ____________________________________________________________________________
70512 [ 19052] By: jhi                                   on 2003/03/24  04:28:13
70513         Log: For change #19051: a new .bat to CRLF.
70514      Branch: perl
70515            ! Porting/makerel
70516 ____________________________________________________________________________
70517 [ 19051] By: jhi                                   on 2003/03/24  04:27:55
70518         Log: WinCE update from Vadim Konovalov.
70519      Branch: perl
70520            + wince/compile-all.bat wince/makedist.pl
70521            - wince/include/sys/stat.h wince/xbuildall.ksh
70522            - wince/xdistclean.ksh wince/xmakediffs.ksh
70523            ! MANIFEST README.ce dosish.h wince/Makefile.ce
70524            ! wince/compile.bat wince/config.ce
70525 ____________________________________________________________________________
70526 [ 19050] By: jhi                                   on 2003/03/24  04:25:15
70527         Log: Oops (change #19013 missed changing the Perl version number).
70528      Branch: perl
70529            ! cygwin/perlld.in
70530 ____________________________________________________________________________
70531 [ 19047] By: jhi                                   on 2003/03/23  17:54:33
70532         Log: Integrate from maint-5.8:
70533              [ 19045]
70534              If no IVSIZE == 8, no need for modulo_1.
70535      Branch: perl
70536           !> pp.c
70537 ____________________________________________________________________________
70538 [ 19044] By: rgs                                   on 2003/03/21  21:09:15
70539         Log: Subject: [PATCH] p4genpatch
70540              From: andreas.koenig@anima.de (Andreas J. Koenig)
70541              Date: Sat, 15 Mar 2003 12:04:18 +0100
70542              Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
70543      Branch: perl
70544            ! Porting/p4genpatch
70545 ____________________________________________________________________________
70546 [ 19043] By: rgs                                   on 2003/03/21  20:43:55
70547         Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
70548              From: Martien Verbruggen <mgjv@tradingpost.com.au>
70549              Date: Sat, 15 Mar 2003 12:31:47 +1100
70550              Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
70551      Branch: perl
70552            ! pod/perlsub.pod pod/perlsyn.pod
70553 ____________________________________________________________________________
70554 [ 19042] By: merijn                                on 2003/03/21  07:45:54
70555         Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
70556              From: "Craig A. Berry" <craigberry@mac.com>
70557              Date: Thu, 20 Mar 2003 23:03:36 -0600
70558              Message-ID: <3E7A9D28.1040706@mac.com>
70559      Branch: perl
70560            ! configure.com vms/vms.c vms/vmsish.h
70561 ____________________________________________________________________________
70562 [ 19039] By: rgs                                   on 2003/03/20  22:40:38
70563         Log: Subject: Re: [patch] [perl #21628] rcatline issue
70564              From: Enache Adrian <enache@rdslink.ro>
70565              Date: Thu, 20 Mar 2003 22:39:06 +0200
70566              Message-ID: <20030320203906.GA31199@ratsnest.hole>
70567      Branch: perl
70568            ! MANIFEST pp_hot.c t/op/readline.t
70569 ____________________________________________________________________________
70570 [ 19038] By: rgs                                   on 2003/03/20  22:07:50
70571         Log: Subject: Re: Bytecode? Back into service.
70572              From: Enache Adrian <enache@rdslink.ro>
70573              Date: Thu, 20 Mar 2003 07:38:39 +0200
70574              Message-ID: <20030320053839.GA4044@ratsnest.hole>
70575      Branch: perl
70576            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
70577            ! ext/ByteLoader/byterun.h op.c
70578 ____________________________________________________________________________
70579 [ 19037] By: rgs                                   on 2003/03/20  20:16:43
70580         Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
70581              From: "Gerrit P. Haase" <gp@familiehaase.de>
70582              Date: Thu, 20 Mar 2003 21:23:28 +0100
70583              Message-ID: <941032389637.20030320212328@familiehaase.de>
70584      Branch: perl
70585            ! README.cygwin
70586 ____________________________________________________________________________
70587 [ 19036] By: jhi                                   on 2003/03/20  05:23:15
70588         Log: Integrate:
70589              [ 19033]
70590              file test operators weren't doing the right thing if the SV
70591              passed to them wasn't NUL-terminated
70592
70593              [ 19034]
70594              ensure SVs returned by Win32::Get{Short,Full}PathName() are
70595              NUL-terminated
70596      Branch: perl
70597           !> doio.c win32/win32.c
70598 ____________________________________________________________________________
70599 [ 19028] By: jhi                                   on 2003/03/19  09:46:27
70600         Log: Better wording as requested by Rafael, and
70601              the module is BerkeleyDB, not BerkeleyFile.
70602      Branch: perl
70603            ! README.tru64
70604 ____________________________________________________________________________
70605 [ 19026] By: jhi                                   on 2003/03/19  09:11:43
70606         Log: Update the DB_File instructions in Tru64.
70607      Branch: perl
70608            ! README.tru64
70609 ____________________________________________________________________________
70610 [ 19025] By: rgs                                   on 2003/03/18  21:59:33
70611         Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
70612              From: Dave Mitchell <davem@fdgroup.com>
70613              Date: Tue, 18 Mar 2003 21:55:05 +0000
70614              Message-ID: <20030318215505.A16787@fdgroup.com>
70615      Branch: perl
70616            ! pp_ctl.c t/op/goto.t
70617 ____________________________________________________________________________
70618 [ 19024] By: rgs                                   on 2003/03/18  21:24:27
70619         Log: Subject: [PATCH] VMS pod install tweaks
70620              From: "Craig A. Berry" <craigberry@mac.com>
70621              Date: Sat, 15 Mar 2003 16:06:07 -0600
70622              Message-ID: <3E73A3CF.3060502@mac.com>
70623      Branch: perl
70624            ! vms/descrip_mms.template
70625 ____________________________________________________________________________
70626 [ 19023] By: rgs                                   on 2003/03/18  21:22:03
70627         Log: Subject: [PATCH] poll() help for VMS
70628              From: "Craig A. Berry" <craigberry@mac.com>
70629              Date: Tue, 18 Mar 2003 01:10:10 -0600
70630              Message-ID: <3E76C652.30205@mac.com>
70631      Branch: perl
70632            ! configure.com ext/IO/poll.h
70633 ____________________________________________________________________________
70634 [ 19021] By: jhi                                   on 2003/03/18  06:56:26
70635         Log: The description of SIG_SIZE was off.
70636      Branch: perl
70637            ! Configure NetWare/config_H.wc Porting/Glossary
70638            ! Porting/config.sh Porting/config_H config_h.SH
70639            ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
70640            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
70641            ! wince/config_H.ce
70642 ____________________________________________________________________________
70643 [ 19020] By: merijn                                on 2003/03/18  05:45:50
70644         Log: Minor updates of Wolfgang's pack patch
70645
70646              Subject: Re: pack changes and related fixes
70647              From: Philip Newton <Philip.Newton@gmx.net>
70648              Date: Tue, 18 Mar 2003 06:19:30 +0100
70649              Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
70650      Branch: perl
70651            ! embed.fnc pod/perldiag.pod
70652 ____________________________________________________________________________
70653 [ 19019] By: gsar                                  on 2003/03/18  05:06:07
70654         Log: regenerate win32/config_H.*
70655      Branch: perl
70656            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
70657            ! win32/config_H.vc64
70658 ____________________________________________________________________________
70659 [ 19018] By: gsar                                  on 2003/03/18  03:02:38
70660         Log: there is no trailing NULL in sig_name or sig_num, so don't
70661              talk about it
70662      Branch: perl
70663            ! Porting/Glossary
70664 ____________________________________________________________________________
70665 [ 19017] By: gsar                                  on 2003/03/18  03:01:02
70666         Log: according to the new Porting/Glossary, sig_num doesn't have an
70667              extra '0' at the end
70668      Branch: perl
70669            ! win32/config.bc win32/config.gc win32/config.vc
70670            ! win32/config.vc64
70671 ____________________________________________________________________________
70672 [ 19016] By: hv                                    on 2003/03/18  00:52:09
70673         Log: add tests for existing behaviour of undef postinc/dec
70674      Branch: perl
70675            ! t/op/inc.t
70676 ____________________________________________________________________________
70677 [ 19015] By: hv                                    on 2003/03/18  00:46:18
70678         Log: add comment at undef postinc special case
70679      Branch: perl
70680            ! pp.c
70681 ____________________________________________________________________________
70682 [ 19014] By: hv                                    on 2003/03/18  00:27:19
70683         Log: clarify behaviour of $a++
70684      Branch: perl
70685            ! pod/perlop.pod
70686 ____________________________________________________________________________
70687 [ 19013] By: jhi                                   on 2003/03/17  19:52:06
70688         Log: Integrate:
70689              [ 19012]
70690              We don't have the new Perl at this stage.
70691      Branch: perl
70692           !> cygwin/perlld.in
70693 ____________________________________________________________________________
70694 [ 19010] By: jhi                                   on 2003/03/17  17:16:44
70695         Log: Subject: pack changes and related fixes
70696              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
70697              Date: Mon, 17 Mar 2003 13:55:37 +0100
70698              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
70699      Branch: perl
70700            ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
70701            ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
70702            ! t/lib/warnings/pp_pack t/op/pack.t
70703 ____________________________________________________________________________
70704 [ 19007] By: jhi                                   on 2003/03/17  04:45:40
70705         Log: Integrate:
70706              [ 19006]
70707              Subject: Re: [Patch] Maintperl versioning for Cygwin
70708              From: Slaven Rezic <slaven@rezic.de>
70709              Date: 17 Mar 2003 00:42:43 +0100
70710              Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
70711      Branch: perl
70712           !> cygwin/perlld.in
70713 ____________________________________________________________________________
70714 [ 19005] By: hv                                    on 2003/03/17  02:06:20
70715         Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
70716              From: chocolateboy <chocolateboy@chocolatey.com>
70717              Date: Sat, 22 Feb 2003 12:17:28 +0000
70718              Message-ID: <3E576A58.8010901@chocolatey.com>
70719      Branch: perl
70720            + ext/Data/Dumper/t/pair.t
70721            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
70722 ____________________________________________________________________________
70723 [ 19004] By: hv                                    on 2003/03/17  01:38:23
70724         Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
70725              From: Stas Bekman <stas@stason.org>
70726              Date: Fri, 14 Feb 2003 11:59:53 +1100
70727              Message-ID: <3E4C3F89.6050005@stason.org>
70728      Branch: perl
70729            ! utils/h2xs.PL
70730 ____________________________________________________________________________
70731 [ 19003] By: hv                                    on 2003/03/17  01:23:02
70732         Log: Subject: [perl #20724] Patch for dprofpp
70733              From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
70734              Date: 5 Feb 2003 08:41:17 -0000
70735              Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
70736      Branch: perl
70737            ! utils/dprofpp.PL
70738 ____________________________________________________________________________
70739 [ 19002] By: hv                                    on 2003/03/16  23:36:57
70740         Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
70741              From: Adam Spiers (via RT) <perlbug-followup@perl.org>
70742              Date: 10 Jan 2003 10:59:44 -0000
70743              Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
70744      Branch: perl
70745            ! lib/IPC/Open3.pm
70746 ____________________________________________________________________________
70747 [ 19001] By: jhi                                   on 2003/03/16  21:50:24
70748         Log: getservbyname_r() kaputt in OpenBSD (might get fixed
70749              for 3.3, but only might)
70750      Branch: perl
70751            ! hints/openbsd.sh
70752 ____________________________________________________________________________
70753 [ 18999] By: jhi                                   on 2003/03/16  21:33:49
70754         Log: Stay within known facts: what platforms the skippage helps,
70755              and in which it is not needed.
70756      Branch: perl
70757            ! ext/POSIX/t/posix.t
70758 ____________________________________________________________________________
70759 [ 18998] By: jhi                                   on 2003/03/16  18:15:42
70760         Log: This seems to fix (well, dodge) the problems in FreeBSD for
70761              Enache Adrian; in _theory_ this patch could be good for NetBSD,
70762              too, but Alian gets a core dump already at subtest #9 (anyone
70763              with a real NetBSD, Alian's is a VMware one, which has in the
70764              past caused similar odd crashes).  OpenBSD threaded build result
70765              still unknown.
70766      Branch: perl
70767            ! ext/POSIX/t/posix.t
70768 ____________________________________________________________________________
70769 [ 18997] By: jhi                                   on 2003/03/16  18:07:30
70770         Log: IRIX ls -l marks sockets with 'S'.
70771      Branch: perl
70772            ! t/op/stat.t
70773 ____________________________________________________________________________
70774 [ 18996] By: jhi                                   on 2003/03/16  17:41:42
70775         Log: Turn on UTF-8 flag only if the $str is valid utf8
70776              (pointed out by Dan Kogai).
70777      Branch: perl
70778            ! lib/Term/ReadLine.pm
70779 ____________________________________________________________________________
70780 [ 18995] By: jhi                                   on 2003/03/16  16:40:06
70781         Log: Signedness nits.
70782      Branch: perl
70783            ! regcomp.c
70784 ____________________________________________________________________________
70785 [ 18994] By: jhi                                   on 2003/03/16  15:41:44
70786         Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
70787              Should work both for PERL_UNICODE/-C and use encoding 'foo';
70788      Branch: perl
70789            ! lib/Term/ReadLine.pm
70790 ____________________________________________________________________________
70791 [ 18991] By: jhi                                   on 2003/03/16  15:14:31
70792         Log: Pod fix from Philip Newton.
70793      Branch: perl
70794            ! pod/perlfunc.pod
70795 ____________________________________________________________________________
70796 [ 18990] By: jhi                                   on 2003/03/16  15:12:00
70797         Log: Further potential pitfalls for the utf8 len/pos cache
70798              found by Inaba Hiroto.  No test cases, yet.
70799      Branch: perl
70800            ! regcomp.c
70801 ____________________________________________________________________________
70802 [ 18989] By: jhi                                   on 2003/03/16  08:02:31
70803         Log: Make the :bytes conditional on PerlIO.
70804      Branch: perl
70805            ! ext/Encode/t/CJKT.t
70806 ____________________________________________________________________________
70807 [ 18988] By: jhi                                   on 2003/03/15  18:27:36
70808         Log: Needs PerlIO for :bytes.
70809      Branch: perl
70810            ! ext/Encode/t/CJKT.t
70811 ____________________________________________________________________________
70812 [ 18986] By: rgs                                   on 2003/03/14  20:28:20
70813         Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
70814              From: Enache Adrian <enache@rdslink.ro>
70815              Date: Fri, 14 Mar 2003 23:02:42 +0200
70816              Message-ID: <20030314210242.GA1159@ratsnest.hole>
70817              (with an added test)
70818      Branch: perl
70819            ! t/comp/parser.t toke.c
70820 ____________________________________________________________________________
70821 [ 18985] By: rgs                                   on 2003/03/14  19:45:18
70822         Log: Time::HiRes is a core module
70823      Branch: perl
70824            ! pod/perlfunc.pod
70825 ____________________________________________________________________________
70826 [ 18984] By: rgs                                   on 2003/03/14  19:38:57
70827         Log: Subject: [patch ext/B/typemap] STRLEN T_UV
70828              From: Stas Bekman <stas@stason.org>
70829              Date: Fri, 14 Mar 2003 17:45:09 +1100
70830              Message-ID: <3E717A75.2060300@stason.org>
70831      Branch: perl
70832            ! ext/B/typemap
70833 ____________________________________________________________________________
70834 [ 18982] By: jhi                                   on 2003/03/14  15:16:18
70835         Log: Better pass in the $self for a method.
70836      Branch: perl
70837            ! lib/File/Spec/Unix.pm
70838 ____________________________________________________________________________
70839 [ 18980] By: jhi                                   on 2003/03/14  13:42:32
70840         Log: Cleanup the File::Spec tmpdir() implementations:
70841              now all the platforms specific modules call _tmpdir()
70842              (inherited from Unix.pm) with the list of platform
70843              specific list of temporary directories, and _tmpdir()
70844              then does the appropriate suitability checking.
70845      Branch: perl
70846            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
70847            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
70848            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
70849            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
70850 ____________________________________________________________________________
70851 [ 18979] By: jhi                                   on 2003/03/14  12:48:09
70852         Log: whichsig() really does return -1 for unknown signals.
70853      Branch: perl
70854            ! mg.c
70855 ____________________________________________________________________________
70856 [ 18977] By: jhi                                   on 2003/03/14  10:42:33
70857         Log: Rework the @Config{/sig.*/} tests.
70858      Branch: perl
70859            ! lib/Config.t
70860 ____________________________________________________________________________
70861 [ 18976] By: jhi                                   on 2003/03/14  10:31:50
70862         Log: Subject: [PATCH] configure.com: sig_num, etc.
70863              From: "Craig A. Berry" <craigberry@mac.com>
70864              Date: Thu, 13 Mar 2003 21:38:19 -0600
70865              Message-ID: <3E714EAB.6030001@mac.com>
70866      Branch: perl
70867            ! configure.com
70868 ____________________________________________________________________________
70869 [ 18975] By: jhi                                   on 2003/03/14  10:30:53
70870         Log: Make whichsig() to work also if some system defines
70871              zero signals (now -1 is the "not found").  Note that
70872              in couple of mg.c spots only whichsig() > 0 branches
70873              are taken because signal handlers et al don't make
70874              much sense for the zero signal.
70875      Branch: perl
70876            ! doio.c mg.c
70877 ____________________________________________________________________________
70878 [ 18973] By: jhi                                   on 2003/03/14  10:27:46
70879         Log: Since Configure does the signal name/number probe with awk
70880              based on the cpp results (not by really running code), testing
70881              for the signum value is not really helpful if we have runtime
70882              function calls (some signal numbers are dynamic, for example)
70883              (or other extra stuff where the signum value is expected).
70884              (Runtimeness also means that Configure cannot get these right,
70885              anyway.) Better filter in just the constant non-negative numbers.
70886      Branch: perl
70887            ! Configure
70888 ____________________________________________________________________________
70889 [ 18971] By: jhi                                   on 2003/03/14  09:30:18
70890         Log: Signal issues.
70891              (1) Filter out negative signals.
70892              (2) Correct sig_num* and sig_name* descriptions.
70893      Branch: perl
70894            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70895            ! config_h.SH
70896 ____________________________________________________________________________
70897 [ 18970] By: jhi                                   on 2003/03/14  06:21:48
70898         Log: Hopefully this works also in Win32.
70899      Branch: perl
70900            ! ext/Encode/t/CJKT.t
70901 ____________________________________________________________________________
70902 [ 18969] By: jhi                                   on 2003/03/14  05:43:34
70903         Log: Subject: [PATCH] Perldoc.pm tweak for VMS
70904              From: "Craig A. Berry" <craigberry@mac.com>
70905              Date: Thu, 13 Mar 2003 13:44:55 -0600
70906              Message-ID: <3E70DFB7.8070405@mac.com>
70907      Branch: perl
70908            ! lib/Pod/Perldoc.pm
70909 ____________________________________________________________________________
70910 [ 18968] By: gsar                                  on 2003/03/14  04:41:25
70911         Log: fix for switchC.t test#6 failure on windows
70912      Branch: perl
70913            ! perl.c
70914 ____________________________________________________________________________
70915 [ 18967] By: gsar                                  on 2003/03/14  04:29:10
70916         Log: Config.t wasn't getting the sig_num and sig_size relationship
70917              right, and therefore failed test#35 on windows
70918
70919              note that config_h.SH documents that $sig_size does NOT include
70920              the final NULL in $sig_num!
70921      Branch: perl
70922            ! lib/Config.t
70923 ____________________________________________________________________________
70924 [ 18966] By: gsar                                  on 2003/03/14  04:20:51
70925         Log: another fix for failing test on windows ("use encoding" puts
70926              STDIN in :raw mode, so chomp() wasn't stripping the CR)
70927      Branch: perl
70928            ! ext/Encode/t/enc_module.t
70929 ____________________________________________________________________________
70930 [ 18965] By: gsar                                  on 2003/03/14  04:06:31
70931         Log: fix CJKT.t failures on windows due to incorrect binmode()
70932      Branch: perl
70933            ! ext/Encode/t/CJKT.t
70934 ____________________________________________________________________________
70935 [ 18964] By: rgs                                   on 2003/03/13  21:47:52
70936         Log: Skip the last test of Config.t on HP-UX.
70937              (This test should be skipped for every system that
70938              actually defines a negative signal number. Maybe that
70939              test should be removed, to be future-proof.)
70940      Branch: perl
70941            ! lib/Config.t
70942 ____________________________________________________________________________
70943 [ 18963] By: rgs                                   on 2003/03/13  20:57:32
70944         Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
70945              From: Kurt Starsinic <kstar@cpan.org>
70946              Date: Mon, 10 Mar 2003 00:54:49 -0500
70947              Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
70948      Branch: perl
70949            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
70950 ____________________________________________________________________________
70951 [ 18962] By: rgs                                   on 2003/03/13  20:46:53
70952         Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
70953              From: "Craig A. Berry" <craigberry@mac.com>
70954              Date: Tue, 11 Mar 2003 21:29:31 -0600
70955              Message-ID: <3E6EA99B.9060902@mac.com>
70956              Patch by Scott Lepage (scott.lepage@hp.com)
70957      Branch: perl
70958            ! hv.c
70959 ____________________________________________________________________________
70960 [ 18959] By: jhi                                   on 2003/03/13  20:05:50
70961         Log: Some more stdlib.h inclusions and change the gccversion
70962              test to use return (could have used that for all, sigh).
70963      Branch: perl
70964            ! Configure
70965 ____________________________________________________________________________
70966 [ 18958] By: rgs                                   on 2003/03/12  20:46:58
70967         Log: Trims slashes from the argument to rmdir(), likewise
70968              to what happens with rmdir(). Factorize the code in a
70969              local macro, TRIMSLASHES.
70970      Branch: perl
70971            ! pp_sys.c
70972 ____________________________________________________________________________
70973 [ 18957] By: jhi                                   on 2003/03/12  14:23:02
70974         Log: VOS nit from Paul Green.
70975      Branch: perl
70976            ! vos/configure_full_perl.sh
70977 ____________________________________________________________________________
70978 [ 18956] By: jhi                                   on 2003/03/12  13:58:26
70979         Log: File::Spec: Do not fall back to '', use curdir instead.
70980              Note: Mac used to use cwd(), now curdir, slight change
70981              (relative vs. absolute).
70982      Branch: perl
70983            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
70984            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
70985            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
70986 ____________________________________________________________________________
70987 [ 18955] By: jhi                                   on 2003/03/12  13:49:15
70988         Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
70989              was unset (the tests attempted to create files at the /)
70990      Branch: perl
70991            ! lib/File/Spec/Cygwin.pm
70992 ____________________________________________________________________________
70993 [ 18954] By: jhi                                   on 2003/03/12  10:59:03
70994         Log: Another finding by IRIX cc: non-void function
70995              sv_cat_decode() should return a value.
70996      Branch: perl
70997            ! sv.c
70998 ____________________________________________________________________________
70999 [ 18952] By: jhi                                   on 2003/03/12  10:53:02
71000         Log: Integrate:
71001              [ 18949]
71002              pudge> never integrate anything from macos/
71003      Branch: perl
71004            - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
71005            - macos/macperl.sym
71006           !> MANIFEST
71007 ____________________________________________________________________________
71008 [ 18951] By: jhi                                   on 2003/03/12  10:52:17
71009         Log: Integrate:
71010              [ 18946]
71011              Integrate from maint-5.8/macperl:
71012              [ 18937]
71013              Various MacOS portability fixes for tests
71014
71015              [ 18938]
71016              File::Spec::Unix method should be called on $self
71017
71018              [ 18939]
71019              lib.pm:_get_dirs() should use $_[0], not $_
71020
71021              [ 18940]
71022              Update MacOS for new configpm
71023
71024              [ 18941]
71025              Update MacOS build
71026              Update Makefile for new source files,
71027              update test script, add additional symbol for APItest
71028      Branch: perl
71029           +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
71030           +> macos/macperl.sym
71031           !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
71032           !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
71033           !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
71034           !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
71035           !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
71036           !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
71037 ____________________________________________________________________________
71038 [ 18950] By: jhi                                   on 2003/03/12  10:49:27
71039         Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
71040              (Too early? If inited there the pthread_mutex_init() returns
71041              an integer much too large be an errno), but initing the mutex
71042              later, in perl_alloc(), seems to be okay with Cygwin, and also
71043              with Linux.
71044      Branch: perl
71045            ! perl.c
71046 ____________________________________________________________________________
71047 [ 18944] By: jhi                                   on 2003/03/12  06:00:48
71048         Log: Ouch.  Missed one more, the void flags check (and exit() is void).
71049      Branch: perl
71050            ! Configure
71051 ____________________________________________________________________________
71052 [ 18943] By: jhi                                   on 2003/03/12  05:51:21
71053         Log: Tell how to possibly dodge 'Out of memory' errors.
71054      Branch: perl
71055            ! pod/perldiag.pod
71056 ____________________________________________________________________________
71057 [ 18935] By: jhi                                   on 2003/03/11  22:00:54
71058         Log: WinCE tweaks from Vadim Konovalov.
71059      Branch: perl
71060            ! perl.c perlio.c wince/Makefile.ce
71061 ____________________________________________________________________________
71062 [ 18932] By: jhi                                   on 2003/03/11  20:22:07
71063         Log: Missed one.
71064      Branch: perl
71065            ! Configure
71066 ____________________________________________________________________________
71067 [ 18929] By: jhi                                   on 2003/03/11  20:15:51
71068         Log: Single vs doublequoted context is important...
71069      Branch: perl
71070            ! Configure
71071 ____________________________________________________________________________
71072 [ 18927] By: jhi                                   on 2003/03/11  20:04:33
71073         Log: """glob.*""" patch for VMS, from Peter Prymmer.
71074      Branch: perl
71075            ! vms/perlvms.pod vms/vms.c
71076 ____________________________________________________________________________
71077 [ 18926] By: rgs                                   on 2003/03/11  19:44:54
71078         Log: Questionable construct.
71079      Branch: perl
71080            ! pod/perltooc.pod
71081 ____________________________________________________________________________
71082 [ 18925] By: jhi                                   on 2003/03/11  19:15:15
71083         Log: Better setmode() prototype for cygwin.
71084      Branch: perl
71085            ! perl.h
71086 ____________________________________________________________________________
71087 [ 18923] By: jhi                                   on 2003/03/11  19:11:39
71088         Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
71089      Branch: perl
71090            ! Configure
71091 ____________________________________________________________________________
71092 [ 18921] By: jhi                                   on 2003/03/11  18:15:45
71093         Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
71094              (cc-1171 cc: WARNING ... The indicated expression has no effect.)
71095              So make the macro to include the , and the non-gcc case empty.
71096      Branch: perl
71097            ! sv.h
71098 ____________________________________________________________________________
71099 [ 18919] By: jhi                                   on 2003/03/11  17:43:10
71100         Log: Uid_t and Gid_t can easily be shorts and one cannot
71101              pull shorts off the va_args, int is the shortest (ahem).
71102      Branch: perl
71103            ! reentr.c reentr.pl
71104 ____________________________________________________________________________
71105 [ 18918] By: jhi                                   on 2003/03/11  17:32:23
71106         Log: Subject: [PATCH] io_sock.t
71107              From: Norton Allen <allen@huarp.harvard.edu>
71108              Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
71109              Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
71110      Branch: perl
71111            ! README.qnx ext/IO/lib/IO/t/io_sock.t
71112 ____________________________________________________________________________
71113 [ 18917] By: jhi                                   on 2003/03/11  17:30:43
71114         Log: Get rid of one Cygwin warning by introducing a prototype
71115              for the init_os_extras().  Since there is no header file
71116              in Perl specific to cygwin, use perl.h.
71117      Branch: perl
71118            ! perl.h
71119 ____________________________________________________________________________
71120 [ 18916] By: jhi                                   on 2003/03/11  11:40:38
71121         Log: Upgrade to Time-HiRes 1.43.
71122      Branch: perl
71123            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
71124            ! ext/Time/HiRes/Makefile.PL
71125 ____________________________________________________________________________
71126 [ 18915] By: jhi                                   on 2003/03/11  09:19:54
71127         Log: Be more lax about the out of memory error message.
71128      Branch: perl
71129            ! t/op/recurse.t
71130 ____________________________________________________________________________
71131 [ 18914] By: jhi                                   on 2003/03/11  09:18:25
71132         Log: Try to handle hitting the heap/data limit in small systems.
71133              (One can simulate this with e.g. 32MB or 64MB datasize,
71134              use your shell's ulimit/limit/limits command.)
71135      Branch: perl
71136            ! t/op/recurse.t
71137 ____________________________________________________________________________
71138 [ 18912] By: hv                                    on 2003/03/11  07:36:00
71139         Log: typo for utf8locale in #18907
71140      Branch: perl
71141            ! sv.c
71142 ____________________________________________________________________________
71143 [ 18910] By: jhi                                   on 2003/03/11  06:55:29
71144         Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
71145              From: "Craig A. Berry" <craigberry@mac.com>
71146              Date: Tue, 11 Mar 2003 00:34:39 -0600
71147              Message-ID: <3E6D837F.7000506@mac.com>
71148      Branch: perl
71149            ! perl.c
71150 ____________________________________________________________________________
71151 [ 18909] By: jhi                                   on 2003/03/11  06:29:35
71152         Log: Upgrade to cperl-mode 5.0, from IlyaZ.
71153      Branch: perl
71154            ! emacs/cperl-mode.el
71155 ____________________________________________________________________________
71156 [ 18908] By: jhi                                   on 2003/03/11  06:09:05
71157         Log: Missed some, cryptically.
71158      Branch: perl
71159            ! pod/perlfunc.pod
71160 ____________________________________________________________________________
71161 [ 18907] By: jhi                                   on 2003/03/11  06:01:28
71162         Log: Add missing intrpvar clonings to perl_clone.
71163              Also move the IDBassertion to the end since there's
71164              no particular reason to break bincompat for that.
71165      Branch: perl
71166            ! intrpvar.h sv.c
71167 ____________________________________________________________________________
71168 [ 18906] By: jhi                                   on 2003/03/11  05:43:30
71169         Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
71170      Branch: perl
71171            ! intrpvar.h
71172 ____________________________________________________________________________
71173 [ 18905] By: jhi                                   on 2003/03/11  05:38:10
71174         Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
71175              From: Stas Bekman <stas@stason.org>
71176              Date: Tue, 11 Mar 2003 17:09:02 +1100
71177              Message-ID: <3E6D7D7E.5000704@stason.org>
71178      Branch: perl
71179            ! sv.c
71180 ____________________________________________________________________________
71181 [ 18904] By: jhi                                   on 2003/03/11  05:33:10
71182         Log: Subject: [PATCH] typos and other minor things
71183              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
71184              Date: Mon, 10 Mar 2003 21:00:55 -0700
71185              Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
71186      Branch: perl
71187            ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
71188            ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
71189            ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
71190            ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
71191            ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
71192            ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
71193            ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
71194            ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
71195            ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
71196 ____________________________________________________________________________
71197 [ 18903] By: jhi                                   on 2003/03/11  05:29:12
71198         Log: A rejected hunk of #18902 reapplied.
71199      Branch: perl
71200            ! t/io/utf8.t
71201 ____________________________________________________________________________
71202 [ 18902] By: jhi                                   on 2003/03/11  05:19:15
71203         Log: Patch from Craig Berry to resolve test failures in VMS.
71204              Will poke the Net::Ping author.
71205      Branch: perl
71206            ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
71207            ! t/io/utf8.t t/op/magic.t
71208 ____________________________________________________________________________
71209 [ 18900] By: rgs                                   on 2003/03/10  22:12:37
71210         Log: Integrate (by hand) change #18386 from maint-5.8
71211      Branch: perl
71212            ! t/op/split.t
71213 ____________________________________________________________________________
71214 [ 18899] By: jhi                                   on 2003/03/10  21:44:12
71215         Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
71216      Branch: perl
71217            ! t/run/switchC.t
71218 ____________________________________________________________________________
71219 [ 18891] By: rgs                                   on 2003/03/10  20:22:39
71220         Log: A new test, to check that signal numbers are actually positive,
71221              and that there is a consistent number of signals available.
71222      Branch: perl
71223            ! lib/Config.t
71224 ____________________________________________________________________________
71225 [ 18889] By: rgs                                   on 2003/03/10  19:55:06
71226         Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
71227              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71228              Date: Fri, 07 Mar 2003 13:12:49 -0800
71229              Message-ID: <RtQa+gzkg2kF092yn@efn.org>
71230      Branch: perl
71231            ! mg.c pod/perldiag.pod t/op/tie.t
71232 ____________________________________________________________________________
71233 [ 18888] By: rgs                                   on 2003/03/10  19:37:40
71234         Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
71235              From: Nicholas Clark <nick@unfortu.net>
71236              Date: Sun, 9 Mar 2003 21:24:46 +0000
71237              Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
71238      Branch: perl
71239            ! lib/Config.t
71240 ____________________________________________________________________________
71241 [ 18880] By: jhi                                   on 2003/03/10  16:17:50
71242         Log: Integrate from maint:
71243              [ 18428]
71244              Somehow I managed to get makefile.olds that didn't get cleaned away.
71245      Branch: perl
71246           !> Makefile.SH x2p/Makefile.SH
71247 ____________________________________________________________________________
71248 [ 18876] By: jhi                                   on 2003/03/10  06:35:20
71249         Log: Comment fix.
71250      Branch: perl
71251            ! t/io/utf8.t
71252 ____________________________________________________________________________
71253 [ 18875] By: jhi                                   on 2003/03/10  05:31:00
71254         Log: Remove the foo-old files.
71255      Branch: perl
71256            ! opcode.pl
71257 ____________________________________________________________________________
71258 [ 18874] By: jhi                                   on 2003/03/10  05:23:32
71259         Log: Subject: Re: Shared libperl.so and build issues
71260              From: Chip Turner <cturner@redhat.com>
71261              Date: 05 Jan 2003 10:35:40 -0500
71262              Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
71263      Branch: perl
71264            ! INSTALL
71265 ____________________________________________________________________________
71266 [ 18873] By: jhi                                   on 2003/03/10  05:18:02
71267         Log: Bunch of doc patches from Stas; plus regen.
71268
71269              Subject: [doc patch] perl.c's pod api entry
71270              From: Stas Bekman <stas@stason.org>
71271              Date: Mon, 10 Mar 2003 12:35:52 +1100
71272              Message-ID: <3E6BEBF8.80402@stason.org>
71273
71274              Subject: Re: [patch] perlguts.pod
71275              From: Stas Bekman <stas@stason.org>
71276              Date: Mon, 10 Mar 2003 12:38:57 +1100
71277              Message-ID: <3E6BECB1.7050009@stason.org>
71278
71279              Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
71280              From: Stas Bekman <stas@stason.org>
71281              Date: Mon, 10 Mar 2003 12:41:46 +1100
71282              Message-ID: <3E6BED5A.801@stason.org>
71283
71284              Subject: Re: [patch] perlapi.pod fix
71285              From: Stas Bekman <stas@stason.org>
71286              Date: Mon, 10 Mar 2003 12:43:33 +1100
71287              Message-ID: <3E6BEDC5.6010405@stason.org>
71288
71289              Subject: Re: [docs patch] replace gets() with fgets() in example
71290              From: Stas Bekman <stas@stason.org>
71291              Date: Mon, 10 Mar 2003 12:45:41 +1100
71292              Message-ID: <3E6BEE45.9030901@stason.org>
71293
71294              Subject: [doc patch] perlrun.pod
71295              From: Stas Bekman <stas@stason.org>
71296              Date: Mon, 10 Mar 2003 14:49:59 +1100
71297              Message-ID: <3E6C0B67.4050606@stason.org>
71298      Branch: perl
71299            ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
71300            ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
71301 ____________________________________________________________________________
71302 [ 18871] By: jhi                                   on 2003/03/09  20:15:13
71303         Log: Must not hide the protos, though.
71304      Branch: perl
71305            ! embed.pl proto.h
71306 ____________________________________________________________________________
71307 [ 18870] By: jhi                                   on 2003/03/09  20:12:11
71308         Log: I hate embed*.  Tell me what you know.
71309      Branch: perl
71310            ! embed.fnc embed.h
71311 ____________________________________________________________________________
71312 [ 18869] By: jhi                                   on 2003/03/09  19:32:19
71313         Log: Upgrade to Encode 1.91.
71314      Branch: perl
71315            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
71316            ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
71317 ____________________________________________________________________________
71318 [ 18868] By: jhi                                   on 2003/03/09  19:04:22
71319         Log: Export the symbols from #18863; do not prototype (but export)
71320              Nicholas Clark's experimental COW functions.
71321              Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
71322              a mess of Herculean proportions.  Someone should redesign and
71323              clean up the stables.
71324      Branch: perl
71325            ! embed.fnc embed.pl global.sym proto.h
71326 ____________________________________________________________________________
71327 [ 18867] By: jhi                                   on 2003/03/09  17:12:55
71328         Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
71329      Branch: perl
71330            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
71331            ! ext/Encode/MANIFEST ext/Encode/encoding.pm
71332            ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
71333            ! ext/Encode/t/enc_module.t
71334 ____________________________________________________________________________
71335 [ 18865] By: jhi                                   on 2003/03/09  13:50:57
71336         Log: From Inaba Hiroto: DATA wasn't properly utf8ed
71337              under 'use encoding'.
71338      Branch: perl
71339            + ext/Encode/t/enc_data.t
71340            ! MANIFEST ext/Encode/MANIFEST toke.c
71341 ____________________________________________________________________________
71342 [ 18864] By: jhi                                   on 2003/03/09  13:21:09
71343         Log: Tru64: additional instructions for building a newer Berkeley DB.
71344      Branch: perl
71345            ! README.tru64 hints/dec_osf.sh
71346 ____________________________________________________________________________
71347 [ 18863] By: jhi                                   on 2003/03/09  12:07:28
71348         Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
71349              function stubs, should be helpful for really simple extensions.
71350              Undoes large parts of changes #16289 and #16290.
71351      Branch: perl
71352            ! sv.c
71353 ____________________________________________________________________________
71354 [ 18862] By: rgs                                   on 2003/03/09  11:48:37
71355         Log: ... and add a test case for bug #20798
71356      Branch: perl
71357            ! t/op/eval.t
71358 ____________________________________________________________________________
71359 [ 18861] By: jhi                                   on 2003/03/09  11:46:17
71360         Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
71361              From: Enache Adrian <enache@rdslink.ro>
71362              Date: Fri, 7 Mar 2003 23:28:37 +0200
71363              Message-ID: <20030307212837.GB765@ratsnest.hole>
71364
71365              (and few more test cases from the thread)
71366      Branch: perl
71367            ! sv.c t/op/sprintf.t
71368 ____________________________________________________________________________
71369 [ 18860] By: rgs                                   on 2003/03/09  11:33:09
71370         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
71371              From: Enache Adrian <enache@rdslink.ro>
71372              Date: Fri, 7 Mar 2003 00:12:03 +0200
71373              Message-ID: <20030306221203.GB13330@ratsnest.hole>
71374      Branch: perl
71375            ! op.c
71376 ____________________________________________________________________________
71377 [ 18859] By: rgs                                   on 2003/03/09  11:30:22
71378         Log: Adjust test count.
71379      Branch: perl
71380            ! t/op/pat.t
71381 ____________________________________________________________________________
71382 [ 18858] By: jhi                                   on 2003/03/09  10:54:10
71383         Log: From Inaba Hiroto: re_intuit_start set a value to
71384              PL_bostr before calling find_byclass when regexp has
71385              ROPT_UTF8 flag on. But right value for PL_bostr is set
71386              before re_intuit_start is called.  PL_regdata is always
71387              assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
71388              can be deleted.
71389      Branch: perl
71390            ! regexec.c t/op/pat.t
71391 ____________________________________________________________________________
71392 [ 18857] By: jhi                                   on 2003/03/09  10:46:23
71393         Log: From Inaba Hiroto: the UTF-8 length cache wasn't
71394              updated when fbm_compile() appended a "\n".
71395      Branch: perl
71396            ! t/op/pat.t util.c
71397 ____________________________________________________________________________
71398 [ 18856] By: rgs                                   on 2003/03/08  20:16:36
71399         Log: Add a B::COP::io() method, to return the cop_io field of COPs.
71400              Print it in B::Debug. Can be used later in B::Deparse to deparse
71401              the open pragma.
71402      Branch: perl
71403            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
71404 ____________________________________________________________________________
71405 [ 18855] By: rgs                                   on 2003/03/08  19:51:40
71406         Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
71407              From: Richard.Foley@ubsw.com
71408              Date: Fri, 21 Feb 2003 13:51:51 +0100
71409              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
71410      Branch: perl
71411            ! pod/perldebug.pod
71412 ____________________________________________________________________________
71413 [ 18854] By: jhi                                   on 2003/03/08  19:41:25
71414         Log: Enache Adrian reads comments.
71415      Branch: perl
71416            ! perl.h
71417 ____________________________________________________________________________
71418 [ 18853] By: rgs                                   on 2003/03/08  19:40:13
71419         Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
71420              From: Richard Soderberg <perl@crystalflame.net>
71421              Date: Sat, 15 Feb 2003 01:27:17 -0500
71422              Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
71423      Branch: perl
71424            ! ext/IO/lib/IO/Select.pm
71425 ____________________________________________________________________________
71426 [ 18852] By: jhi                                   on 2003/03/08  19:05:04
71427         Log: Subject: [PATCH] long %ENV values for VMS
71428              From: "Craig A. Berry" <craigberry@mac.com>
71429              Date: Fri, 07 Mar 2003 13:49:50 -0600
71430              Message-ID: <3E68F7DE.8070603@mac.com>
71431      Branch: perl
71432            ! vms/vms.c
71433 ____________________________________________________________________________
71434 [ 18851] By: jhi                                   on 2003/03/08  06:49:35
71435         Log: regen_headers tiny tidying:
71436              - regen.pl renamed as regen_lib.pl
71437              - regen_headers.pl renamed as regen.pl
71438              - added make target 'regen' (kept target 'regen_headers'
71439              for porters' brains' backward compatibility)
71440              - regen.pl fancified a bit to display the names
71441              of the files that got changed by running the scripts
71442      Branch: perl
71443            + regen_lib.pl
71444            - regen_headers.pl
71445            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
71446            ! keywords.pl opcode.pl regcomp.pl regen.pl
71447 ____________________________________________________________________________
71448 [ 18848] By: jhi                                   on 2003/03/07  08:40:52
71449         Log: Give pointers to runtime Unicode changes.
71450      Branch: perl
71451            ! pod/perlrun.pod pod/perlvar.pod
71452 ____________________________________________________________________________
71453 [ 18847] By: jhi                                   on 2003/03/07  08:02:50
71454         Log: Extra character noticed by Tels.
71455      Branch: perl
71456            ! MANIFEST
71457 ____________________________________________________________________________
71458 [ 18846] By: jhi                                   on 2003/03/07  05:28:11
71459         Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
71460              From: Kay Roepke <kay@dolphin-services.de>
71461              Date: Thu, 06 Mar 2003 23:00:10 +0100
71462              Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
71463
71464              (plus change the d_gethostbyaddr_r_proto default to "0",
71465              that is what an undefined r_proto looks like)
71466      Branch: perl
71467            ! hints/freebsd.sh
71468 ____________________________________________________________________________
71469 [ 18845] By: jhi                                   on 2003/03/07  05:21:43
71470         Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
71471              (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
71472              in non-glibc case", from Craig Berry)
71473      Branch: perl
71474            ! pp.c
71475 ____________________________________________________________________________
71476 [ 18844] By: jhi                                   on 2003/03/07  05:05:57
71477         Log: Good observation from Philip Newton.
71478      Branch: perl
71479            ! pod/perlrun.pod
71480 ____________________________________________________________________________
71481 [ 18843] By: rgs                                   on 2003/03/06  21:59:02
71482         Log: Make the -A switch work without an assertion name.
71483              by Salvador Fandiño.
71484      Branch: perl
71485            ! perl.c t/run/switch_A.t
71486 ____________________________________________________________________________
71487 [ 18842] By: rgs                                   on 2003/03/06  21:27:15
71488         Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
71489              From: "Jos I. Boumans" <kane@dwim.org>
71490              Date: Fri, 21 Feb 2003 20:33:53 +0100
71491              Message-ID: <3E567F21.6020006@dwim.org>
71492              (with some minor tweaks)
71493      Branch: perl
71494            ! pod/perlmodstyle.pod
71495 ____________________________________________________________________________
71496 [ 18841] By: rgs                                   on 2003/03/06  20:56:32
71497         Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
71498              From: Enache Adrian <enache@rdslink.ro>
71499              Date: Sun, 2 Mar 2003 06:05:22 +0200
71500              Message-ID: <20030302040522.GB4905@ratsnest.hole>
71501      Branch: perl
71502            ! t/op/subst.t
71503 ____________________________________________________________________________
71504 [ 18840] By: rgs                                   on 2003/03/06  20:45:08
71505         Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
71506              From: Enache Adrian <enache@rdslink.ro>
71507              Date: Wed, 5 Mar 2003 12:06:20 +0200
71508              Message-ID: <20030305100620.GA909@ratsnest.hole>
71509      Branch: perl
71510            ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
71511            ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
71512 ____________________________________________________________________________
71513 [ 18839] By: jhi                                   on 2003/03/06  17:21:36
71514         Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
71515              From: "Craig A. Berry" <craigberry@mac.com>
71516              Date: Thu, 06 Mar 2003 10:42:05 -0600
71517              Message-ID: <3E677A5D.10805@mac.com>
71518      Branch: perl
71519            ! mg.c
71520 ____________________________________________________________________________
71521 [ 18838] By: jhi                                   on 2003/03/06  10:11:22
71522         Log: Thinko fix.
71523      Branch: perl
71524            ! Porting/findrfuncs
71525 ____________________________________________________________________________
71526 [ 18837] By: jhi                                   on 2003/03/06  09:33:33
71527         Log: PERL_UNICODE explanation saga continues.
71528      Branch: perl
71529            ! pod/perlrun.pod
71530 ____________________________________________________________________________
71531 [ 18836] By: jhi                                   on 2003/03/06  07:55:03
71532         Log: Handle also extra directories et alia.
71533      Branch: perl
71534            ! Porting/manicheck
71535 ____________________________________________________________________________
71536 [ 18835] By: jhi                                   on 2003/03/06  07:48:05
71537         Log: Add mani(fest) check(ing) utility.
71538      Branch: perl
71539            + Porting/manicheck
71540            ! MANIFEST
71541 ____________________________________________________________________________
71542 [ 18833] By: jhi                                   on 2003/03/06  05:36:13
71543         Log: Subject: [patch config_h.SH] redefining __attribute__
71544              From: Stas Bekman <stas@stason.org>
71545              Date: Thu, 06 Mar 2003 12:03:39 +1100
71546              Message-ID: <3E669E6B.1060606@stason.org>
71547      Branch: perl
71548            ! Configure NetWare/config_H.wc Porting/config.sh
71549            ! Porting/config_H config_h.SH plan9/config.plan9
71550            ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
71551            ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
71552 ____________________________________________________________________________
71553 [ 18831] By: jhi                                   on 2003/03/05  19:56:41
71554         Log: Couple more _r possibilities (found in a RH 8.0 box), and
71555              the random() macros were all wrong.  (I don't know why
71556              metaconfig did so much reordering of config_h.SH.)
71557      Branch: perl
71558            ! Configure config_h.SH reentr.h reentr.pl
71559 ____________________________________________________________________________
71560 [ 18830] By: rgs                                   on 2003/03/04  23:25:01
71561         Log: Change #18829 makes this test workaround obsolete.
71562      Branch: perl
71563            ! ext/B/t/deparse.t
71564 ____________________________________________________________________________
71565 [ 18829] By: rgs                                   on 2003/03/04  22:23:41
71566         Log: Patch by Salvador Fandiño to read the warning mask
71567              returned by caller() and ${^WARNING_BITS} from
71568              $warnings::Bits{all} and not from the hardcoded core
71569              constant. (This mask could have been extended by
71570              warnings::register.) Plus tests.
71571      Branch: perl
71572            ! mg.c pp_ctl.c t/op/caller.t
71573 ____________________________________________________________________________
71574 [ 18828] By: rgs                                   on 2003/03/04  20:49:59
71575         Log: Subject: [PATCH] assertions
71576              From: Salvador Fandiño <sfandino@yahoo.com>
71577              Date: Fri, 21 Feb 2003 17:26:16 +0000
71578              Message-ID: <3E566138.4090709@yahoo.com>
71579              and the complement : (with added comments)
71580              Subject: [PATCH] bug in ext/B/t/deparse.t
71581              Message-ID: <3E563E16.7060303@yahoo.com>
71582              plus perldiag.pod patch for the new warning
71583              (previous change was, once again, empty)
71584      Branch: perl
71585            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
71586            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
71587            ! pod/perldiag.pod warnings.h warnings.pl
71588 ____________________________________________________________________________
71589 [ 18827] By: rgs                                   on 2003/03/04  20:48:09
71590         Log: Subject: [PATCH] assertions
71591              From: Salvador Fandiño <sfandino@yahoo.com>
71592              Date: Fri, 21 Feb 2003 17:26:16 +0000
71593              Message-ID: <3E566138.4090709@yahoo.com>
71594              and the complement : (with added comments)
71595              Subject: [PATCH] bug in ext/B/t/deparse.t
71596              Message-ID: <3E563E16.7060303@yahoo.com>
71597              plus perldiag.pod patch for the new warning
71598      Branch: perl
71599            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
71600            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
71601            ! pod/perldiag.pod warnings.h warnings.pl
71602 ____________________________________________________________________________
71603 [ 18826] By: jhi                                   on 2003/03/04  20:22:25
71604         Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
71605              The variant is from how List::Util Util.xs does it.
71606      Branch: perl
71607            ! ext/Devel/PPPort/PPPort.pm
71608 ____________________________________________________________________________
71609 [ 18825] By: rgs                                   on 2003/03/04  19:56:28
71610         Log: Doc typos.
71611      Branch: perl
71612            ! lib/File/Find.pm
71613 ____________________________________________________________________________
71614 [ 18823] By: jhi                                   on 2003/03/04  05:33:50
71615         Log: Try to give rcatline() a good jog on Unicode.
71616      Branch: perl
71617            ! t/io/utf8.t
71618 ____________________________________________________________________________
71619 [ 18822] By: jhi                                   on 2003/03/04  05:14:13
71620         Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
71621              From: Enache Adrian <enache@rdslink.ro>
71622              Date: Sun, 2 Mar 2003 05:43:54 +0200
71623              Message-ID: <20030302034354.GA4905@ratsnest.hole>
71624      Branch: perl
71625            ! sv.c t/io/utf8.t
71626 ____________________________________________________________________________
71627 [ 18821] By: jhi                                   on 2003/03/04  04:58:36
71628         Log: Can't test this without PerlIO.
71629      Branch: perl
71630            ! t/uni/write.t
71631 ____________________________________________________________________________
71632 [ 18820] By: sky                                   on 2003/03/04  01:01:07
71633         Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
71634              What happened was that a constant was freed, the pad released but
71635              the pad slot still held the SV, when pad slot was reallocated
71636              to be a target for a stringify, it did a sv_setpv on the target
71637              and the original SV was wiped out. When this SV was later on
71638              to new places using the constant, they got the wrong value.
71639              By replacing pad_free with pad_swipe for these cases, we
71640              won't have such a problem. (pad_swipe also removes the
71641              pointer to the original SV).
71642      Branch: perl
71643            ! op.c
71644 ____________________________________________________________________________
71645 [ 18819] By: jhi                                   on 2003/03/03  19:15:07
71646         Log: Further clarification on PERL_UNICODE's semantics.
71647      Branch: perl
71648            ! pod/perlrun.pod
71649 ____________________________________________________________________________
71650 [ 18818] By: gbarr                                 on 2003/03/03  10:07:44
71651         Log: Sync with libnet-1.13
71652      Branch: perl
71653            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
71654            ! lib/Net/POP3.pm lib/Net/SMTP.pm
71655 ____________________________________________________________________________
71656 [ 18817] By: jhi                                   on 2003/03/03  06:45:59
71657         Log: Upgrade to Unicode::Normalize 0.20.
71658      Branch: perl
71659            ! ext/Unicode/Normalize/Changes
71660            ! ext/Unicode/Normalize/Normalize.pm
71661            ! ext/Unicode/Normalize/Normalize.xs
71662            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
71663            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
71664            ! ext/Unicode/Normalize/t/test.t
71665 ____________________________________________________________________________
71666 [ 18816] By: jhi                                   on 2003/03/03  06:17:28
71667         Log: Upgrade to Encode 1.89.  The enc_module.t required
71668              a little tweak, sending that to Dan.
71669      Branch: perl
71670            + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
71671            + ext/Encode/t/enc_module.t
71672            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
71673            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
71674            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
71675            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
71676            ! ext/Encode/ucm/viscii.ucm
71677 ____________________________________________________________________________
71678 [ 18813] By: jhi                                   on 2003/03/03  05:33:21
71679         Log: Use a macro for abs() to avoid the possible truncation to an int;
71680              also make an explicit (double)cast for the arguments to fabs().
71681      Branch: perl
71682            ! perl.h pp.c sv.c util.c
71683 ____________________________________________________________________________
71684 [ 18812] By: hv                                    on 2003/03/02  22:36:05
71685         Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
71686              From: andreas.koenig@anima.de (Andreas J. Koenig)
71687              Date: Wed, 19 Feb 2003 11:05:28 +0100
71688              Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
71689      Branch: perl
71690            ! patchlevel.h
71691 ____________________________________________________________________________
71692 [ 18811] By: hv                                    on 2003/03/02  22:30:50
71693         Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
71694              From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
71695              Date: 18 Feb 2003 21:05:15 -0000
71696              Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
71697      Branch: perl
71698            ! ext/IPC/SysV/Msg.pm
71699 ____________________________________________________________________________
71700 [ 18810] By: hv                                    on 2003/03/02  21:59:10
71701         Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
71702              From: Richard Soderberg <perl@crystalflame.net>
71703              Date: Sat, 15 Feb 2003 01:27:21 -0500
71704              Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
71705      Branch: perl
71706            ! lib/File/Basename.pm
71707 ____________________________________________________________________________
71708 [ 18809] By: hv                                    on 2003/03/02  21:54:53
71709         Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
71710              From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
71711              Date: 15 Feb 2003 00:21:41 -0000
71712              Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
71713      Branch: perl
71714            ! lib/File/Find.pm
71715 ____________________________________________________________________________
71716 [ 18807] By: hv                                    on 2003/03/02  21:22:56
71717         Log: Reverse copyright update (#18801) for files not changed in 2003.
71718      Branch: perl
71719            ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
71720            ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
71721            ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
71722            ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
71723            ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
71724            ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c
71725            ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h
71726            ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
71727 ____________________________________________________________________________
71728 [ 18805] By: hv                                    on 2003/03/02  16:29:28
71729         Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
71730              From: Enache Adrian <enache@rdslink.ro>
71731              Date: Sun, 2 Mar 2003 10:11:27 +0200
71732              Message-ID: <20030302081127.GA10782@ratsnest.hole>
71733      Branch: perl
71734            ! pp.c t/op/pat.t
71735 ____________________________________________________________________________
71736 [ 18803] By: hv                                    on 2003/03/02  16:12:34
71737         Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch   included)
71738              From: "Anders Johnson" <ajohnson@wischip.com>
71739              Date: Mon, 10 Feb 2003 14:09:46 -0800
71740              Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
71741      Branch: perl
71742            ! mg.c t/op/magic.t
71743 ____________________________________________________________________________
71744 [ 18802] By: jhi                                   on 2003/03/02  15:39:06
71745         Log: Narrow down the -C test skippage.
71746      Branch: perl
71747            ! t/run/switchC.t
71748 ____________________________________________________________________________
71749 [ 18801] By: hv                                    on 2003/03/02  15:24:22
71750         Log: Update all copyrights to 2003, from Jarkko
71751      Branch: perl
71752            ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
71753            ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
71754            ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
71755            ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
71756            ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
71757            ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
71758            ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
71759            ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
71760            ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
71761            ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
71762            ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
71763            ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h
71764            ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c
71765            ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c
71766            ! x2p/util.h x2p/walk.c xsutils.c
71767 ____________________________________________________________________________
71768 [ 18800] By: hv                                    on 2003/03/02  15:16:38
71769         Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
71770              From: Richard.Foley@ubsw.com
71771              Date: Wed, 19 Feb 2003 13:24:38 +0100
71772              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
71773      Branch: perl
71774            ! lib/perl5db.pl
71775 ____________________________________________________________________________
71776 [ 18799] By: jhi                                   on 2003/03/02  13:34:13
71777         Log: The -CI cannot be easily tested under UTF-8 locale with
71778              the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
71779              Also other small tweaks in the -C neighbourhood.
71780      Branch: perl
71781            ! perl.c perl.h t/run/switchC.t util.c
71782 ____________________________________________________________________________
71783 [ 18798] By: jhi                                   on 2003/03/02  09:12:06
71784         Log: Go with "right = -right" for greater portability, some platforms
71785              might require llabs() to get abs() of long longs.
71786      Branch: perl
71787            ! pp.c
71788 ____________________________________________________________________________
71789 [ 18797] By: jhi                                   on 2003/03/02  08:07:32
71790         Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
71791              with negative quads", or also as RedHat bug #65612.
71792      Branch: perl
71793            ! pp.c
71794 ____________________________________________________________________________
71795 [ 18796] By: jhi                                   on 2003/03/02  07:34:54
71796         Log: Forgotten from change #18795.
71797      Branch: perl
71798            ! global.sym
71799 ____________________________________________________________________________
71800 [ 18795] By: jhi                                   on 2003/03/02  07:27:44
71801         Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
71802              From: Abe Timmerman <abe@ztreet.demon.nl>
71803              Date: Sun, 2 Mar 2003 02:03:16 +0100
71804              Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
71805      Branch: perl
71806            ! embed.fnc embed.h makedef.pl
71807 ____________________________________________________________________________
71808 [ 18794] By: jhi                                   on 2003/03/02  07:21:36
71809         Log: Further Unicode formats patching from Inaba Hiroto.
71810      Branch: perl
71811            + t/uni/write.t
71812            ! MANIFEST pp_ctl.c
71813 ____________________________________________________________________________
71814 [ 18793] By: jhi                                   on 2003/03/01  08:18:35
71815         Log: Integrate change #18788 from maint.
71816      Branch: perl
71817           !> perl.h
71818 ____________________________________________________________________________
71819 [ 18792] By: jhi                                   on 2003/03/01  08:14:43
71820         Log: Subject: [PATCH] Get MSWin32 back compiling
71821              From: Abe Timmerman <abe@ztreet.demon.nl>
71822              Date: Sat, 1 Mar 2003 04:31:19 +0100
71823              Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
71824      Branch: perl
71825            ! embed.fnc embed.h global.sym makedef.pl
71826 ____________________________________________________________________________
71827 [ 18785] By: jhi                                   on 2003/02/26  20:38:55
71828         Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
71829              From: Inaba Hiroto <inaba@st.rim.or.jp>
71830              Date: Mon, 10 Feb 2003 00:04:51 +0900
71831              Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
71832      Branch: perl
71833            ! pp_ctl.c toke.c
71834 ____________________________________________________________________________
71835 [ 18784] By: jhi                                   on 2003/02/26  19:45:53
71836         Log: An already fixed bug from perl-unicode.
71837      Branch: perl
71838            ! t/op/pat.t
71839 ____________________________________________________________________________
71840 [ 18782] By: hv                                    on 2003/02/26  01:36:49
71841         Log: Subject: Re: [perl #20683] [fix] Better Patch
71842              From: Enache Adrian <enache@rdslink.ro>
71843              Date: Sun, 23 Feb 2003 20:16:39 +0200
71844              Message-ID: <20030223181639.GA18713@ratsnest.hole>
71845      Branch: perl
71846            ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
71847            ! regexec.c sv.c t/op/pat.t
71848 ____________________________________________________________________________
71849 [ 18781] By: hv                                    on 2003/02/26  01:11:14
71850         Log: regen headers
71851      Branch: perl
71852            ! perlapi.h pod/perlapi.pod
71853 ____________________________________________________________________________
71854 [ 18780] By: hv                                    on 2003/02/26  00:25:32
71855         Log: Two typos found by Philip Newton <pnewton@gmx.de>
71856      Branch: perl
71857            ! configpm ext/DB_File/DB_File.pm
71858 ____________________________________________________________________________
71859 [ 18779] By: jhi                                   on 2003/02/25  18:20:01
71860         Log: Add tests for the -C switch.  Depending on the
71861              CLIs some $^O dance may be needed.
71862      Branch: perl
71863            + t/run/switchC.t
71864            ! MANIFEST
71865 ____________________________________________________________________________
71866 [ 18778] By: hv                                    on 2003/02/25  15:24:17
71867         Log: Add missing file from change #18774.
71868      Branch: perl
71869            + t/op/localref.t
71870 ____________________________________________________________________________
71871 [ 18777] By: hv                                    on 2003/02/25  14:07:59
71872         Log: More variables for change #18776.
71873      Branch: perl
71874            ! op.c
71875 ____________________________________________________________________________
71876 [ 18776] By: hv                                    on 2003/02/25  14:04:03
71877         Log: Subject: [perl #20682] [fix] @- array not visible in s///
71878              From: Enache Adrian <enache@rdslink.ro>
71879              Date: Fri, 21 Feb 2003 17:50:14 +0200
71880              Message-ID: <20030221155014.GB793@ratsnest.hole>
71881      Branch: perl
71882            ! op.c t/op/subst.t
71883 ____________________________________________________________________________
71884 [ 18775] By: hv                                    on 2003/02/25  13:53:11
71885         Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
71886              From: Enache Adrian <enache@rdslink.ro>
71887              Date: Fri, 21 Feb 2003 17:49:41 +0200
71888              Message-ID: <20030221154941.GA793@ratsnest.hole>
71889      Branch: perl
71890            ! pp_ctl.c t/op/subst.t
71891 ____________________________________________________________________________
71892 [ 18774] By: hv                                    on 2003/02/25  13:21:19
71893         Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
71894              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
71895              Date: Sun, 23 Feb 2003 00:03:27 +0100
71896              Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
71897      Branch: perl
71898            ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
71899 ____________________________________________________________________________
71900 [ 18773] By: hv                                    on 2003/02/25  12:45:01
71901         Log: Subject: [Encode] 1.88 Released
71902              From: Dan Kogai <dankogai@dan.co.jp>
71903              Date: Thu, 20 Feb 2003 23:49:55 +0900
71904              Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
71905      Branch: perl
71906            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
71907            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
71908            ! ext/Encode/lib/Encode/CJKConstants.pm
71909            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
71910            ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
71911 ____________________________________________________________________________
71912 [ 18772] By: merijn                                on 2003/02/25  12:12:14
71913         Log: Subject: [perl@18752] warnings from CGI tests under cygwin
71914              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71915              Date: Wed, 19 Feb 2003 13:37:39 -0800
71916              Message-ID: <jk/U+gzkg2DE092yn@efn.org>
71917      Branch: perl
71918            ! lib/CGI.pm
71919 ____________________________________________________________________________
71920 [ 18771] By: jhi                                   on 2003/02/25  07:46:53
71921         Log: Cleanup #18770 as suggested by Rafael.
71922      Branch: perl
71923            ! mg.c perl.h
71924 ____________________________________________________________________________
71925 [ 18770] By: jhi                                   on 2003/02/25  06:01:09
71926         Log: A new try at #18765 (for [perl #20920]).
71927      Branch: perl
71928            ! mg.c
71929 ____________________________________________________________________________
71930 [ 18769] By: jhi                                   on 2003/02/25  05:33:10
71931         Log: Retract change #18765: makes HiRes.t hang after subtest #11.
71932      Branch: perl
71933            ! mg.c
71934 ____________________________________________________________________________
71935 [ 18768] By: chip                                  on 2003/02/24  21:42:57
71936         Log: Include p4d2p in Porting again, because p4genpatch doesn't work
71937              until a change has been submitted.
71938      Branch: perl
71939            + Porting/p4d2p
71940            ! MANIFEST
71941 ____________________________________________________________________________
71942 [ 18767] By: chip                                  on 2003/02/24  21:35:56
71943         Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
71944      Branch: perl
71945            ! Porting/check83.pl Porting/findvars Porting/fixCORE
71946            ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
71947 ____________________________________________________________________________
71948 [ 18766] By: jhi                                   on 2003/02/24  20:04:36
71949         Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
71950      Branch: perl
71951            ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
71952            ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
71953 ____________________________________________________________________________
71954 [ 18765] By: jhi                                   on 2003/02/24  19:56:23
71955         Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
71956              From: Slaven Rezic <slaven@rezic.de>
71957              Date: 14 Feb 2003 09:11:15 +0100
71958              Message-ID: <878ywji8nw.fsf@vran.herceg.de>
71959
71960              (with slight tweaks)
71961      Branch: perl
71962            ! mg.c
71963 ____________________________________________________________________________
71964 [ 18764] By: jhi                                   on 2003/02/24  18:44:41
71965         Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
71966              "scalar upgraded to UTF-8 as a side effect of quote-interpolation
71967              when 'use encoding' is engaged"-- wasn't actually encoding's fault.
71968      Branch: perl
71969            ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
71970 ____________________________________________________________________________
71971 [ 18763] By: chip                                  on 2003/02/24  14:54:36
71972         Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
71973      Branch: perl
71974            ! op.c win32/perlhost.h
71975 ____________________________________________________________________________
71976 [ 18762] By: hv                                    on 2003/02/24  00:18:42
71977         Log: Remove no-longer-true line from perlop
71978      Branch: perl
71979            ! pod/perlop.pod
71980 ____________________________________________________________________________
71981 [ 18761] By: jhi                                   on 2003/02/23  12:07:53
71982         Log: Chip noticed that the intended optionality of the 'IV' was
71983              forgotten in the change #18758.
71984      Branch: perl
71985            ! ext/Devel/Peek/Peek.t
71986 ____________________________________________________________________________
71987 [ 18760] By: jhi                                   on 2003/02/22  19:17:04
71988         Log: API doc tweaks.
71989      Branch: perl
71990            ! utf8.c
71991 ____________________________________________________________________________
71992 [ 18759] By: sky                                   on 2003/02/21  09:08:30
71993         Log: Change regex to be a bit more friendly against various
71994              outputs from ps -f, regex suggest by rgs
71995      Branch: perl
71996            ! ext/threads/t/join.t
71997 ____________________________________________________________________________
71998 [ 18758] By: jhi                                   on 2003/02/20  17:28:44
71999         Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
72000              From: PPrymmer@factset.com
72001              Date: Thu, 20 Feb 2003 13:28:09 -0500
72002              Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
72003      Branch: perl
72004            ! ext/Devel/Peek/Peek.t
72005 ____________________________________________________________________________
72006 [ 18757] By: jhi                                   on 2003/02/20  17:27:17
72007         Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
72008              From: PPrymmer@factset.com
72009              Date: Wed, 19 Feb 2003 15:04:40 -0500
72010              Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
72011      Branch: perl
72012            ! README.vms configure.com
72013 ____________________________________________________________________________
72014 [ 18756] By: jhi                                   on 2003/02/20  06:16:05
72015         Log: Doc tweakage on -C.
72016      Branch: perl
72017            ! pod/perlrun.pod
72018 ____________________________________________________________________________
72019 [ 18755] By: rgs                                   on 2003/02/19  21:31:43
72020         Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
72021              From: Brendan O'Dea <bod@debian.org>
72022              Date: Sun, 16 Feb 2003 21:09:23 +1100
72023              Message-ID: <20030216100923.GA29761@londo.c47.org>
72024      Branch: perl
72025            ! pod/perlcompile.pod
72026 ____________________________________________________________________________
72027 [ 18754] By: rgs                                   on 2003/02/19  21:14:37
72028         Log: Document clearly that "_" is always in package "main".
72029      Branch: perl
72030            ! pod/perlvar.pod
72031 ____________________________________________________________________________
72032 [ 18753] By: rgs                                   on 2003/02/19  20:55:09
72033         Log: Subject: Re: [perl #20716] scope error with brackets
72034              From: Enache Adrian <enache@rdslink.ro>
72035              Date: Thu, 13 Feb 2003 04:52:21 +0200
72036              Message-ID: <20030213025221.GA1215@ratsnest.hole>
72037              (better version of change #18687)
72038      Branch: perl
72039            ! t/comp/parser.t toke.c
72040 ____________________________________________________________________________
72041 [ 18752] By: jhi                                   on 2003/02/19  05:10:26
72042         Log: 'A' is not 65 everywhere.
72043      Branch: perl
72044            ! t/op/pack.t
72045 ____________________________________________________________________________
72046 [ 18751] By: chip                                  on 2003/02/19  03:54:45
72047         Log: Support one-parameter unpack(), which unpacks $_.
72048      Branch: perl
72049            ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
72050 ____________________________________________________________________________
72051 [ 18750] By: hv                                    on 2003/02/19  00:53:03
72052         Log: more complex assertions activation:
72053              Subject: Re: Did the assertion patch/feature submission get overlooked?
72054              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
72055              Date: Tue, 18 Feb 2003 19:24:13 +0000
72056              Message-ID: <3E52885D.5060903@yahoo.com>
72057      Branch: perl
72058            ! lib/assertions.pm lib/assertions/activate.pm
72059            ! t/comp/assertions.t
72060 ____________________________________________________________________________
72061 [ 18749] By: hv                                    on 2003/02/19  00:19:21
72062         Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
72063              From: andreas.koenig@anima.de (Andreas J. Koenig)
72064              Date: Tue, 18 Feb 2003 11:48:40 +0100
72065              Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
72066      Branch: perl
72067            ! patchlevel.h
72068 ____________________________________________________________________________
72069 [ 18748] By: hv                                    on 2003/02/19  00:00:41
72070         Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
72071              From: Dave Mitchell <davem@fdgroup.com>
72072              Date: Tue, 18 Feb 2003 21:45:45 +0000
72073              Message-ID: <20030218214545.C18547@fdgroup.com>
72074
72075              and tests for the same:
72076              From: Dave Mitchell <davem@fdgroup.com>
72077              Date: Wed, 19 Feb 2003 00:42:01 +0000
72078              Message-ID: <20030219004201.F18547@fdgroup.com>
72079      Branch: perl
72080            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
72081 ____________________________________________________________________________
72082 [ 18747] By: hv                                    on 2003/02/18  23:47:06
72083         Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
72084              problems on case-insensitive file systems. Rename it back to
72085              t/run/switch_A.t
72086      Branch: perl
72087           +> t/run/switch_A.t
72088            - t/run/switchA.t
72089            ! MANIFEST
72090 ____________________________________________________________________________
72091 [ 18746] By: sky                                   on 2003/02/18  21:31:37
72092         Log: Subject: Re: -Os for Darwin why?
72093              From: schwern@pobox.com
72094              Date: tis feb 18, 2003  20:37:39 Europe/Stockholm
72095              Message-Id: <20030218113739.D25848@ttul.org>
72096      Branch: perl
72097            ! hints/darwin.sh
72098 ____________________________________________________________________________
72099 [ 18741] By: jhi                                   on 2003/02/18  14:01:34
72100         Log: Format nit.
72101      Branch: perl
72102            ! util.c
72103 ____________________________________________________________________________
72104 [ 18740] By: sky                                   on 2003/02/18  06:33:57
72105         Log: Re: -Os for Darwin why?
72106              From: schwern@pobox.com
72107              Date: tis feb 18, 2003  04:14:03 Europe/Stockholm
72108              Message-Id: <20030217191403.A17553@ttul.org>
72109      Branch: perl
72110            ! hints/darwin.sh
72111 ____________________________________________________________________________
72112 [ 18739] By: hv                                    on 2003/02/18  01:04:01
72113         Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
72114              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
72115              Date: Mon, 17 Feb 2003 23:38:05 +0000
72116              Message-ID: <3E51725D.5060303@yahoo.com>
72117      Branch: perl
72118            + t/comp/assertions.t t/run/switchA.t
72119            ! MANIFEST
72120 ____________________________________________________________________________
72121 [ 18738] By: hv                                    on 2003/02/18  00:51:24
72122         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
72123              From: Nicholas Clark <nick@ccl4.org>
72124              Date: Mon, 17 Feb 2003 21:07:03 +0000
72125              Message-ID: <20030217210330.A8611@plum.flirble.org>
72126      Branch: perl
72127            ! sv.c
72128 ____________________________________________________________________________
72129 [ 18737] By: hv                                    on 2003/02/18  00:47:00
72130         Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
72131              From: Stephen McCamant <smcc@mit.edu>
72132              Date: Mon, 17 Feb 2003 19:34:36 -0500
72133              Date: Mon, 17 Feb 2003 19:34:36 -0500
72134              Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
72135      Branch: perl
72136            ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
72137            ! ext/B/B/Terse.pm ext/B/t/terse.t
72138 ____________________________________________________________________________
72139 [ 18736] By: hv                                    on 2003/02/17  09:33:47
72140         Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
72141              From: Nicholas Clark <nick@unfortu.net>
72142              Date: Sun, 16 Feb 2003 23:09:50 +0000
72143              Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
72144      Branch: perl
72145            ! sv.c
72146 ____________________________________________________________________________
72147 [ 18735] By: hv                                    on 2003/02/17  09:13:02
72148         Log: Use the escape E<ntilde> in source files rather than the actual char.
72149      Branch: perl
72150            ! lib/assertions.pm lib/assertions/activate.pm
72151 ____________________________________________________________________________
72152 [ 18734] By: hv                                    on 2003/02/17  09:06:44
72153         Log: Suppress empty #ifdef blocks in embed.pl
72154      Branch: perl
72155            ! embed.h embed.pl
72156 ____________________________________________________________________________
72157 [ 18733] By: hv                                    on 2003/02/17  08:51:53
72158         Log: fix typo in sv.c and regenerate perlapi.pod
72159      Branch: perl
72160            ! pod/perlapi.pod sv.c
72161 ____________________________________________________________________________
72162 [ 18732] By: jhi                                   on 2003/02/17  06:40:09
72163         Log: Philip Newton has eagle eyes :-)
72164      Branch: perl
72165            ! pod/perlrun.pod
72166 ____________________________________________________________________________
72167 [ 18731] By: jhi                                   on 2003/02/17  05:31:18
72168         Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
72169      Branch: perl
72170            ! locale.c pod/perlrun.pod pod/perlunicode.pod
72171            ! pod/perluniintro.pod pod/perlvar.pod util.c
72172 ____________________________________________________________________________
72173 [ 18730] By: jhi                                   on 2003/02/17  04:44:53
72174         Log: Make also the -CAL conditional on locale.
72175      Branch: perl
72176            ! perl.c pod/perlrun.pod
72177 ____________________________________________________________________________
72178 [ 18729] By: jhi                                   on 2003/02/16  18:33:05
72179         Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
72180      Branch: perl
72181            ! embed.h embed.pl pod/perlembed.pod
72182 ____________________________________________________________________________
72183 [ 18728] By: jhi                                   on 2003/02/16  18:20:04
72184         Log: According to Sarathy it's better have the Ministry
72185              of Information to remove all memory of NO_EMBED.
72186              What NO_EMBED?
72187      Branch: perl
72188            ! embed.h embed.pl
72189 ____________________________________________________________________________
72190 [ 18727] By: hv                                    on 2003/02/16  13:55:10
72191         Log: add support for assertions. Updated form of:
72192              Subject: Re: Did the assertion patch/feature submission get overlooked?
72193              From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
72194              Date: Sat, 30 Nov 2002 17:24:09 +0000
72195              Message-ID: <3DE8F439.50402@yahoo.com>
72196      Branch: perl
72197            + lib/assertions.pm lib/assertions/activate.pm
72198            ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
72199            ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
72200            ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
72201 ____________________________________________________________________________
72202 [ 18726] By: hv                                    on 2003/02/16  13:10:32
72203         Log: COW regexps:
72204              Subject: [PATCH] Copy on write for $& and $1...
72205              From: Nicholas Clark <nick@unfortu.net>
72206              Date: Sun, 9 Feb 2003 23:00:09 +0000
72207              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
72208      Branch: perl
72209            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
72210            ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
72211 ____________________________________________________________________________
72212 [ 18725] By: hv                                    on 2003/02/16  13:08:52
72213         Log: inline SvREFCNT_dec:
72214              Subject: [PATCH] Copy on write for $& and $1...
72215              From: Nicholas Clark <nick@unfortu.net>
72216              Date: Sun, 9 Feb 2003 23:00:09 +0000
72217              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
72218      Branch: perl
72219            ! embed.fnc embed.h proto.h sv.c sv.h
72220 ____________________________________________________________________________
72221 [ 18723] By: hv                                    on 2003/02/16  11:12:58
72222         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
72223              From: Enache Adrian <enache@rdslink.ro>
72224              Date: Sun, 16 Feb 2003 00:05:10 +0200
72225              Message-ID: <20030215220510.GB893@ratsnest.hole>
72226      Branch: perl
72227            ! op.c
72228 ____________________________________________________________________________
72229 [ 18722] By: hv                                    on 2003/02/16  11:08:06
72230         Log: outdent else-if chain in scope()
72231      Branch: perl
72232            ! op.c
72233 ____________________________________________________________________________
72234 [ 18721] By: hv                                    on 2003/02/16  11:00:47
72235         Log: Subject: [PATCH] arcane tainting bug in vms.c
72236              From: "Craig A. Berry" <craigberry@mac.com>
72237              Date: Sat, 15 Feb 2003 12:29:03 -0600
72238              Message-ID: <3E4E86EF.8090609@mac.com>
72239      Branch: perl
72240            ! vms/vms.c
72241 ____________________________________________________________________________
72242 [ 18720] By: hv                                    on 2003/02/16  10:54:58
72243         Log: restrict PERL_PRESERVE_IVUV to things that should really give an
72244              integer, but extend to runtime. Based on:
72245              Subject: Re: [perl #20827] Unexpected scientific notation.
72246              From: hv@crypt.org
72247              Date: Wed, 12 Feb 2003 03:12:43 +0000
72248              Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
72249      Branch: perl
72250            ! op.c pp.c
72251 ____________________________________________________________________________
72252 [ 18718] By: jhi                                   on 2003/02/16  09:47:02
72253         Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
72254              which will disable the short forms of the Perl_ API, good for
72255              embedding stuff.  (Kind of like the old NO_EMBED, but better.)
72256      Branch: perl
72257            ! embed.h embed.pl pod/perlembed.pod
72258 ____________________________________________________________________________
72259 [ 18717] By: jhi                                   on 2003/02/16  09:44:57
72260         Log: Clarify the -C syntax a bit.
72261      Branch: perl
72262            ! pod/perlrun.pod
72263 ____________________________________________________________________________
72264 [ 18716] By: jhi                                   on 2003/02/16  08:29:54
72265         Log: Forgotten from #18715.
72266      Branch: perl
72267            ! embed.h proto.h
72268 ____________________________________________________________________________
72269 [ 18715] By: jhi                                   on 2003/02/15  21:19:37
72270         Log: The new(er) way of controlling Unicode I/O (and other) features;
72271              -C (or PERL_UNICODE).  See perlrun/-C for more details.
72272      Branch: perl
72273            ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
72274            ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
72275            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
72276            ! util.c
72277 ____________________________________________________________________________
72278 [ 18714] By: jhi                                   on 2003/02/15  12:31:25
72279         Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
72280      Branch: perl
72281            ! ext/Storable/Storable.xs
72282 ____________________________________________________________________________
72283 [ 18712] By: jhi                                   on 2003/02/15  08:39:38
72284         Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
72285              even closer to each other.  The dec_osf.pl is irrelevant
72286              for the current core but adding it makes for one less exception
72287              when integrating.
72288      Branch: perl
72289            + ext/Digest/MD5/hints/dec_osf.pl
72290            ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
72291            ! ext/Digest/MD5/t/files.t
72292 ____________________________________________________________________________
72293 [ 18711] By: jhi                                   on 2003/02/15  08:32:04
72294         Log: Update MD5 Changes; update checksums.
72295      Branch: perl
72296            ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
72297 ____________________________________________________________________________
72298 [ 18710] By: jhi                                   on 2003/02/15  08:19:20
72299         Log: Update the MD5 checksums.
72300      Branch: perl
72301            ! ext/Digest/MD5/t/files.t
72302 ____________________________________________________________________________
72303 [ 18709] By: jhi                                   on 2003/02/15  08:16:26
72304         Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
72305              (problem noticed by Graham with List::Util).
72306      Branch: perl
72307            ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
72308            ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
72309 ____________________________________________________________________________
72310 [ 18708] By: jhi                                   on 2003/02/15  07:31:17
72311         Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
72312              From: Enache Adrian <enache@rdslink.ro>
72313              Date: Sat, 15 Feb 2003 00:37:40 +0200
72314              Message-ID: <20030214223740.GA13575@ratsnest.hole>
72315      Branch: perl
72316            ! pp.c t/op/split.t
72317 ____________________________________________________________________________
72318 [ 18707] By: hv                                    on 2003/02/15  06:38:15
72319         Log: Subject: [doc patch] ext/threads/shared/shared.pm
72320              From: Stas Bekman <stas@stason.org>
72321              Date: Fri, 14 Feb 2003 11:12:39 +1100
72322              Message-ID: <3E4C3477.7030306@stason.org>
72323      Branch: perl
72324            ! ext/threads/shared/shared.pm
72325 ____________________________________________________________________________
72326 [ 18706] By: hv                                    on 2003/02/15  06:32:35
72327         Log: Subject: Re: perlvar phrasing clarification for $^S
72328              From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
72329              Date: Fri, 14 Feb 2003 10:12:00 +1100
72330              Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
72331      Branch: perl
72332            ! pod/perlvar.pod
72333 ____________________________________________________________________________
72334 [ 18705] By: hv                                    on 2003/02/15  06:27:07
72335         Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
72336              From: Dave Mitchell <davem@fdgroup.com>
72337              Date: Fri, 14 Feb 2003 22:48:27 +0000
72338              Message-ID: <20030214224827.B6783@fdgroup.com>
72339
72340              with tests:
72341              From: Slaven Rezic <slaven@rezic.de>
72342              Date: 14 Feb 2003 20:23:20 +0100
72343              Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
72344      Branch: perl
72345            ! pp.c t/op/substr.t t/op/vec.t
72346 ____________________________________________________________________________
72347 [ 18704] By: hv                                    on 2003/02/15  06:17:06
72348         Log: Subject: Re: overriding builtins quirk
72349              From: Jerrad Pierce <belg4mit@MIT.EDU>
72350              Date: Fri, 14 Feb 2003 09:28:13 -0500
72351              Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
72352      Branch: perl
72353            ! pod/perlsub.pod
72354 ____________________________________________________________________________
72355 [ 18703] By: rgs                                   on 2003/02/14  22:23:56
72356         Log: Subject: Re: trying to fix #20154, #20357
72357              From: Enache Adrian <enache@rdslink.ro>
72358              Date: Sat, 8 Feb 2003 21:05:14 +0200
72359              Message-ID: <20030208190514.GA866@ratsnest.hole>
72360              (fixes #19061 as well)
72361      Branch: perl
72362            ! pp_ctl.c t/op/goto.t
72363 ____________________________________________________________________________
72364 [ 18702] By: gbarr                                 on 2003/02/14  19:26:23
72365         Log: Update to Scalar-List-Utils 1.11
72366      Branch: perl
72367            + ext/List/Util/t/proto.t
72368            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
72369            ! ext/List/Util/lib/List/Util.pm
72370            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
72371 ____________________________________________________________________________
72372 [ 18699] By: jhi                                   on 2003/02/13  09:43:33
72373         Log: gcc 3.2.1 does not have -Wall faith that tmp
72374              will not be used uninitialized.
72375      Branch: perl
72376            ! toke.c
72377 ____________________________________________________________________________
72378 [ 18698] By: hv                                    on 2003/02/12  03:01:32
72379         Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
72380              From: Slaven Rezic <slaven@rezic.de>
72381              Date: 30 Jan 2003 19:03:41 +0100
72382              Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
72383      Branch: perl
72384            ! utils/perlbug.PL
72385 ____________________________________________________________________________
72386 [ 18697] By: hv                                    on 2003/02/12  02:20:39
72387         Log: Subject: [PATCH 5.9.0] to silence compiler warning
72388              From: Robin Barker <Robin.Barker@npl.co.uk>
72389              Date: Tue, 28 Jan 2003 13:27:17 -0000
72390              Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
72391      Branch: perl
72392            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
72393            ! universal.c util.c
72394 ____________________________________________________________________________
72395 [ 18696] By: rgs                                   on 2003/02/11  20:13:21
72396         Log: Subject: [perl #20654] %*v02x considered invalid in printf
72397              From: Robin Barker (via RT) <perlbug-followup@perl.org>
72398              Date: 10 Feb 2003 16:43:23 -0000
72399              Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
72400      Branch: perl
72401            ! sv.c t/op/sprintf.t
72402 ____________________________________________________________________________
72403 [ 18695] By: rgs                                   on 2003/02/11  20:00:23
72404         Log: Subject: mini-[patch] perlrun "^$W" typo
72405              From: Iain Truskett <spoon@dellah.org>
72406              Date: Tue, 11 Feb 2003 08:38:52 +1100
72407              Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
72408      Branch: perl
72409            ! pod/perlrun.pod
72410 ____________________________________________________________________________
72411 [ 18694] By: rgs                                   on 2003/02/11  19:44:00
72412         Log: Subject: [PATCH] More B::Concise fixes
72413              From: Stephen McCamant <smcc@mit.edu>
72414              Date: Sun, 9 Feb 2003 17:28:38 -0500
72415              Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
72416      Branch: perl
72417            ! ext/B/B/Concise.pm
72418 ____________________________________________________________________________
72419 [ 18693] By: merijn                                on 2003/02/11  08:14:29
72420         Log: More code cleanup.
72421
72422              Subject: Re: New SV Flag
72423              Date: Fri, 07 Feb 2003 09:57:43 +0100
72424              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72425              Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
72426      Branch: perl
72427            ! sv.c sv.h
72428 ____________________________________________________________________________
72429 [ 18692] By: jhi                                   on 2003/02/11  07:53:26
72430         Log: Dueling patches.
72431      Branch: perl
72432            - lib/CPAN/ChangeLog
72433            ! MANIFEST
72434 ____________________________________________________________________________
72435 [ 18691] By: hv                                    on 2003/02/11  00:27:56
72436         Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
72437              From: Mark Mielke <mark@mark.mielke.cc>
72438              Date: Mon, 20 Jan 2003 19:56:13 -0500
72439              Message-ID: <20030121005613.GA31739@mark.mielke.cc>
72440      Branch: perl
72441            ! sv.c
72442 ____________________________________________________________________________
72443 [ 18690] By: hv                                    on 2003/02/10  22:08:05
72444         Log: fix comment in change #18689
72445      Branch: perl
72446            ! sv.c
72447 ____________________________________________________________________________
72448 [ 18689] By: hv                                    on 2003/02/10  21:59:34
72449         Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
72450              Now allows but ignores the 'l' modifier on floating point formats
72451              and adds a couple of tests.
72452      Branch: perl
72453            ! sv.c t/op/sprintf.t
72454 ____________________________________________________________________________
72455 [ 18688] By: sky                                   on 2003/02/10  19:54:13
72456         Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
72457              From: Enache Adrian <enache@rdslink.ro>
72458              Date: sun feb 9, 2003  21:10:25 Europe/Stockholm
72459              Message-Id: <20030209201025.GA1247@ratsnest.hole>
72460      Branch: perl
72461            ! pp_ctl.c
72462 ____________________________________________________________________________
72463 [ 18687] By: sky                                   on 2003/02/10  18:13:29
72464         Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
72465              From: Enache Adrian <enache@rdslink.ro>
72466              Date: mon feb 10, 2003  18:48:58 Europe/Stockholm
72467              Message-id: <20030210174858.GA872@ratsnest.hole>
72468      Branch: perl
72469            ! t/comp/parser.t toke.c
72470 ____________________________________________________________________________
72471 [ 18686] By: sky                                   on 2003/02/10  18:11:35
72472         Log: Compile under threads and MacOSX. For some reason newSVpvf
72473              was not exapnded.
72474      Branch: perl
72475            ! universal.c
72476 ____________________________________________________________________________
72477 [ 18685] By: ams                                   on 2003/02/10  03:44:07
72478         Log: No, we don't really want the utility scripts.
72479      Branch: perl
72480            - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
72481            - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
72482            ! MANIFEST ext/MIME/Base64/Makefile.PL
72483 ____________________________________________________________________________
72484 [ 18684] By: hv                                    on 2003/02/10  01:43:12
72485         Log: fix for C< use if qw/ 1 open :utf8 / > based on:
72486              Subject: [perl #20536] use if 1, open => ':utf8' fails
72487              From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
72488              Date: 24 Jan 2003 22:39:06 -0000
72489              Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
72490      Branch: perl
72491            ! lib/if.pm lib/if.t
72492 ____________________________________________________________________________
72493 [ 18683] By: hv                                    on 2003/02/10  01:15:52
72494         Log: Subject: RE: perldebug.pod suggestion
72495              From: "Jay Hannah" <jhannah@omnihotels.com>
72496              Date: Fri, 24 Jan 2003 11:28:44 -0600
72497              Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
72498      Branch: perl
72499            ! pod/perldebug.pod
72500 ____________________________________________________________________________
72501 [ 18682] By: hv                                    on 2003/02/10  00:26:50
72502         Log: Subject: [PATCH] version objects final(?) patch
72503              From: John Peacock <jpeacock@rowman.com>
72504              Date: Sun, 05 Jan 2003 21:28:41 -0500
72505              Message-ID: <3E18E9D9.2040908@rowman.com>
72506      Branch: perl
72507            ! lib/version.pm lib/version.t universal.c util.c
72508 ____________________________________________________________________________
72509 [ 18680] By: chip                                  on 2003/02/09  17:39:33
72510         Log: Add CPAN ChangeLog to MANIFEST.
72511      Branch: perl
72512            ! MANIFEST
72513 ____________________________________________________________________________
72514 [ 18678] By: jhi                                   on 2003/02/09  14:37:38
72515         Log: CPAN ChangeLog not needed, says Andreas.
72516      Branch: perl
72517            ! MANIFEST
72518 ____________________________________________________________________________
72519 [ 18677] By: jhi                                   on 2003/02/09  08:42:19
72520         Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
72521              From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
72522              Date: 8 Feb 2003 11:54:11 -0000
72523              Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
72524      Branch: perl
72525            ! ext/PerlIO/encoding/encoding.pm
72526 ____________________________________________________________________________
72527 [ 18676] By: jhi                                   on 2003/02/09  08:35:25
72528         Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
72529              From: Stas Bekman <stas@stason.org>
72530              Date: Sat, 08 Feb 2003 11:12:28 +1100
72531              Message-ID: <3E444B6C.5060407@stason.org>
72532      Branch: perl
72533            ! doio.c
72534 ____________________________________________________________________________
72535 [ 18675] By: jhi                                   on 2003/02/08  19:49:40
72536         Log: Possible cruft removal.
72537      Branch: perl
72538            ! x2p/Makefile.SH
72539 ____________________________________________________________________________
72540 [ 18674] By: jhi                                   on 2003/02/08  18:22:42
72541         Log: Signedness nits.
72542      Branch: perl
72543            ! toke.c
72544 ____________________________________________________________________________
72545 [ 18672] By: jhi                                   on 2003/02/08  08:45:35
72546         Log: Upgrade to CPAN 1.64, from Andreas Koenig.
72547      Branch: perl
72548            + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
72549            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
72550            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
72551            ! utils.lst
72552 ____________________________________________________________________________
72553 [ 18671] By: jhi                                   on 2003/02/08  08:35:06
72554         Log: Upgrade to Net::Ping 2.28, from Rob Brown.
72555      Branch: perl
72556            + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
72557            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
72558            ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
72559            ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
72560 ____________________________________________________________________________
72561 [ 18670] By: jhi                                   on 2003/02/08  07:23:02
72562         Log: Subject: [PATCH] perluniintro nit
72563              From: Autrijus Tang <autrijus@autrijus.org>
72564              Date: Fri, 7 Feb 2003 00:02:49 +0800
72565              Message-ID: <20030206160249.GA12984@not.autrijus.org>
72566      Branch: perl
72567            ! pod/perluniintro.pod
72568 ____________________________________________________________________________
72569 [ 18669] By: jhi                                   on 2003/02/06  20:06:09
72570         Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
72571              From: PPrymmer@factset.com
72572              Date: Wed, 5 Feb 2003 12:00:05 -0500
72573              Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
72574      Branch: perl
72575            ! t/pod/find.t
72576 ____________________________________________________________________________
72577 [ 18668] By: jhi                                   on 2003/02/06  20:00:52
72578         Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
72579      Branch: perl
72580            ! proto.h
72581 ____________________________________________________________________________
72582 [ 18666] By: sky                                   on 2003/02/06  09:39:24
72583         Log: Patch from Richard Soderberg, cleanup the code a bit and comment
72584              why we are not using SvOOK_on.
72585      Branch: perl
72586            ! sv.c
72587 ____________________________________________________________________________
72588 [ 18664] By: jhi                                   on 2003/02/06  09:26:53
72589         Log: Things forgotten from Encode 1.87.
72590      Branch: perl
72591            ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
72592 ____________________________________________________________________________
72593 [ 18663] By: jhi                                   on 2003/02/06  04:03:31
72594         Log: Upgrade to Encode 1.87.
72595      Branch: perl
72596            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
72597            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
72598            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
72599            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
72600            ! ext/Encode/lib/Encode/CJKConstants.pm
72601            ! ext/Encode/lib/Encode/Encoder.pm
72602            ! ext/Encode/lib/Encode/Encoding.pm
72603            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
72604            ! ext/Encode/t/enc_eucjp.t
72605 ____________________________________________________________________________
72606 [ 18662] By: jhi                                   on 2003/02/05  19:40:38
72607         Log: Add the test of [perl #8760] (fixed by change #18656).
72608      Branch: perl
72609            ! t/run/fresh_perl.t
72610 ____________________________________________________________________________
72611 [ 18661] By: jhi                                   on 2003/02/05  19:28:37
72612         Log: has become fixed too (by changes #18653
72613              and #18658, methinks), adding the test(s).
72614      Branch: perl
72615            ! t/op/pat.t
72616 ____________________________________________________________________________
72617 [ 18660] By: jhi                                   on 2003/02/05  17:15:35
72618         Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
72619              From: Inaba HIroto <inaba@st.rim.or.jp>
72620              Date: Sat, 01 Feb 2003 21:58:20 +0900
72621              Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
72622      Branch: perl
72623            ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
72624            ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
72625            ! ext/Encode/lib/Encode/Encoding.pm
72626            ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
72627            ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
72628 ____________________________________________________________________________
72629 [ 18659] By: jhi                                   on 2003/02/05  11:51:30
72630         Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
72631              From: PPrymmer@factset.com
72632              Date: Tue, 4 Feb 2003 12:03:17 -0500
72633              Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
72634      Branch: perl
72635            ! ext/PerlIO/via/via.xs
72636 ____________________________________________________________________________
72637 [ 18658] By: jhi                                   on 2003/02/05  05:45:11
72638         Log: s/S_cache_re/cache_re/ for building with threads.
72639      Branch: perl
72640            ! regexec.c
72641 ____________________________________________________________________________
72642 [ 18657] By: rgs                                   on 2003/02/04  20:06:19
72643         Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
72644              From: Stephen McCamant <smcc@mit.edu>
72645              Date: Mon, 3 Feb 2003 21:01:07 -0500
72646              Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
72647      Branch: perl
72648            ! ext/B/B/Concise.pm ext/B/t/concise.t
72649 ____________________________________________________________________________
72650 [ 18656] By: rgs                                   on 2003/02/04  20:02:56
72651         Log: Better version of change #18648, by Enache Adrian
72652              Message-ID: <20030204101533.GA11817@ratsnest.hole>
72653      Branch: perl
72654            ! op.c
72655 ____________________________________________________________________________
72656 [ 18655] By: jhi                                   on 2003/02/04  15:56:36
72657         Log: Add the new test to MANIFEST.
72658      Branch: perl
72659            ! MANIFEST
72660 ____________________________________________________________________________
72661 [ 18654] By: gbarr                                 on 2003/02/04  14:42:51
72662         Log: Sync with 1.10
72663      Branch: perl
72664            + ext/List/Util/t/lln.t
72665            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
72666            ! ext/List/Util/lib/List/Util.pm
72667            ! ext/List/Util/lib/Scalar/Util.pm
72668 ____________________________________________________________________________
72669 [ 18653] By: jhi                                   on 2003/02/04  11:04:25
72670         Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
72671              The PL_regdata was not set up (S_cache_re()) before it
72672              was needed (S_reginclass()).  The test put in fresh_perl.t
72673              because we need a pristine state to start.
72674      Branch: perl
72675            ! regexec.c t/run/fresh_perl.t
72676 ____________________________________________________________________________
72677 [ 18652] By: jhi                                   on 2003/02/04  06:35:51
72678         Log: Comment tweak.
72679      Branch: perl
72680            ! t/op/pat.t
72681 ____________________________________________________________________________
72682 [ 18651] By: jhi                                   on 2003/02/04  06:28:53
72683         Log: Signedness issue.
72684      Branch: perl
72685            ! ext/MIME/Base64/Base64.xs
72686 ____________________________________________________________________________
72687 [ 18650] By: rgs                                   on 2003/02/03  22:02:44
72688         Log: Force the C locale in makedepend, to prevent gcc from
72689              producing locale-dependent messages.
72690      Branch: perl
72691            ! makedepend.SH
72692 ____________________________________________________________________________
72693 [ 18649] By: rgs                                   on 2003/02/03  22:00:21
72694         Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
72695      Branch: perl
72696            ! pod/perlrun.pod
72697 ____________________________________________________________________________
72698 [ 18648] By: rgs                                   on 2003/02/03  19:32:57
72699         Log: Fix bug #8760 : cop_line isn't properly restored
72700              when a module is loaded at runtime behind the scenes.
72701      Branch: perl
72702            ! op.c t/lib/warnings/perlio
72703 ____________________________________________________________________________
72704 [ 18647] By: merijn                                on 2003/02/03  16:14:00
72705         Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
72706              From: Abe Timmerman <abe@ztreet.demon.nl>
72707              Date: Sun, 2 Feb 2003 18:27:57 +0100
72708              Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
72709      Branch: perl
72710            ! hints/openbsd.sh
72711 ____________________________________________________________________________
72712 [ 18644] By: jhi                                   on 2003/02/03  12:41:51
72713         Log: Duh, test -e ENOPORTABLE, I should've remembered that.
72714              (Made Solaris go boom.)
72715      Branch: perl
72716            ! Configure
72717 ____________________________________________________________________________
72718 [ 18643] By: jhi                                   on 2003/02/03  10:36:15
72719         Log: Detypo.
72720      Branch: perl
72721            ! cop.h
72722 ____________________________________________________________________________
72723 [ 18642] By: ams                                   on 2003/02/03  08:26:36
72724         Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
72725              utility scripts?)
72726      Branch: perl
72727            + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
72728            + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
72729            ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
72730            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
72731            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
72732            ! ext/MIME/Base64/t/quoted-print.t
72733 ____________________________________________________________________________
72734 [ 18641] By: sky                                   on 2003/02/02  23:46:24
72735         Log: In any case, never copy this but use the same SV since
72736              if we copy we loose the hash we so badly need.
72737              For op_const we might still need to copy however.
72738      Branch: perl
72739            ! op.c
72740 ____________________________________________________________________________
72741 [ 18640] By: sky                                   on 2003/02/02  23:38:40
72742         Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
72743              threading issue. Should perhaps be a PVOP to save memory, but then
72744              we have nowhere to store the hash of the function!
72745      Branch: perl
72746            ! dump.c op.c pp_hot.c
72747 ____________________________________________________________________________
72748 [ 18637] By: jhi                                   on 2003/02/02  20:07:57
72749         Log: Plan 9: Some time has passed.
72750      Branch: perl
72751            ! plan9/buildinfo
72752 ____________________________________________________________________________
72753 [ 18636] By: jhi                                   on 2003/02/02  20:02:11
72754         Log: Subject: Re: typo in checkin 18616
72755              From: Nick Ing-Simmons <nick@ing-simmons.net>
72756              Date: Sun, 02 Feb 2003 17:23:08 +0000
72757              Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
72758      Branch: perl
72759            ! XSUB.h
72760 ____________________________________________________________________________
72761 [ 18635] By: jhi                                   on 2003/02/02  19:46:35
72762         Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
72763      Branch: perl
72764            + plan9/config_sh.sample
72765            ! MANIFEST
72766 ____________________________________________________________________________
72767 [ 18634] By: ams                                   on 2003/02/02  18:07:01
72768         Log: Subject: [PATCH] pod/perlfunc.pod
72769              From: abigail@abigail.nl
72770              Date: Sun, 2 Feb 2003 16:59:48 +0100
72771              Message-Id: <20030202155948.7971.qmail@abigail.nl>
72772      Branch: perl
72773            ! pod/perlfunc.pod
72774 ____________________________________________________________________________
72775 [ 18633] By: jhi                                   on 2003/02/02  16:48:26
72776         Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
72777              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
72778              Date: Wed, 22 Jan 2003 22:35:56 +0100
72779              Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
72780      Branch: perl
72781            ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
72782 ____________________________________________________________________________
72783 [ 18632] By: jhi                                   on 2003/02/02  15:31:36
72784         Log: Also [perl #3547] has been fixed; add its test case.
72785      Branch: perl
72786            ! t/op/pat.t
72787 ____________________________________________________________________________
72788 [ 18631] By: jhi                                   on 2003/02/02  15:26:10
72789         Log: The [perl #7471] seems to have been fixed; add its test.
72790      Branch: perl
72791            ! t/op/pat.t
72792 ____________________________________________________________________________
72793 [ 18630] By: jhi                                   on 2003/02/02  15:21:23
72794         Log: seems to have been fixed; add its test.
72795      Branch: perl
72796            ! t/op/pat.t
72797 ____________________________________________________________________________
72798 [ 18629] By: jhi                                   on 2003/02/02  15:09:39
72799         Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
72800      Branch: perl
72801            + plan9/config_h.sample
72802            ! MANIFEST
72803 ____________________________________________________________________________
72804 [ 18628] By: jhi                                   on 2003/02/02  14:46:26
72805         Log: Plan 9: Update config.plan9 based on Russ Cox' work.
72806      Branch: perl
72807            ! plan9/config.plan9
72808 ____________________________________________________________________________
72809 [ 18627] By: jhi                                   on 2003/02/02  14:24:00
72810         Log: Plan 9: Update the list of object files.
72811      Branch: perl
72812            ! plan9/mkfile
72813 ____________________________________________________________________________
72814 [ 18626] By: jhi                                   on 2003/02/02  14:03:16
72815         Log: Plan 9: No Configure.
72816      Branch: perl
72817            ! Configure
72818 ____________________________________________________________________________
72819 [ 18624] By: jhi                                   on 2003/02/02  13:29:02
72820         Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
72821      Branch: perl
72822            ! Configure
72823 ____________________________________________________________________________
72824 [ 18622] By: jhi                                   on 2003/02/02  12:49:13
72825         Log: minitest wasn't working.  (The $^X /miniperl/ test in
72826              io/crlf.t didn't work in Tru64, $^X was "./perl", used
72827              the same 'eval q/use .../' trick everywhere.)
72828      Branch: perl
72829            ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
72830            ! t/uni/tr_utf8.t
72831 ____________________________________________________________________________
72832 [ 18621] By: jhi                                   on 2003/02/02  12:23:28
72833         Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
72834              (test.pl-ise quotemeta.t, too)
72835      Branch: perl
72836            ! t/op/quotemeta.t toke.c
72837 ____________________________________________________________________________
72838 [ 18618] By: sky                                   on 2003/02/01  21:04:36
72839         Log: Fix bug #15837, temporary from storable call hadn't gotten
72840              freed yet and was cloned but without a real (AvREAL)
72841              reference to it. @_ doesn't refcount!
72842      Branch: perl
72843            ! ext/threads/threads.xs
72844 ____________________________________________________________________________
72845 [ 18616] By: jhi                                   on 2003/02/01  19:43:09
72846         Log: Integrate from perlio:
72847
72848              [ 18591]
72849              PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
72850              correct XSUB.h
72851
72852              [ 18611]
72853              Michael Schroeder's fix for re-try if stdio ops after
72854              interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
72855
72856              [ 18612]
72857              PerlIO friendly version of speed up of $/ = undef case.
72858
72859              [ 18613]
72860              fflush() before invalidating stdio's fileno.
72861      Branch: perl
72862           !> XSUB.h perlio.c sv.c
72863 ____________________________________________________________________________
72864 [ 18615] By: sky                                   on 2003/02/01  12:01:01
72865         Log: Don't free thread before using it, breaks platforms that
72866              trust that I really want to free what I free, (like HPUX
72867              and AIX).
72868      Branch: perl
72869            ! ext/threads/threads.xs
72870 ____________________________________________________________________________
72871 [ 18614] By: ams                                   on 2003/02/01  12:00:29
72872         Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
72873              From: Nick Ing-Simmons <nick@ing-simmons.net>
72874              Date: Sat, 01 Feb 2003 13:03:52 +0000
72875              Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
72876      Branch: perl
72877            ! perlio.c
72878 ____________________________________________________________________________
72879 [ 18609] By: jhi                                   on 2003/01/31  08:58:40
72880         Log: Go even further (back) than change #18608 and revert
72881              to the 5.8.0 code, since otherwise split.t #40 fails.
72882              The four new tests of pat.t should keep us more honest.
72883      Branch: perl
72884            ! regexec.c
72885 ____________________________________________________________________________
72886 [ 18608] By: jhi                                   on 2003/01/31  08:24:53
72887         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
72888              From: Enache Adrian <enache@rdslink.ro>
72889              Date: Fri, 31 Jan 2003 09:20:59 +0200
72890              Message-ID: <20030131072059.GB6045@ratsnest.hole>
72891      Branch: perl
72892            ! regexec.c t/op/pat.t
72893 ____________________________________________________________________________
72894 [ 18607] By: ams                                   on 2003/01/31  02:29:56
72895         Log: Fix typo in version check ($[ to $]).
72896      Branch: perl
72897            ! ext/Storable/t/restrict.t
72898 ____________________________________________________________________________
72899 [ 18606] By: rgs                                   on 2003/01/30  22:02:47
72900         Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
72901              From: Jose.auguste-etienne@cgss-guyane.fr
72902              Date: Thu, 30 Jan 2003 12:40:53 -0300
72903              Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
72904      Branch: perl
72905            ! pod/perlunicode.pod
72906 ____________________________________________________________________________
72907 [ 18605] By: rgs                                   on 2003/01/30  20:58:52
72908         Log: code example in the FAQ that isn't strict-friendly.
72909              Subject: [perl #20616] Tie::IxHash doc error.
72910              From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
72911              Date: 30 Jan 2003 11:43:17 -0000
72912              Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
72913      Branch: perl
72914            ! pod/perlfaq4.pod
72915 ____________________________________________________________________________
72916 [ 18604] By: rgs                                   on 2003/01/30  20:52:05
72917         Log: FAQ sync.
72918      Branch: perl
72919            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
72920            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
72921            ! pod/perlfaq8.pod
72922 ____________________________________________________________________________
72923 [ 18603] By: jhi                                   on 2003/01/30  08:05:22
72924         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
72925              From: Enache Adrian <enache@rdslink.ro>
72926              Date: Thu, 30 Jan 2003 10:48:09 +0200
72927              Message-ID: <20030130084809.GA16902@ratsnest.hole>
72928
72929              Fix for half of the failures, with an expanded test.
72930      Branch: perl
72931            ! lib/utf8.t sv.c
72932 ____________________________________________________________________________
72933 [ 18602] By: merijn                                on 2003/01/30  06:31:50
72934         Log: Updates to the openbsd hints
72935
72936              Subject: [perl #20606] [no subject]
72937              Date: 29 Jan 2003 18:38:37 -0000
72938              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
72939              Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
72940      Branch: perl
72941            ! hints/openbsd.sh
72942 ____________________________________________________________________________
72943 [ 18601] By: jhi                                   on 2003/01/29  05:58:36
72944         Log: More of the #18600.
72945      Branch: perl
72946            ! pad.c
72947 ____________________________________________________________________________
72948 [ 18600] By: jhi                                   on 2003/01/29  05:37:12
72949         Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
72950              dumping (but now use SvPV_nolen).  (This change made an empty
72951              prototype to show up as "_" under -Uuseperlio.)
72952      Branch: perl
72953            ! dump.c
72954 ____________________________________________________________________________
72955 [ 18599] By: rgs                                   on 2003/01/28  21:07:08
72956         Log: Fix a very small memory leak in op_free, by reserving the
72957              case op_seq == (U16)-1 for the compiler backend
72958
72959              Subject: Re: Freeing code
72960              From: "Paul Johnson" <paul@pjcj.net>
72961              Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
72962              Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
72963      Branch: perl
72964            ! op.c
72965 ____________________________________________________________________________
72966 [ 18598] By: rgs                                   on 2003/01/28  20:43:02
72967         Log: Integrate from maint-5.8:
72968              Change 18450 :
72969              Tiny output tweak.
72970              Change 18429 :
72971              AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
72972              things like drand48_data are undefined).
72973              Change 18388 :
72974              List the PERL_MAGIC_utf8 ('w') flag.
72975      Branch: perl
72976           !> hints/aix.sh pod/perlguts.pod t/op/pat.t
72977 ____________________________________________________________________________
72978 [ 18597] By: rgs                                   on 2003/01/27  21:52:00
72979         Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
72980              From: Slaven Rezic <slaven@rezic.de>
72981              Date: 14 Jan 2003 20:58:54 +0100
72982              Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
72983      Branch: perl
72984            ! ext/Sys/Hostname/Hostname.pm
72985 ____________________________________________________________________________
72986 [ 18596] By: rgs                                   on 2003/01/27  20:38:21
72987         Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
72988              without the lval context tweak. Used in OP_DBSTATE.
72989              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
72990              From: Dave Mitchell <davem@fdgroup.com>
72991              Date: Sun, 26 Jan 2003 17:42:42 +0000
72992              Message-ID: <20030126174242.H16182@fdgroup.com>
72993      Branch: perl
72994            ! cop.h pp_ctl.c
72995 ____________________________________________________________________________
72996 [ 18595] By: rgs                                   on 2003/01/27  20:32:01
72997         Log: Subject: [PATCH] make Copy On Write work once again
72998              From: Nicholas Clark <nick@unfortu.net>
72999              Date: Sat, 25 Jan 2003 00:25:50 +0000
73000              Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
73001      Branch: perl
73002            ! sv.h
73003 ____________________________________________________________________________
73004 [ 18594] By: jhi                                   on 2003/01/27  20:01:44
73005         Log: Update the pod list for Plan 9.
73006      Branch: perl
73007            ! plan9/mkfile
73008 ____________________________________________________________________________
73009 [ 18593] By: sky                                   on 2003/01/26  22:37:21
73010         Log: When we copy things out of a hash and increment the
73011              refcount of the shared scalar, we really must protect
73012              that refcount increase with a lock, or else it might not
73013              happen. Fixes segfault when objects would prematurely
73014              be killed.
73015      Branch: perl
73016            ! ext/threads/shared/shared.xs
73017 ____________________________________________________________________________
73018 [ 18592] By: jhi                                   on 2003/01/26  21:54:36
73019         Log: Missing (STRLEN)casts.
73020      Branch: perl
73021            ! sv.c
73022 ____________________________________________________________________________
73023 [ 18589] By: rgs                                   on 2003/01/26  13:06:49
73024         Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
73025
73026              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
73027              From: Dave Mitchell <davem@fdgroup.com>
73028              Date: Fri, 24 Jan 2003 18:44:19 +0000
73029              Message-ID: <20030124184419.F11179@fdgroup.com>
73030      Branch: perl
73031            ! mg.c op.h pp_ctl.c
73032 ____________________________________________________________________________
73033 [ 18588] By: jhi                                   on 2003/01/26  12:18:10
73034         Log: Lest people get worried about not having PerlIO.
73035      Branch: perl
73036            ! pod/perluniintro.pod
73037 ____________________________________________________________________________
73038 [ 18586] By: jhi                                   on 2003/01/26  09:19:01
73039         Log: Plan 9 doesn't do nm, from Russ Cox.
73040      Branch: perl
73041            ! Configure
73042 ____________________________________________________________________________
73043 [ 18584] By: jhi                                   on 2003/01/26  09:11:23
73044         Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
73045      Branch: perl
73046            ! plan9/plan9ish.h
73047 ____________________________________________________________________________
73048 [ 18583] By: jhi                                   on 2003/01/26  09:08:36
73049         Log: Plan 9 compiler can't return quads from the ?: (condop).
73050              (There may be more spots like this, so a Configure test
73051              maybe in order, but this works for now.)  From Russ Cox.
73052      Branch: perl
73053            ! ext/PerlIO/via/via.xs plan9/plan9ish.h
73054 ____________________________________________________________________________
73055 [ 18581] By: ams                                   on 2003/01/26  05:29:40
73056         Log: Subject: Re: truncate using a globref
73057              From: Slaven Rezic <slaven@rezic.de>
73058              Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
73059              Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
73060      Branch: perl
73061            ! pp_sys.c t/io/fs.t
73062 ____________________________________________________________________________
73063 [ 18580] By: ams                                   on 2003/01/26  04:57:47
73064         Log: Subject: patch to speed up Perl's slurp mode
73065              From: Enache Adrian <enache@rdslink.ro>
73066              Date: Fri, 24 Jan 2003 06:23:54 +0200
73067              Message-Id: <20030124042354.GA30362@ratsnest.hole>
73068      Branch: perl
73069            ! sv.c
73070 ____________________________________________________________________________
73071 [ 18579] By: ams                                   on 2003/01/26  02:50:44
73072         Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
73073              From: Enache Adrian <enache@rdslink.ro>
73074              Date: Sun, 26 Jan 2003 04:55:48 +0200
73075              Message-Id: <20030126025548.GB812@ratsnest.hole>
73076      Branch: perl
73077            ! pp_ctl.c
73078 ____________________________________________________________________________
73079 [ 18578] By: ams                                   on 2003/01/26  02:40:20
73080         Log: Subject: [PATCH Storable 2.06] const declaration fixup
73081              From: "Craig A. Berry" <craigberry@mac.com>
73082              Date: Thu, 23 Jan 2003 16:24:46 -0600
73083              Message-Id: <3E306BAE.4030807@mac.com>
73084      Branch: perl
73085            ! ext/Storable/Storable.xs
73086 ____________________________________________________________________________
73087 [ 18577] By: rgs                                   on 2003/01/23  20:46:00
73088         Log: Subject: [PATCH] move pad.c warnings to different test file
73089              From: Dave Mitchell <davem@fdgroup.com>
73090              Date: Thu, 23 Jan 2003 20:56:47 +0000
73091              Message-ID: <20030123205647.C8696@fdgroup.com>
73092      Branch: perl
73093            + t/lib/warnings/pad
73094            ! MANIFEST t/lib/warnings/op
73095 ____________________________________________________________________________
73096 [ 18573] By: nick                                  on 2003/01/23  07:26:43
73097         Log: Fix Solaris 32-bit invalidate case.
73098      Branch: perl
73099            ! perlio.c
73100 ____________________________________________________________________________
73101 [ 18572] By: rgs                                   on 2003/01/22  21:40:21
73102         Log: Integrate change 18448 from maint-5.8 :
73103
73104              Subject: Partial Data::Dumper patch
73105              From: Richard Clamp <richardc@unixbeard.net>
73106              Date: Sat, 4 Jan 2003 00:52:47 +0000
73107              Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
73108
73109              Subject: Re: Partial Data::Dumper patch
73110              From: Slaven Rezic <slaven@rezic.de>
73111              Date: 04 Jan 2003 02:48:08 +0100
73112              Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
73113      Branch: perl
73114           !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
73115 ____________________________________________________________________________
73116 [ 18571] By: rgs                                   on 2003/01/22  21:22:31
73117         Log: Subject: [PATCH] Re: difference between my and our before introduction
73118              From: Dave Mitchell <davem@fdgroup.com>
73119              Date: Thu, 16 Jan 2003 17:12:37 +0000
73120              Message-ID: <20030116171237.C420@fdgroup.com>
73121              (with a small test tweak)
73122      Branch: perl
73123            ! pad.c t/comp/our.t toke.c
73124 ____________________________________________________________________________
73125 [ 18569] By: rgs                                   on 2003/01/22  21:00:59
73126         Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
73127      Branch: perl
73128            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
73129 ____________________________________________________________________________
73130 [ 18561] By: jhi                                   on 2003/01/22  17:43:45
73131         Log: Integrate from perlio:
73132              [ 18560]
73133              Fixes for open.pm which attempts to load layers:
73134              1. C equivalent of local $SIG{__WARN__} = sub {}
73135              while loading layers to supress warnings lib/open.t does
73136              not want.
73137              2. The loading scheme does not recurse now so look for
73138              new symptom of bad layer which is that a good module
73139              fails to load (as we cannot open any files).
73140
73141              NOTE: In my opinion open.pm should probably die on bad layer
73142              spec rather than just (maybe) warning and then allowing opens
73143              to fail.
73144      Branch: perl
73145           !> lib/open.t perlio.c
73146 ____________________________________________________________________________
73147 [ 18559] By: jhi                                   on 2003/01/22  13:19:31
73148         Log: Upgrade to Encode 1.86.
73149      Branch: perl
73150            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
73151            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
73152            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
73153 ____________________________________________________________________________
73154 [ 18558] By: jhi                                   on 2003/01/22  13:05:27
73155         Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
73156              From: Dave Mitchell <davem@fdgroup.com>
73157              Date: Sun, 19 Jan 2003 17:22:05 +0000
73158              Message-ID: <20030119172204.D24444@fdgroup.com>
73159      Branch: perl
73160            ! dump.c
73161 ____________________________________________________________________________
73162 [ 18557] By: jhi                                   on 2003/01/22  13:01:15
73163         Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning   in blead with SIGWARN
73164              From: Nicholas Clark <nick@unfortu.net>
73165              Date: Tue, 21 Jan 2003 22:27:21 +0000
73166              Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
73167      Branch: perl
73168            ! sv.c t/op/ref.t
73169 ____________________________________________________________________________
73170 [ 18556] By: jhi                                   on 2003/01/22  12:59:02
73171         Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
73172              From: Robin Barker <Robin.Barker@npl.co.uk>
73173              Date: Mon, 20 Jan 2003 15:26:21 -0000
73174              Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
73175      Branch: perl
73176            ! perlio.h
73177 ____________________________________________________________________________
73178 [ 18555] By: jhi                                   on 2003/01/22  12:57:20
73179         Log: Integrate from perlio:
73180              [ 18539]
73181              Try the invalidate_fileno() idea for non-leaky stdio sockets.
73182
73183              [ 18540]
73184              stdio does NOT set errno==EBADF on invalidated fileno
73185
73186              [ 18547]
73187              Tweak APItest for new semantics of printf.
73188              Now printf() is always real printf() and not #define'd to
73189              PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
73190              back to original file does not affect stdout unless we are
73191              using :stdio as implementation. So things printf()ed XS side
73192              are not written to file (and turn up at end of test).
73193              So add an XS function which does fflush(stdout), modify .pm
73194              file to export it and .t file to call it.
73195
73196              [ 18548]
73197              Add defined(__osf__) case to invalidate_fileno (for Tru64).
73198
73199              [ 18549]
73200              Report layer name (without arg) on fail, and attempt to
73201              autoload layer name. (Fix for [perl #20460]).
73202
73203              [ 18550]
73204              #if defined(__irix__) (for stdio invalidate) from Jarkko.
73205      Branch: perl
73206           !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
73207           !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
73208 ____________________________________________________________________________
73209 [ 18554] By: jhi                                   on 2003/01/22  12:47:03
73210         Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
73211              From: Dave Mitchell <davem@fdgroup.com>
73212              Date: Sun, 19 Jan 2003 16:43:54 +0000
73213              Message-ID: <20030119164353.B24444@fdgroup.com>
73214      Branch: perl
73215            ! av.c t/op/array.t
73216 ____________________________________________________________________________
73217 [ 18553] By: jhi                                   on 2003/01/22  12:43:31
73218         Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
73219              From: Martti Rahkila <martti.rahkila@hut.fi>
73220              Date: Sat, 18 Jan 2003 00:25:39 +0200
73221              Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
73222
73223              (chose the 'even safer' version)
73224      Branch: perl
73225            ! lib/Term/Complete.pm
73226 ____________________________________________________________________________
73227 [ 18552] By: jhi                                   on 2003/01/22  12:34:06
73228         Log: Subject: [PATCH] assert PV isn't RV
73229              From: Nicholas Clark <nick@unfortu.net>
73230              Date: Fri, 17 Jan 2003 19:40:45 +0000
73231              Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
73232      Branch: perl
73233            ! sv.h
73234 ____________________________________________________________________________
73235 [ 18551] By: jhi                                   on 2003/01/22  12:28:11
73236         Log: Integrate from maint-5.8:
73237              [ 18375]
73238              Better version of change #18370; use the new 'E' flag
73239              so that cxinc is exposed (as cpp) only to List::Util
73240              (well, any extension) (well, anyone who does -DPERL_EXT),
73241              no need to export it globally.
73242      Branch: perl
73243           !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
73244 ____________________________________________________________________________
73245 [ 18545] By: ams                                   on 2003/01/22  06:06:26
73246         Log: Subject: [PATCH perl-current] AUTHORS correction
73247              From: Richard Soderberg <rs@crystalflame.net>
73248              Date: Wed, 22 Jan 2003 02:08:13 -0500
73249              Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
73250      Branch: perl
73251            ! AUTHORS
73252 ____________________________________________________________________________
73253 [ 18544] By: jhi                                   on 2003/01/22  03:45:01
73254         Log: Continuation of #18542.
73255      Branch: perl
73256            ! sv.c
73257 ____________________________________________________________________________
73258 [ 18543] By: jhi                                   on 2003/01/22  03:21:23
73259         Log: Update the MD5 checksums.
73260      Branch: perl
73261            ! ext/Digest/MD5/t/files.t
73262 ____________________________________________________________________________
73263 [ 18542] By: hv                                    on 2003/01/22  01:37:52
73264         Log: #18530 misses a couple of pTHX definitions
73265      Branch: perl
73266            ! sv.c
73267 ____________________________________________________________________________
73268 [ 18541] By: jhi                                   on 2003/01/21  22:08:51
73269         Log: Try to make including patchlevel.h a bit more
73270              robust (use <> instead of "") and in case of
73271              failure (PERL_VERSION didn't get defined) try
73272              to fail (by trying to #include an "obviously"
73273              named file that should not exist) (didn't use
73274              #error since IIRC older cpps do not have it)
73275              (Tries to address [perl #20276].)
73276      Branch: perl
73277            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
73278            ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
73279            ! ext/Storable/Storable.xs
73280 ____________________________________________________________________________
73281 [ 18538] By: merijn                                on 2003/01/21  16:54:00
73282         Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
73283              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73284              Date: Mon, 30 Dec 2002 18:01:16 -0800
73285              Message-ID: <spPE+gzkg+6F092yn@efn.org>
73286      Branch: perl
73287            ! Configure
73288 ____________________________________________________________________________
73289 [ 18536] By: jhi                                   on 2003/01/21  14:18:40
73290         Log: Allow explicit -C enable/disable by -C:1/-C:0
73291              (suggested by Peter Haworth).
73292      Branch: perl
73293            ! perl.c pod/perlrun.pod
73294 ____________________________________________________________________________
73295 [ 18534] By: hv                                    on 2003/01/21  02:22:53
73296         Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
73297              From: Chip Turner <cturner@redhat.com>
73298              Date: 02 Jan 2003 11:35:57 -0500
73299              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
73300      Branch: perl
73301            ! lib/Pod/Perldoc.pm
73302 ____________________________________________________________________________
73303 [ 18533] By: hv                                    on 2003/01/21  02:15:29
73304         Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
73305              From: hv@crypt.org
73306              Date: Thu, 02 Jan 2003 14:33:49 +0000
73307              Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
73308      Branch: perl
73309            ! regexec.c t/op/subst.t
73310 ____________________________________________________________________________
73311 [ 18532] By: hv                                    on 2003/01/21  01:56:31
73312         Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
73313              From: Martien Verbruggen <mgjv@tradingpost.com.au>
73314              Date: Tue, 31 Dec 2002 16:42:28 +1100
73315              Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
73316      Branch: perl
73317            ! pod/perlsyn.pod
73318 ____________________________________________________________________________
73319 [ 18531] By: hv                                    on 2003/01/21  01:52:49
73320         Log: integrate #18366-18370 from maint-5.8:
73321              Implement the CPP namespace protection from [perl #8610];
73322              unless a function has an 'A' flag, it's defined only if
73323              PERL_CORE.  (Why do we have so many many functions with an
73324              'A' flag, is another matter.)  (The number of #ifdef PERL_COREs
73325              could be cut down further by having a state variable and
73326              inserting #ifdefs and #endifs when the state flips.)
73327
73328              Caught by change #18366; thanks to the re extension we have some
73329              functions that are file static but yet part of "the public API"...
73330              Maybe a new class of exportability (a new embed.fnc flag) is
73331              required for this case.
73332
73333              Continue on change #18367; implement the said flag, 'E'.
73334              (Some nm output studying was needed to get the right set
73335              of re symbols defined.)
73336
73337              In AIX (strict symbol exports) the cxinc is needed for List::Util.
73338      Branch: perl
73339            ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
73340 ____________________________________________________________________________
73341 [ 18530] By: hv                                    on 2003/01/21  01:37:03
73342         Log: integrate (by hand) #18353 and #18359 from maint-5.8:
73343              Introduce a cache for UTF-8 data: length and byte<->char offset
73344              mapping are stored in a new type of magic.  Speeds up length(),
73345              substr(), index(), rindex(), pos(), and some parts of s///.
73346
73347              The speedup varies a lot (on the usual suspects: what is the
73348              access pattern of the data, compiler, CPU), but should be at
73349              least one order of magnitude, and getting to the same magnitude
73350              as byte string speeds, and in some cases  (length on unchanged data)
73351              even reaching the byte string speed.  On the other hand, in some
73352              cases (index) the byte speed is still faster by a factor of five
73353              or so, but the bottleneck there does not seem to be any more
73354              the byte<->char offset mapping (instead, the fbm_instr() speed).
73355
73356              There is one cache slot for the length, and only two for the
73357              byte<->char offset mapping (the first one for the start->offset,
73358              and the second for the offset->offset+length, when talking
73359              in substr() terms).
73360
73361              Code this hairy is bound to have hairy trolls hiding under it.
73362              [...]
73363              A small tweak on top of #18353: don't display mg_len bytes of
73364              mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
73365      Branch: perl
73366            ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
73367            ! sv.c util.c
73368 ____________________________________________________________________________
73369 [ 18529] By: hv                                    on 2003/01/21  00:44:20
73370         Log: integrate #18349 from maint-5.8:
73371              At least partially address [perl #10000] by speeding
73372              up both the ASCII case (by about 2-3%) and the UTF-8 case
73373              (by about 45%).  The major trick is to avoid hitting the
73374              costly S_reginclass().  (Even before this patch the speedup
73375              since 5.8.0 was about 40-50%.)  After this the UTF-8 case is
73376              still about 30-60% slower than the ASCII case.  (Note that
73377              I'm unable to reproduce the 10-fold speed difference of the
73378              original bug report; I can see a factor of 2 or 3, but no more.)
73379      Branch: perl
73380           !> regexec.c
73381 ____________________________________________________________________________
73382 [ 18528] By: hv                                    on 2003/01/21  00:24:11
73383         Log: Subject: [PATCH pp_ctl.c] silence warning
73384              From: Dave Mitchell <davem@fdgroup.com>
73385              Date: Sun, 29 Dec 2002 15:09:31 +0000
73386              Message-ID: <20021229150931.C2325@fdgroup.com>
73387      Branch: perl
73388            ! pp_ctl.c
73389 ____________________________________________________________________________
73390 [ 18527] By: hv                                    on 2003/01/21  00:04:14
73391         Log: Subject: perl version reporting
73392              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
73393              Date: Wed, 18 Dec 2002 08:30:32 +0100
73394              Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
73395      Branch: perl
73396            ! perl.c
73397 ____________________________________________________________________________
73398 [ 18526] By: hv                                    on 2003/01/20  23:21:22
73399         Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
73400              From: Blair Zajac <blair@orcaware.com>
73401              Date: Wed, 08 Jan 2003 12:28:35 -0800
73402              Message-ID: <3E1C89F3.2B4759C@orcaware.com>
73403      Branch: perl
73404            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
73405            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
73406 ____________________________________________________________________________
73407 [ 18524] By: jhi                                   on 2003/01/20  17:51:10
73408         Log: Integrate from perlio:
73409              [ 18520]
73410              Move #define printf out of perl.h into appropriate
73411              PerlIO files.
73412      Branch: perl
73413           !> fakesdio.h nostdio.h perl.h
73414 ____________________________________________________________________________
73415 [ 18523] By: jhi                                   on 2003/01/20  17:48:51
73416         Log: Upgrade to Digest 1.02.
73417      Branch: perl
73418            ! lib/Digest.pm lib/Digest.t
73419 ____________________________________________________________________________
73420 [ 18522] By: jhi                                   on 2003/01/20  17:43:15
73421         Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
73422              From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
73423              Date: 20 Jan 2003 01:54:07 -0000
73424              Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
73425      Branch: perl
73426            ! pp_hot.c
73427 ____________________________________________________________________________
73428 [ 18521] By: jhi                                   on 2003/01/20  17:37:35
73429         Log: Retract #18154 (integrate of perlio #18507), not enough
73430              threadsafety.
73431      Branch: perl
73432            ! perlio.c
73433 ____________________________________________________________________________
73434 [ 18519] By: jhi                                   on 2003/01/20  12:25:43
73435         Log: Encode MANIFEST update.
73436      Branch: perl
73437            ! ext/Encode/MANIFEST
73438 ____________________________________________________________________________
73439 [ 18517] By: nick                                  on 2003/01/20  08:34:10
73440         Log: Integrate #18405 from maint-5.8 which fixes whitespac
73441              issues in open(FH,"&...")
73442      Branch: perl
73443           !> doio.c
73444 ____________________________________________________________________________
73445 [ 18516] By: jhi                                   on 2003/01/19  13:48:10
73446         Log: microperl update.
73447      Branch: perl
73448            ! Makefile.micro uconfig.h uconfig.sh
73449 ____________________________________________________________________________
73450 [ 18514] By: jhi                                   on 2003/01/18  18:36:00
73451         Log: Integrate from perlio:
73452              [ 18507]
73453              Thread-protection for dup/fclose/dup2 scheme of stdio leak
73454              avoidance.
73455      Branch: perl
73456           !> perlio.c t/io/tell.t
73457 ____________________________________________________________________________
73458 [ 18513] By: jhi                                   on 2003/01/18  18:07:01
73459         Log: Slight pod reformatting based on [perl #20284].
73460      Branch: perl
73461            ! README.mint ext/Data/Dumper/Dumper.pm
73462 ____________________________________________________________________________
73463 [ 18512] By: jhi                                   on 2003/01/17  21:00:15
73464         Log: EPOC perl address updates.
73465      Branch: perl
73466            ! README.epoc
73467 ____________________________________________________________________________
73468 [ 18511] By: jhi                                   on 2003/01/17  20:23:42
73469         Log: Upgrade to Digest 1.01.
73470      Branch: perl
73471            ! lib/Digest.pm
73472 ____________________________________________________________________________
73473 [ 18510] By: jhi                                   on 2003/01/17  19:53:37
73474         Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
73475      Branch: perl
73476            ! utils/libnetcfg.PL
73477 ____________________________________________________________________________
73478 [ 18509] By: jhi                                   on 2003/01/17  19:45:11
73479         Log: Upgrade to Digest::MD5 2.22.
73480      Branch: perl
73481            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
73482            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
73483            ! ext/Digest/MD5/t/files.t
73484 ____________________________________________________________________________
73485 [ 18508] By: merijn                                on 2003/01/17  14:12:53
73486         Log: Subject: Re: 18457 on cygwin/20030113
73487              From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
73488              Date: Fri, 17 Jan 2003 15:10:34 +0000
73489              Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
73490      Branch: perl
73491            ! t/io/tell.t
73492 ____________________________________________________________________________
73493 [ 18504] By: jhi                                   on 2003/01/17  13:21:51
73494         Log: Integrate from perlio:
73495              [ 18476]
73496              Remove workaround for :stdio layer bug now fixed
73497              (Fixes #18975)
73498      Branch: perl
73499           !> pp_sys.c
73500 ____________________________________________________________________________
73501 [ 18502] By: jhi                                   on 2003/01/16  22:53:23
73502         Log: Integrate from maint-5.6:
73503              [ 18477]
73504              search utility doesn't skip exe/lib/pdb files properly on windows
73505      Branch: perl
73506           !> win32/bin/search.pl
73507 ____________________________________________________________________________
73508 [ 18501] By: rgs                                   on 2003/01/16  21:28:42
73509         Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
73510              From: "Jos I. Boumans" <kane@dwim.org>
73511              Date: Thu, 16 Jan 2003 14:04:48 +0100
73512              Message-ID: <3E26ADF0.6010605@dwim.org>
73513              (with test tweaks)
73514      Branch: perl
73515            ! lib/File/Find.pm lib/File/Find/t/find.t
73516 ____________________________________________________________________________
73517 [ 18500] By: rgs                                   on 2003/01/16  21:17:14
73518         Log: Integrate #18447 from maint-5.8 :
73519              test.pl-ise t/op/fh.t.
73520      Branch: perl
73521           !> t/op/fh.t
73522 ____________________________________________________________________________
73523 [ 18499] By: rgs                                   on 2003/01/16  20:58:59
73524         Log: Integrate changes to Attribute::Handlers from maint-5.8
73525              (18404 and 18427).
73526              Subject: [PATCH] Re: Attribute::Handlers phase variance
73527              From: Richard Clamp <richardc@unixbeard.net>
73528              Date: Mon, 9 Dec 2002 11:10:24 +0000
73529              Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
73530      Branch: perl
73531           !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
73532 ____________________________________________________________________________
73533 [ 18498] By: rgs                                   on 2003/01/16  20:48:10
73534         Log: Integrate changes #18422 and #18423 from maint-5.8.
73535              18422 :
73536              Third Degree found a read of uninit memory (after setting
73537              grent_size with sysconf(), pwent_size was read).  Also make
73538              the ERANGE/INVARG more consistent.
73539              18423 :
73540              spent_size was still off.  (As far as I can tell
73541              _SC_GETPW_R_SIZE_MAX is supposed to be used also
73542              for spents, not just pwents.)
73543      Branch: perl
73544           !> reentr.c reentr.h reentr.pl
73545 ____________________________________________________________________________
73546 [ 18497] By: rgs                                   on 2003/01/16  20:40:58
73547         Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
73548              From: Dave Mitchell <davem@fdgroup.com>
73549              Date: Wed, 1 Jan 2003 21:43:24 +0000
73550              Message-ID: <20030101214324.F12907@fdgroup.com>
73551              (integrated from change #18397 in maint-5.8)
73552      Branch: perl
73553           !> lib/Time/Local.pm lib/Time/Local.t
73554 ____________________________________________________________________________
73555 [ 18496] By: jhi                                   on 2003/01/16  20:36:23
73556         Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
73557              code changes from Inaba Hiroto; test tweaks by jhi.
73558      Branch: perl
73559            + ext/Encode/t/enc_eucjp.t
73560            ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
73561            ! pp.c sv.c sv.h t/uni/tr_utf8.t
73562 ____________________________________________________________________________
73563 [ 18495] By: jhi                                   on 2003/01/16  20:19:36
73564         Log: It seems the binmode() is needed with UTF-8 locales enabled.
73565      Branch: perl
73566            ! ext/Encode/t/CJKT.t
73567 ____________________________________________________________________________
73568 [ 18494] By: jhi                                   on 2003/01/16  20:11:35
73569         Log: Upgrade to CGI.pm 2.89.
73570      Branch: perl
73571            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
73572            ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
73573 ____________________________________________________________________________
73574 [ 18493] By: jhi                                   on 2003/01/16  20:03:01
73575         Log: Subject: Update for ext/MIME/Base64/
73576              From: Gisle Aas <gisle@ActiveState.com>
73577              Date: 30 Dec 2002 07:34:34 -0800
73578              Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
73579      Branch: perl
73580            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
73581            ! ext/MIME/Base64/QuotedPrint.pm
73582            ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
73583 ____________________________________________________________________________
73584 [ 18492] By: jhi                                   on 2003/01/16  19:56:07
73585         Log: Subject: Update for ext/Digest/MD5/
73586              From: Gisle Aas <gisle@ActiveState.com>
73587              Date: 30 Dec 2002 07:38:16 -0800
73588              Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
73589      Branch: perl
73590            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
73591            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
73592            ! ext/Digest/MD5/t/files.t
73593 ____________________________________________________________________________
73594 [ 18491] By: jhi                                   on 2003/01/16  19:24:10
73595         Log: if (0) the PL_widesyscalls code for now: Sarathy
73596              should take another look to see whether it is really
73597              safe to remove the code, too.
73598      Branch: perl
73599            ! win32/win32.h wince/win32.h
73600 ____________________________________________________________________________
73601 [ 18490] By: jhi                                   on 2003/01/16  01:58:39
73602         Log: Make the locale-induced UTF-8-ification of STD fhs
73603              and the default file open layer explicit (either -C
73604              or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
73605      Branch: perl
73606            ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
73607            ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
73608            ! pod/perlvar.pod
73609 ____________________________________________________________________________
73610 [ 18489] By: rgs                                   on 2003/01/15  20:55:00
73611         Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
73612              From: Brendan O'Dea <bod@debian.org>
73613              Date: Sun, 12 Jan 2003 06:18:32 +1100
73614              Message-ID: <20030111191832.GA19441@londo.c47.org>
73615      Branch: perl
73616            ! pod/perlrun.pod
73617 ____________________________________________________________________________
73618 [ 18488] By: rgs                                   on 2003/01/15  20:51:48
73619         Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
73620              From: Brendan O'Dea <bod@debian.org>
73621              Date: Sun, 12 Jan 2003 06:17:30 +1100
73622              Message-ID: <20030111191730.GA19420@londo.c47.org>
73623      Branch: perl
73624            ! lib/diagnostics.pm
73625 ____________________________________________________________________________
73626 [ 18487] By: rgs                                   on 2003/01/15  20:45:14
73627         Log: Add a test case for bug [perl #19545]
73628      Branch: perl
73629            ! t/op/do.t
73630 ____________________________________________________________________________
73631 [ 18486] By: rgs                                   on 2003/01/15  20:34:52
73632         Log: isa() and can() didn't work on magic variables
73633              see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
73634              plus a test case by B. Goldberg
73635      Branch: perl
73636            ! t/op/universal.t universal.c
73637 ____________________________________________________________________________
73638 [ 18485] By: rgs                                   on 2003/01/15  20:10:57
73639         Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
73640              From: Stephen McCamant <smcc@mit.edu>
73641              Date: Thu, 2 Jan 2003 18:08:23 -0500
73642              Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
73643              Plus a test by Jarkko
73644              Integrated from changes 18444 and 18446 from maint-5.8
73645      Branch: perl
73646           +> t/op/readline.t
73647           !> MANIFEST pp_hot.c
73648 ____________________________________________________________________________
73649 [ 18484] By: jhi                                   on 2003/01/15  14:09:57
73650         Log: Upgrade to Time::HiRes 1.42.
73651      Branch: perl
73652            + ext/Time/HiRes/fallback/const-c.inc
73653            + ext/Time/HiRes/fallback/const-xs.inc
73654            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
73655            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
73656 ____________________________________________________________________________
73657 [ 18483] By: jhi                                   on 2003/01/15  00:23:20
73658         Log: Detypo.
73659      Branch: perl
73660            ! ext/Encode/Unicode/Unicode.xs
73661 ____________________________________________________________________________
73662 [ 18482] By: rgs                                   on 2003/01/14  21:41:04
73663         Log: Integrate change #18365 from maint-5.8 :
73664              Doc tweak on the S_ macros.
73665      Branch: perl
73666           !> pod/perlfunc.pod
73667 ____________________________________________________________________________
73668 [ 18481] By: jhi                                   on 2003/01/14  12:40:24
73669         Log: Apparently some stdios have bugs (no! don't tell it is so!)
73670              or there is a corner of stdio that is substandardised.
73671      Branch: perl
73672            ! t/io/tell.t
73673 ____________________________________________________________________________
73674 [ 18480] By: jhi                                   on 2003/01/14  01:25:14
73675         Log: Encode 1.84 broke the subtest #7, further study required.
73676      Branch: perl
73677            ! t/uni/tr_utf8.t
73678 ____________________________________________________________________________
73679 [ 18479] By: jhi                                   on 2003/01/13  23:13:02
73680         Log: Add a test for encoding 'utf8'.
73681      Branch: perl
73682            + ext/Encode/t/enc_utf8.t
73683            ! MANIFEST ext/Encode/MANIFEST
73684 ____________________________________________________________________________
73685 [ 18478] By: jhi                                   on 2003/01/13  23:10:55
73686         Log: Upgrade to Encode 1.84.
73687      Branch: perl
73688            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
73689            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
73690 ____________________________________________________________________________
73691 [ 18475] By: jhi                                   on 2003/01/13  02:42:47
73692         Log: Integrate from perlio:
73693              [ 18471]
73694              Fix #18711 and add test for it (and indeed tell on write
73695              handles at all !
73696
73697              (#18711 Serious bug of tell() in perl)
73698      Branch: perl
73699           !> perlio.c t/io/tell.t
73700 ____________________________________________________________________________
73701 [ 18474] By: jhi                                   on 2003/01/13  02:41:04
73702         Log: Integrate from perlio:
73703              [ 18470]
73704              Fix #16306 and #16880
73705
73706              (#16306 Big Badda leak in Sockets)
73707              (#16880 Memory leak with IO::Socket in Perl v5.8.0)
73708      Branch: perl
73709           !> perlio.c
73710 ____________________________________________________________________________
73711 [ 18473] By: jhi                                   on 2003/01/13  02:38:33
73712         Log: Integrate perlio #18040 and #18043 (no real changes;
73713              some whitespace changes but ignored them so that Dan's
73714              version of Encode wins)
73715      Branch: perl
73716           !> ext/Encode/Encode.xs
73717 ____________________________________________________________________________
73718 [ 18472] By: jhi                                   on 2003/01/13  01:31:01
73719         Log: Integrate perlio to mainline:
73720              [ 18240]
73721              Avoid eqtime() wiping the file (as suggested by
73722              "Luis G. Uribe C." <GUribe@SoftHome.net>
73723      Branch: perl
73724           !> lib/ExtUtils/Command.pm
73725 ____________________________________________________________________________
73726 [ 18468] By: rgs                                   on 2003/01/09  21:07:44
73727         Log: Subject: [PATCH] VMS perly build tweak
73728              From: "Craig A. Berry" <craigberry@mac.com>
73729              Date: Thu, 9 Jan 2003 14:44:40 -0600
73730              Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
73731      Branch: perl
73732            ! vms/descrip_mms.template
73733 ____________________________________________________________________________
73734 [ 18467] By: rgs                                   on 2003/01/09  21:03:07
73735         Log: Document that ${^TAINT} is read-only.
73736      Branch: perl
73737            ! pod/perlvar.pod
73738 ____________________________________________________________________________
73739 [ 18465] By: rgs                                   on 2003/01/08  22:02:26
73740         Log: Fix the doc for splitpath() in the File::Spec modules :
73741              this function doesn't return undef in any case.
73742      Branch: perl
73743            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
73744            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
73745 ____________________________________________________________________________
73746 [ 18464] By: rgs                                   on 2003/01/08  21:40:37
73747         Log: Subject: [PATCH] label code in pp_ctl.c
73748              From: Nicholas Clark <nick@unfortu.net>
73749              Date: Thu, 26 Dec 2002 21:19:36 +0000
73750              Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
73751              (Integrated from change #18400 from maint-5.8)
73752      Branch: perl
73753           !> pp_ctl.c
73754 ____________________________________________________________________________
73755 [ 18463] By: rgs                                   on 2003/01/08  21:27:49
73756         Log: Subject: [DOCPATCH] hv_store and hv_store_ent
73757              From: Nicholas Clark <nick@unfortu.net>
73758              Date: Wed, 1 Jan 2003 18:17:59 +0000
73759              Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
73760              (Integrated from change #18399 from maint-5.8)
73761      Branch: perl
73762           !> hv.c
73763 ____________________________________________________________________________
73764 [ 18462] By: rgs                                   on 2003/01/08  21:24:09
73765         Log: Integrate change #18391 from maint-5.8:
73766              Document the installprefix trick for compiling PASE Perl in AIX.
73767      Branch: perl
73768           !> README.os400
73769 ____________________________________________________________________________
73770 [ 18461] By: rgs                                   on 2003/01/08  21:16:54
73771         Log: Integrate change #18362 from maint-5.8:
73772              Fix [perl #18666] (taking the more conservative approach).
73773      Branch: perl
73774           !> lib/File/Spec/Unix.pm
73775 ____________________________________________________________________________
73776 [ 18460] By: rgs                                   on 2003/01/08  21:14:20
73777         Log: Integrate change #18361 from maint-5.8:
73778              Document that the socketpair tests are unhappy in old SCO,
73779              as per [perl #18537].
73780      Branch: perl
73781           !> pod/perl58delta.pod
73782 ____________________________________________________________________________
73783 [ 18459] By: rgs                                   on 2003/01/08  20:48:19
73784         Log: PerlFAQ sync.
73785      Branch: perl
73786            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
73787            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
73788            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
73789            ! pod/perlfaq9.pod
73790 ____________________________________________________________________________
73791 [ 18456] By: hv                                    on 2003/01/07  09:20:22
73792         Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
73793              From: Nicholas Clark <nick@unfortu.net>
73794              Date: Thu, 26 Dec 2002 21:16:27 +0000
73795              Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
73796      Branch: perl
73797            ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
73798            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
73799            ! utf8.c
73800 ____________________________________________________________________________
73801 [ 18455] By: hv                                    on 2003/01/07  08:54:38
73802         Log: Subject: [PATCH] integrate more with report_evil_fh
73803              From: Nicholas Clark <nick@unfortu.net>
73804              Date: Thu, 26 Dec 2002 20:56:21 +0000
73805              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
73806      Branch: perl
73807            ! pp_sys.c
73808 ____________________________________________________________________________
73809 [ 18454] By: hv                                    on 2003/01/07  08:45:54
73810         Log: Integrate podlators-1.25
73811      Branch: perl
73812            ! lib/Pod/Man.pm lib/Pod/t/man.t
73813 ____________________________________________________________________________
73814 [ 18453] By: rgs                                   on 2003/01/06  20:31:43
73815         Log: Change the value of ${^TAINT} : 0 without taint checks,
73816              1 with -T, and -1 with -t or -TU.
73817      Branch: perl
73818            ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
73819            ! t/run/switcht.t
73820 ____________________________________________________________________________
73821 [ 18451] By: merijn                                on 2003/01/06  06:43:11
73822         Log: Subject: [PATCH perl@18746] VMS test adjustments
73823              Date: Sat, 04 Jan 2003 11:26:00 -0600
73824              From: "Craig A. Berry" <craigberry@mac.com>
73825              Message-ID: <3E171928.1040100@mac.com>
73826      Branch: perl
73827            ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
73828            ! t/run/switchI.t
73829 ____________________________________________________________________________
73830 [ 18441] By: rgs                                   on 2003/01/04  20:06:45
73831         Log: Subject: [DOCPATCH] File::Copy's synopsis
73832              From: Nicholas Clark <nick@unfortu.net>
73833              Date: Wed, 1 Jan 2003 21:09:30 +0000
73834              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
73835      Branch: perl
73836            ! lib/File/Copy.pm
73837 ____________________________________________________________________________
73838 [ 18440] By: rgs                                   on 2003/01/04  16:31:31
73839         Log: Integrate change #18420 from maint-5.8:
73840              Mea culpa: the join() was the string join, not the
73841              ithreads join().
73842      Branch: perl
73843           !> ext/threads/t/join.t
73844 ____________________________________________________________________________
73845 [ 18439] By: rgs                                   on 2003/01/04  15:34:54
73846         Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
73847              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
73848              Date: Fri, 13 Dec 2002 00:54:43 +0100
73849              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
73850              Same as change 18403 for maint-5.8 branch
73851      Branch: perl
73852            ! lib/ExtUtils/t/Embed.t
73853 ____________________________________________________________________________
73854 [ 18438] By: rgs                                   on 2003/01/04  15:24:22
73855         Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
73856              From: andreas.koenig@anima.de (Andreas J. Koenig)
73857              Date: Fri, 03 Jan 2003 00:57:15 +0100
73858              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
73859      Branch: perl
73860            ! pod/perlre.pod
73861 ____________________________________________________________________________
73862 [ 18435] By: jhi                                   on 2003/01/04  14:36:08
73863         Log: The problems.t is back.
73864      Branch: perl
73865            ! MANIFEST
73866 ____________________________________________________________________________
73867 [ 18434] By: sky                                   on 2003/01/04  07:43:50
73868         Log: Forgot to add problems.t with change #18419
73869      Branch: perl
73870            + ext/threads/t/problems.t
73871 ____________________________________________________________________________
73872 [ 18432] By: jhi                                   on 2003/01/04  04:48:30
73873         Log: One more (or, rather, less) //.
73874      Branch: perl
73875            ! ext/threads/threads.xs
73876 ____________________________________________________________________________
73877 [ 18431] By: jhi                                   on 2003/01/04  04:39:01
73878         Log: Integrate from maintperl:
73879              [ 18430]
73880              // is still not portable C commentary.
73881      Branch: perl
73882           !> ext/threads/threads.xs
73883 ____________________________________________________________________________
73884 [ 18425] By: jhi                                   on 2003/01/04  03:37:04
73885         Log: Until Arthur really adds the problems.t.
73886      Branch: perl
73887            ! MANIFEST
73888 ____________________________________________________________________________
73889 [ 18421] By: sky                                   on 2003/01/04  01:27:55
73890         Log: Fix long standing memory leak with pop and shift!
73891      Branch: perl
73892            ! ext/threads/shared/shared.xs
73893 ____________________________________________________________________________
73894 [ 18419] By: sky                                   on 2003/01/03  23:45:34
73895         Log: Fixes bug #15273, the return of the object caused
73896              the stash of the object to be cloned, cloning the entire syntax
73897              tree and all lexicals in there creating danglning copies to the
73898              object. (Pararell but unlinked STASH tree).
73899              This adds a new flag, when set it will use STASHES from the
73900              thread we are joining into avoiding the problem.
73901      Branch: perl
73902            ! MANIFEST ext/threads/threads.xs sv.c sv.h
73903 ____________________________________________________________________________
73904 [ 18417] By: sky                                   on 2003/01/03  18:16:46
73905         Log: Fake what context we are running in for CLONE and DESTROY so
73906              threads->tid() returns the correct value.
73907              This is reported as bug #10046
73908      Branch: perl
73909            ! ext/threads/t/basic.t ext/threads/threads.xs
73910 ____________________________________________________________________________
73911 [ 18413] By: sky                                   on 2003/01/03  15:15:14
73912         Log: Change pp_lock to take a reference instead of a
73913              scalar since it wouldn't fork for the HELEM/AELEM
73914              case. This was reported in bug #10045
73915      Branch: perl
73916            ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
73917 ____________________________________________________________________________
73918 [ 18412] By: hv                                    on 2003/01/03  11:14:51
73919         Log: Integrate from maint-5.8 #18348:
73920              Make Math::Trig a little bit more better behaved module citizen.
73921      Branch: perl
73922           !> lib/Math/Trig.pm
73923 ____________________________________________________________________________
73924 [ 18411] By: hv                                    on 2003/01/03  11:11:09
73925         Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
73926              From: Stephen McCamant <smcc@mit.edu>
73927              Date: Sun, 22 Dec 2002 22:09:51 -0500
73928              Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
73929      Branch: perl
73930            ! pp_ctl.c
73931 ____________________________________________________________________________
73932 [ 18410] By: hv                                    on 2003/01/03  11:06:40
73933         Log: Subject: new flag SvPADSTALE
73934              From: Dave Mitchell <davem@fdgroup.com>
73935              Date: Thu, 19 Dec 2002 19:00:21 +0000
73936              Message-ID: <20021219190021.D9530@fdgroup.com>
73937      Branch: perl
73938            ! dump.c scope.c sv.h
73939 ____________________________________________________________________________
73940 [ 18409] By: hv                                    on 2003/01/03  11:05:09
73941         Log: Subject: remove flag SvPADBUSY
73942              From: Dave Mitchell <davem@fdgroup.com>
73943              Date: Thu, 19 Dec 2002 18:55:43 +0000
73944              Message-ID: <20021219185543.C9530@fdgroup.com>
73945      Branch: perl
73946            ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
73947 ____________________________________________________________________________
73948 [ 18408] By: hv                                    on 2003/01/03  10:56:54
73949         Log: Subject: win32_msgwait() problem
73950              From: Gurusamy Sarathy <gsar@ActiveState.com>
73951              Date: Fri, 13 Dec 2002 17:31:59 -0800
73952              Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
73953      Branch: perl
73954            ! win32/win32.c
73955 ____________________________________________________________________________
73956 [ 18407] By: hv                                    on 2003/01/03  10:30:05
73957         Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
73958              From: hv@crypt.org
73959              Date: Thu, 02 Jan 2003 17:16:04 +0000
73960              Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
73961      Branch: perl
73962            ! sv.c
73963 ____________________________________________________________________________
73964 [ 18406] By: sky                                   on 2003/01/03  08:23:16
73965         Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
73966              libc_r functions.
73967      Branch: perl
73968            ! hints/darwin.sh
73969 ____________________________________________________________________________
73970 [ 18393] By: merijn                                on 2003/01/02  19:41:29
73971         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)
73972              Date: Thu, 2 Jan 2003 19:02:21 +0100
73973              Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
73974              From: abe@ztreet.demon.nl (Abe Timmerman)
73975      Branch: perl
73976            ! win32/makefile.mk
73977 ____________________________________________________________________________
73978 [ 18390] By: merijn                                on 2003/01/02  07:32:00
73979         Log: Use a more likely location for the perl binary
73980      Branch: perl
73981            ! Porting/genlog
73982 ____________________________________________________________________________
73983 [ 18378] By: gsar                                  on 2002/12/31  04:07:56
73984         Log: integrate change#18377 from maint-5.6 branch
73985
73986              change#17566 needs to be more defensive about win32_dup2()
73987              itself calling SetStdHandle() (at least MSVCRT does this)
73988      Branch: perl
73989           !> win32/win32.c
73990 ____________________________________________________________________________
73991 [ 18376] By: hv                                    on 2002/12/31  02:02:17
73992         Log: Update Changes
73993      Branch: perl
73994            ! Changes patchlevel.h
73995 ____________________________________________________________________________
73996 [ 18374] By: hv                                    on 2002/12/30  03:32:22
73997         Log: Remove duplicate entry
73998      Branch: perl
73999            ! MANIFEST
74000 ____________________________________________________________________________
74001 [ 18373] By: hv                                    on 2002/12/30  03:19:17
74002         Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
74003              From: Dave Paris (via RT) <perlbug-followup@perl.org>
74004              Date: 22 Dec 2002 05:15:14 -0000
74005              Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
74006      Branch: perl
74007            ! pod/perlfunc.pod
74008 ____________________________________________________________________________
74009 [ 18372] By: hv                                    on 2002/12/30  03:13:42
74010         Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
74011              From: Michael G Schwern <schwern@pobox.com>
74012              Date: Sat, 21 Dec 2002 19:29:41 -0800
74013              Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
74014      Branch: perl
74015            ! lib/AutoSplit.pm
74016 ____________________________________________________________________________
74017 [ 18371] By: hv                                    on 2002/12/30  03:08:12
74018         Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
74019              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
74020              Date: Fri, 27 Dec 2002 16:14:24 +0100
74021              Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
74022      Branch: perl
74023            ! mg.c t/op/magic.t
74024 ____________________________________________________________________________
74025 [ 18358] By: gsar                                  on 2002/12/28  03:30:49
74026         Log: save_re_context() was not saving many regexec.c state
74027              variables, resulting in various reentrancy problems when
74028              the swatches were autoloaded by perl in the midst of a
74029              match
74030      Branch: perl
74031            ! regcomp.c
74032 ____________________________________________________________________________
74033 [ 18357] By: gsar                                  on 2002/12/28  02:16:51
74034         Log: silence another signed/unsigned mismatch warning
74035      Branch: perl
74036            ! op.c
74037 ____________________________________________________________________________
74038 [ 18356] By: gsar                                  on 2002/12/28  02:08:23
74039         Log: fix signed/unsigned mismatch warning from change#18266
74040      Branch: perl
74041            ! regcomp.c
74042 ____________________________________________________________________________
74043 [ 18355] By: gsar                                  on 2002/12/28  02:05:14
74044         Log: these variables are not in use anywhere since 5.8.0
74045      Branch: perl
74046            ! embedvar.h perlapi.h sv.c thrdvar.h
74047 ____________________________________________________________________________
74048 [ 18354] By: ams                                   on 2002/12/26  03:54:09
74049         Log: Subject: [PATCH] docpatch for cv.h
74050              From: Nicholas Clark <nick@unfortu.net>
74051              Date: Wed, 25 Dec 2002 21:01:04 +0000
74052              Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
74053      Branch: perl
74054            ! cv.h
74055 ____________________________________________________________________________
74056 [ 18351] By: hv                                    on 2002/12/25  02:29:17
74057         Log: #18345 was still broken; should be fixed now.
74058      Branch: perl
74059            ! sv.c
74060 ____________________________________________________________________________
74061 [ 18350] By: merijn                                on 2002/12/24  05:26:40
74062         Log: Removal of duplicate comment block
74063
74064              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74065              Subject: Re: [perl #19306] Sys::Syslog issues.
74066              Date: Mon, 23 Dec 2002 15:25:51 -0800
74067              Message-ID: </t5B+gzkg6DR092yn@efn.org>
74068      Branch: perl
74069            ! ext/Sys/Syslog/Syslog.pm
74070 ____________________________________________________________________________
74071 [ 18346] By: hv                                    on 2002/12/23  06:14:22
74072         Log: integrate maint-5.8 #18301
74073      Branch: perl
74074           !> lib/perl5db.pl
74075 ____________________________________________________________________________
74076 [ 18345] By: hv                                    on 2002/12/23  06:01:17
74077         Log: more on #18344.
74078      Branch: perl
74079            ! sv.c
74080 ____________________________________________________________________________
74081 [ 18344] By: hv                                    on 2002/12/23  05:56:43
74082         Log: more on #18312: sv.c:ss_dup()
74083      Branch: perl
74084            ! sv.c
74085 ____________________________________________________________________________
74086 [ 18343] By: hv                                    on 2002/12/23  05:47:17
74087         Log: Subject: [perl #19153] Term::Complete (the argument of stty)
74088              From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
74089              Date: 15 Dec 2002 13:45:23 -0000
74090              Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
74091      Branch: perl
74092            ! lib/Term/Complete.pm
74093 ____________________________________________________________________________
74094 [ 18342] By: hv                                    on 2002/12/23  05:27:25
74095         Log: Subject: [perl #18544] Patch included to fix problem.
74096              From: Richard Kandarian <richard.kandarian@lanl.gov>
74097              Date: Thu, 21 Nov 2002 08:00:20 -0700
74098              (from RT)
74099      Branch: perl
74100            ! regexec.c
74101 ____________________________________________________________________________
74102 [ 18341] By: hv                                    on 2002/12/23  05:08:49
74103         Log: Subject: [PATCH] operation on `PL_na' may be undefined
74104              From: Nicholas Clark <nick@unfortu.net>
74105              Date: Tue, 10 Dec 2002 19:59:18 +0000
74106              Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
74107      Branch: perl
74108            ! universal.c
74109 ____________________________________________________________________________
74110 [ 18340] By: hv                                    on 2002/12/23  05:04:29
74111         Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
74112              From: Nicholas Clark <nick@unfortu.net>
74113              Date: Tue, 10 Dec 2002 18:55:28 +0000
74114              Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
74115      Branch: perl
74116            ! pp_hot.c
74117 ____________________________________________________________________________
74118 [ 18339] By: hv                                    on 2002/12/23  04:39:48
74119         Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
74120      Branch: perl
74121            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
74122            ! ext/Time/HiRes/Makefile.PL
74123 ____________________________________________________________________________
74124 [ 18338] By: hv                                    on 2002/12/23  03:43:09
74125         Log: Subject: [PATCH] read permissions for h2ph-generated files
74126              From: Slaven Rezic <slaven.rezic@berlin.de>
74127              Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
74128              Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
74129      Branch: perl
74130            ! utils/h2ph.PL
74131 ____________________________________________________________________________
74132 [ 18337] By: hv                                    on 2002/12/23  03:38:59
74133         Log: handy hint: getting a perforce change as a usable patch
74134      Branch: perl
74135            ! Porting/repository.pod
74136 ____________________________________________________________________________
74137 [ 18336] By: hv                                    on 2002/12/23  03:36:26
74138         Log: Reverse #18285, for reasons given in:
74139              Subject: Re: Precedence of ? :
74140              From: hv@crypt.org
74141              Date: Fri, 20 Dec 2002 00:35:27 +0000
74142              Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
74143      Branch: perl
74144            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
74145            ! vms/perly_c.vms
74146 ____________________________________________________________________________
74147 [ 18335] By: gsar                                  on 2002/12/18  23:12:14
74148         Log: my_fflush_all() wasn't doing the right thing under useperlio
74149              on many platforms
74150      Branch: perl
74151            ! util.c
74152 ____________________________________________________________________________
74153 [ 18334] By: merijn                                on 2002/12/18  06:48:11
74154         Log: AIX compiler version updates
74155      Branch: perl
74156            ! README.aix
74157 ____________________________________________________________________________
74158 [ 18332] By: gsar                                  on 2002/12/18  03:20:27
74159         Log: $Config{prefixexp} was set incorrectly on windows
74160      Branch: perl
74161            ! win32/config.bc win32/config.gc win32/config.vc
74162            ! win32/config.vc64
74163 ____________________________________________________________________________
74164 [ 18330] By: gsar                                  on 2002/12/18  02:32:20
74165         Log: remove CRs from a couple of files (these show up as CRCRLF
74166              on windows)
74167      Branch: perl
74168            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
74169 ____________________________________________________________________________
74170 [ 18328] By: gsar                                  on 2002/12/18  02:27:10
74171         Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
74172      Branch: perl
74173            ! win32/win32.c
74174 ____________________________________________________________________________
74175 [ 18327] By: gsar                                  on 2002/12/18  02:08:12
74176         Log: windows: support for large files
74177
74178              note that this change will break binary compatibility with the
74179              default 5.8.0 build options; nevertheless I think it is worth
74180              having in 5.8.1 (people who want the compatibility can disable
74181              the option in the makefile)
74182      Branch: perl
74183            ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
74184            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
74185            ! pp_sys.c win32/Makefile win32/config.bc win32/config.gc
74186            ! win32/config.vc win32/config.vc64 win32/config_H.bc
74187            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
74188            ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
74189            ! win32/win32.c win32/win32iop.h
74190 ____________________________________________________________________________
74191 [ 18326] By: gsar                                  on 2002/12/18  00:57:46
74192         Log: Win32.pod update
74193      Branch: perl
74194            ! lib/Win32.pod
74195 ____________________________________________________________________________
74196 [ 18325] By: gsar                                  on 2002/12/18  00:42:45
74197         Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
74198      Branch: perl
74199            ! XSUB.h
74200 ____________________________________________________________________________
74201 [ 18324] By: gsar                                  on 2002/12/18  00:34:08
74202         Log: windows: avoid prompting under some shells during $(MAKE) distclean
74203      Branch: perl
74204            ! win32/Makefile win32/makefile.mk
74205 ____________________________________________________________________________
74206 [ 18323] By: gsar                                  on 2002/12/18  00:17:29
74207         Log: PerlSIO_stderr et al are not functions
74208      Branch: perl
74209            ! XSUB.h
74210 ____________________________________________________________________________
74211 [ 18321] By: gsar                                  on 2002/12/17  22:56:25
74212         Log: integrate change#18320 from maint-5.6 branch
74213
74214              C<require '\foo\bar.pm'> fails on windows if not running
74215              from the root directory; for a test case, see:
74216
74217              http://bugs.activestate.com/show_bug.cgi?id=19317
74218
74219              this was due to not recognizing \foo\bar.pm as an absolute
74220              path name
74221      Branch: perl
74222           !> util.h
74223 ____________________________________________________________________________
74224 [ 18319] By: hv                                    on 2002/12/17  10:08:24
74225         Log: Whoops, these are the changes supposed to be in #18318.
74226      Branch: perl
74227            ! pad.c t/op/eval.t
74228 ____________________________________________________________________________
74229 [ 18318] By: hv                                    on 2002/12/17  03:12:18
74230         Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
74231              From: Nicholas Clark <nick@unfortu.net>
74232              Date: Sat, 14 Dec 2002 23:13:37 +0000
74233              Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
74234      Branch: perl
74235            ! pad.c t/op/eval.t
74236 ____________________________________________________________________________
74237 [ 18317] By: hv                                    on 2002/12/17  02:58:12
74238         Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
74239      Branch: perl
74240            + lib/Net/Ping/t/410_syn_host.t
74241            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
74242            ! lib/Net/Ping/t/450_service.t
74243 ____________________________________________________________________________
74244 [ 18316] By: hv                                    on 2002/12/17  02:17:16
74245         Log: Subject: [PATCH 5.8.1 @oldish-18156] build
74246              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
74247              Date: Fri, 13 Dec 2002 13:54:05 -0800
74248              Message-ID: <20021213215404.GA2597@math.berkeley.edu>
74249      Branch: perl
74250            ! os2/os2.c t/run/runenv.t
74251 ____________________________________________________________________________
74252 [ 18315] By: hv                                    on 2002/12/17  02:03:58
74253         Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
74254              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
74255              Date: Fri, 13 Dec 2002 13:47:08 -0800
74256              Message-ID: <20021213214707.GA2588@math.berkeley.edu>
74257      Branch: perl
74258            ! lib/constant.t lib/fields.t
74259 ____________________________________________________________________________
74260 [ 18314] By: hv                                    on 2002/12/17  01:58:32
74261         Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
74262              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
74263              Date: Fri, 13 Dec 2002 14:00:48 -0800
74264              Message-ID: <20021213220048.GA2606@math.berkeley.edu>
74265      Branch: perl
74266            ! os2/OS2/Process/t/os2_process.t os2/os2.c
74267 ____________________________________________________________________________
74268 [ 18313] By: hv                                    on 2002/12/17  01:54:19
74269         Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
74270              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
74271              Date: Fri, 13 Dec 2002 14:08:00 -0800
74272              Message-ID: <20021213220800.GA2625@math.berkeley.edu>
74273      Branch: perl
74274            ! os2/OS2/REXX/REXX.xs
74275 ____________________________________________________________________________
74276 [ 18312] By: hv                                    on 2002/12/17  01:43:28
74277         Log: Subject: [Fwd: Patch for perl utf8-related bug]
74278              From: Richard Hitt <rbh00@utsglobal.com>
74279              Date: Fri, 06 Dec 2002 16:47:42 -0800
74280              [perl #18932]
74281      Branch: perl
74282            ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
74283            ! scope.h
74284 ____________________________________________________________________________
74285 [ 18311] By: hv                                    on 2002/12/17  00:52:05
74286         Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
74287              From: Dave Mitchell <davem@fdgroup.com>
74288              Date: Sat, 14 Dec 2002 19:16:49 +0000
74289              Message-ID: <20021214191649.B3992@fdgroup.com>
74290      Branch: perl
74291            ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
74292 ____________________________________________________________________________
74293 [ 18310] By: hv                                    on 2002/12/17  00:51:46
74294         Log: regen-headers to get new API docs from #18306
74295      Branch: perl
74296            ! pod/perlapi.pod
74297 ____________________________________________________________________________
74298 [ 18308] By: rgs                                   on 2002/12/16  22:06:23
74299         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
74300              From: peter@PSDT.com (Peter Scott)
74301              Date: 12 Dec 2002 18:13:17 -0000
74302              Message-ID: <20021212181317.50538.qmail@onion.perl.org>
74303              (fix bug [perl #19058])
74304      Branch: perl
74305            ! lib/perl5db.pl
74306 ____________________________________________________________________________
74307 [ 18307] By: rgs                                   on 2002/12/16  22:01:14
74308         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
74309              From: Dave Mitchell <davem@fdgroup.com>
74310              Date: Thu, 12 Dec 2002 23:42:35 +0000
74311              Message-ID: <20021212234235.A29245@fdgroup.com>
74312              and
74313              Date: Sat, 14 Dec 2002 19:16:38 +0000
74314              Message-ID: <20021214191638.A3992@fdgroup.com>
74315      Branch: perl
74316            ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
74317            ! proto.h t/op/eval.t
74318 ____________________________________________________________________________
74319 [ 18306] By: sky                                   on 2002/12/16  21:41:40
74320         Log: More documentation of obscure flags is good, even if the
74321              documentation might be not so good. Atleast it's not false!
74322              Documents the flags one can give to perl_clone
74323      Branch: perl
74324            ! sv.c
74325 ____________________________________________________________________________
74326 [ 18305] By: merijn                                on 2002/12/16  10:53:19
74327         Log: Enough changes to Configure and metaunits warrant an update.
74328              Several small changes and three additions
74329      Branch: perl
74330            ! Porting/Glossary
74331 ____________________________________________________________________________
74332 [ 18304] By: merijn                                on 2002/12/16  10:44:57
74333         Log: Redone #18011 from metaunits
74334      Branch: perl
74335            ! Configure
74336 ____________________________________________________________________________
74337 [ 18302] By: rgs                                   on 2002/12/14  22:34:25
74338         Log: Subject: Proper fix for CvOUTSIDE weak refcounting
74339              From: Dave Mitchell <davem@fdgroup.com>
74340              Date: Tue, 10 Dec 2002 01:26:44 +0000
74341              Message-ID: <20021210012644.A7843@fdgroup.com>
74342      Branch: perl
74343            ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
74344            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
74345            ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
74346 ____________________________________________________________________________
74347 [ 18300] By: rgs                                   on 2002/12/12  20:40:22
74348         Log: Subject: [patch] typo in perlop
74349              From: andreas.koenig@anima.de (Andreas J. Koenig)
74350              Date: Wed, 11 Dec 2002 21:31:14 +0100
74351              Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
74352      Branch: perl
74353            ! pod/perlop.pod
74354 ____________________________________________________________________________
74355 [ 18299] By: rgs                                   on 2002/12/12  20:35:29
74356         Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
74357      Branch: perl
74358           !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
74359           !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
74360           !> t/op/subst.t
74361 ____________________________________________________________________________
74362 [ 18298] By: rgs                                   on 2002/12/12  20:00:36
74363         Log: Whitespace and indentation fix in the output of B::Debug.
74364      Branch: perl
74365            ! ext/B/B/Debug.pm
74366 ____________________________________________________________________________
74367 [ 18292] By: gbarr                                 on 2002/12/12  09:23:04
74368         Log: Update to Scalar-List-Utils 1.09
74369      Branch: perl
74370            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
74371            ! ext/List/Util/lib/List/Util.pm
74372 ____________________________________________________________________________
74373 [ 18287] By: gsar                                  on 2002/12/11  18:53:07
74374         Log: this has been incorrect for a while now, and has changed
74375              again recently
74376      Branch: perl
74377            ! Porting/repository.pod
74378 ____________________________________________________________________________
74379 [ 18285] By: hv                                    on 2002/12/11  10:35:01
74380         Log: Subject: [PATCH] Re: Precedence of ? :
74381              From: Stephen McCamant <smcc@mit.edu>
74382              Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
74383              Message-Id: <20021210055707.974F073CCC@syllepsis>
74384      Branch: perl
74385            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
74386            ! vms/perly_c.vms
74387 ____________________________________________________________________________
74388 [ 18284] By: hv                                    on 2002/12/11  10:21:12
74389         Log: One more email address for #18282
74390      Branch: perl
74391            ! lib/Pod/Perldoc.pm
74392 ____________________________________________________________________________
74393 [ 18283] By: hv                                    on 2002/12/11  10:18:07
74394         Log: More email addresses for #18282
74395      Branch: perl
74396            ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
74397            ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
74398            ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
74399            ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
74400            ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
74401 ____________________________________________________________________________
74402 [ 18282] By: hv                                    on 2002/12/11  10:16:05
74403         Log: Subject: Remove stale e-mail addresses
74404              From: Andy Dougherty <doughera@lafayette.edu>
74405              Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
74406              Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
74407      Branch: perl
74408            ! Porting/pumpkin.pod configure.gnu
74409            ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
74410            ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
74411            ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
74412 ____________________________________________________________________________
74413 [ 18281] By: hv                                    on 2002/12/11  09:59:31
74414         Log: Integrate from maint-5.8 #18156, #18218.
74415      Branch: perl
74416           !> lib/Unicode/UCD.t lib/unicore/Category.pl
74417           !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
74418           !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
74419           !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
74420           !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
74421           !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
74422 ____________________________________________________________________________
74423 [ 18280] By: rgs                                   on 2002/12/10  21:30:10
74424         Log: Integrate from the maint-5.8/ branch :
74425              changes 18219, 18236, 18242-3, 18247-8,
74426              18253-5, 18257, 18273-6
74427      Branch: perl
74428           +> t/op/lc_user.t
74429           !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
74430           !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
74431           !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
74432           !> t/uni/tr_utf8.t
74433 ____________________________________________________________________________
74434 [ 18279] By: merijn                                on 2002/12/10  14:10:03
74435         Log: Subject: Re: ANSIColor 1.06 released
74436              Version bump only after typo fix to sync with CPAN
74437      Branch: perl
74438            ! lib/Term/ANSIColor.pm
74439 ____________________________________________________________________________
74440 [ 18277] By: merijn                                on 2002/12/10  08:46:05
74441         Log: Subject: [PATCH perl@18251] VMS build update
74442              Message-ID: <3DF56BE2.9000300@mac.com>
74443              Date: Mon, 09 Dec 2002 22:21:54 -0600
74444              From: "Craig A. Berry" <craigberry@mac.com>
74445      Branch: perl
74446            ! configure.com ext/Time/HiRes/Makefile.PL
74447            ! vms/descrip_mms.template
74448 ____________________________________________________________________________
74449 [ 18272] By: merijn                                on 2002/12/09  15:31:28
74450         Log: RT#15950
74451
74452              Subject: [PATCH] Typo in Term::ANSIColor
74453              Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
74454              From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>
74455      Branch: perl
74456            ! lib/Term/ANSIColor.pm
74457 ____________________________________________________________________________
74458 [ 18270] By: hv                                    on 2002/12/09  00:25:26
74459         Log: Subject: [perl #18256] xsubpp can make nested comments in C code
74460              From: Nicholas Clark (via RT) <perlbug@perl.org>
74461              Date: 7 Nov 2002 14:58:14 -0000
74462              Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
74463      Branch: perl
74464            ! lib/ExtUtils/xsubpp
74465 ____________________________________________________________________________
74466 [ 18269] By: hv                                    on 2002/12/09  00:19:33
74467         Log: Subject: Re: Bug in Filter::Simple
74468              From: Slaven Rezic <slaven.rezic@berlin.de>
74469              Date: 07 Nov 2002 10:01:41 +0100
74470              Message-ID: <87of91u51m.fsf@vran.herceg.de>
74471      Branch: perl
74472            ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
74473 ____________________________________________________________________________
74474 [ 18268] By: hv                                    on 2002/12/09  00:14:58
74475         Log: fix #18266 sprintf format mismatch
74476      Branch: perl
74477            ! regcomp.c
74478 ____________________________________________________________________________
74479 [ 18267] By: hv                                    on 2002/12/09  00:10:09
74480         Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
74481              From: Slaven Rezic <slaven.rezic@berlin.de>
74482              Date: 09 Nov 2002 23:21:16 +0100
74483              Message-ID: <874raqz8o3.fsf@vran.herceg.de>
74484      Branch: perl
74485            ! config_h.SH ext/POSIX/t/posix.t util.c
74486 ____________________________________________________________________________
74487 [ 18266] By: hv                                    on 2002/12/09  00:02:57
74488         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
74489              From: Abhijit Menon-Sen <ams@wiw.org>
74490              Date: Wed, 6 Nov 2002 19:38:11 +0530
74491              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
74492      Branch: perl
74493            ! regcomp.c t/op/lc.t
74494 ____________________________________________________________________________
74495 [ 18265] By: rgs                                   on 2002/12/08  22:10:45
74496         Log: Subject: Re: [perl #18927] barewords with no errors
74497              From: Abe Timmerman <abe@ztreet.demon.nl>
74498              Date: Sun, 8 Dec 2002 17:12:56 +0100
74499              Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
74500      Branch: perl
74501            ! t/lib/strict/subs
74502 ____________________________________________________________________________
74503 [ 18264] By: rgs                                   on 2002/12/08  22:04:39
74504         Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
74505              From: Slaven Rezic <slaven.rezic@berlin.de>
74506              Date: 30 Nov 2002 00:07:05 +0100
74507              Message-ID: <8765ugnffq.fsf@vran.herceg.de>
74508      Branch: perl
74509            ! pp_ctl.c t/cmd/for.t
74510 ____________________________________________________________________________
74511 [ 18263] By: rgs                                   on 2002/12/08  21:56:13
74512         Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
74513              From: Slaven Rezic <slaven.rezic@berlin.de>
74514              Date: 08 Dec 2002 01:31:45 +0100
74515              Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
74516      Branch: perl
74517            ! lib/Exporter/Heavy.pm
74518 ____________________________________________________________________________
74519 [ 18262] By: rgs                                   on 2002/12/08  20:31:42
74520         Log: getservbyport() should accept an empty string as its
74521              proto argument (as does getservbyname()).
74522
74523              Subject: Re: Is this a bug or am I being stupid?
74524              From: Slaven Rezic <slaven.rezic@berlin.de>
74525              Date: 08 Dec 2002 01:54:37 +0100
74526              Message-ID: <87znrhl48i.fsf@vran.herceg.de>
74527      Branch: perl
74528            ! pp_sys.c
74529 ____________________________________________________________________________
74530 [ 18261] By: rgs                                   on 2002/12/08  20:17:37
74531         Log: Change the set of characters that are considered to be
74532              safe in $ENV{TERM} for taint checkings.
74533      Branch: perl
74534            ! taint.c
74535 ____________________________________________________________________________
74536 [ 18260] By: rgs                                   on 2002/12/08  20:14:57
74537         Log: Document that $ENV{TERM} may produce taint failures.
74538              Subject: Re: [perl #18717] spurious failures in regression test
74539              From: Slaven Rezic <slaven.rezic@berlin.de>
74540              Date: 29 Nov 2002 22:11:46 +0100
74541              Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
74542      Branch: perl
74543            ! pod/perldiag.pod
74544 ____________________________________________________________________________
74545 [ 18259] By: rgs                                   on 2002/12/08  19:34:34
74546         Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
74547              From: Nicholas Clark <nick@unfortu.net>
74548              Date: Mon, 2 Dec 2002 21:48:29 +0000
74549              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
74550      Branch: perl
74551            ! hv.c lib/Hash/Util.t
74552 ____________________________________________________________________________
74553 [ 18251] By: rgs                                   on 2002/12/06  21:27:55
74554         Log: Fix two cases of buffer overflow in the lexer.
74555      Branch: perl
74556            ! t/comp/parser.t toke.c
74557 ____________________________________________________________________________
74558 [ 18250] By: rgs                                   on 2002/12/06  20:44:26
74559         Log: Fix bug #18874, essentially by reverting change #11890.
74560              Add a regression test for it.
74561      Branch: perl
74562            ! lib/English.pm lib/English.t
74563 ____________________________________________________________________________
74564 [ 18249] By: rgs                                   on 2002/12/06  20:42:01
74565         Log: Suppress a compilation warning reported by Jarkko
74566              (variable initialization skipped by goto).
74567      Branch: perl
74568            ! toke.c
74569 ____________________________________________________________________________
74570 [ 18239] By: jhi                                   on 2002/12/03  12:49:01
74571         Log: Fix up #18229.
74572      Branch: perl
74573            ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
74574            ! pod/perlintern.pod
74575 ____________________________________________________________________________
74576 [ 18233] By: rgs                                   on 2002/12/02  20:03:09
74577         Log: Fix bug #18573 : in a double-quoted string, a \c not followed
74578              by any character may corrupt memory due to reading past the
74579              end of the input buffer. Add a new error message corresponding
74580              to this case.
74581      Branch: perl
74582            ! pod/perldiag.pod t/comp/parser.t toke.c
74583 ____________________________________________________________________________
74584 [ 18232] By: rgs                                   on 2002/12/02  19:59:07
74585         Log: Skip test #17 of lib/open.t when useperlio is not defined.
74586      Branch: perl
74587            ! lib/open.t
74588 ____________________________________________________________________________
74589 [ 18231] By: merijn                                on 2002/12/02  16:00:12
74590         Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
74591              Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
74592              From: Andy Dougherty <doughera@lafayette.edu>
74593              Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
74594      Branch: perl
74595            ! README.hpux
74596 ____________________________________________________________________________
74597 [ 18230] By: merijn                                on 2002/12/02  15:45:31
74598         Log: $0 modifying part II (HP-UX only)
74599
74600              Date: Sat, 30 Nov 2002 20:16:51 +0200
74601              From: Jarkko Hietaniemi <jhi@iki.fi>
74602              Subject: [PATCH] $0 modifying
74603              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
74604      Branch: perl
74605            ! mg.c
74606 ____________________________________________________________________________
74607 [ 18229] By: merijn                                on 2002/12/02  15:43:16
74608         Log: $0 mofifying part I
74609
74610              Date: Sat, 30 Nov 2002 20:16:51 +0200
74611              From: Jarkko Hietaniemi <jhi@iki.fi>
74612              Subject: [PATCH] $0 modifying
74613              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
74614      Branch: perl
74615            ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
74616            ! sv.c t/op/magic.t thread.h
74617 ____________________________________________________________________________
74618 [ 18228] By: hv                                    on 2002/12/02  13:37:59
74619         Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
74620              with a module-driven version, and separates out its docs.
74621      Branch: perl
74622            + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
74623            + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
74624            + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
74625            + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
74626            + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
74627            + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
74628            + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
74629            + pod/perldoc.pod
74630            ! MANIFEST utils/perldoc.PL
74631 ____________________________________________________________________________
74632 [ 18226] By: hv                                    on 2002/12/02  12:44:35
74633         Log: missed the new file from #18224
74634      Branch: perl
74635            + lib/Pod/PlainText.pm
74636            ! MANIFEST
74637 ____________________________________________________________________________
74638 [ 18225] By: hv                                    on 2002/12/02  03:09:42
74639         Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
74640      Branch: perl
74641            ! util.c
74642 ____________________________________________________________________________
74643 [ 18224] By: hv                                    on 2002/12/02  02:59:02
74644         Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
74645              and lib/Pod/t/utils.t to cater for simpler output text.
74646      Branch: perl
74647            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
74648            ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
74649            ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
74650            ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
74651            ! t/pod/multiline_items.t t/pod/multiline_items.xr
74652            ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
74653            ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
74654            ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
74655            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
74656 ____________________________________________________________________________
74657 [ 18223] By: hv                                    on 2002/12/02  02:46:17
74658         Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
74659              From: Dave Mitchell <davem@fdgroup.com>
74660              Date: Mon, 25 Nov 2002 21:25:33 +0000
74661              Message-ID: <20021125212533.B29157@fdgroup.com>
74662      Branch: perl
74663            ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
74664 ____________________________________________________________________________
74665 [ 18222] By: hv                                    on 2002/12/02  02:23:28
74666         Log: #18221 broke t/op/eval.t
74667      Branch: perl
74668            ! t/op/eval.t
74669 ____________________________________________________________________________
74670 [ 18221] By: hv                                    on 2002/12/02  02:18:19
74671         Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
74672      Branch: perl
74673           +> ext/POSIX/t/is.t
74674           !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
74675           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
74676           !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
74677           !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
74678 ____________________________________________________________________________
74679 [ 18220] By: hv                                    on 2002/12/02  00:58:54
74680         Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
74681              From: Dave Mitchell <davem@fdgroup.com>
74682              Date: Sun, 24 Nov 2002 22:19:06 +0000
74683              Message-ID: <20021124221906.A25386@fdgroup.com>
74684      Branch: perl
74685            ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
74686            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
74687            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
74688            ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
74689 ____________________________________________________________________________
74690 [ 18217] By: rgs                                   on 2002/11/29  12:11:28
74691         Log: Document the hint constants and where they're used.
74692      Branch: perl
74693            ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
74694            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
74695            ! perl.h
74696 ____________________________________________________________________________
74697 [ 18216] By: merijn                                on 2002/11/29  10:00:54
74698         Log: 64bit Peek failure on HP-UX 11.00
74699
74700              Subject: Re: Smoke 18188
74701              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74702              From: Slaven Rezic <slaven.rezic@berlin.de>
74703              Date: 28 Nov 2002 19:25:25 +0100
74704              Message-ID: <877kexsga2.fsf@vran.herceg.de>
74705      Branch: perl
74706            ! ext/Devel/Peek/Peek.t
74707 ____________________________________________________________________________
74708 [ 18203] By: jhi                                   on 2002/11/28  14:54:34
74709         Log: Slight beauty tweak.
74710      Branch: perl
74711            ! intrpvar.h
74712 ____________________________________________________________________________
74713 [ 18188] By: hv                                    on 2002/11/27  01:32:52
74714         Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
74715              From: Slaven Rezic <slaven.rezic@berlin.de>
74716              Date: 03 Nov 2002 10:59:43 +0100
74717              Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
74718      Branch: perl
74719            ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
74720 ____________________________________________________________________________
74721 [ 18186] By: hv                                    on 2002/11/27  00:57:18
74722         Log: Subject: DESTROY called in scalar context ?
74723              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
74724              Date: Tue, 29 Oct 2002 22:04:23 +0100
74725              Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
74726      Branch: perl
74727            ! sv.c
74728 ____________________________________________________________________________
74729 [ 18185] By: rgs                                   on 2002/11/26  21:06:48
74730         Log: PerlFAQ sync.
74731      Branch: perl
74732            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
74733            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
74734            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
74735            ! pod/perlfaq9.pod
74736 ____________________________________________________________________________
74737 [ 18184] By: rgs                                   on 2002/11/26  20:42:25
74738         Log: Subject: [PATCH] 2 Pod errors in perlop.pod
74739              From: andreas.koenig@anima.de (Andreas J. Koenig)
74740              Date: Mon, 25 Nov 2002 10:21:08 +0100
74741              Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
74742
74743              Plus a few similar POD fixes
74744      Branch: perl
74745            ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
74746            ! pod/perltie.pod
74747 ____________________________________________________________________________
74748 [ 18183] By: rgs                                   on 2002/11/26  19:53:26
74749         Log: Subject: Re: [perl #18626] bug in perlipc man page
74750              From: Slaven Rezic <slaven.rezic@berlin.de>
74751              Date: 23 Nov 2002 21:23:20 +0100
74752              Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
74753      Branch: perl
74754            ! pod/perlipc.pod
74755 ____________________________________________________________________________
74756 [ 18182] By: merijn                                on 2002/11/26  08:44:39
74757         Log: Subject: #17171: ld flag for shrplib on OpenBSD
74758              Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
74759              From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
74760      Branch: perl
74761            ! Configure
74762 ____________________________________________________________________________
74763 [ 18180] By: hv                                    on 2002/11/25  03:10:03
74764         Log: integrate #18144 updates to pod/perlport.pod
74765      Branch: perl
74766            ! pod/perlport.pod
74767 ____________________________________________________________________________
74768 [ 18179] By: hv                                    on 2002/11/25  03:06:44
74769         Log: Subject: [PATCH] UTF8 regexp {n} bug
74770              From: Inaba Hiroto <inaba@st.rim.or.jp>
74771              Date: Sat, 16 Nov 2002 19:23:00 +0900
74772              Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
74773      Branch: perl
74774            ! regcomp.c t/op/pat.t
74775 ____________________________________________________________________________
74776 [ 18178] By: hv                                    on 2002/11/25  02:43:40
74777         Log: Subject: Re: Storable bug #1698
74778              From: Slaven Rezic <slaven.rezic@berlin.de>
74779              Date: 18 Nov 2002 10:41:36 +0100
74780              Message-ID: <87ptt343lb.fsf@vran.herceg.de>
74781      Branch: perl
74782            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
74783            ! ext/Storable/t/forgive.t
74784 ____________________________________________________________________________
74785 [ 18177] By: hv                                    on 2002/11/25  02:37:07
74786         Log: add support for STASH and MAGIC information for REFs to sv_dump().
74787              Subject: [PATCH]
74788              From: Slaven Rezic <slaven.rezic@berlin.de>
74789              Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
74790              Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
74791      Branch: perl
74792            ! dump.c ext/Devel/Peek/Peek.t
74793 ____________________________________________________________________________
74794 [ 18176] By: hv                                    on 2002/11/25  02:31:10
74795         Log: Subject: Re: [perl #18479] Error when no strict refs in effect
74796              From: Slaven Rezic <slaven.rezic@berlin.de>
74797              Date: 18 Nov 2002 22:50:04 +0100
74798              Message-ID: <87smxya6pf.fsf@vran.herceg.de>
74799      Branch: perl
74800            ! pp_ctl.c
74801 ____________________________________________________________________________
74802 [ 18175] By: hv                                    on 2002/11/25  02:20:48
74803         Log: Subject: [Encode] 1.83 + bleedperl patch released
74804              From: Dan Kogai <dankogai@dan.co.jp>
74805              Date: Tue, 19 Nov 2002 03:18:44 +0900
74806              Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
74807      Branch: perl
74808            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
74809            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
74810            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
74811            ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
74812 ____________________________________________________________________________
74813 [ 18172] By: rgs                                   on 2002/11/22  21:44:09
74814         Log: Subject: [PATCH] Historic version labels
74815              From: andreas.koenig@anima.de (Andreas J. Koenig)
74816              Date: Fri, 22 Nov 2002 14:39:41 +0100
74817              Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
74818      Branch: perl
74819            ! Changes5.005 Changes5.6
74820 ____________________________________________________________________________
74821 [ 18171] By: rgs                                   on 2002/11/22  21:15:54
74822         Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
74823              Fix the existing tests that didn't checked the difference
74824              between 0 and undef.
74825      Branch: perl
74826            ! t/op/magic.t
74827 ____________________________________________________________________________
74828 [ 18170] By: rgs                                   on 2002/11/22  20:49:12
74829         Log: Move some tests from t/run/fresh_perl.t
74830              to the new t/comp/parser.t. The goal being to
74831              get rid of fresh_perl.t at some point.
74832      Branch: perl
74833            ! t/comp/parser.t t/run/fresh_perl.t
74834 ____________________________________________________________________________
74835 [ 18169] By: rgs                                   on 2002/11/21  20:49:36
74836         Log: Add a test for bug #17920, and a new test file for it.
74837      Branch: perl
74838            + t/comp/parser.t
74839            ! MANIFEST
74840 ____________________________________________________________________________
74841 [ 18168] By: merijn                                on 2002/11/21  13:59:12
74842         Log: Subject: [PATCH] hires sleeping wants libs
74843              Date: Wed, 20 Nov 2002 17:18:31 +0200
74844              From: Jarkko Hietaniemi <jhi@iki.fi>
74845              Message-ID: <20021120151830.GC127060@lyta.hut.fi>
74846      Branch: perl
74847            ! Configure hints/irix_6.sh
74848 ____________________________________________________________________________
74849 [ 18166] By: rgs                                   on 2002/11/19  23:02:31
74850         Log: Fix perl bug #17920 : a case of parser coredump.
74851              The fix is to disable Perl_block_start and Perl_block_end
74852              when the yacc parser has encountered errors. This prevents
74853              corruption of the internal stack, at the expense of correctness,
74854              but this doesn't matter as the code is unparseable anyway.
74855      Branch: perl
74856            ! op.c
74857 ____________________________________________________________________________
74858 [ 18165] By: rgs                                   on 2002/11/19  22:45:36
74859         Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
74860              From: Jarkko Hietaniemi <jhi@iki.fi>
74861              Date: Sun, 3 Nov 2002 17:50:08 +0200
74862              Message-ID: <20021103155008.GA382682@lyta.hut.fi>
74863      Branch: perl
74864            ! lib/open.pm locale.c pod/perl58delta.pod
74865 ____________________________________________________________________________
74866 [ 18164] By: rgs                                   on 2002/11/19  22:32:52
74867         Log: t/io/crlf.t failed with miniperl.
74868      Branch: perl
74869            ! t/io/crlf.t
74870 ____________________________________________________________________________
74871 [ 18163] By: rgs                                   on 2002/11/19  22:11:24
74872         Log: Subject: Re: [PATCH] AutoLoader gives wrong message
74873              From: Peter Scott <Peter@PSDT.com>
74874              Date: Thu, 07 Nov 2002 19:04:27 -0800
74875              Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
74876
74877              With a tweak to the END cleanup block to fully remove the
74878              temporary test directory
74879      Branch: perl
74880            ! lib/AutoLoader.t
74881 ____________________________________________________________________________
74882 [ 18162] By: rgs                                   on 2002/11/19  21:29:25
74883         Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
74884              From: Dave Mitchell <davem@fdgroup.com>
74885              Date: Thu, 14 Nov 2002 22:55:39 +0000
74886              Message-ID: <20021114225539.A18614@fdgroup.com>
74887      Branch: perl
74888            ! ext/threads/threads.xs
74889 ____________________________________________________________________________
74890 [ 18161] By: rgs                                   on 2002/11/19  21:26:21
74891         Log: Subject: [PATCH Win32] Document wperl.exe
74892              From: "Brent Dax" <brentdax@cpan.org>
74893              Date: Fri, 15 Nov 2002 23:02:01 -0800
74894              Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
74895      Branch: perl
74896            ! README.win32
74897 ____________________________________________________________________________
74898 [ 18160] By: hv                                    on 2002/11/19  12:07:25
74899         Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
74900              From: Nicholas Clark <nick@unfortu.net>
74901              Date: Tue, 29 Oct 2002 23:00:05 +0000
74902              Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
74903      Branch: perl
74904            + regen.pl regen_headers.pl
74905            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
74906            ! keywords.pl opcode.pl regcomp.pl
74907 ____________________________________________________________________________
74908 [ 18159] By: hv                                    on 2002/11/19  11:48:30
74909         Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
74910              From: Gurusamy Sarathy <gsar@ActiveState.com>
74911              Date: Wed, 30 Oct 2002 20:58:15 -0800
74912              Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
74913              Date: Wed, 30 Oct 2002 21:56:22 -0800
74914              Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
74915              Date: Wed, 30 Oct 2002 22:55:30 -0800
74916              Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
74917      Branch: perl
74918            ! gv.c pp_hot.c t/op/method.t
74919 ____________________________________________________________________________
74920 [ 18158] By: hv                                    on 2002/11/19  11:35:16
74921         Log: Remove duplicate my() declaration giving warnings from change #18105.
74922      Branch: perl
74923            ! lib/Class/Struct.t
74924 ____________________________________________________________________________
74925 [ 18154] By: rgs                                   on 2002/11/16  22:08:44
74926         Log: Correction to change #18152, by Dave Mitchell.
74927      Branch: perl
74928            ! pod/perlhack.pod
74929 ____________________________________________________________________________
74930 [ 18152] By: rgs                                   on 2002/11/16  21:23:15
74931         Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
74932              From: Dave Mitchell <davem@fdgroup.com>
74933              Date: Sat, 16 Nov 2002 22:18:23 +0000
74934              Message-ID: <20021116221823.A23614@fdgroup.com>
74935              Documentation for change #18150.
74936      Branch: perl
74937            ! pod/perlhack.pod
74938 ____________________________________________________________________________
74939 [ 18151] By: rgs                                   on 2002/11/16  20:45:26
74940         Log: Document PRIVSHIFT.
74941              Subject: [PATCH] two small doc patches
74942              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74943              Date: Thu, 14 Nov 2002 15:07:35 -0800
74944              Message-ID: <3yC19gzkguTO092yn@efn.org>
74945      Branch: perl
74946            ! sv.h
74947 ____________________________________________________________________________
74948 [ 18150] By: rgs                                   on 2002/11/16  20:25:57
74949         Log: Subject: [PATCH] optional code for debugging leaking scalars
74950              From: Dave Mitchell <davem@fdgroup.com>
74951              Date: Thu, 14 Nov 2002 23:03:00 +0000
74952              Message-ID: <20021114230300.B18614@fdgroup.com>
74953      Branch: perl
74954            ! perl.c sv.c
74955 ____________________________________________________________________________
74956 [ 18149] By: rgs                                   on 2002/11/16  20:10:50
74957         Log: New B::Lint option, bare-subs, that checks for implicitely
74958              quoted barewords that are also subroutines, from
74959              Ian Phillipps <ip@tarragon-et.co.uk>.
74960              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
74961              With a few tweaks to the implementation and tests.
74962              (previous change was empty)
74963      Branch: perl
74964            ! ext/B/B/Lint.pm ext/B/t/lint.t
74965 ____________________________________________________________________________
74966 [ 18148] By: rgs                                   on 2002/11/16  20:05:34
74967         Log: New B::Lint option, bare-subs, that checks for implicitely
74968              quoted barewords that are also subroutines, from
74969              Ian Phillipps <ip@tarragon-et.co.uk>.
74970              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
74971              With a few tweaks to the implementation and tests.
74972      Branch: perl
74973            ! ext/B/B/Lint.pm ext/B/t/lint.t
74974 ____________________________________________________________________________
74975 [ 18147] By: rgs                                   on 2002/11/16  19:52:54
74976         Log: Subject: [PATCH] Typo in perl58delta
74977              From: andreas.koenig@anima.de (Andreas J. Koenig)
74978              Date: Sat, 16 Nov 2002 16:29:14 +0100
74979              Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
74980      Branch: perl
74981            ! pod/perl58delta.pod
74982 ____________________________________________________________________________
74983 [ 18142] By: rgs                                   on 2002/11/12  22:09:39
74984         Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
74985              From: Dave Mitchell <davem@fdgroup.com>
74986              Date: Thu, 7 Nov 2002 16:38:02 +0000
74987              Message-ID: <20021107163802.C25337@fdgroup.com>
74988      Branch: perl
74989            ! pad.h
74990 ____________________________________________________________________________
74991 [ 18141] By: merijn                                on 2002/11/12  16:15:30
74992         Log: repair 18139 (missing awk command)
74993      Branch: perl
74994            ! Configure
74995 ____________________________________________________________________________
74996 [ 18139] By: merijn                                on 2002/11/12  14:20:36
74997         Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
74998              From: Jarkko Hietaniemi <jhi@iki.fi>
74999              Subject: [PATCH] Tru64 osvers
75000              Message-ID: <20021112144922.GI511825@lyta.hut.fi>
75001      Branch: perl
75002            ! Configure
75003 ____________________________________________________________________________
75004 [ 18137] By: rgs                                   on 2002/11/10  21:57:04
75005         Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
75006              From: Slaven Rezic <slaven.rezic@berlin.de>
75007              Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
75008              Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
75009      Branch: perl
75010            ! lib/Term/ReadLine.pm
75011 ____________________________________________________________________________
75012 [ 18136] By: rgs                                   on 2002/11/10  21:38:44
75013         Log: Subject: t/run/runenv.t bug
75014              From: Salvador "Fandiño" <sfandino@yahoo.com>
75015              Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
75016              Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
75017      Branch: perl
75018            ! t/run/runenv.t
75019 ____________________________________________________________________________
75020 [ 18135] By: rgs                                   on 2002/11/10  21:30:36
75021         Log: Subject: [PATCH] perlopentut and PerlIO documentation
75022              From: Slaven Rezic <slaven.rezic@berlin.de>
75023              Date: 08 Nov 2002 22:22:19 +0100
75024              Message-ID: <8765v7kb90.fsf@vran.herceg.de>
75025      Branch: perl
75026            ! lib/PerlIO.pm pod/perlopentut.pod
75027 ____________________________________________________________________________
75028 [ 18125] By: hv                                    on 2002/11/07  14:01:57
75029         Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
75030              From: Dan Kogai <dankogai@dan.co.jp>
75031              Date: Fri, 25 Oct 2002 13:04:00 +0900
75032              Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
75033      Branch: perl
75034            + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
75035            + t/uni/tr_utf8.t
75036            ! MANIFEST
75037 ____________________________________________________________________________
75038 [ 18124] By: hv                                    on 2002/11/07  13:51:39
75039         Log: Subject: [PATCH] File::Temp documentation fix
75040              From: Slaven Rezic <slaven.rezic@berlin.de>
75041              Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
75042              Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
75043      Branch: perl
75044            ! lib/File/Temp.pm
75045 ____________________________________________________________________________
75046 [ 18123] By: hv                                    on 2002/11/07  13:46:59
75047         Log: Subject: PATCH x2p/find2perl.PL
75048              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
75049              Date: Thu, 24 Oct 2002 10:05:19 +0200
75050              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
75051      Branch: perl
75052            ! x2p/find2perl.PL
75053 ____________________________________________________________________________
75054 [ 18122] By: hv                                    on 2002/11/07  13:40:25
75055         Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
75056              From: "david@dhaller.de (via RT)" <perlbug@perl.org>
75057              Date: 23 Oct 2002 18:42:51 -0000
75058              Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
75059      Branch: perl
75060            ! ext/Fcntl/t/syslfs.t t/op/lfs.t
75061 ____________________________________________________________________________
75062 [ 18121] By: hv                                    on 2002/11/07  13:21:15
75063         Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
75064              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75065              Date: Sun, 03 Nov 2002 15:48:18 -0800
75066              Message-ID: <CXbx9gzkgS8W092yn@efn.org>
75067      Branch: perl
75068            ! sv.c t/op/tie.t
75069 ____________________________________________________________________________
75070 [ 18120] By: hv                                    on 2002/11/07  13:14:21
75071         Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
75072              From: Gurusamy Sarathy <gsar@ActiveState.com>
75073              Date: Sat, 19 Oct 2002 12:11:43 -0700
75074              Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
75075      Branch: perl
75076            ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
75077 ____________________________________________________________________________
75078 [ 18119] By: hv                                    on 2002/11/07  12:13:28
75079         Log: Subject: [perl #18154] Problem found in calculating offsets in regex
75080              From: Mark Pease (via RT) <perlbug@perl.org>
75081              Date: 29 Oct 2002 20:23:54 -0000
75082              Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
75083      Branch: perl
75084            ! regcomp.c
75085 ____________________________________________________________________________
75086 [ 18118] By: hv                                    on 2002/11/07  11:33:38
75087         Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
75088              From: hv@crypt.org
75089              Date: Sun, 03 Nov 2002 16:41:24 +0000
75090              Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
75091      Branch: perl
75092            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
75093            ! t/op/sub_lval.t
75094 ____________________________________________________________________________
75095 [ 18117] By: rgs                                   on 2002/11/06  22:15:36
75096         Log: "make distclean" should remove the generated file lib/Config.pod.
75097      Branch: perl
75098            ! Makefile.SH
75099 ____________________________________________________________________________
75100 [ 18116] By: rgs                                   on 2002/11/06  22:11:06
75101         Log: The new test introduced in #18114 failed with threads
75102      Branch: perl
75103            ! ext/B/t/concise.t
75104 ____________________________________________________________________________
75105 [ 18115] By: rgs                                   on 2002/11/06  20:43:14
75106         Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
75107              From: Slaven Rezic <slaven.rezic@berlin.de>
75108              Date: 24 Oct 2002 00:44:35 +0200
75109              Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
75110      Branch: perl
75111            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
75112            ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
75113 ____________________________________________________________________________
75114 [ 18114] By: rgs                                   on 2002/11/06  20:08:53
75115         Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
75116              From: Stephen McCamant <smcc@mit.edu>
75117              Date: Thu, 31 Oct 2002 01:35:29 -0500
75118              Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
75119
75120              plus a test case in ext/B/t/concise.t
75121              plus a (less intrusive, but less future-proof) fix for a
75122              similar problem in B::walkoptree_exec().
75123      Branch: perl
75124            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
75125 ____________________________________________________________________________
75126 [ 18113] By: rgs                                   on 2002/11/05  20:11:55
75127         Log: make regen_headers.
75128              Backport change #18078 to warnings.pl.
75129      Branch: perl
75130            ! global.sym perlapi.c perlapi.h proto.h warnings.pl
75131 ____________________________________________________________________________
75132 [ 18109] By: ams                                   on 2002/11/05  13:03:34
75133         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
75134              From: hv@crypt.org
75135              Date: Tue, 05 Nov 2002 13:30:00 +0000
75136              Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
75137
75138              This is half of the fix for #18107. The swash_init() problems
75139              described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
75140              but can now be seen only with UTF-8 test cases.
75141      Branch: perl
75142            ! pp.c
75143 ____________________________________________________________________________
75144 [ 18108] By: merijn                                on 2002/11/05  07:52:08
75145         Log: Put back the DO NOT EDIT headers in proto.h and global.sym
75146
75147              Subject: Re: [perl #18066] Bug in -I when path has double colons?
75148              From: Slaven Rezic <slaven.rezic@berlin.de>
75149              Date: 03 Nov 2002 10:25:10 +0100
75150              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
75151      Branch: perl
75152            ! embed.pl
75153 ____________________________________________________________________________
75154 [ 18107] By: ams                                   on 2002/11/05  03:43:46
75155         Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
75156              character is UTF-8. (Copied from pp_lcfirst.)
75157              2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
75158      Branch: perl
75159            ! dump.c pp.c
75160 ____________________________________________________________________________
75161 [ 18106] By: hv                                    on 2002/11/05  01:43:27
75162         Log: new test based on:
75163              Subject: [TEST] for [PATCH] bug in utf8.c(?)
75164              From: Marty Pauley <marty+p5p@kasei.com>
75165              Date: Fri, 18 Oct 2002 21:02:38 +0100
75166              Message-ID: <20021018200238.GY3764@soto.kasei.com>
75167      Branch: perl
75168            ! lib/utf8.t
75169 ____________________________________________________________________________
75170 [ 18105] By: hv                                    on 2002/11/05  00:59:30
75171         Log: Subject: Re: Class::Struct, simple patch, tests
75172              From: Marty Pauley <marty+p5p@kasei.com>
75173              Date: Fri, 18 Oct 2002 22:26:38 +0100
75174              Message-ID: <20021018212638.GB3764@soto.kasei.com>
75175      Branch: perl
75176            ! lib/Class/Struct.pm lib/Class/Struct.t
75177 ____________________________________________________________________________
75178 [ 18102] By: rgs                                   on 2002/11/04  21:43:53
75179         Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
75180              From: Slaven Rezic <slaven.rezic@berlin.de>
75181              Date: 30 Oct 2002 11:18:47 +0100
75182              Message-ID: <87of9c2prs.fsf@vran.herceg.de>
75183
75184              With the corresponding change to embed.fnc
75185      Branch: perl
75186            + t/run/switchI.t
75187            ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
75188            ! proto.h t/run/runenv.t
75189 ____________________________________________________________________________
75190 [ 18094] By: merijn                                on 2002/11/04  16:08:22
75191         Log: Changed the warning detection pattern because of:
75192
75193              Subject: ccache gcc3.2 doesn't work
75194              From: Nicholas Clark <nick@ccl4.org>
75195              Date: Tue, 29 Oct 2002 15:01:39
75196              Message-ID: <20021029150139.J82080@plum.flirble.org>
75197      Branch: perl
75198            ! Configure
75199 ____________________________________________________________________________
75200 [ 18093] By: jhi                                   on 2002/11/04  16:06:39
75201         Log: s/Perlf/Perl/ (thanks rgs)
75202      Branch: perl
75203            ! pod/perldiag.pod
75204 ____________________________________________________________________________
75205 [ 18091] By: jhi                                   on 2002/11/04  15:50:07
75206         Log: How pre-5.9.0 Perl can be fooled by a defined-or.
75207      Branch: perl
75208            ! pod/perldiag.pod
75209 ____________________________________________________________________________
75210 [ 18090] By: hv                                    on 2002/11/04  15:49:29
75211         Log: extend #13786 to cover the other four identical chunks of code
75212              to avoid looping under overload.
75213      Branch: perl
75214            ! sv.c
75215 ____________________________________________________________________________
75216 [ 18088] By: merijn                                on 2002/11/04  15:37:06
75217         Log: Charnames take 4
75218              Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
75219      Branch: perl
75220            ! lib/charnames.pm lib/charnames.t
75221 ____________________________________________________________________________
75222 [ 18086] By: hv                                    on 2002/11/04  15:16:34
75223         Log: integrate from perlio: changes #17709, #17795, #17796, #18032
75224      Branch: perl
75225           !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
75226           !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
75227 ____________________________________________________________________________
75228 [ 18085] By: hv                                    on 2002/11/04  12:17:12
75229         Log: Subject: Re: [perl #17064] illegal legal unicode character
75230              From: hv@crypt.org
75231              Date: Mon, 04 Nov 2002 13:23:49 +0000
75232              Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
75233      Branch: perl
75234            ! regexec.c t/op/split.t
75235 ____________________________________________________________________________
75236 [ 18084] By: merijn                                on 2002/11/04  11:04:45
75237         Log: Tru64, gcc -O3, datasize
75238              Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
75239      Branch: perl
75240            ! README.tru64 hints/dec_osf.sh
75241 ____________________________________________________________________________
75242 [ 18083] By: merijn                                on 2002/11/04  10:58:52
75243         Log: Typo configpm
75244              Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
75245      Branch: perl
75246            ! configpm
75247 ____________________________________________________________________________
75248 [ 18078] By: hv                                    on 2002/11/03  13:20:50
75249         Log: avoid reliance on croak() prototype
75250      Branch: perl
75251            ! lib/warnings.pm
75252 ____________________________________________________________________________
75253 [ 18077] By: hv                                    on 2002/11/03  13:18:17
75254         Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
75255              (with tweaks)
75256              From: Michael G Schwern <schwern@pobox.com>
75257              Date: Wed, 4 Sep 2002 12:06:08 -0700
75258              Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
75259      Branch: perl
75260            ! configpm lib/Config.t
75261 ____________________________________________________________________________
75262 [ 18076] By: gbarr                                 on 2002/11/03  10:11:18
75263         Log: Update to Scalar-List-Utils 1.08
75264      Branch: perl
75265            + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
75266            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
75267            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
75268            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
75269            ! ext/List/Util/t/reduce.t
75270 ____________________________________________________________________________
75271 [ 18075] By: rgs                                   on 2002/10/31  20:58:12
75272         Log: Adjust the number of tests in t/op/range.t
75273      Branch: perl
75274            ! t/op/range.t
75275 ____________________________________________________________________________
75276 [ 18074] By: ams                                   on 2002/10/30  22:30:32
75277         Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
75278              but "-4\n".."-0\n" is!
75279              From: Slaven Rezic <slaven.rezic@berlin.de>
75280              Date: 30 Oct 2002 16:22:36 +0100
75281              Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
75282
75283              Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
75284              is not DWIM but "-4\n".."-0\n" is!
75285              From: "Orton, Yves" <yves.orton@mciworldcom.de>
75286              Date: Wed, 30 Oct 2002 11:59:31 -0000
75287              Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
75288
75289              (Applied over previous fix.)
75290      Branch: perl
75291            ! pp_ctl.c t/op/range.t
75292 ____________________________________________________________________________
75293 [ 18073] By: ams                                   on 2002/10/30  19:47:12
75294         Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
75295              From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
75296              Date: 30 Oct 2002 17:27:53 -0000
75297              Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
75298
75299              (Fixed by making an exception for .."0" in pp_flop.)
75300      Branch: perl
75301            ! pp_ctl.c t/op/range.t
75302 ____________________________________________________________________________
75303 [ 18072] By: rgs                                   on 2002/10/29  20:37:31
75304         Log: Partial fix of bug [perl #17589] : prevent the parser to
75305              segfault when encountering the erroneous construct "sub;".
75306      Branch: perl
75307            ! pod/perldiag.pod t/op/anonsub.t toke.c
75308 ____________________________________________________________________________
75309 [ 18071] By: rgs                                   on 2002/10/28  21:57:25
75310         Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
75311              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
75312              Date: Mon, 28 Oct 2002 12:53:52 -0000
75313              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
75314      Branch: perl
75315            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
75316 ____________________________________________________________________________
75317 [ 18070] By: rgs                                   on 2002/10/28  20:46:33
75318         Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
75319              From: Nicholas Clark <nick@unfortu.net>
75320              Date: Sun, 27 Oct 2002 18:39:03 +0000
75321              Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
75322      Branch: perl
75323            ! util.c
75324 ____________________________________________________________________________
75325 [ 18069] By: rgs                                   on 2002/10/28  20:44:12
75326         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
75327              From: Nicholas Clark <nick@unfortu.net>
75328              Date: Sun, 27 Oct 2002 22:31:08 +0000
75329              Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
75330      Branch: perl
75331            ! t/op/pack.t
75332 ____________________________________________________________________________
75333 [ 18068] By: merijn                                on 2002/10/27  17:57:15
75334         Log: Repair broken previous patch. I don't like it, but not repairing it
75335              breaks each and every build. Will teach me to test on the same
75336              machine where I patched it. Sorry.
75337      Branch: perl
75338            ! embed.pl
75339 ____________________________________________________________________________
75340 [ 18067] By: merijn                                on 2002/10/27  06:02:21
75341         Log: embed.pl doc. (embed.pl reorganization for doc headers)
75342              Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
75343              With some additional modifications
75344      Branch: perl
75345            ! embed.pl
75346 ____________________________________________________________________________
75347 [ 18064] By: merijn                                on 2002/10/25  11:47:07
75348         Log: The 5005thread todo list; 2 down 25 to go
75349      Branch: perl
75350            ! README.irix README.tru64
75351 ____________________________________________________________________________
75352 [ 18063] By: hv                                    on 2002/10/25  00:28:48
75353         Log: change #18038 gives too many problems on t/450_service.t; disable
75354              it for now
75355      Branch: perl
75356            ! lib/Net/Ping/t/450_service.t
75357 ____________________________________________________________________________
75358 [ 18062] By: hv                                    on 2002/10/25  00:21:17
75359         Log: Subject: [PATCH] DB_File 1.806
75360              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
75361              Date: Tue, 22 Oct 2002 11:16:21 +0100
75362              Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
75363      Branch: perl
75364            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
75365            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
75366            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
75367 ____________________________________________________________________________
75368 [ 18061] By: hv                                    on 2002/10/25  00:13:07
75369         Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
75370              From: chromatic <chromatic@wgz.org>
75371              Date: Mon, 21 Oct 2002 20:27:43 -0700
75372              Message-ID: <20021022033253.57952.qmail@onion.perl.org>
75373      Branch: perl
75374            + ext/IO/lib/IO/t/IO.t
75375            ! MANIFEST lib/Net/Ping/t/450_service.t
75376 ____________________________________________________________________________
75377 [ 18060] By: hv                                    on 2002/10/24  23:54:50
75378         Log: 2 lines of change #18039 had several problems
75379      Branch: perl
75380            ! ext/IO/IO.pm
75381 ____________________________________________________________________________
75382 [ 18059] By: hv                                    on 2002/10/24  23:46:29
75383         Log: Subject: [perl #18036] perldoc refuses to run on BeOS
75384              From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
75385              Date: 21 Oct 2002 10:18:50 -0000
75386              Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
75387      Branch: perl
75388            ! utils/perldoc.PL
75389 ____________________________________________________________________________
75390 [ 18058] By: hv                                    on 2002/10/24  23:36:48
75391         Log: Subject: The Inaba patch for tr/// vs. use encoding
75392              From: Dan Kogai <dankogai@dan.co.jp>
75393              Date: Mon, 21 Oct 2002 17:36:02 +0900
75394              Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
75395      Branch: perl
75396            ! mg.c regcomp.c sv.c toke.c
75397 ____________________________________________________________________________
75398 [ 18057] By: hv                                    on 2002/10/24  23:16:15
75399         Log: Subject: [Encode] 1.80 released
75400              From: Dan Kogai <dankogai@dan.co.jp>
75401              Date: Tue, 22 Oct 2002 05:47:16 +0900
75402              Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
75403      Branch: perl
75404            + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
75405            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
75406            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
75407            ! ext/Encode/lib/Encode/MIME/Header.pm
75408            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
75409            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
75410            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
75411            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
75412 ____________________________________________________________________________
75413 [ 18056] By: hv                                    on 2002/10/24  22:48:06
75414         Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
75415              From: Autrijus Tang <autrijus@autrijus.org>
75416              Date: Sat, 19 Oct 2002 17:51:57 +0800
75417              Message-ID: <20021019095157.GA430@not.autrijus.org>
75418      Branch: perl
75419            ! ext/B/B/C.pm
75420 ____________________________________________________________________________
75421 [ 18055] By: hv                                    on 2002/10/24  22:34:10
75422         Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
75423      Branch: perl
75424            ! pp_sys.c t/run/fresh_perl.t
75425 ____________________________________________________________________________
75426 [ 18054] By: hv                                    on 2002/10/24  22:17:40
75427         Log: change #18030 needs the removal of ext/Thread/thr5005.t
75428      Branch: perl
75429            - ext/Thread/thr5005.t
75430 ____________________________________________________________________________
75431 [ 18053] By: merijn                                on 2002/10/24  08:20:09
75432         Log: charnames pragma extended with :alias for customized
75433              unicode naming aliases
75434              Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
75435      Branch: perl
75436            ! lib/charnames.pm lib/charnames.t
75437 ____________________________________________________________________________
75438 [ 18052] By: rgs                                   on 2002/10/23  19:16:50
75439         Log: Further tweaks to perlmodlib.pod.
75440              Add a note about perllocal.pod, which wasn't documented.
75441      Branch: perl
75442            ! pod/perlmodlib.PL pod/perlmodlib.pod
75443 ____________________________________________________________________________
75444 [ 18051] By: rgs                                   on 2002/10/23  18:56:08
75445         Log: Further tweaks to perluniintro.pod
75446      Branch: perl
75447            ! pod/perluniintro.pod
75448 ____________________________________________________________________________
75449 [ 18050] By: rgs                                   on 2002/10/22  19:11:12
75450         Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
75451              Regenerate perlmodlib.pod
75452      Branch: perl
75453            ! pod/perlmodlib.PL pod/perlmodlib.pod
75454 ____________________________________________________________________________
75455 [ 18049] By: rgs                                   on 2002/10/22  18:48:00
75456         Log: Subject: [PATCH] perluniintro
75457              From: Jarkko Hietaniemi <jhi@iki.fi>
75458              Date: Sun, 20 Oct 2002 15:48:09 +0300
75459              Message-ID: <20021020124809.GE444369@lyta.hut.fi>
75460      Branch: perl
75461            ! pod/perluniintro.pod
75462 ____________________________________________________________________________
75463 [ 18048] By: hv                                    on 2002/10/22  17:04:26
75464         Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
75465              From: Dave Mitchell <davem@fdgroup.com>
75466              Date: Fri, 18 Oct 2002 13:36:40 +0100
75467              Message-ID: <20021018133640.A19172@fdgroup.com>
75468      Branch: perl
75469            ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
75470            ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
75471            ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
75472 ____________________________________________________________________________
75473 [ 18047] By: hv                                    on 2002/10/22  16:20:18
75474         Log: Subject: [PATCH] AutoLoader gives wrong message
75475              From: Peter Scott <peter@psdt.com>
75476              Date: Thu, 17 Oct 2002 19:54:56 -0700
75477              Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
75478      Branch: perl
75479            ! lib/AutoLoader.pm
75480 ____________________________________________________________________________
75481 [ 18046] By: hv                                    on 2002/10/22  15:52:40
75482         Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
75483              From: Alain Barbet <alian@alianwebserver.com>
75484              Date: Fri, 18 Oct 2002 15:29:29 +0200
75485              Message-ID: <3DB00CB9.70708@alianwebserver.com>
75486      Branch: perl
75487            ! README.win32 win32/makefile.mk win32/win32.c
75488 ____________________________________________________________________________
75489 [ 18045] By: hv                                    on 2002/10/22  15:47:21
75490         Log: improve 'atomicity' wording
75491      Branch: perl
75492            ! lib/filetest.pm
75493 ____________________________________________________________________________
75494 [ 18044] By: hv                                    on 2002/10/22  15:43:55
75495         Log: Subject: [PATCH] Shell.pm object methods broken
75496              From: Dan Brook <dbrook@easyspace.com>
75497              Date: Thu, 17 Oct 2002 16:05:04 +0100
75498              Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
75499      Branch: perl
75500            ! lib/Shell.pm lib/Shell.t
75501 ____________________________________________________________________________
75502 [ 18042] By: hv                                    on 2002/10/21  09:20:54
75503         Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
75504              From: hv@crypt.org
75505              Date: Mon, 21 Oct 2002 11:27:40 +0100
75506              Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
75507      Branch: perl
75508            ! t/lib/warnings/toke toke.c
75509 ____________________________________________________________________________
75510 [ 18041] By: hv                                    on 2002/10/21  01:14:48
75511         Log: Subject: Re: [perl #18019] regex overoptimization
75512              From: hv@crypt.org
75513              Date: Mon, 21 Oct 2002 03:21:54 +0100
75514              Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
75515      Branch: perl
75516            ! regcomp.c t/op/re_tests
75517 ____________________________________________________________________________
75518 [ 18039] By: hv                                    on 2002/10/20  14:33:16
75519         Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
75520              From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
75521              Date: Tue, 15 Oct 2002 02:17:03 +0200
75522              Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
75523      Branch: perl
75524            ! ext/IO/IO.pm
75525 ____________________________________________________________________________
75526 [ 18038] By: hv                                    on 2002/10/20  14:23:06
75527         Log: Update to Net::Ping v2.23
75528      Branch: perl
75529            + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
75530            + lib/Net/Ping/t/450_service.t
75531            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
75532            ! lib/Net/Ping/t/200_ping_tcp.t
75533 ____________________________________________________________________________
75534 [ 18037] By: hv                                    on 2002/10/20  13:57:06
75535         Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
75536              From: Jarkko Hietaniemi <jhi@iki.fi>
75537              Date: Mon, 14 Oct 2002 14:49:54 +0300
75538              Message-ID: <20021014114954.GB80937@lyta.hut.fi>
75539      Branch: perl
75540            ! t/op/pack.t
75541 ____________________________________________________________________________
75542 [ 18036] By: hv                                    on 2002/10/20  13:43:56
75543         Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
75544              From: Slaven Rezic <slaven.rezic@berlin.de>
75545              Date: 14 Oct 2002 09:37:18 +0200
75546              Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
75547      Branch: perl
75548            ! pp_sys.c t/op/mkdir.t
75549 ____________________________________________________________________________
75550 [ 18035] By: hv                                    on 2002/10/20  13:39:09
75551         Log: Subject: Re: [perl #17951] Strange UTF error
75552              From: Jarkko Hietaniemi <jhi@iki.fi>
75553              Date: Wed, 16 Oct 2002 18:50:51 +0300
75554              Message-ID: <20021016155051.GB268437@lyta.hut.fi>
75555      Branch: perl
75556            ! lib/utf8_heavy.pl t/run/fresh_perl.t
75557 ____________________________________________________________________________
75558 [ 18034] By: hv                                    on 2002/10/20  13:23:16
75559         Log: Update to Time::HiRes v1.38
75560      Branch: perl
75561            + ext/Time/HiRes/typemap
75562            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
75563            ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
75564            ! ext/Time/HiRes/Makefile.PL
75565 ____________________________________________________________________________
75566 [ 18033] By: hv                                    on 2002/10/20  13:12:25
75567         Log: Upgrade to Test.pm v1.23
75568      Branch: perl
75569            ! lib/Test.pm
75570 ____________________________________________________________________________
75571 [ 18030] By: merijn                                on 2002/10/19  14:10:21
75572         Log: Happy chainsaw stories; The removal of the 5005 threads
75573              Still imcomplete. Configure will follow
75574      Branch: perl
75575            ! MANIFEST NetWare/Makefile NetWare/config.wc
75576            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
75577            ! Porting/Glossary Porting/config.sh Porting/config_H
75578            ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
75579            ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
75580            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
75581            ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
75582            ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
75583            ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
75584            ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
75585            ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
75586            ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
75587            ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile
75588            ! win32/config.bc win32/config.gc win32/config.vc
75589            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
75590            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
75591            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
75592            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
75593            ! wince/Makefile.ce wince/config.ce wince/config_H.ce
75594            ! wince/config_sh.PL wince/win32.h wince/win32thread.c
75595            ! wince/win32thread.h wince/wincesck.c
75596 ____________________________________________________________________________
75597 [ 18029] By: merijn                                on 2002/10/18  07:28:21
75598         Log: minor tweaks in Porting/pumpkin.pod
75599              Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
75600      Branch: perl
75601            ! Porting/pumpkin.pod
75602 ____________________________________________________________________________
75603 [ 18028] By: rgs                                   on 2002/10/17  20:33:32
75604         Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
75605              From: Abe Timmerman <abe@ztreet.demon.nl>
75606              Date: Thu, 17 Oct 2002 23:38:34 +0200
75607              Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
75608      Branch: perl
75609            ! t/run/switches.t
75610 ____________________________________________________________________________
75611 [ 18027] By: hv                                    on 2002/10/17  14:39:27
75612         Log: Subject: Re: versions too accurate
75613              From: John Peacock <jpeacock@rowman.com>
75614              Date: Mon, 14 Oct 2002 22:36:48 -0400
75615              Message-ID: <3DAB7F40.1050200@rowman.com>
75616      Branch: perl
75617            ! lib/version.pm util.c
75618 ____________________________________________________________________________
75619 [ 18026] By: hv                                    on 2002/10/17  14:29:41
75620         Log: Subject: Re: [PATCH] Version object combined patch
75621              From: John Peacock <jpeacock@rowman.com>
75622              Date: Thu, 10 Oct 2002 21:23:01 -0400
75623              Message-ID: <3DA627F5.5050907@rowman.com>
75624      Branch: perl
75625            ! lib/version.pm lib/version.t pod/perldiag.pod util.c
75626 ____________________________________________________________________________
75627 [ 18025] By: hv                                    on 2002/10/17  13:37:04
75628         Log: definition of MAXPATHLEN
75629              Subject: [PATCH] standard lawyerism
75630              From: Jarkko Hietaniemi <jhi@iki.fi>
75631              Date: Fri, 11 Oct 2002 02:48:26 +0300
75632              Message-ID: <20021010234825.GM292305@lyta.hut.fi>
75633      Branch: perl
75634            ! perl.h
75635 ____________________________________________________________________________
75636 [ 18024] By: hv                                    on 2002/10/17  13:34:01
75637         Log: Subject: Re: [perl #17061] no strict 'garbage'
75638              From: Slaven Rezic <slaven.rezic@berlin.de>
75639              Date: 10 Oct 2002 16:23:22 +0200
75640              Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
75641      Branch: perl
75642            ! ext/Storable/Storable.pm
75643 ____________________________________________________________________________
75644 [ 18023] By: hv                                    on 2002/10/17  12:56:28
75645         Log: Subject: Re: [perl #17830] open FH, "<&", $fd
75646              From: Steve Grazzini <grazz@nyc.rr.com>
75647              Date: 11 Oct 2002 22:28:58 -0000
75648              Message-ID: <20021011222858.452.qmail@onion.perl.org>
75649      Branch: perl
75650            ! doio.c t/io/open.t
75651 ____________________________________________________________________________
75652 [ 18022] By: hv                                    on 2002/10/17  12:24:42
75653         Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
75654              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75655              Date: Tue, 15 Oct 2002 17:01:43 -0700
75656              Message-ID: <nxKr9gzkgmBO092yn@efn.org>
75657      Branch: perl
75658            ! t/op/assignwarn.t
75659 ____________________________________________________________________________
75660 [ 18021] By: hv                                    on 2002/10/17  11:28:38
75661         Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
75662              From: Slaven Rezic <slaven.rezic@berlin.de>
75663              Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
75664              Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
75665      Branch: perl
75666            ! Porting/pumpkin.pod
75667 ____________________________________________________________________________
75668 [ 18020] By: rgs                                   on 2002/10/16  18:43:21
75669         Log: prototype() didn't warn when used in void context.
75670      Branch: perl
75671            ! op.c t/lib/warnings/op
75672 ____________________________________________________________________________
75673 [ 18019] By: ams                                   on 2002/10/15  20:54:53
75674         Log: Subject: Japanese translation of Storable
75675              From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
75676              Date: Tue, 15 Oct 2002 06:31:01 +0900
75677              Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
75678      Branch: perl
75679            ! ext/Storable/README
75680 ____________________________________________________________________________
75681 [ 18018] By: rgs                                   on 2002/10/15  19:08:20
75682         Log: Subject: Re: [PATCH] cv.h: Comment update
75683              From: Paul Johnson <paul@pjcj.net>
75684              Date: Mon, 14 Oct 2002 20:00:50 +0200
75685              Message-ID: <20021014180050.GC7333@pjcj.net>
75686      Branch: perl
75687            ! cv.h
75688 ____________________________________________________________________________
75689 [ 18017] By: rgs                                   on 2002/10/14  20:37:06
75690         Log: Subject: [PATCH] perlipc.pod
75691              From: Slaven Rezic <slaven.rezic@berlin.de>
75692              Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
75693              Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
75694      Branch: perl
75695            ! pod/perlipc.pod
75696 ____________________________________________________________________________
75697 [ 18016] By: rgs                                   on 2002/10/14  20:30:03
75698         Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
75699              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
75700              Date: Sun, 13 Oct 2002 09:02:36 +0900
75701              Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
75702      Branch: perl
75703            ! pod/perlunicode.pod
75704 ____________________________________________________________________________
75705 [ 18015] By: rgs                                   on 2002/10/12  20:22:37
75706         Log: The -0 command-line switch wasn't setting $/ at compile-time.
75707              Move the initialization of $/ just after switch parsing
75708              (it was done after yyparse().)
75709      Branch: perl
75710            ! perl.c t/run/switches.t
75711 ____________________________________________________________________________
75712 [ 18014] By: rgs                                   on 2002/10/12  20:18:55
75713         Log: Subject: Re: [PATCH] perl573delta delinting
75714              From: Philip Newton <Philip.Newton@gmx.net>
75715              Date: Sat, 12 Oct 2002 21:25:49 +0200
75716              Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
75717      Branch: perl
75718            ! pod/perl573delta.pod
75719 ____________________________________________________________________________
75720 [ 18013] By: hv                                    on 2002/10/12  15:41:50
75721         Log: Subject: [PATCH] for -Dm
75722              From: Slaven Rezic <slaven.rezic@berlin.de>
75723              Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
75724              Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
75725      Branch: perl
75726            ! malloc.c
75727 ____________________________________________________________________________
75728 [ 18012] By: hv                                    on 2002/10/12  15:39:49
75729         Log: #18005 was not enough
75730              Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
75731              From: Abe Timmerman <abeltje@cpan.org>
75732              Date: Sat, 12 Oct 2002 17:56:39 +0200
75733              Message-Id: <200210121756.39803.abeltje@cpan.org>
75734      Branch: perl
75735            ! win32/makefile.mk
75736 ____________________________________________________________________________
75737 [ 18011] By: hv                                    on 2002/10/12  15:36:43
75738         Log: Subject: [perl #17805] BUG: Grammar bug during Configure
75739              From: Richard Hitt (via RT) <perlbug@perl.org>
75740              Date: 8 Oct 2002 21:04:30 -0000
75741              Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
75742      Branch: perl
75743            ! Configure
75744 ____________________________________________________________________________
75745 [ 18010] By: hv                                    on 2002/10/12  15:31:06
75746         Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
75747              From: Nicholas Clark <nick@unfortu.net>
75748              Date: Tue, 8 Oct 2002 21:52:53 +0100
75749              Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
75750      Branch: perl
75751            ! pod/perldiag.pod pp_pack.c t/op/pack.t
75752 ____________________________________________________________________________
75753 [ 18009] By: hv                                    on 2002/10/12  15:12:18
75754         Log: Subject: [PATCH perldoc] For screaming hell's sake
75755              From: Simon Cozens <simon@netthink.co.uk>
75756              Date: Tue, 8 Oct 2002 11:13:07 +0100
75757              Message-ID: <20021008101307.GA8175@netthink.co.uk>
75758      Branch: perl
75759            ! utils/perldoc.PL
75760 ____________________________________________________________________________
75761 [ 18008] By: hv                                    on 2002/10/12  14:38:19
75762         Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
75763              From: Nicholas Clark <nick@unfortu.net>
75764              Date: Mon, 7 Oct 2002 23:35:34 +0100
75765              Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
75766      Branch: perl
75767            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
75768            ! ext/Storable/README ext/Storable/Storable.pm
75769            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
75770            ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
75771            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
75772 ____________________________________________________________________________
75773 [ 18007] By: hv                                    on 2002/10/12  14:22:36
75774         Log: Subject: [perl #17773] errors in c2ph(1) man page
75775              From: Eric Melville (via RT) <perlbug@perl.org>
75776              Date: 7 Oct 2002 02:58:34 -0000
75777              Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
75778      Branch: perl
75779            ! utils/c2ph.PL
75780 ____________________________________________________________________________
75781 [ 18006] By: hv                                    on 2002/10/12  14:19:55
75782         Log: Subject: [PATCH pad.c] Re: closure failures
75783              From: Dave Mitchell <davem@fdgroup.com>
75784              Date: Mon, 7 Oct 2002 02:42:13 +0100
75785              Message-ID: <20021007024213.B29760@fdgroup.com>
75786      Branch: perl
75787            ! pad.c
75788 ____________________________________________________________________________
75789 [ 18005] By: hv                                    on 2002/10/12  14:17:07
75790         Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
75791              From: Abe Timmerman <abeltje@cpan.org>
75792              Date: Tue, 8 Oct 2002 14:16:56 +0200
75793              Message-Id: <200210081416.56942.abeltje@cpan.org>
75794      Branch: perl
75795            ! win32/Makefile
75796 ____________________________________________________________________________
75797 [ 18004] By: hv                                    on 2002/10/12  14:06:59
75798         Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
75799      Branch: perl
75800            ! hints/darwin.sh
75801 ____________________________________________________________________________
75802 [ 18003] By: hv                                    on 2002/10/12  13:48:34
75803         Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
75804              and #18001.
75805      Branch: perl
75806            ! ext/Devel/Peek/Peek.t
75807 ____________________________________________________________________________
75808 [ 18002] By: hv                                    on 2002/10/11  23:22:56
75809         Log: Subject: [Encode] 1.77 Released
75810              From: Dan Kogai <dankogai@dan.co.jp>
75811              Date: Sun, 6 Oct 2002 12:52:52 +0900
75812              Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
75813      Branch: perl
75814            ! ext/Encode/Changes ext/Encode/Encode.pm
75815            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
75816            ! ext/Encode/lib/Encode/Alias.pm
75817            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
75818            ! ext/Encode/ucm/big5-eten.ucm
75819 ____________________________________________________________________________
75820 [ 18001] By: hv                                    on 2002/10/11  22:52:43
75821         Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
75822              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75823              Date: Thu, 10 Oct 2002 14:28:55 -0700
75824              Message-ID: <XEfp9gzkgquV092yn@efn.org>
75825      Branch: perl
75826            ! ext/Devel/Peek/Peek.t
75827 ____________________________________________________________________________
75828 [ 18000] By: hv                                    on 2002/10/11  22:30:36
75829         Log: Subject: [PATCH] perl573delta delinting
75830              From: Jarkko Hietaniemi <jhi@iki.fi>
75831              Date: Fri, 4 Oct 2002 16:19:31 +0300
75832              Message-ID: <20021004131931.GE278184@lyta.hut.fi>
75833      Branch: perl
75834            ! pod/perl573delta.pod
75835 ____________________________________________________________________________
75836 [ 17999] By: hv                                    on 2002/10/11  22:28:36
75837         Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
75838              From: Jarkko Hietaniemi <jhi@iki.fi>
75839              Date: Fri, 4 Oct 2002 16:11:57 +0300
75840              Message-ID: <20021004131157.GD278184@lyta.hut.fi>
75841      Branch: perl
75842            ! pod/perldiag.pod reentr.c reentr.pl
75843 ____________________________________________________________________________
75844 [ 17998] By: rgs                                   on 2002/10/11  19:53:05
75845         Log: Fix bug #17771 : segfault with the 'for' statement modifier
75846              used inside a map or a grep.
75847      Branch: perl
75848            ! pp_ctl.c t/op/grep.t
75849 ____________________________________________________________________________
75850 [ 17997] By: hv                                    on 2002/10/11  12:10:39
75851         Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
75852              From: Information Service <info@lingo.kiev.ua>
75853              Date: Wed, 09 Oct 2002 07:17:00 +0400
75854              Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
75855      Branch: perl
75856            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
75857 ____________________________________________________________________________
75858 [ 17996] By: hv                                    on 2002/10/11  11:55:53
75859         Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
75860              From: chromatic <chromatic@wgz.org>
75861              Date: Thu, 03 Oct 2002 22:56:54 -0700
75862              Message-ID: <20021004060120.33329.qmail@onion.perl.org>
75863      Branch: perl
75864            ! lib/AutoLoader.pm lib/AutoLoader.t
75865 ____________________________________________________________________________
75866 [ 17995] By: ams                                   on 2002/10/11  05:24:20
75867         Log: Subject: [perl #17819] Typo in perltooc?
75868              From: Bob Wilkinson (via RT) <perlbug@perl.org>
75869              Date: 9 Oct 2002 09:50:40 -0000
75870              Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
75871
75872              Subject: [perl #17821] Typo in perltooc
75873              From: Bob Wilkinson (via RT) <perlbug@perl.org>
75874              Date: 9 Oct 2002 10:12:51 -0000
75875              Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
75876      Branch: perl
75877            ! pod/perltooc.pod
75878 ____________________________________________________________________________
75879 [ 17994] By: rgs                                   on 2002/10/10  20:19:27
75880         Log: Fix bug #17776 : memory corruption in qr/##/x
75881      Branch: perl
75882            ! sv.c t/op/pat.t
75883 ____________________________________________________________________________
75884 [ 17993] By: rgs                                   on 2002/10/10  19:52:00
75885         Log: croak() is better written Perl_croak() in C code.
75886      Branch: perl
75887            ! util.c
75888 ____________________________________________________________________________
75889 [ 17992] By: hv                                    on 2002/10/10  11:29:12
75890         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
75891              From: andreas.koenig@anima.de (Andreas J. Koenig)
75892              Date: Fri, 04 Oct 2002 06:38:57 +0200
75893              Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
75894      Branch: perl
75895            ! lib/Hash/Util.pm
75896 ____________________________________________________________________________
75897 [ 17991] By: hv                                    on 2002/10/10  11:20:41
75898         Log: new files lib/version.pm and lib/version.t for change #17990.
75899      Branch: perl
75900            + lib/version.pm lib/version.t
75901 ____________________________________________________________________________
75902 [ 17990] By: hv                                    on 2002/10/10  11:19:57
75903         Log: Subject: [PATCH] Version object combined patch
75904              From: John Peacock <jpeacock@rowman.com>
75905              Date: Fri, 04 Oct 2002 23:15:10 -0400
75906              Message-ID: <3D9E593E.1060605@rowman.com>
75907      Branch: perl
75908            ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
75909            ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
75910 ____________________________________________________________________________
75911 [ 17989] By: hv                                    on 2002/10/10  10:48:42
75912         Log: Subject: PATCH: lib/ExtUtils/typemap
75913              From: Brian Ingerson <ingy@ttul.org>
75914              Date: Sat, 28 Sep 2002 13:03:24 -0700
75915              Message-ID: <20020928130324.A16900@ttul.org>
75916      Branch: perl
75917            ! lib/ExtUtils/typemap
75918 ____________________________________________________________________________
75919 [ 17988] By: hv                                    on 2002/10/10  10:45:19
75920         Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
75921              From: Nicholas Clark <nick@unfortu.net>
75922              Date: Sat, 28 Sep 2002 18:52:00 +0100
75923              Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
75924      Branch: perl
75925            ! lib/Exporter.t lib/Exporter/Heavy.pm
75926 ____________________________________________________________________________
75927 [ 17987] By: hv                                    on 2002/10/10  10:27:40
75928         Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
75929              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
75930              Date: Mon, 9 Sep 2002 17:36:55 -0400
75931              Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
75932      Branch: perl
75933            ! pod/perlfunc.pod
75934 ____________________________________________________________________________
75935 [ 17986] By: hv                                    on 2002/10/10  09:51:24
75936         Log: Remove use of caller() in strict.pm, and tighten Safe compartment
75937              for Storable tests to match.
75938      Branch: perl
75939            ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
75940 ____________________________________________________________________________
75941 [ 17985] By: hv                                    on 2002/10/10  09:27:00
75942         Log: Subject: Re: README.cygwin draft update
75943              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75944              Date: Mon, 07 Oct 2002 17:15:09 -0700
75945              Message-ID: <NOio9gzkg6oR092yn@efn.org>
75946      Branch: perl
75947            ! README.cygwin pod/perl58delta.pod
75948 ____________________________________________________________________________
75949 [ 17984] By: rgs                                   on 2002/10/09  19:17:08
75950         Log: Fix bug #17823 : non-modifying tr/// stringifies references
75951      Branch: perl
75952            ! doop.c t/op/tr.t
75953 ____________________________________________________________________________
75954 [ 17983] By: merijn                                on 2002/10/09  12:22:26
75955         Log: Tru64 and gcc and threads
75956              Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
75957      Branch: perl
75958            ! thread.h
75959 ____________________________________________________________________________
75960 [ 17982] By: merijn                                on 2002/10/09  10:34:40
75961         Log: Correct mailing list archive URL
75962              Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
75963      Branch: perl
75964            ! Porting/pumpkin.pod
75965 ____________________________________________________________________________
75966 [ 17981] By: merijn                                on 2002/10/09  04:49:06
75967         Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
75968              Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
75969      Branch: perl
75970            ! Porting/pumpkin.pod
75971 ____________________________________________________________________________
75972 [ 17980] By: sky                                   on 2002/10/06  15:40:56
75973         Log: Upgrade Safe.pm to 2.09 after CPAN backport.
75974              Fix testcases to run properly outside perl core build enviroment.
75975      Branch: perl
75976            ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
75977            ! ext/Safe/safe3.t
75978 ____________________________________________________________________________
75979 [ 17979] By: sky                                   on 2002/10/06  07:03:19
75980         Log: Subject: [PATCH] fix typo in Tie::Array
75981              From: "Jos I. Boumans" <kane@cpan.org>
75982              Date: sat okt 5, 2002  20:39:17 Europe/Stockholm
75983              Message-Id: <20021005183920.14746.qmail@onion.perl.org>
75984      Branch: perl
75985            ! lib/Tie/Array.pm
75986 ____________________________________________________________________________
75987 [ 17978] By: sky                                   on 2002/10/05  04:44:10
75988         Log: Upgrade to Attribute::Handlers 0.78
75989      Branch: perl
75990            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
75991            ! lib/Attribute/Handlers/README
75992 ____________________________________________________________________________
75993 [ 17977] By: rgs                                   on 2002/10/04  20:01:54
75994         Log: Complement to change #17976 :
75995              there was a similar bug on rdo().
75996              Increment $Safe::VERSION.
75997      Branch: perl
75998            ! ext/Opcode/Safe.pm ext/Safe/safe3.t
75999 ____________________________________________________________________________
76000 [ 17976] By: rgs                                   on 2002/10/04  19:44:48
76001         Log: Fix bug #17744, suggested by Andreas Jurenda,
76002              tweaked by rgs (security hole in Safe).
76003      Branch: perl
76004            + ext/Safe/safe3.t
76005            ! MANIFEST ext/Opcode/Safe.pm
76006 ____________________________________________________________________________
76007 [ 17975] By: merijn                                on 2002/10/04  13:30:17
76008         Log: Non ANSI feature detection in enum
76009      Branch: perl
76010            ! pad.h
76011 ____________________________________________________________________________
76012 [ 17974] By: rgs                                   on 2002/10/03  21:00:50
76013         Log: Fix a precedence problem.
76014      Branch: perl
76015            ! ext/Storable/t/integer.t
76016 ____________________________________________________________________________
76017 [ 17973] By: rgs                                   on 2002/10/03  20:34:13
76018         Log: Change the warning message "%s trapped by operation mask"
76019              to include '' around the op name. Document it in perldiag.
76020      Branch: perl
76021            ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
76022            ! pod/perldiag.pod
76023 ____________________________________________________________________________
76024 [ 17972] By: rgs                                   on 2002/10/03  20:26:54
76025         Log: Add a new warning, "Possible precedence problem on bitwise
76026              %c operator", triggerred when a bitwise op has a numeric
76027              comparison op as child.
76028      Branch: perl
76029            ! op.c pod/perldiag.pod t/lib/warnings/op
76030 ____________________________________________________________________________
76031 [ 17971] By: ams                                   on 2002/10/03  11:03:41
76032         Log: Subject: Re: Not OK 17969
76033              From: Slaven Rezic <slaven.rezic@berlin.de>
76034              Date: 03 Oct 2002 13:12:58 +0200
76035              Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
76036      Branch: perl
76037            ! ext/Storable/Storable.pm ext/Storable/t/code.t
76038            ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
76039            ! ext/Storable/t/malice.t
76040 ____________________________________________________________________________
76041 [ 17970] By: ams                                   on 2002/10/03  02:21:15
76042         Log: Add a line about 2.05.
76043      Branch: perl
76044            ! ext/Storable/ChangeLog
76045 ____________________________________________________________________________
76046 [ 17969] By: ams                                   on 2002/10/03  02:12:27
76047         Log: Subject: [PATCH] Storable and code serialization: documentation
76048              From: Slaven Rezic <slaven.rezic@berlin.de>
76049              Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
76050              Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
76051      Branch: perl
76052            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
76053            ! ext/Storable/t/code.t
76054 ____________________________________________________________________________
76055 [ 17968] By: ams                                   on 2002/10/03  01:40:51
76056         Log: Subject: [PATCH] Re: speed of my
76057              From: Stephen McCamant <smcc@mit.edu>
76058              Date: Wed, 2 Oct 2002 21:48:59 -0400
76059              Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
76060      Branch: perl
76061            ! pp.c
76062 ____________________________________________________________________________
76063 [ 17967] By: hv                                    on 2002/10/02  15:04:57
76064         Log: Subject: [PATCH] reentrant buffers
76065              From: Jarkko Hietaniemi <jhi@iki.fi>
76066              Date: Fri, 27 Sep 2002 01:08:56 +0300
76067              Message-ID: <20020926220856.GA339120@lyta.hut.fi>
76068      Branch: perl
76069            ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
76070 ____________________________________________________________________________
76071 [ 17966] By: hv                                    on 2002/10/02  14:46:52
76072         Log: Subject: [PATCH] retropatch
76073              From: Jarkko Hietaniemi <jhi@iki.fi>
76074              Date: Fri, 27 Sep 2002 03:51:34 +0300
76075              Message-ID: <20020927005134.GB339120@lyta.hut.fi>
76076      Branch: perl
76077            + pod/perl573delta.pod
76078            ! MANIFEST pod/buildtoc.PL pod/perl.pod
76079 ____________________________________________________________________________
76080 [ 17965] By: hv                                    on 2002/10/02  14:42:21
76081         Log: op/tr.t test is affected by #17962
76082      Branch: perl
76083            ! t/op/tr.t
76084 ____________________________________________________________________________
76085 [ 17964] By: hv                                    on 2002/10/02  14:38:59
76086         Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
76087              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
76088              Date: Tue, 1 Oct 2002 23:34:35 +0200
76089              Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
76090      Branch: perl
76091            ! t/op/override.t toke.c
76092 ____________________________________________________________________________
76093 [ 17963] By: hv                                    on 2002/10/02  14:15:22
76094         Log: Subject: Re: [perl #17376] Bug Report - our(%)
76095              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76096              Date: Tue, 01 Oct 2002 09:54:30 -0700
76097              Message-ID: <GNdm9gzkgWOS092yn@efn.org>
76098      Branch: perl
76099            ! op.c pp_hot.c t/comp/our.t
76100 ____________________________________________________________________________
76101 [ 17962] By: ams                                   on 2002/10/02  14:10:07
76102         Log: Subject: [PATCH] no [] in tr///
76103              From: Jarkko Hietaniemi <jhi@iki.fi>
76104              Date: Wed, 2 Oct 2002 17:09:11 +0300
76105              Message-Id: <20021002140911.GH278184@lyta.hut.fi>
76106      Branch: perl
76107            ! pod/perldiag.pod toke.c
76108 ____________________________________________________________________________
76109 [ 17961] By: hv                                    on 2002/10/02  14:09:11
76110         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
76111              From: andreas.koenig@anima.de (Andreas J. Koenig)
76112              Date: Mon, 30 Sep 2002 17:24:06 +0200
76113              Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
76114      Branch: perl
76115            ! lib/Hash/Util.pm
76116 ____________________________________________________________________________
76117 [ 17959] By: hv                                    on 2002/10/02  14:06:29
76118         Log: Subject: [DOCPATCH] Unicode porting advice
76119              From: andreas.koenig@anima.de (Andreas J. Koenig)
76120              Date: Fri, 27 Sep 2002 15:30:16 +0200
76121              Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
76122      Branch: perl
76123            ! pod/perlunicode.pod
76124 ____________________________________________________________________________
76125 [ 17958] By: hv                                    on 2002/10/02  13:57:06
76126         Log: missing quote from #17957
76127      Branch: perl
76128            ! Porting/pumpkin.pod
76129 ____________________________________________________________________________
76130 [ 17957] By: hv                                    on 2002/10/02  13:55:56
76131         Log: document how to set APPLLIB_EXP
76132              Subject: Re: [perl #15957] error installing perl 5.8.0
76133              From: Andy Dougherty <doughera@lafayette.edu>
76134              Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
76135              Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
76136      Branch: perl
76137            ! Porting/pumpkin.pod
76138 ____________________________________________________________________________
76139 [ 17956] By: hv                                    on 2002/10/02  13:51:12
76140         Log: Devel::Peek tests from:
76141              Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
76142              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76143              Date: Thu, 26 Sep 2002 22:16:39 -0700
76144              Message-ID: <3m+k9gzkgqnP092yn@efn.org>
76145      Branch: perl
76146            ! ext/Devel/Peek/Peek.t
76147 ____________________________________________________________________________
76148 [ 17955] By: hv                                    on 2002/10/02  13:43:26
76149         Log: add precedence warning for bitwise docs
76150              Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
76151              From: Mike Guy <mjtg@cam.ac.uk>
76152              Date: Thu, 26 Sep 2002 13:20:45 +0100
76153              Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
76154      Branch: perl
76155            ! pod/perlop.pod
76156 ____________________________________________________________________________
76157 [ 17954] By: hv                                    on 2002/10/02  13:18:01
76158         Log: Subject: [PATCH] Re: perlio bug?
76159              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
76160              Date: Wed, 25 Sep 2002 21:58:12 +0200
76161              Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
76162      Branch: perl
76163            ! doio.c pod/perldiag.pod t/lib/warnings/doio
76164 ____________________________________________________________________________
76165 [ 17953] By: hv                                    on 2002/10/02  12:55:29
76166         Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
76167              From: Dave Mitchell <davem@fdgroup.com>
76168              Date: Wed, 25 Sep 2002 23:40:23 +0100
76169              Message-ID: <20020925234023.A20044@fdgroup.com>
76170      Branch: perl
76171            + pad.c pad.h
76172            ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
76173            ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
76174            ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
76175            ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
76176            ! proto.h scope.c sv.c toke.c
76177 ____________________________________________________________________________
76178 [ 17952] By: hv                                    on 2002/10/02  11:23:38
76179         Log: better handling of whitespace in autodoc declarations; fragment from:
76180              Subject: [PATCH pad.c,h] move all pad-related code to its own src file
76181              From: Dave Mitchell <davem@fdgroup.com>
76182              Date: Wed, 25 Sep 2002 23:40:23 +0100
76183              Message-ID: <20020925234023.A20044@fdgroup.com>
76184      Branch: perl
76185            ! autodoc.pl
76186 ____________________________________________________________________________
76187 [ 17951] By: merijn                                on 2002/10/02  09:15:18
76188         Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
76189              Thu, 25 Jul 2002, Andy Dougherty
76190      Branch: perl
76191            ! Configure Policy_sh.SH
76192 ____________________________________________________________________________
76193 [ 17950] By: ams                                   on 2002/10/02  03:43:41
76194         Log: Add silly bandaid to stop segfaults on subsequent accesses to
76195              the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
76196              (<$fred>).
76197      Branch: perl
76198            ! op.c
76199 ____________________________________________________________________________
76200 [ 17949] By: hv                                    on 2002/10/01  08:49:02
76201         Log: patch based on:
76202              Subject: Re: [perl #17376] Bug Report - our(%)
76203              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76204              Date: Mon, 30 Sep 2002 15:22:18 -0700
76205              Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
76206      Branch: perl
76207            ! op.c
76208 ____________________________________________________________________________
76209 [ 17948] By: hv                                    on 2002/10/01  08:26:44
76210         Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
76211              From: chromatic <chromatic@wgz.org>
76212              Date: Fri, 13 Sep 2002 14:26:08 -0700
76213              Message-Id: <200209131426.08116.chromatic@wgz.org>
76214      Branch: perl
76215            ! lib/AutoLoader.pm
76216 ____________________________________________________________________________
76217 [ 17947] By: hv                                    on 2002/10/01  08:10:21
76218         Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
76219              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76220              Date: Wed, 11 Sep 2002 22:22:45 -0700
76221              Message-ID: <lSCg9gzkgymX092yn@efn.org>
76222      Branch: perl
76223            ! dump.c mg.h regexec.c sv.c t/op/pat.t
76224 ____________________________________________________________________________
76225 [ 17946] By: merijn                                on 2002/09/30  15:19:36
76226         Log: nanosleep on VMS not present
76227      Branch: perl
76228            ! configure.com
76229 ____________________________________________________________________________
76230 [ 17945] By: merijn                                on 2002/09/30  09:51:40
76231         Log: -Dgccansipedantic only for gcc 3+
76232              Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
76233      Branch: perl
76234            ! Porting/pumpkin.pod cflags.SH
76235 ____________________________________________________________________________
76236 [ 17944] By: merijn                                on 2002/09/30  08:29:33
76237         Log: nanosleep probes as per Jarkko's request
76238      Branch: perl
76239            ! Configure NetWare/config_H.wc Porting/config.sh
76240            ! Porting/config_H config_h.SH epoc/config.sh perl.h
76241            ! win32/config.bc win32/config.gc win32/config.vc
76242            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
76243            ! win32/config_H.vc win32/config_H.vc64 wince/config.ce
76244            ! wince/config_H.ce
76245 ____________________________________________________________________________
76246 [ 17942] By: ams                                   on 2002/09/29  22:26:37
76247         Log: Remove package; (Heh heh.)
76248      Branch: perl
76249            ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
76250            ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
76251            ! vms/perly_c.vms vms/perly_h.vms
76252 ____________________________________________________________________________
76253 [ 17941] By: hv                                    on 2002/09/29  12:11:06
76254         Log: Subject: [perl #16796] Configure script buglet
76255              From: "Amick, Eric" (via RT) <perlbug@perl.org>
76256              Date: 27 Aug 2002 20:09:29 -0000
76257              Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
76258      Branch: perl
76259            ! Configure
76260 ____________________________________________________________________________
76261 [ 17940] By: hv                                    on 2002/09/29  11:59:28
76262         Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
76263              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
76264              Date: Fri, 27 Sep 2002 13:52:18 +0200
76265              Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
76266      Branch: perl
76267            ! lib/Attribute/Handlers.pm
76268 ____________________________________________________________________________
76269 [ 17939] By: hv                                    on 2002/09/29  11:55:17
76270         Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
76271              From: Allen Smith (via RT) <perlbug@perl.org>
76272              Date: 13 Sep 2002 03:01:30 -0000
76273              Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
76274      Branch: perl
76275            ! t/lib/h2ph.pht utils/h2ph.PL
76276 ____________________________________________________________________________
76277 [ 17938] By: rgs                                   on 2002/09/28  20:42:59
76278         Log: Email address change for Stéphane Payrard
76279      Branch: perl
76280            ! AUTHORS
76281 ____________________________________________________________________________
76282 [ 17937] By: hv                                    on 2002/09/27  10:05:42
76283         Log: Subject: Re: [REVISED PATCH] Magic v-strings
76284              From: John Peacock <jpeacock@rowman.com>
76285              Date: Thu, 19 Sep 2002 22:30:58 -0400
76286              Message-ID: <3D8A8862.3000602@rowman.com>
76287      Branch: perl
76288            ! sv.c util.c
76289 ____________________________________________________________________________
76290 [ 17936] By: hv                                    on 2002/09/27  10:00:42
76291         Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
76292              From: "Craig A. Berry" <craigberry@mac.com>
76293              Date: Wed, 25 Sep 2002 17:14:33 -0500
76294              Message-ID: <3D923549.6050809@mac.com>
76295      Branch: perl
76296            ! configure.com
76297 ____________________________________________________________________________
76298 [ 17935] By: hv                                    on 2002/09/27  09:48:19
76299         Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
76300              From: Andy Lester <andy@petdance.com>
76301              Date: Fri, 20 Sep 2002 12:23:41 -0500
76302              Message-ID: <20020920172341.GA15672@petdance.com>
76303      Branch: perl
76304            ! pod/perlopentut.pod
76305 ____________________________________________________________________________
76306 [ 17934] By: hv                                    on 2002/09/26  18:50:02
76307         Log: missing '.' in test from #17932
76308      Branch: perl
76309            ! t/lib/strict/subs
76310 ____________________________________________________________________________
76311 [ 17933] By: hv                                    on 2002/09/26  17:01:11
76312         Log: Subject: [PATCH] perl #17453
76313              From: Jarkko Hietaniemi <jhi@iki.fi>
76314              Date: Fri, 20 Sep 2002 17:22:45 +0300
76315              Message-ID: <20020920142245.GG280265@lyta.hut.fi>
76316      Branch: perl
76317            ! lib/utf8_heavy.pl t/op/pat.t
76318 ____________________________________________________________________________
76319 [ 17932] By: hv                                    on 2002/09/26  16:47:32
76320         Log: #17931 checked for wrong constant
76321      Branch: perl
76322            ! op.c
76323 ____________________________________________________________________________
76324 [ 17931] By: hv                                    on 2002/09/26  16:29:26
76325         Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
76326              From: Kay_Röpke <kay@dolphin-services.de>
76327              Date: Fri, 20 Sep 2002 16:09:08 +0200
76328              Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
76329      Branch: perl
76330            ! op.c t/lib/strict/subs
76331 ____________________________________________________________________________
76332 [ 17930] By: hv                                    on 2002/09/26  15:56:07
76333         Log: Subject: [perl #17445] Class::Struct patch: version number, examples
76334              From: Ken Neighbors (via RT) <perlbug@perl.org>
76335              Date: 19 Sep 2002 18:48:22 -0000
76336              Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
76337      Branch: perl
76338            ! lib/Class/Struct.pm
76339 ____________________________________________________________________________
76340 [ 17928] By: hv                                    on 2002/09/26  09:54:05
76341         Log: Subject: [PATCH] bug in utf8.c(?)
76342              From: Marty Pauley <marty+p5p@kasei.com>
76343              Date: Fri, 20 Sep 2002 10:55:33 +0100
76344              Subject: [PATCH] bug in utf8.c(?)
76345      Branch: perl
76346            ! utf8.c
76347 ____________________________________________________________________________
76348 [ 17927] By: hv                                    on 2002/09/26  09:37:19
76349         Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
76350              From: Marty Pauley <marty+p5p@kasei.com>
76351              Date: Fri, 20 Sep 2002 09:52:16 +0100
76352              Message-Id: 20020920085216.GC10512@soto.kasei.com
76353      Branch: perl
76354            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
76355 ____________________________________________________________________________
76356 [ 17926] By: hv                                    on 2002/09/26  09:28:06
76357         Log: Subject: [PATCH] defuse installusrbinperl
76358              From: Jarkko Hietaniemi <jhi@iki.fi>
76359              Date: Thu, 19 Sep 2002 18:01:03 +0300
76360              Message-ID: <20020919150103.GI208696@lyta.hut.fi>
76361      Branch: perl
76362            ! Configure
76363 ____________________________________________________________________________
76364 [ 17925] By: hv                                    on 2002/09/26  09:15:55
76365         Log: Subject: [PATCH v2] enable -ansi -pedantic
76366              From: Jarkko Hietaniemi <jhi@iki.fi>
76367              Date: Wed, 18 Sep 2002 01:19:25 +0300
76368              Message-ID: <20020917221925.GF85044@lyta.hut.fi>
76369      Branch: perl
76370            ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
76371            ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
76372 ____________________________________________________________________________
76373 [ 17924] By: hv                                    on 2002/09/26  08:44:16
76374         Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
76375              From: Nicholas Clark <nick@unfortu.net>
76376              Date: Sat, 14 Sep 2002 18:49:10 +0100
76377              Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
76378      Branch: perl
76379            ! sv.c
76380 ____________________________________________________________________________
76381 [ 17923] By: hv                                    on 2002/09/26  08:33:54
76382         Log: Subject: [PATCH] Re: Advice on coredump
76383              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
76384              Date: Wed, 18 Sep 2002 22:14:57 +0200
76385              Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
76386      Branch: perl
76387            ! op.c t/op/closure.t
76388 ____________________________________________________________________________
76389 [ 17922] By: hv                                    on 2002/09/26  08:25:28
76390         Log: Subject: Re: [PATCH] spurious t/auto directory appears
76391              From: Michael G Schwern <schwern@pobox.com>
76392              Date: Fri, 13 Sep 2002 23:56:05 -0400
76393              Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
76394      Branch: perl
76395            ! lib/ExtUtils/t/Installed.t
76396 ____________________________________________________________________________
76397 [ 17921] By: hv                                    on 2002/09/26  08:21:59
76398         Log: add TODO tests for slow our() declaration
76399              Subject: Re: [perl #17376] Bug Report - our(%)
76400              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76401              Date: Thu, 19 Sep 2002 22:34:01 -0700
76402              Message-ID: <JNri9gzkgSBB092yn@efn.org>
76403      Branch: perl
76404            + t/comp/our.t
76405            ! MANIFEST
76406 ____________________________________________________________________________
76407 [ 17920] By: hv                                    on 2002/09/26  08:16:43
76408         Log: LEAKTEST is dead, RIP
76409              Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
76410              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76411              Date: Mon, 23 Sep 2002 18:33:12 +0200
76412              Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
76413      Branch: perl
76414            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
76415            ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
76416 ____________________________________________________________________________
76417 [ 17919] By: hv                                    on 2002/09/26  07:59:42
76418         Log: Subject: [PATCH] AIX hints missinga  >&4
76419              From: Jarkko Hietaniemi <jhi@iki.fi>
76420              Date: Fri, 13 Sep 2002 16:48:42 +0300
76421              Message-ID: <20020913134842.GD8929@lyta.hut.fi>
76422      Branch: perl
76423            ! hints/aix.sh
76424 ____________________________________________________________________________
76425 [ 17918] By: hv                                    on 2002/09/26  07:51:10
76426         Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
76427              From: "Brendan O'Dea" <bod@debian.org>
76428              Date: Mon, 23 Sep 2002 22:45:40 +1000
76429              Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
76430      Branch: perl
76431            ! pod/perlfunc.pod
76432 ____________________________________________________________________________
76433 [ 17917] By: hv                                    on 2002/09/26  07:46:43
76434         Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
76435              From: Slaven Rezic <slaven.rezic@berlin.de>
76436              Date: 11 Sep 2002 19:37:09 +0200
76437              Message-ID: <871y80a0my.fsf@vran.herceg.de>
76438      Branch: perl
76439            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
76440 ____________________________________________________________________________
76441 [ 17916] By: hv                                    on 2002/09/26  07:31:42
76442         Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
76443              From: "Brendan O'Dea" <bod@debian.org>
76444              Date: Tue, 10 Sep 2002 09:19:05 +1000
76445              Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
76446      Branch: perl
76447            ! pod/perlembed.pod
76448 ____________________________________________________________________________
76449 [ 17915] By: rgs                                   on 2002/09/24  20:19:22
76450         Log: Patch #17914 was empty ; this should have been applied instead.
76451      Branch: perl
76452            ! hints/aix.sh
76453 ____________________________________________________________________________
76454 [ 17914] By: rgs                                   on 2002/09/21  19:58:57
76455         Log: Subject: [PATCH] PASE saga continues
76456              From: Jarkko Hietaniemi <jhi@iki.fi>
76457              Date: Thu, 19 Sep 2002 23:30:20 +0300
76458              Message-ID: <20020919203020.GB274453@lyta.hut.fi>
76459      Branch: perl
76460            ! hints/aix.sh
76461 ____________________________________________________________________________
76462 [ 17913] By: rgs                                   on 2002/09/21  19:46:56
76463         Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
76464              From: "Craig A. Berry" <craigberry@mac.com>
76465              Date: Wed, 18 Sep 2002 16:57:02 -0500
76466              Message-ID: <3D88F6AE.3020708@mac.com>
76467      Branch: perl
76468            ! lib/File/Spec/VMS.pm vms/ext/filespec.t
76469 ____________________________________________________________________________
76470 [ 17912] By: ams                                   on 2002/09/19  17:21:24
76471         Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
76472              From: Jarkko Hietaniemi <jhi@iki.fi>
76473              Date: Thu, 19 Sep 2002 18:59:48 +0300
76474              Message-Id: <20020919155948.GU208696@lyta.hut.fi>
76475
76476              Subject: [PATCH] more PASE tweakage
76477              From: Jarkko Hietaniemi <jhi@iki.fi>
76478              Date: Thu, 19 Sep 2002 18:01:44 +0300
76479              Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
76480      Branch: perl
76481            ! README.os400 hints/aix.sh
76482 ____________________________________________________________________________
76483 [ 17911] By: ams                                   on 2002/09/17  19:29:53
76484         Log: Typo fix.
76485      Branch: perl
76486            ! ext/POSIX/POSIX.pod
76487 ____________________________________________________________________________
76488 [ 17910] By: ams                                   on 2002/09/17  18:09:32
76489         Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
76490              checking for SvOK in do_readline().
76491      Branch: perl
76492            ! pp_hot.c t/op/gv.t
76493 ____________________________________________________________________________
76494 [ 17909] By: rgs                                   on 2002/09/16  21:49:27
76495         Log: Pod formatting nit, found by Merijn and Jos Boumans.
76496      Branch: perl
76497            ! pod/perlunicode.pod
76498 ____________________________________________________________________________
76499 [ 17908] By: rgs                                   on 2002/09/16  21:34:55
76500         Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
76501              From: (Ilya Martynov) (via RT) <perlbug@perl.org>
76502              Date: 15 Sep 2002 19:06:56 -0000
76503              Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
76504      Branch: perl
76505            ! lib/Locale/Country.pm lib/Locale/Currency.pm
76506            ! lib/Locale/Language.pm lib/Locale/Script.pm
76507 ____________________________________________________________________________
76508 [ 17907] By: rgs                                   on 2002/09/16  20:33:51
76509         Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
76510              From: Jarkko Hietaniemi <jhi@iki.fi>
76511              Date: Sun, 15 Sep 2002 18:02:17 +0300
76512              Message-ID: <20020915150217.GB21300@lyta.hut.fi>
76513      Branch: perl
76514            ! hints/netbsd.sh
76515 ____________________________________________________________________________
76516 [ 17906] By: rgs                                   on 2002/09/15  11:30:38
76517         Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
76518              of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
76519              not all modules listed in perlmodlib are necessarily installed.
76520              Plus some corrections by Vincent Lefevre.
76521      Branch: perl
76522            ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
76523 ____________________________________________________________________________
76524 [ 17904] By: merijn                                on 2002/09/13  14:02:18
76525         Log: Tabs erroneusly expanded to spaces, causing AIX to fail
76526              in building DProf
76527      Branch: perl
76528            ! Configure
76529 ____________________________________________________________________________
76530 [ 17902] By: merijn                                on 2002/09/13  07:47:29
76531         Log: configure.com needs d_modflproto
76532              Thu 12 Sep 2002 23:19, "Craig A. Berry"
76533      Branch: perl
76534            ! configure.com
76535 ____________________________________________________________________________
76536 [ 17901] By: rgs                                   on 2002/09/12  20:19:55
76537         Log: Subject: [PATCH] more PASE wisdom
76538              From: Jarkko Hietaniemi <jhi@iki.fi>
76539              Date: Fri, 13 Sep 2002 00:17:39 +0300
76540              Message-ID: <20020912211739.GB6980@lyta.hut.fi>
76541      Branch: perl
76542            ! README.os400
76543 ____________________________________________________________________________
76544 [ 17900] By: rgs                                   on 2002/09/12  19:33:06
76545         Log: Fix a syntax incompatibility introduced by the // operator.
76546              (Note that C<print $fh //> is still a syntax error, it
76547              wasn't with perl 5.8.0.)
76548      Branch: perl
76549            ! t/op/dor.t toke.c
76550 ____________________________________________________________________________
76551 [ 17898] By: rgs                                   on 2002/09/11  20:58:46
76552         Log: Fix bug #17006 : remove spurious do{} in the deparsing
76553              of s/.../.../e.
76554      Branch: perl
76555            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
76556 ____________________________________________________________________________
76557 [ 17897] By: rgs                                   on 2002/09/11  20:56:21
76558         Log: Subject: [perl #17119] typo in utils/dprofpp.PL
76559              From: "Todd C. Miller" (via RT) <perlbug@perl.org>
76560              Date: 10 Sep 2002 18:49:56 -0000
76561              Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
76562      Branch: perl
76563            ! utils/dprofpp.PL
76564 ____________________________________________________________________________
76565 [ 17896] By: merijn                                on 2002/09/11  08:31:45
76566         Log: re-synced Configure to backported metaunits
76567      Branch: perl
76568            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76569            ! config_h.SH
76570 ____________________________________________________________________________
76571 [ 17892] By: merijn                                on 2002/09/10  15:43:53
76572         Log: Callback behaviour in hints
76573              Mon, 9 Sep 2002, Allen Smith
76574      Branch: perl
76575            ! hints/README.hints
76576 ____________________________________________________________________________
76577 [ 17888] By: merijn                                on 2002/09/10  09:20:52
76578         Log: New low-price HP servers
76579      Branch: perl
76580            ! README.hpux
76581 ____________________________________________________________________________
76582 [ 17887] By: rgs                                   on 2002/09/09  21:00:08
76583         Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
76584              From: Paul Johnson <paul@pjcj.net>
76585              Date: Mon, 9 Sep 2002 23:37:33 +0200
76586              Message-ID: <20020909213733.GD879@pjcj.net>
76587      Branch: perl
76588            ! ext/B/B/Deparse.pm
76589 ____________________________________________________________________________
76590 [ 17886] By: rgs                                   on 2002/09/09  20:38:01
76591         Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
76592              From: Nicholas Clark <nick@unfortu.net>
76593              Date: Sun, 8 Sep 2002 23:05:54 +0100
76594              Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
76595      Branch: perl
76596            ! configpm
76597 ____________________________________________________________________________
76598 [ 17885] By: rgs                                   on 2002/09/09  20:35:34
76599         Log: Subject: [PATCH] strict.pm pod at __END__
76600              From: Nicholas Clark <nick@unfortu.net>
76601              Date: Sun, 8 Sep 2002 22:36:09 +0100
76602              Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
76603      Branch: perl
76604            ! lib/strict.pm
76605 ____________________________________________________________________________
76606 [ 17884] By: rgs                                   on 2002/09/09  19:33:11
76607         Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
76608              From: Nicholas Clark <nick@unfortu.net>
76609              Date: Sun, 8 Sep 2002 19:45:52 +0100
76610              Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
76611      Branch: perl
76612            ! lib/File/Find/t/find.t
76613 ____________________________________________________________________________
76614 [ 17883] By: rgs                                   on 2002/09/09  19:10:08
76615         Log: Subject: [PATCH] Quieten warnings in Deparse.pm
76616              From: Paul Johnson <paul@pjcj.net>
76617              Date: Sun, 8 Sep 2002 23:50:11 +0200
76618              Message-ID: <20020908215011.GA879@pjcj.net>
76619      Branch: perl
76620            ! ext/B/B/Deparse.pm
76621 ____________________________________________________________________________
76622 [ 17882] By: hv                                    on 2002/09/09  10:33:58
76623         Log: Update Changes
76624      Branch: perl
76625            ! Changes patchlevel.h
76626 ____________________________________________________________________________
76627 [ 17881] By: hv                                    on 2002/09/09  09:54:55
76628         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
76629              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
76630              Date: Mon, 9 Sep 2002 01:48:08 -0400
76631              Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
76632      Branch: perl
76633            ! perl.h sv.c
76634 ____________________________________________________________________________
76635 [ 17880] By: hv                                    on 2002/09/09  09:33:55
76636         Log: integrate Math::BigInt-1.63
76637              Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
76638              From: Tels <perl_dummy@bloodgate.com>
76639              Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
76640              Message-Id: <200209082022.g88KMGY20194@crypt.org>
76641      Branch: perl
76642            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
76643            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
76644            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
76645            ! lib/Math/BigInt/t/sub_mif.t
76646 ____________________________________________________________________________
76647 [ 17879] By: hv                                    on 2002/09/09  09:23:53
76648         Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
76649              From: Jarkko Hietaniemi <jhi@iki.fi>
76650              Date: Mon, 9 Sep 2002 00:07:46 +0300
76651              Message-ID: <20020908210746.GB4136@lyta.hut.fi>
76652      Branch: perl
76653            ! Configure
76654 ____________________________________________________________________________
76655 [ 17878] By: hv                                    on 2002/09/09  09:11:57
76656         Log: small grammar fix in Benchmark docs
76657      Branch: perl
76658            ! lib/Benchmark.pm
76659 ____________________________________________________________________________
76660 [ 17877] By: hv                                    on 2002/09/09  09:09:30
76661         Log: Subject: [PATCH] configpm
76662              From: Abe Timmerman <abe@ztreet.demon.nl>
76663              Date: Sun, 8 Sep 2002 17:21:19 +0200
76664              Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
76665      Branch: perl
76666            ! configpm
76667 ____________________________________________________________________________
76668 [ 17876] By: hv                                    on 2002/09/09  08:48:35
76669         Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
76670              From: Abe Timmerman <abe@ztreet.demon.nl>
76671              Date: Mon, 9 Sep 2002 01:32:19 +0200
76672              Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
76673      Branch: perl
76674            ! makedef.pl
76675 ____________________________________________________________________________
76676 [ 17875] By: rgs                                   on 2002/09/08  18:55:01
76677         Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
76678              From: Nicholas Clark <nick@unfortu.net>
76679              Date: Sun, 8 Sep 2002 15:46:44 +0100
76680              Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
76681
76682              Plus two other similar tweaks
76683      Branch: perl
76684            ! ext/SDBM_File/sdbm.t
76685 ____________________________________________________________________________
76686 [ 17874] By: hv                                    on 2002/09/08  17:10:38
76687         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
76688              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
76689              Date: Sat, 7 Sep 2002 05:25:45 -0400
76690              Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
76691      Branch: perl
76692            ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
76693            ! t/op/sprintf.t
76694 ____________________________________________________________________________
76695 [ 17873] By: hv                                    on 2002/09/08  16:48:54
76696         Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
76697              From: Nicholas Clark <nick@unfortu.net>
76698              Date: Sat, 7 Sep 2002 00:20:53 +0100
76699              Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
76700      Branch: perl
76701            ! op.c sv.c
76702 ____________________________________________________________________________
76703 [ 17872] By: hv                                    on 2002/09/08  16:35:46
76704         Log: temporarily skip failing Storable tests caused by #17869
76705      Branch: perl
76706            ! ext/Storable/t/code.t
76707 ____________________________________________________________________________
76708 [ 17871] By: hv                                    on 2002/09/08  16:23:49
76709         Log: Subject: [PATCH] tiddly tidy up for util.c
76710              From: Nicholas Clark <nick@unfortu.net>
76711              Date: Fri, 6 Sep 2002 23:00:14 +0100
76712              Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
76713      Branch: perl
76714            ! util.c
76715 ____________________________________________________________________________
76716 [ 17870] By: hv                                    on 2002/09/08  16:21:23
76717         Log: regularise whitespace and formatting in util.c
76718      Branch: perl
76719            ! util.c
76720 ____________________________________________________________________________
76721 [ 17869] By: hv                                    on 2002/09/08  15:46:08
76722         Log: Subject: [perl #17061] no strict 'garbage'
76723              From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
76724              Date: 6 Sep 2002 19:31:02 -0000
76725              Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
76726              Date: Sat, 07 Sep 2002 13:40:22 +0200
76727              Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
76728      Branch: perl
76729            ! lib/strict.pm lib/strict.t
76730 ____________________________________________________________________________
76731 [ 17868] By: hv                                    on 2002/09/08  15:24:08
76732         Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
76733      Branch: perl
76734            ! pod/perl58delta.pod
76735 ____________________________________________________________________________
76736 [ 17867] By: hv                                    on 2002/09/08  15:10:46
76737         Log: Subject: [PATCH] allow using hires time() in Benchmark
76738              From: Jarkko Hietaniemi <jhi@iki.fi>
76739              Date: Fri, 6 Sep 2002 00:38:11 +0300
76740              Message-ID: <20020905213811.GA23771@lyta.hut.fi>
76741      Branch: perl
76742            ! lib/Benchmark.pm
76743 ____________________________________________________________________________
76744 [ 17866] By: hv                                    on 2002/09/08  15:06:05
76745         Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
76746              From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
76747              Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
76748              Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
76749      Branch: perl
76750            ! Configure
76751 ____________________________________________________________________________
76752 [ 17865] By: hv                                    on 2002/09/08  15:03:23
76753         Log: Subject: Unicode::Collate 0.23 Released
76754              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
76755              Date: Thu, 05 Sep 2002 23:28:32 +0900
76756              Message-Id: <20020905232316.8151.BQW10602@nifty.com>
76757      Branch: perl
76758            + lib/Unicode/Collate/t/index.t
76759            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
76760            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
76761 ____________________________________________________________________________
76762 [ 17864] By: hv                                    on 2002/09/08  14:55:31
76763         Log: Subject: sv_2pv_flags and ROK and UTF8 flags
76764              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76765              Date: Wed, 04 Sep 2002 21:09:01 -0700
76766              Message-ID: <djtd9gzkgyLd092yn@efn.org>
76767              Date: Fri, 06 Sep 2002 09:23:03 -0700
76768              Message-ID: <nZNe9gzkgKdH092yn@efn.org>
76769      Branch: perl
76770            ! lib/overload.t sv.c sv.h t/op/pat.t
76771 ____________________________________________________________________________
76772 [ 17863] By: hv                                    on 2002/09/08  14:11:54
76773         Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
76774      Branch: perl
76775            ! t/op/taint.t
76776 ____________________________________________________________________________
76777 [ 17862] By: hv                                    on 2002/09/08  14:01:07
76778         Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
76779              From: Michael G Schwern <schwern@pobox.com>
76780              Date: Wed, 4 Sep 2002 11:38:01 -0700
76781              Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
76782      Branch: perl
76783            ! t/TestInit.pm
76784 ____________________________________________________________________________
76785 [ 17861] By: hv                                    on 2002/09/08  13:58:10
76786         Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
76787              From: Michael G Schwern <schwern@pobox.com>
76788              Date: Fri, 6 Sep 2002 14:03:16 -0700
76789              Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
76790      Branch: perl
76791            ! t/test.pl
76792 ____________________________________________________________________________
76793 [ 17860] By: hv                                    on 2002/09/08  13:48:49
76794         Log: #17859 misuses s/// return values
76795      Branch: perl
76796            ! configpm
76797 ____________________________________________________________________________
76798 [ 17859] By: hv                                    on 2002/09/08  13:17:46
76799         Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
76800              From: Nicholas Clark <nick@unfortu.net>
76801              Date: Mon, 2 Sep 2002 23:22:32 +0100
76802              Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
76803      Branch: perl
76804            ! configpm
76805 ____________________________________________________________________________
76806 [ 17850] By: ams                                   on 2002/09/06  03:31:32
76807         Log: Subject: [PATCH] (mostly (Unicode)) pod nits
76808              From: Jarkko Hietaniemi <jhi@iki.fi>
76809              Date: Fri, 6 Sep 2002 06:01:57 +0300
76810              Message-Id: <20020906030157.GA28252@lyta.hut.fi>
76811      Branch: perl
76812            ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
76813 ____________________________________________________________________________
76814 [ 17849] By: gsar                                  on 2002/09/05  06:28:36
76815         Log: document setting the email address
76816      Branch: perl
76817            ! Porting/repository.pod
76818 ____________________________________________________________________________
76819 [ 17848] By: hv                                    on 2002/09/04  23:12:15
76820         Log: AUTHORS: preferred address for Allen Smith
76821      Branch: perl
76822            ! AUTHORS
76823 ____________________________________________________________________________
76824 [ 17847] By: hv                                    on 2002/09/04  23:10:37
76825         Log: copy on write: fixes and debugging
76826              Subject: what copies scalars in ithreads?
76827              From: Nicholas Clark <nick@unfortu.net>
76828              Date: Wed, 4 Sep 2002 21:52:47 +0100
76829              Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
76830      Branch: perl
76831            ! sv.c
76832 ____________________________________________________________________________
76833 [ 17846] By: hv                                    on 2002/09/04  23:02:43
76834         Log: Subject: Re: [PATCH] A variety of README nitpicks.
76835              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76836              Date: Wed, 04 Sep 2002 09:10:05 +0200
76837              Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
76838      Branch: perl
76839            ! README.hpux
76840 ____________________________________________________________________________
76841 [ 17845] By: hv                                    on 2002/09/04  15:06:33
76842         Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
76843      Branch: perl
76844            ! lib/Math/BigInt/t/constant.t
76845 ____________________________________________________________________________
76846 [ 17844] By: hv                                    on 2002/09/04  14:32:19
76847         Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
76848      Branch: perl
76849            ! ext/DB_File/DB_File.xs
76850 ____________________________________________________________________________
76851 [ 17843] By: hv                                    on 2002/09/04  14:09:13
76852         Log: #17842 was only half the story
76853              Subject: [PATCH deb.c] Re: HiRes failure is success?
76854              From: Dave Mitchell <davem@fdgroup.com>
76855              Date: Wed, 4 Sep 2002 16:11:15 +0100
76856              Message-ID: <20020904161115.E27603@fdgroup.com>
76857      Branch: perl
76858            ! deb.c
76859 ____________________________________________________________________________
76860 [ 17842] By: hv                                    on 2002/09/04  14:04:40
76861         Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
76862      Branch: perl
76863            ! deb.c
76864 ____________________________________________________________________________
76865 [ 17841] By: hv                                    on 2002/09/04  13:57:27
76866         Log: Subject: [PATCH] op/getpid.t failure
76867              From: Michael G Schwern <schwern@pobox.com>
76868              Date: Tue, 3 Sep 2002 17:48:24 -0700
76869              Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
76870      Branch: perl
76871            ! t/op/getpid.t
76872 ____________________________________________________________________________
76873 [ 17840] By: hv                                    on 2002/09/04  13:55:20
76874         Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
76875              and Subject: [PATCH] More modules that don't lazy load Carp right.
76876              From: Michael G Schwern <schwern@pobox.com>
76877              Date: Tue, 3 Sep 2002 17:21:57 -0700
76878              Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
76879              and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
76880      Branch: perl
76881            ! ext/Encode/Unicode/Unicode.pm
76882            ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
76883            ! lib/File/Basename.pm
76884 ____________________________________________________________________________
76885 [ 17839] By: hv                                    on 2002/09/04  13:47:12
76886         Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
76887              From: "Brendan O'Dea" <bod@debian.org>
76888              Date: Wed, 4 Sep 2002 02:36:10 +1000
76889              Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
76890      Branch: perl
76891            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
76892 ____________________________________________________________________________
76893 [ 17838] By: hv                                    on 2002/09/04  13:41:27
76894         Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
76895              From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
76896              Date: Tue, 3 Sep 2002 13:46:18 +0200
76897              Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
76898      Branch: perl
76899            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
76900 ____________________________________________________________________________
76901 [ 17837] By: hv                                    on 2002/09/04  13:38:27
76902         Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
76903              From: Michael G Schwern <schwern@pobox.com>
76904              Date: Mon, 2 Sep 2002 22:29:07 -0700
76905              Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
76906      Branch: perl
76907            ! lib/Config.t
76908 ____________________________________________________________________________
76909 [ 17836] By: hv                                    on 2002/09/04  13:35:36
76910         Log: Subject: [PATCH] DB_File 1.805
76911              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
76912              Date: Mon, 2 Sep 2002 23:56:40 +0100
76913              Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
76914      Branch: perl
76915            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
76916            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
76917            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
76918            ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
76919 ____________________________________________________________________________
76920 [ 17835] By: hv                                    on 2002/09/04  13:23:17
76921         Log: fix coredump after 64k-deep recursion
76922              Subject: Re: debugging coredump with -DD
76923              From: hv@crypt.org
76924              Date: Tue, 03 Sep 2002 14:34:20 +0100
76925              Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
76926      Branch: perl
76927            ! cop.h t/op/recurse.t
76928 ____________________________________________________________________________
76929 [ 17834] By: hv                                    on 2002/09/04  13:08:36
76930         Log: perldoc: allow arguments for pager
76931              Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
76932              From: Chip Turner <cturner@redhat.com>
76933              Date: 02 Sep 2002 01:17:23 -0400
76934              Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
76935      Branch: perl
76936            ! utils/perldoc.PL
76937 ____________________________________________________________________________
76938 [ 17833] By: hv                                    on 2002/09/04  12:55:54
76939         Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
76940              From: Jarkko Hietaniemi <jhi@iki.fi>
76941              Date: Sun, 1 Sep 2002 19:23:55 +0300
76942              Message-ID: <20020901162355.GH12536@lyta.hut.fi>
76943      Branch: perl
76944            ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
76945 ____________________________________________________________________________
76946 [ 17832] By: hv                                    on 2002/09/04  12:39:42
76947         Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
76948              From: John Peacock <jpeacock@rowman.com>
76949              Date: Sun, 01 Sep 2002 15:00:12 -0400
76950              Message-ID: <3D7263BC.9020608@rowman.com>
76951      Branch: perl
76952            ! lib/ExtUtils/xsubpp pod/perlxs.pod
76953 ____________________________________________________________________________
76954 [ 17831] By: hv                                    on 2002/09/04  11:47:10
76955         Log: #17827 misses some win32 tweaks
76956      Branch: perl
76957            ! win32/Makefile win32/makefile.mk
76958 ____________________________________________________________________________
76959 [ 17830] By: hv                                    on 2002/09/04  11:41:22
76960         Log: update email address for Paul Marquess
76961      Branch: perl
76962            ! AUTHORS
76963 ____________________________________________________________________________
76964 [ 17829] By: hv                                    on 2002/09/04  11:38:39
76965         Log: Subject: Correction for AUTHORS.html
76966              From: Sean Davis <dive@ender.com>
76967              Date: Fri, 30 Aug 2002 03:51:16 -0700
76968              Message-ID: <20020830035116.A18739@endersgame.net>
76969      Branch: perl
76970            ! AUTHORS
76971 ____________________________________________________________________________
76972 [ 17828] By: hv                                    on 2002/09/04  11:31:42
76973         Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
76974              From: Michael G Schwern <schwern@pobox.com>
76975              Date: Fri, 30 Aug 2002 03:40:45 -0700
76976              Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
76977      Branch: perl
76978            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
76979            ! lib/File/Spec/t/Spec.t
76980 ____________________________________________________________________________
76981 [ 17827] By: hv                                    on 2002/09/04  11:21:57
76982         Log: Subject: [PATCH] OS/400 PASE port
76983              From: Jarkko Hietaniemi <jhi@iki.fi>
76984              Date: Thu, 29 Aug 2002 22:22:51 +0300
76985              Message-ID: <20020829192251.GA27102@lyta.hut.fi>
76986      Branch: perl
76987            + README.os400 hints/os400.sh
76988            ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
76989            ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
76990 ____________________________________________________________________________
76991 [ 17826] By: hv                                    on 2002/09/04  11:10:54
76992         Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
76993              From: "Brendan O'Dea" <bod@debian.org>
76994              Date: Thu, 29 Aug 2002 22:42:39 +1000
76995              Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
76996      Branch: perl
76997            ! ext/Sys/Syslog/syslog.t
76998 ____________________________________________________________________________
76999 [ 17825] By: hv                                    on 2002/09/04  10:53:59
77000         Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
77001              From: "John P. Linderman" <jpl@research.att.com>
77002              Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
77003              Message-Id: <200208271900.PAA98096@raptor.research.att.com>
77004      Branch: perl
77005            ! ext/IPC/SysV/Semaphore.pm
77006 ____________________________________________________________________________
77007 [ 17824] By: rgs                                   on 2002/09/03  20:02:36
77008         Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
77009              From: Richard Soderberg (via RT) <perlbug@perl.org>
77010              Date: 3 Sep 2002 18:48:54 -0000
77011              Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
77012
77013              Subject: [PATCH] A variety of README nitpicks.
77014              From: Richard Soderberg <rs@crystalflame.net>
77015              Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
77016              Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
77017      Branch: perl
77018            ! README.amiga README.dgux README.dos README.epoc README.hpux
77019            ! README.mint README.netware README.vmesa
77020 ____________________________________________________________________________
77021 [ 17823] By: rgs                                   on 2002/09/03  19:47:05
77022         Log: Fix bug #16828.
77023              Add a few tests to ext/B/t/b.t, make it use Test::More.
77024      Branch: perl
77025            ! ext/B/B.xs ext/B/t/b.t
77026 ____________________________________________________________________________
77027 [ 17822] By: rgs                                   on 2002/09/02  19:29:52
77028         Log: Some simple tests for the POSIX::isXXX() functions.
77029      Branch: perl
77030            ! ext/POSIX/t/posix.t
77031 ____________________________________________________________________________
77032 [ 17821] By: rgs                                   on 2002/08/30  19:56:53
77033         Log: Advertise Linux::Pid.
77034      Branch: perl
77035            ! pod/perlfunc.pod pod/perlvar.pod
77036 ____________________________________________________________________________
77037 [ 17819] By: hv                                    on 2002/08/30  13:42:02
77038         Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
77039              From: John Peacock <jpeacock@rowman.com>
77040              Date: Wed, 28 Aug 2002 22:13:48 -0400
77041              Message-ID: <3D6D835C.50809@rowman.com>
77042      Branch: perl
77043            ! universal.c util.c
77044 ____________________________________________________________________________
77045 [ 17818] By: hv                                    on 2002/08/30  13:16:05
77046         Log: add test related to change #17799:
77047              Subject: Re: if.pm bug.
77048              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
77049              Date: Thu, 29 Aug 2002 19:39:58 +0200
77050              Message-ID: <20020829173358.34731.qmail@onion.perl.org>
77051      Branch: perl
77052            ! lib/if.t
77053 ____________________________________________________________________________
77054 [ 17817] By: hv                                    on 2002/08/30  13:12:20
77055         Log: Subject: [PATCH] AUTHORS
77056              From: "Brendan O'Dea" <bod@debian.org>
77057              Date: Thu, 29 Aug 2002 22:49:34 +1000
77058              Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
77059      Branch: perl
77060            ! AUTHORS
77061 ____________________________________________________________________________
77062 [ 17816] By: hv                                    on 2002/08/30  13:10:45
77063         Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
77064              From: "Brendan O'Dea" <bod@debian.org>
77065              Date: Thu, 29 Aug 2002 22:46:47 +1000
77066              Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
77067      Branch: perl
77068            ! lib/Term/Cap.pm
77069 ____________________________________________________________________________
77070 [ 17815] By: hv                                    on 2002/08/30  13:02:41
77071         Log: formatting cleanup and:
77072              Subject: Re: perl-5.8.0 on HP porting center
77073              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
77074              Date: Thu, 29 Aug 2002 12:23:31 +0200
77075              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
77076      Branch: perl
77077            ! installperl
77078 ____________________________________________________________________________
77079 [ 17814] By: hv                                    on 2002/08/30  12:23:33
77080         Log: Subject: [PATCH] perlmod.pod nit
77081              From: Autrijus Tang <autrijus@autrijus.org>
77082              Date: Thu, 29 Aug 2002 03:49:34 +0800
77083              Message-ID: <20020828194934.GA12244@not.autrijus.org>
77084      Branch: perl
77085            ! pod/perlmod.pod
77086 ____________________________________________________________________________
77087 [ 17813] By: hv                                    on 2002/08/30  12:19:15
77088         Log: Subject: [PATCH] Re: glob names and Regexp type introspection
77089              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77090              Date: Thu, 29 Aug 2002 17:31:31 -0700
77091              Message-ID: <jzrb9gzkgO7W092yn@efn.org>
77092      Branch: perl
77093            ! sv.c t/op/pat.t
77094 ____________________________________________________________________________
77095 [ 17812] By: hv                                    on 2002/08/30  12:06:20
77096         Log: Subject: [PATCH] typos in Hash::Util documentation
77097              From: Slaven Rezic <slaven.rezic@berlin.de>
77098              Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
77099              Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
77100      Branch: perl
77101            ! lib/Hash/Util.pm
77102 ____________________________________________________________________________
77103 [ 17811] By: hv                                    on 2002/08/30  12:02:59
77104         Log: Subject: Re: Recent changes on the HP porting center
77105              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
77106              Date: Wed, 28 Aug 2002 17:39:27 +0200
77107              Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
77108      Branch: perl
77109            ! README.hpux
77110 ____________________________________________________________________________
77111 [ 17810] By: hv                                    on 2002/08/30  11:58:18
77112         Log: Subject: [PATCH] Fixes to threads::shared when disabled
77113              From: Michael G Schwern <schwern@pobox.com>
77114              Date: Wed, 28 Aug 2002 06:04:18 -0700
77115              Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
77116      Branch: perl
77117            + ext/threads/shared/t/disabled.t
77118            ! MANIFEST ext/threads/shared/shared.pm
77119            ! ext/threads/shared/t/hv_refs.t
77120 ____________________________________________________________________________
77121 [ 17808] By: ams                                   on 2002/08/30  02:59:31
77122         Log: Subject: [PATCH] Tru64 vs Berkeley DB
77123              From: Jarkko Hietaniemi <jhi@iki.fi>
77124              Date: Fri, 30 Aug 2002 06:56:38 +0300
77125              Message-Id: <20020830035638.GB874@lyta.hut.fi>
77126      Branch: perl
77127            ! README.tru64 hints/dec_osf.sh
77128 ____________________________________________________________________________
77129 [ 17807] By: ams                                   on 2002/08/30  02:32:30
77130         Log: Subject: [PATCH] IRIX + INSTALL
77131              From: Jarkko Hietaniemi <jhi@iki.fi>
77132              Date: Fri, 30 Aug 2002 06:31:48 +0300
77133              Message-Id: <20020830033148.GA874@lyta.hut.fi>
77134      Branch: perl
77135            ! INSTALL hints/irix_6.sh
77136 ____________________________________________________________________________
77137 [ 17806] By: hv                                    on 2002/08/29  22:56:45
77138         Log: #17449 failed to apply the actual patch. This is it.
77139      Branch: perl
77140            ! lib/Exporter.pm lib/Exporter/Heavy.pm
77141 ____________________________________________________________________________
77142 [ 17805] By: hv                                    on 2002/08/29  13:49:04
77143         Log: Fix based on:
77144              Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
77145              From: "esm@pobox.com (via RT)" <perlbug@perl.org>
77146              Date: 27 Aug 2002 22:10:16 -0000
77147              Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
77148      Branch: perl
77149            ! ext/POSIX/POSIX.xs
77150 ____________________________________________________________________________
77151 [ 17804] By: hv                                    on 2002/08/29  13:29:43
77152         Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
77153              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
77154              Date: Tue, 27 Aug 2002 23:36:53 +0200
77155              Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
77156      Branch: perl
77157            ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
77158            ! perl.c perlapi.h sv.c
77159 ____________________________________________________________________________
77160 [ 17803] By: ams                                   on 2002/08/29  13:09:47
77161         Log: Subject: [PATCH] AIX compiler setup sanity checking
77162              From: Jarkko Hietaniemi <jhi@iki.fi>
77163              Date: Thu, 29 Aug 2002 16:43:51 +0300
77164              Message-Id: <20020829134351.GG5219@lyta.hut.fi>
77165      Branch: perl
77166            ! hints/aix.sh
77167 ____________________________________________________________________________
77168 [ 17802] By: hv                                    on 2002/08/29  12:32:51
77169         Log: Subject: [perl #16769] Documention bug
77170              From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
77171              Date: 26 Aug 2002 10:01:04 -0000
77172              Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
77173      Branch: perl
77174            ! pod/perl58delta.pod
77175 ____________________________________________________________________________
77176 [ 17801] By: hv                                    on 2002/08/29  12:19:30
77177         Log: Subject: [PATCH] ExtUtils::Constant 0.14
77178              From: Nicholas Clark <nick@unfortu.net>
77179              Date: Sun, 25 Aug 2002 18:06:00 +0100
77180              Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
77181      Branch: perl
77182            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
77183 ____________________________________________________________________________
77184 [ 17800] By: hv                                    on 2002/08/29  12:08:59
77185         Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
77186              From: Mark-Jason Dominus <mjd@plover.com>
77187              Date: Sun, 25 Aug 2002 12:09:53 -0400
77188              Message-ID: <20020825160953.15987.qmail@plover.com>
77189      Branch: perl
77190            ! pod/perlfaq5.pod
77191 ____________________________________________________________________________
77192 [ 17799] By: hv                                    on 2002/08/29  11:48:39
77193         Log: Subject: Re: if.pm bug.
77194              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
77195              Date: Sun, 25 Aug 2002 00:27:59 +0200
77196              Message-ID: <20020824222210.16387.qmail@onion.perl.org>
77197      Branch: perl
77198            ! lib/if.pm
77199 ____________________________________________________________________________
77200 [ 17798] By: hv                                    on 2002/08/29  11:44:00
77201         Log: Subject: [PATCH] posixify getppid on linux-multithread
77202              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
77203              Date: Tue, 6 Aug 2002 21:56:46 +0200
77204              Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
77205      Branch: perl
77206            + t/op/getpid.t
77207            ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
77208            ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
77209 ____________________________________________________________________________
77210 [ 17797] By: hv                                    on 2002/08/29  10:55:41
77211         Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
77212              From: Mark-Jason Dominus <mjd@plover.com>
77213              Date: Sun, 25 Aug 2002 22:31:54 -0400
77214              Message-ID: <20020826023154.22986.qmail@plover.com>
77215      Branch: perl
77216            ! ext/B/B.pm
77217 ____________________________________________________________________________
77218 [ 17791] By: hv                                    on 2002/08/27  11:28:32
77219         Log: Missing MANIFEST files for #17783.
77220      Branch: perl
77221            ! MANIFEST
77222 ____________________________________________________________________________
77223 [ 17790] By: hv                                    on 2002/08/27  11:22:36
77224         Log: #17783 introduced an outdated test module, causing failure in
77225              lib/ExtUtils/t/problems.t. This grabs a more recent copy from
77226              ExtUtils::MakeMaker.
77227      Branch: perl
77228            ! t/lib/TieOut.pm
77229 ____________________________________________________________________________
77230 [ 17789] By: ams                                   on 2002/08/27  04:04:48
77231         Log: Subject: Patch perlvar.pod
77232              From: mjd@plover.com
77233              Date: 27 Aug 2002 03:03:01 -0000
77234              Message-Id: <20020827030301.32481.qmail@plover.com>
77235      Branch: perl
77236            ! pod/perlvar.pod
77237 ____________________________________________________________________________
77238 [ 17788] By: hv                                    on 2002/08/26  23:59:47
77239         Log: Update Changes
77240      Branch: perl
77241            ! Changes patchlevel.h
77242 ____________________________________________________________________________
77243 [ 17787] By: hv                                    on 2002/08/26  19:22:27
77244         Log: fix for:
77245              Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
77246              From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
77247              Date: 26 Aug 2002 15:01:36 -0000
77248              Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
77249      Branch: perl
77250            ! regexec.c t/op/re_tests
77251 ____________________________________________________________________________
77252 [ 17786] By: hv                                    on 2002/08/26  15:34:25
77253         Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
77254              From: "Sean M. Burke" <sburke@cpan.org>
77255              Date: Mon, 26 Aug 2002 04:38:19 -0600
77256              Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
77257      Branch: perl
77258            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
77259            ! lib/Test/t/todo.t
77260 ____________________________________________________________________________
77261 [ 17785] By: hv                                    on 2002/08/26  15:18:41
77262         Log: fix non-ANSI C++-style comment
77263              Subject: [ PATCH ]  Smoke 17780 /pro/3gl/CPAN/perl-current
77264              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
77265              Date: Mon, 26 Aug 2002 09:15:18 +0200
77266              Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
77267      Branch: perl
77268            ! ext/Storable/Storable.xs
77269 ____________________________________________________________________________
77270 [ 17784] By: hv                                    on 2002/08/26  15:15:19
77271         Log: #17780 relies on unixy paths to locate own directory for bignum tests.
77272      Branch: perl
77273            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
77274            ! lib/bignum/t/brinfnan.t
77275 ____________________________________________________________________________
77276 [ 17783] By: hv                                    on 2002/08/26  15:07:21
77277         Log: Subject: [ANNOUNCE] Test::Simple 0.47
77278              From: Michael G Schwern <schwern@pobox.com>
77279              Date: Mon, 26 Aug 2002 04:13:03 -0700
77280              Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
77281      Branch: perl
77282            + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
77283            + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
77284            + lib/Test/Simple/t/ok_obj.t
77285            + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
77286            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
77287            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
77288            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
77289            ! lib/Test/Tutorial.pod t/lib/TieOut.pm
77290 ____________________________________________________________________________
77291 [ 17782] By: hv                                    on 2002/08/26  15:00:55
77292         Log: new test for change #17773
77293              Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
77294              From: DH <crazyinsomniac@yahoo.com>
77295              Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
77296              Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
77297      Branch: perl
77298            ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
77299 ____________________________________________________________________________
77300 [ 17781] By: hv                                    on 2002/08/26  14:48:35
77301         Log: #17775 changed reentr.c instead of reentr.pl, which generates it
77302      Branch: perl
77303            ! reentr.pl
77304 ____________________________________________________________________________
77305 [ 17780] By: hv                                    on 2002/08/25  19:03:50
77306         Log: fix bignum test failures
77307      Branch: perl
77308            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
77309            ! lib/bignum/t/brinfnan.t
77310 ____________________________________________________________________________
77311 [ 17779] By: hv                                    on 2002/08/25  18:56:29
77312         Log: upgrade bignum to v0.13: fix test failures and update docs
77313      Branch: perl
77314            ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
77315 ____________________________________________________________________________
77316 [ 17778] By: hv                                    on 2002/08/25  18:43:06
77317         Log: Subject: Encode 1.76 Released
77318              From: Dan Kogai <dankogai@dan.co.jp>
77319              Date: su elo 25, 2002  11:27:07 US/Eastern
77320              Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
77321      Branch: perl
77322            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
77323            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
77324            ! ext/Encode/lib/Encode/MIME/Header.pm
77325            ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
77326 ____________________________________________________________________________
77327 [ 17777] By: rgs                                   on 2002/08/25  18:42:46
77328         Log: Fix parsing problems with the // operator.
77329              Make // able to follow various unary operators used without
77330              arguments or parens (shift, pop, getc, pos, readline,
77331              readlink, undef, umask, and the filetest operators), as
77332              well as the <FH> operator.
77333      Branch: perl
77334            ! perl.h t/op/dor.t toke.c
77335 ____________________________________________________________________________
77336 [ 17776] By: hv                                    on 2002/08/25  15:56:37
77337         Log: Subject: [PATCH] ExtUtils::Constant 0.13
77338              From: Nicholas Clark <nick@unfortu.net>
77339              Date: Fri, 23 Aug 2002 19:21:12 +0100
77340              Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
77341      Branch: perl
77342            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
77343 ____________________________________________________________________________
77344 [ 17775] By: hv                                    on 2002/08/25  15:46:28
77345         Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
77346              From: "mls@suse.de (via RT)" <perlbug@perl.org>
77347              Date: 23 Aug 2002 15:24:39 -0000
77348              Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
77349      Branch: perl
77350            ! reentr.c
77351 ____________________________________________________________________________
77352 [ 17774] By: hv                                    on 2002/08/25  15:29:42
77353         Log: Subject: [PATCH lib/Benchmark.(pm|t)]  Make cmpthese work as documented.
77354              From: Abigail <abigail@foad.org>
77355              Date: Thu, 22 Aug 2002 04:10:39 -0700
77356              Message-ID: <20020822041039.A2089@ucan.foad.org>
77357      Branch: perl
77358            ! lib/Benchmark.pm lib/Benchmark.t
77359 ____________________________________________________________________________
77360 [ 17773] By: hv                                    on 2002/08/25  15:17:16
77361         Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
77362              From: DH <crazyinsomniac@yahoo.com>
77363              Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
77364              Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
77365      Branch: perl
77366            ! lib/Pod/Html.pm
77367 ____________________________________________________________________________
77368 [ 17772] By: hv                                    on 2002/08/25  14:49:37
77369         Log: Subject: Re: p5p patches
77370              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
77371              Date: Fri, 23 Aug 2002 15:27:48 +0200
77372              Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
77373      Branch: perl
77374            ! Porting/patching.pod
77375 ____________________________________________________________________________
77376 [ 17771] By: hv                                    on 2002/08/25  14:45:46
77377         Log: Subject: Newdated info for HP-UX
77378              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
77379              Date: Wed, 21 Aug 2002 20:20:17 +0200
77380              Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
77381      Branch: perl
77382            ! README.hpux
77383 ____________________________________________________________________________
77384 [ 17770] By: hv                                    on 2002/08/25  14:26:36
77385         Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
77386              From: "Jos I. Boumans" <kane@cpan.org>
77387              Date: Wed, 21 Aug 2002 14:55:51 +0200
77388              Message-ID: <20020821124817.34761.qmail@onion.perl.org>
77389      Branch: perl
77390            ! pod/perlfaq1.pod
77391 ____________________________________________________________________________
77392 [ 17769] By: hv                                    on 2002/08/25  14:16:50
77393         Log: Subject: bit more for WinCE
77394              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
77395              Date: Wed, 21 Aug 2002 01:31:52 +0400
77396              Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
77397      Branch: perl
77398            ! wince/Makefile.ce wince/compile.bat wince/win32io.c
77399            ! wince/wince.c
77400 ____________________________________________________________________________
77401 [ 17768] By: hv                                    on 2002/08/25  14:02:47
77402         Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
77403              From: Anton Berezin <tobez@tobez.org>
77404              Date: Tue, 20 Aug 2002 23:44:25 +0200
77405              Message-ID: <20020820214425.GG16178@heechee.tobez.org>
77406      Branch: perl
77407            ! lib/lib.t lib/lib_pm.PL
77408 ____________________________________________________________________________
77409 [ 17767] By: hv                                    on 2002/08/25  13:52:08
77410         Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
77411              From: "Randy W. Sims" (via RT) <perlbug@perl.org>
77412              Date: 18 Aug 2002 13:27:12 -0000
77413              Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
77414      Branch: perl
77415            ! utils/perldoc.PL
77416 ____________________________________________________________________________
77417 [ 17766] By: rgs                                   on 2002/08/24  20:33:05
77418         Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
77419              From: Peter BARABAS (via RT) <perlbug@perl.org>
77420              Date: 24 Aug 2002 08:16:19 -0000
77421              Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
77422      Branch: perl
77423            ! pod/perlxstut.pod
77424 ____________________________________________________________________________
77425 [ 17765] By: rgs                                   on 2002/08/24  19:03:52
77426         Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
77427              From: Nicholas Clark <nick@unfortu.net>
77428              Date: Sat, 24 Aug 2002 17:01:08 +0100
77429              Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
77430              (plus a typo fix)
77431      Branch: perl
77432            ! lib/Net/t/hostname.t
77433 ____________________________________________________________________________
77434 [ 17764] By: rgs                                   on 2002/08/24  12:29:27
77435         Log: a2p wasn't installed with -Dversiononly
77436      Branch: perl
77437            ! installperl
77438 ____________________________________________________________________________
77439 [ 17763] By: hv                                    on 2002/08/23  12:23:31
77440         Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
77441              with a NULL subaddr. Fix that, and stop it happening again.
77442      Branch: perl
77443            ! op.c universal.c
77444 ____________________________________________________________________________
77445 [ 17762] By: hv                                    on 2002/08/23  11:02:35
77446         Log: fixup threaded build for vstring changes
77447      Branch: perl
77448            ! universal.c util.c
77449 ____________________________________________________________________________
77450 [ 17761] By: ams                                   on 2002/08/23  02:54:09
77451         Log: Incorporate fix from JHI at:
77452              http://rt.perl.org/rt2/Ticket/Display.html?id=16708
77453      Branch: perl
77454            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
77455 ____________________________________________________________________________
77456 [ 17760] By: ams                                   on 2002/08/23  01:30:46
77457         Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
77458              From: Jarkko Hietaniemi <jhi@iki.fi>
77459              Date: Fri, 23 Aug 2002 05:29:09 +0300
77460              Message-Id: <20020823022909.GC9135@lyta.hut.fi>
77461      Branch: perl
77462            ! ext/Devel/PPPort/PPPort.pm
77463 ____________________________________________________________________________
77464 [ 17759] By: ams                                   on 2002/08/23  01:27:23
77465         Log: Subject: [PATCH] x2p/str.c signedness nits
77466              From: Jarkko Hietaniemi <jhi@iki.fi>
77467              Date: Fri, 23 Aug 2002 02:43:30 +0300
77468              Message-Id: <20020822234330.GC31624@lyta.hut.fi>
77469      Branch: perl
77470            ! x2p/str.c
77471 ____________________________________________________________________________
77472 [ 17758] By: hv                                    on 2002/08/22  22:29:45
77473         Log: bignum-0.12 updates from:
77474              Subject: [ANNOUCNE] Big Math::Big* update
77475              From: Tels <perl_dummy@bloodgate.com>
77476              Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
77477              Message-Id: <200208132121.g7DLLRV21408@crypt.org>
77478      Branch: perl
77479            + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
77480            + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
77481            + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
77482            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
77483            ! lib/bigrat.pm
77484 ____________________________________________________________________________
77485 [ 17757] By: hv                                    on 2002/08/22  22:19:42
77486         Log: new file for #17756
77487      Branch: perl
77488            ! MANIFEST
77489 ____________________________________________________________________________
77490 [ 17756] By: hv                                    on 2002/08/22  22:16:41
77491         Log: Subject: ANNOUCNE: Math::BigRat v0.09
77492              From: Tels <perl_dummy@bloodgate.com>
77493              Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
77494              Message-Id: <200208141812.g7EICrV23771@crypt.org>
77495      Branch: perl
77496            + lib/Math/BigRat/t/big_ap.t
77497            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
77498            ! lib/Math/BigRat/t/bigratpm.inc
77499 ____________________________________________________________________________
77500 [ 17755] By: hv                                    on 2002/08/22  19:44:03
77501         Log: new files from #17754
77502      Branch: perl
77503            + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
77504 ____________________________________________________________________________
77505 [ 17754] By: hv                                    on 2002/08/22  19:42:58
77506         Log: Subject: ANNOUNCE: Math-BigInt v1.62
77507              From: Tels <perl_dummy@bloodgate.com>
77508              Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
77509              Message-Id: <200208211513.g7LFDUs02512@crypt.org>
77510      Branch: perl
77511            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
77512            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
77513            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
77514            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
77515            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
77516            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
77517            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbimbf.inc
77518            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
77519            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
77520            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
77521            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
77522 ____________________________________________________________________________
77523 [ 17753] By: hv                                    on 2002/08/22  12:05:57
77524         Log: Subject: podlators 1.24 released
77525              From: Russ Allbery <rra@stanford.edu>
77526              Date: Sat, 03 Aug 2002 20:56:42 -0700
77527              Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
77528      Branch: perl
77529            + lib/Pod/t/text-options.t
77530            ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
77531            ! lib/Pod/t/basic.t pod/pod2text.PL
77532 ____________________________________________________________________________
77533 [ 17752] By: hv                                    on 2002/08/22  11:13:17
77534         Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
77535              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
77536              Date: Fri, 26 Jul 2002 02:59:12 +0900
77537              Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
77538      Branch: perl
77539            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
77540            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
77541            ! lib/Unicode/Collate/t/test.t
77542 ____________________________________________________________________________
77543 [ 17751] By: hv                                    on 2002/08/22  11:08:35
77544         Log: fix test failure from #17747
77545      Branch: perl
77546            ! ext/B/t/stash.t
77547 ____________________________________________________________________________
77548 [ 17750] By: hv                                    on 2002/08/22  10:46:19
77549         Log: Subject: [PATCH] Fix DBM filters
77550              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
77551              Date: Wed, 21 Aug 2002 11:40:49 +0100
77552              Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
77553      Branch: perl
77554            ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
77555            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
77556            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
77557            ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
77558            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
77559            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
77560            ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
77561 ____________________________________________________________________________
77562 [ 17749] By: hv                                    on 2002/08/22  01:04:32
77563         Log: avoid use of %caller::EXPORT
77564              Subject: [PATCH] Re: question about Exporter::import
77565              From: Nicholas Clark <nick@unfortu.net>
77566              Date: Wed, 14 Aug 2002 21:33:12 +0100
77567              Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
77568      Branch: perl
77569            ! lib/Exporter.pm lib/Exporter/Heavy.pm
77570 ____________________________________________________________________________
77571 [ 17748] By: hv                                    on 2002/08/22  00:54:03
77572         Log: todo test for linux $0 modification
77573              Subject: Re: [perl #16206] $0 in 5.8
77574              From: Slaven Rezic <slaven.rezic@berlin.de>
77575              Date: 17 Aug 2002 21:32:37 +0200
77576              Message-id: <87elcx2sdm.fsf@vran.herceg.de>
77577      Branch: perl
77578            ! t/op/magic.t
77579 ____________________________________________________________________________
77580 [ 17747] By: hv                                    on 2002/08/22  00:11:34
77581         Log: Subject: Re: [PATCH] Version object patch #1
77582              From: John Peacock <jpeacock@rowman.com>
77583              Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
77584              Message-id: <3D630042.6020407@rowman.com>
77585
77586              Subject: Re: [REVISED PATCH] Magic v-strings
77587              From: John Peacock <jpeacock@rowman.com>
77588              Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
77589              Message-id: <3D63E532.7020305@rowman.com>
77590      Branch: perl
77591            ! sv.c t/op/ver.t universal.c util.c
77592 ____________________________________________________________________________
77593 [ 17746] By: hv                                    on 2002/08/20  16:48:05
77594         Log: Subject: [PATCH] Version object patch #1
77595              From: John Peacock <jpeacock@rowman.com>
77596              Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
77597              Message-id: <3D5BB55D.6090603@rowman.com>
77598              and Message-id: <3D627D1A.4050607@rowman.com>
77599              and t/lib/warnings/universal tweak to skip
77600      Branch: perl
77601            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
77602            ! t/lib/warnings/universal toke.c util.c
77603 ____________________________________________________________________________
77604 [ 17745] By: hv                                    on 2002/08/20  16:27:01
77605         Log: perldelta for #17727
77606      Branch: perl
77607            ! pod/perldelta.pod
77608 ____________________________________________________________________________
77609 [ 17744] By: hv                                    on 2002/08/20  15:34:36
77610         Log: Subject: typo in perfunc.pod
77611              From: "John P. Linderman" <jpl@research.att.com>
77612              Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
77613              Message-id: <200208191245.IAA20072@raptor.research.att.com>
77614      Branch: perl
77615            ! pod/perlfunc.pod
77616 ____________________________________________________________________________
77617 [ 17743] By: hv                                    on 2002/08/20  15:31:40
77618         Log: Subject: Re: [PATCH] fix typos in perlpacktut
77619              From: "Mr. Nobody" <mrnobo1024@yahoo.com>
77620              Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
77621              Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
77622      Branch: perl
77623            ! pod/perlpacktut.pod
77624 ____________________________________________________________________________
77625 [ 17742] By: hv                                    on 2002/08/20  14:51:16
77626         Log: Subject: [REVISED PATCH] Magic v-strings
77627              From: John Peacock <jpeacock@rowman.com>
77628              Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
77629              Message-id: <3D556FE6.6000404@rowman.com>
77630              plus a bit of cleanup
77631      Branch: perl
77632            ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
77633 ____________________________________________________________________________
77634 [ 17741] By: hv                                    on 2002/08/20  14:20:16
77635         Log: Subject: Re: [PATCH] Storable and CODE references
77636              From: Slaven Rezic <slaven.rezic@berlin.de>
77637              Date: 17 Aug 2002 21:58:03 +0200
77638              Message-id: <87bs812r78.fsf@vran.herceg.de>
77639      Branch: perl
77640            + ext/Storable/t/code.t
77641            ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
77642            ! ext/Storable/t/malice.t
77643 ____________________________________________________________________________
77644 [ 17740] By: hv                                    on 2002/08/20  14:07:56
77645         Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
77646              Handle CoW in hashes:
77647              Subject: Re: why would tr/// be performing hash copies?
77648              From: Nicholas Clark <nick@unfortu.net>
77649              Date: Sun, 18 Aug 2002 23:17:01 +0100
77650              Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
77651      Branch: perl
77652            ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
77653 ____________________________________________________________________________
77654 [ 17739] By: hv                                    on 2002/08/20  13:52:18
77655         Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
77656              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
77657              Date: Tue, 23 Jul 2002 09:21:10 +0200
77658              Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
77659      Branch: perl
77660            ! Configure
77661 ____________________________________________________________________________
77662 [ 17737] By: ams                                   on 2002/08/19  07:48:39
77663         Log: Effect a speedy recovery from POD affected by (ahem, Australian)
77664              negligence.
77665      Branch: perl
77666            ! pod/perlrun.pod
77667 ____________________________________________________________________________
77668 [ 17736] By: hv                                    on 2002/08/18  18:27:28
77669         Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
77670              From: Dave Mitchell <davem@fdgroup.com>
77671              Date: Fri, 16 Aug 2002 23:31:07 +0100
77672              Message-id: <20020816233107.E9388@fdgroup.com>
77673      Branch: perl
77674            ! numeric.c t/base/num.t
77675 ____________________________________________________________________________
77676 [ 17735] By: hv                                    on 2002/08/18  02:22:21
77677         Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
77678              From: Mark-Jason Dominus <mjd@plover.com>
77679              Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
77680              Message-id: <20020814011909.22744.qmail@plover.com>
77681      Branch: perl
77682            ! lib/Net/hostent.pm
77683 ____________________________________________________________________________
77684 [ 17734] By: hv                                    on 2002/08/18  02:20:05
77685         Log: Subject: [PATCH] Re: Pod::Functions tpyo
77686              From: Abe Timmerman <abe@ztreet.demon.nl>
77687              Date: Tue, 13 Aug 2002 23:47:00 +0200
77688              Message-id: <200208132347.00782.abe@ztreet.demon.nl>
77689      Branch: perl
77690            ! lib/Pod/Functions.pm
77691 ____________________________________________________________________________
77692 [ 17733] By: hv                                    on 2002/08/18  02:17:18
77693         Log: Subject: Server rename revisited
77694              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
77695              Date: Tue, 13 Aug 2002 19:19:03 +0200
77696              Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
77697      Branch: perl
77698            ! README.hpux
77699 ____________________________________________________________________________
77700 [ 17732] By: hv                                    on 2002/08/18  02:11:49
77701         Log: Subject: [PATCH] Remove old VOS build methods
77702              From: Paul_GreenVOS@vos.stratus.com
77703              Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
77704              Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
77705      Branch: perl
77706            - vos/Makefile vos/build.cm vos/compile_perl.cm
77707            - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
77708            - vos/config.ga.h vos/config.pl vos/configure_perl.cm
77709            - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
77710            - vos/vos_dummies.c
77711            ! MANIFEST README.vos pod/perlport.pod vos/Changes
77712 ____________________________________________________________________________
77713 [ 17731] By: hv                                    on 2002/08/18  01:57:12
77714         Log: Subject: [PATCH] Configure missing d_modflproto=''
77715              From: "Gerrit P. Haase" <gp@familiehaase.de>
77716              Date: Tue, 13 Aug 2002 15:11:05 +0200
77717              Message-id: <11417599086.20020813151105@familiehaase.de>
77718      Branch: perl
77719            ! Configure
77720 ____________________________________________________________________________
77721 [ 17730] By: hv                                    on 2002/08/18  01:41:33
77722         Log: missing chunk from #17725 causes lib/constant.t test failures
77723      Branch: perl
77724            ! lib/constant.t
77725 ____________________________________________________________________________
77726 [ 17729] By: hv                                    on 2002/08/17  02:33:15
77727         Log: Subject: [PATCH] Safe.pm documentation
77728              From: Slaven Rezic <slaven.rezic@berlin.de>
77729              Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
77730              Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
77731      Branch: perl
77732            ! ext/Opcode/Safe.pm pod/perlre.pod
77733 ____________________________________________________________________________
77734 [ 17728] By: hv                                    on 2002/08/17  02:07:24
77735         Log: Subject: Copy On Write
77736              From: Nicholas Clark <nick@ccl4.org>
77737              Date: Thu, 15 Aug 2002 00:10:35 +0100
77738              Message-id: <20020815001035.A69079@plum.flirble.org>
77739              specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
77740      Branch: perl
77741            ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
77742            ! pp_hot.c proto.h sv.c sv.h
77743 ____________________________________________________________________________
77744 [ 17727] By: hv                                    on 2002/08/17  01:20:05
77745         Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
77746              From: Mark-Jason Dominus <mjd@plover.com>
77747              Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
77748              Message-id: <20020415033855.6343.qmail@plover.com>
77749      Branch: perl
77750            ! av.c av.h pod/perltie.pod t/op/tiearray.t
77751 ____________________________________________________________________________
77752 [ 17726] By: hv                                    on 2002/08/17  01:17:09
77753         Log: pp.c warns that sv may be used uninitialised in pp_delete()
77754      Branch: perl
77755            ! pp.c
77756 ____________________________________________________________________________
77757 [ 17725] By: hv                                    on 2002/08/17  00:51:19
77758         Log: Subject: [PATCH] Remove pseudo-hashes (complete)
77759              From: Michael G Schwern <schwern@pobox.com>
77760              Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
77761              Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
77762      Branch: perl
77763            ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
77764            ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
77765            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
77766            ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
77767 ____________________________________________________________________________
77768 [ 17724] By: hv                                    on 2002/08/17  00:27:33
77769         Log: ext/B/defsubs.h also depends on the program that builds it
77770      Branch: perl
77771            ! ext/B/Makefile.PL
77772 ____________________________________________________________________________
77773 [ 17723] By: hv                                    on 2002/08/17  00:10:24
77774         Log: Subject: Re: deb.c compile time error (patchlevel 17721)
77775              From: Dave Mitchell <davem@fdgroup.com>
77776              Date: Tue, 13 Aug 2002 14:42:15 +0100
77777              Message-ID: <20020813144215.G11939@fdgroup.com>
77778      Branch: perl
77779            ! embed.fnc embed.h global.sym proto.h
77780 ____________________________________________________________________________
77781 [ 17722] By: ams                                   on 2002/08/16  05:20:22
77782         Log: Subject: Minor perlrun.pod patch
77783              From: Iain Truskett <spoon@cpan.org>
77784              Date: Fri, 16 Aug 2002 16:20:27 +1000
77785              Message-Id: <20020816162027.D17196@eh.org>
77786      Branch: perl
77787            ! pod/perlrun.pod
77788 ____________________________________________________________________________
77789 [ 17721] By: hv                                    on 2002/08/12  12:17:19
77790         Log: #17717 needed tests fixing up
77791      Branch: perl
77792            ! t/op/chop.t
77793 ____________________________________________________________________________
77794 [ 17720] By: hv                                    on 2002/08/12  12:10:07
77795         Log: Subject: Re: [PATCH] Re: taint news
77796              From: Rick Delaney <rick.delaney@rogers.com>
77797              Date: 04 Aug 2002 00:28:58 EDT
77798              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
77799              missed patch fragment from Change #17676
77800      Branch: perl
77801            ! pod/perlsec.pod
77802 ____________________________________________________________________________
77803 [ 17719] By: hv                                    on 2002/08/12  12:03:53
77804         Log: Subject: [perl #15987] Tests fail when sources are under CVS control
77805              From: Warren Jones (via RT) <perlbug@perl.org>
77806              Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
77807              Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
77808      Branch: perl
77809            ! lib/strict.t lib/warnings.t
77810 ____________________________________________________________________________
77811 [ 17718] By: hv                                    on 2002/08/12  11:57:17
77812         Log: Subject: [PATCH] add verbose stack display option, -Dvs
77813              From: Dave Mitchell <davem@fdgroup.com>
77814              Date: Mon, 5 Aug 2002 00:55:33 +0100
77815              Message-id: <20020805005533.B26111@fdgroup.com>
77816      Branch: perl
77817            ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
77818            ! pod/perlrun.pod proto.h
77819 ____________________________________________________________________________
77820 [ 17717] By: hv                                    on 2002/08/12  11:44:06
77821         Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
77822              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
77823              Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
77824              Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
77825      Branch: perl
77826            ! op.c t/op/chop.t t/op/ref.t
77827 ____________________________________________________________________________
77828 [ 17716] By: hv                                    on 2002/08/12  11:29:53
77829         Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
77830              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
77831              Date: Sat, 13 Jul 2002 17:44:02 +0100
77832              Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
77833      Branch: perl
77834            ! pp_hot.c t/op/tiehandle.t
77835 ____________________________________________________________________________
77836 [ 17715] By: hv                                    on 2002/08/12  11:28:26
77837         Log: Subject: [PATCH] better modfl detection
77838              From: Nicholas Clark <nick@unfortu.net>
77839              Date: Sun, 11 Aug 2002 20:05:49 +0100
77840              Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
77841      Branch: perl
77842            ! Configure config_h.SH perl.h
77843 ____________________________________________________________________________
77844 [ 17714] By: hv                                    on 2002/08/12  11:26:23
77845         Log: Subject: [PATCH] perltodo.pod
77846              From: Richard.Foley@t-online.de
77847              Date: Sun, 11 Aug 2002 18:26:10 +0200
77848              Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
77849              perlbug credits
77850      Branch: perl
77851            ! pod/perltodo.pod
77852 ____________________________________________________________________________
77853 [ 17713] By: hv                                    on 2002/08/12  11:24:44
77854         Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
77855              From: Nicholas Clark <nick@unfortu.net>
77856              Date: Sun, 11 Aug 2002 16:59:16 +0100
77857              Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
77858      Branch: perl
77859            ! gv.c
77860 ____________________________________________________________________________
77861 [ 17712] By: hv                                    on 2002/08/12  11:23:06
77862         Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
77863              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
77864              Date: Mon, 12 Aug 2002 10:25:20 +0200
77865              Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
77866              gcc bug test needs -lm
77867      Branch: perl
77868            ! hints/hpux.sh
77869 ____________________________________________________________________________
77870 [ 17711] By: hv                                    on 2002/08/12  11:20:49
77871         Log: Subject: [PATCH s2p] Small typo correction
77872              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
77873              Date: Wed, 7 Aug 2002 11:50:51 +0200
77874              Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
77875      Branch: perl
77876            ! x2p/s2p.PL
77877 ____________________________________________________________________________
77878 [ 17710] By: hv                                    on 2002/08/12  11:17:21
77879         Log: Subject: [PATCH] pod/perlfaq4.pod
77880              From: Abigail <abigail@foad.org>
77881              Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
77882              Message-id: <20020730095202.A6462@ucan.foad.org>
77883              Add references to Regexp::Common.
77884      Branch: perl
77885            ! pod/perlfaq4.pod
77886 ____________________________________________________________________________
77887 [ 17707] By: rgs                                   on 2002/08/09  21:23:20
77888         Log: Subject: New HP-UX itanium servers
77889              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
77890              Date: Wed, 07 Aug 2002 13:25:57 +0200
77891              Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
77892      Branch: perl
77893            ! README.hpux
77894 ____________________________________________________________________________
77895 [ 17706] By: rgs                                   on 2002/08/09  21:00:41
77896         Log: Subject: Re: missing lower range in {} regex
77897              From: "John P. Linderman" <jpl@research.att.com>
77898              Date: Fri, 09 Aug 2002 12:48:55 -0400
77899              Message-ID: <200208091648.MAA77577@raptor.research.att.com>
77900      Branch: perl
77901            ! pod/perlre.pod
77902 ____________________________________________________________________________
77903 [ 17705] By: rgs                                   on 2002/08/08  20:57:59
77904         Log: More tests for the attribute syntax, from the
77905              attributes manpage.
77906      Branch: perl
77907            ! t/op/attrs.t
77908 ____________________________________________________________________________
77909 [ 17704] By: rgs                                   on 2002/08/08  19:47:44
77910         Log: Fix bug #16080 : an attribute list should end at '}'
77911      Branch: perl
77912            ! t/op/attrs.t toke.c
77913 ____________________________________________________________________________
77914 [ 17703] By: hv                                    on 2002/08/08  15:30:12
77915         Log: Update Changes
77916      Branch: perl
77917            ! Changes patchlevel.h
77918 ____________________________________________________________________________
77919 [ 17702] By: hv                                    on 2002/08/08  15:08:57
77920         Log: Subject: Re: README.aix
77921              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
77922              Date: Tue, 30 Jul 2002 13:30:29 +0200
77923              Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
77924      Branch: perl
77925            ! README.aix
77926 ____________________________________________________________________________
77927 [ 17701] By: hv                                    on 2002/08/08  15:06:01
77928         Log: Subject: [PATCH] Re: pp_sys.c compile failed..
77929              From: Andy Dougherty <doughera@lafayette.edu>
77930              Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
77931              Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
77932      Branch: perl
77933            ! hints/aix.sh
77934 ____________________________________________________________________________
77935 [ 17700] By: hv                                    on 2002/08/08  15:02:57
77936         Log: Subject: [DOC PATCH] perlipc.pod
77937              From: Arjen Laarhoven <arjen@nl.demon.net>
77938              Date: Tue, 6 Aug 2002 14:16:01 +0200
77939              Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
77940      Branch: perl
77941            ! pod/perlipc.pod
77942 ____________________________________________________________________________
77943 [ 17699] By: hv                                    on 2002/08/08  14:56:56
77944         Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
77945              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
77946              Date: Fri, 2 Aug 2002 23:44:21 +0200
77947              Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
77948      Branch: perl
77949            ! op.c t/op/attrs.t
77950 ____________________________________________________________________________
77951 [ 17698] By: hv                                    on 2002/08/08  14:52:45
77952         Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
77953              From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
77954              Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
77955              Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
77956      Branch: perl
77957            ! Configure
77958 ____________________________________________________________________________
77959 [ 17697] By: hv                                    on 2002/08/08  14:49:00
77960         Log: Subject: Doc patch for Class::Struct under 5.8.0
77961              From: Damian Conway <damian@conway.org>
77962              Date: Tue, 30 Jul 2002 23:03:14 +1000
77963              Message-id: <3D471FCF.1C7C6E6B@conway.org>
77964      Branch: perl
77965            ! lib/Class/Struct.pm
77966 ____________________________________________________________________________
77967 [ 17696] By: hv                                    on 2002/08/08  14:44:21
77968         Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
77969              From: Slaven Rezic <slaven.rezic@berlin.de>
77970              Date: 31 Jul 2002 09:50:06 +0200
77971              Message-id: <87ado85ob5.fsf@vran.herceg.de>
77972      Branch: perl
77973            ! pp.c
77974 ____________________________________________________________________________
77975 [ 17695] By: hv                                    on 2002/08/08  14:40:41
77976         Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
77977              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
77978              Date: Fri, 2 Aug 2002 00:13:10 +0200
77979              Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
77980      Branch: perl
77981            + t/op/stash.t
77982            ! MANIFEST perl.h
77983 ____________________________________________________________________________
77984 [ 17694] By: hv                                    on 2002/08/08  14:31:55
77985         Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
77986              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
77987              Date: Wed, 31 Jul 2002 16:04:02 +0200
77988              Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
77989      Branch: perl
77990            ! hints/hpux.sh
77991 ____________________________________________________________________________
77992 [ 17693] By: hv                                    on 2002/08/08  14:25:16
77993         Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
77994              From: Abigail <abigail@foad.org>
77995              Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
77996              Message-id: <20020725085252.A2703@ucan.foad.org>
77997      Branch: perl
77998            ! lib/ExtUtils/MM_Unix.pm
77999 ____________________________________________________________________________
78000 [ 17692] By: hv                                    on 2002/08/08  14:20:05
78001         Log: Subject: [PATCH] README.jp and README.cn
78002              From: Autrijus Tang <autrijus@autrijus.org>
78003              Date: Thu, 25 Jul 2002 07:05:11 +0800
78004              Message-id: <20020724230511.GA1327@not.autrijus.org>
78005      Branch: perl
78006            ! README.cn README.jp
78007 ____________________________________________________________________________
78008 [ 17691] By: hv                                    on 2002/08/08  14:01:50
78009         Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
78010              From: Henrik Tougaard (via RT) <perlbug@perl.org>
78011              Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
78012              Message-id: <rt-15398-31095.6.30466042998663@perl>
78013      Branch: perl
78014            ! lib/Pod/Usage.pm
78015 ____________________________________________________________________________
78016 [ 17690] By: rgs                                   on 2002/08/07  19:56:42
78017         Log: Doc fix : the symbol for COPs wasn't documented.
78018      Branch: perl
78019            ! opcode.pl
78020 ____________________________________________________________________________
78021 [ 17689] By: rgs                                   on 2002/08/06  20:45:30
78022         Log: Subject: Re: no warnings 'io';
78023              From: Nicholas Clark <nick@unfortu.net>
78024              Date: Sat, 27 Jul 2002 21:49:55 +0100
78025              Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
78026
78027              Plus a little bit of regression tests.
78028      Branch: perl
78029            ! t/lib/warnings/pp_hot util.c
78030 ____________________________________________________________________________
78031 [ 17688] By: rgs                                   on 2002/08/06  20:04:19
78032         Log: Subject: [PATCH] XS build fix for VMS
78033              From: "Craig A. Berry" <craigberry@mac.com>
78034              Date: Sun, 4 Aug 2002 12:13:06 -0500
78035              Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
78036      Branch: perl
78037            ! vms/descrip_mms.template
78038 ____________________________________________________________________________
78039 [ 17687] By: rgs                                   on 2002/08/06  19:50:12
78040         Log: PerlIO::scalar wasn't able to read from non-string
78041              scalar ; now stringifies its argument.
78042      Branch: perl
78043            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
78044 ____________________________________________________________________________
78045 [ 17686] By: rgs                                   on 2002/08/06  19:10:51
78046         Log: More regression tests for $^H and %^H.
78047              Add a TODO test for eval "" preserving %^H.
78048      Branch: perl
78049            ! t/comp/hints.t
78050 ____________________________________________________________________________
78051 [ 17685] By: hv                                    on 2002/08/05  22:42:09
78052         Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
78053              From: "John P. Linderman" <jpl@research.att.com>
78054              Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
78055              Message-id: <200207211613.MAA69505@raptor.research.att.com>
78056      Branch: perl
78057            ! lib/sort.pm lib/sort.t
78058 ____________________________________________________________________________
78059 [ 17684] By: hv                                    on 2002/08/05  22:35:22
78060         Log: Integrate from perlio: change #17653 fixes bug RT15283
78061      Branch: perl
78062           !> ext/PerlIO/via/via.xs
78063 ____________________________________________________________________________
78064 [ 17683] By: hv                                    on 2002/08/05  22:26:45
78065         Log: Integrate from maint-5.6/macperl via macperl
78066              Changes 17660, 17661, 17662, 17663, 17664
78067      Branch: perl
78068           !> perl.c
78069 ____________________________________________________________________________
78070 [ 17682] By: hv                                    on 2002/08/05  15:04:54
78071         Log: Subject: Defined-or patch (cleaned up)
78072              From: "Brent Dax" <brentdax@cpan.org>
78073              Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
78074              Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
78075      Branch: perl
78076            + t/op/dor.t
78077            ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
78078            ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
78079            ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
78080            ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
78081            ! vms/perly_h.vms
78082 ____________________________________________________________________________
78083 [ 17681] By: hv                                    on 2002/08/05  14:41:23
78084         Log: typo
78085      Branch: perl
78086            ! keywords.h keywords.pl
78087 ____________________________________________________________________________
78088 [ 17680] By: hv                                    on 2002/08/05  14:33:39
78089         Log: warn that keywords.h is generated
78090      Branch: perl
78091            ! keywords.h keywords.pl
78092 ____________________________________________________________________________
78093 [ 17679] By: hv                                    on 2002/08/04  23:40:22
78094         Log: again: #17678 caused test failures in pod2html,
78095              in which $1 could leak from previous regexp
78096      Branch: perl
78097            ! mg.c
78098 ____________________________________________________________________________
78099 [ 17678] By: hv                                    on 2002/08/04  15:34:19
78100         Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
78101              From: hv@crypt.org
78102              Date: Sun, 04 Aug 2002 17:40:30 +0100
78103              Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
78104      Branch: perl
78105            ! mg.c t/op/taint.t
78106 ____________________________________________________________________________
78107 [ 17677] By: hv                                    on 2002/08/04  15:25:25
78108         Log: Main branch no longer needs op/taint.t version check.
78109      Branch: perl
78110            ! t/op/taint.t
78111 ____________________________________________________________________________
78112 [ 17676] By: hv                                    on 2002/08/04  15:14:09
78113         Log: Subject: Re: [PATCH] Re: taint news
78114              From: Rick Delaney <rick.delaney@rogers.com>
78115              Date: 04 Aug 2002 00:28:58 EDT
78116              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
78117              Ref: 20020208.005
78118      Branch: perl
78119            ! pp_sys.c
78120 ____________________________________________________________________________
78121 [ 17675] By: hv                                    on 2002/08/04  01:48:36
78122         Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
78123      Branch: perl
78124            ! AUTHORS
78125 ____________________________________________________________________________
78126 [ 17674] By: hv                                    on 2002/08/04  01:30:11
78127         Log: Subject: [PATCH] AUTHORS
78128              From: Colin Watson <colinw@zeus.com>
78129              Date: Thu, 25 Jul 2002 15:54:37 +0100
78130              Message-id: <20020725145437.GC4921@zeus.com>
78131      Branch: perl
78132            ! AUTHORS
78133 ____________________________________________________________________________
78134 [ 17673] By: hv                                    on 2002/08/04  01:27:36
78135         Log: Subject: [PATCH] AUTHORS
78136              From: Walt Mankowski <waltman@pobox.com>
78137              Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
78138              Message-id: <20020721025612.GB15958@pobox.com>
78139      Branch: perl
78140            ! AUTHORS
78141 ____________________________________________________________________________
78142 [ 17672] By: hv                                    on 2002/08/04  01:25:14
78143         Log: Subject: Re: mention of "use sort" botched in perlfunc?
78144              From: Michael G Schwern <schwern@pobox.com>
78145              Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
78146              Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
78147      Branch: perl
78148            ! pod/perlfunc.pod
78149 ____________________________________________________________________________
78150 [ 17671] By: hv                                    on 2002/08/04  01:11:32
78151         Log: Change version from 5.8.0 to 5.9.0.
78152      Branch: perl
78153            ! Configure NetWare/Makefile NetWare/config_H.wc
78154            ! Porting/config.sh Porting/config_H README.win32 config_h.SH
78155            ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
78156            ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
78157            ! patchlevel.h win32/Makefile win32/makefile.mk
78158            ! wince/Makefile.ce
78159 ____________________________________________________________________________
78160 [ 17656] By: ams                                   on 2002/07/28  06:12:33
78161         Log: Subject: [PATCH] Typo in regcomp.c
78162              From: Chris Ball <chris@cpan.org>
78163              Date: 26 Jul 2002 17:49:35 +0100
78164              Message-Id: <868z3yzb6o.fsf@void.printf.net>
78165              (With additional tweak to s_reginclasslen.)
78166      Branch: perl
78167            ! regcomp.c
78168 ____________________________________________________________________________
78169 [ 17655] By: jhi                                   on 2002/07/25  20:37:16
78170         Log: Upgrade to Unicode::Collate 0.20.
78171      Branch: perl
78172            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
78173            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
78174 ____________________________________________________________________________
78175 [ 17654] By: jhi                                   on 2002/07/23  16:33:52
78176         Log: Commas, schcommas.
78177      Branch: perl
78178            ! patchlevel.h
78179 ____________________________________________________________________________
78180 [ 17644] By: jhi                                   on 2002/07/19  18:55:18
78181         Log: Copy perldelta as perl58delta, purge the perldelta.
78182      Branch: perl
78183            + pod/perl58delta.pod
78184            ! MANIFEST pod/perldelta.pod
78185 ____________________________________________________________________________
78186 [ 17642] By: jhi                                   on 2002/07/19  16:37:39
78187         Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
78188      Branch: perl
78189            ! Changes patchlevel.h
78190 ____________________________________________________________________________
78191 [ 17641] By: jhi                                   on 2002/07/19  16:31:08
78192         Log: Integrate perlio (no changes, but that's fine).
78193      Branch: perl
78194           !> embed.fnc perl.h
78195 ____________________________________________________________________________
78196 [ 17639] By: jhi                                   on 2002/07/19  00:47:18
78197         Log: It's all yours, Hugo.
78198      Branch: perl
78199            + Changes5.8
78200            ! Changes MANIFEST